+ 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 [Sat Aug 22 11:16:51 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-7cd8ddc5c4-zmq6c 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f1f76720668 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-22 11:16:56.439 8 INFO neutron.common.config [-] Logging enabled! 2026-08-22 11:16:56.439 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev19 2026-08-22 11:16:56.449 7 INFO neutron.common.config [-] Logging enabled! 2026-08-22 11:16:56.450 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev19 2026-08-22 11:16:56.851 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-22 11:16:56.876 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-22 11:16:58.405 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:16:58.407 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-22 11:16:58.411 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-22 11:16:58.412 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:16:58.413 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-22 11:16:58.413 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-22 11:16:58.413 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:16:58.421 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:16:58.421 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:16:58.421 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:16:58.443 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-22 11:16:58.444 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:16:58.444 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-22 11:16:58.472 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-22 11:16:58.472 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-22 11:16:58.472 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-22 11:16:58.472 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-22 11:16:58.474 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:16:58.477 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-22 11:16:58.481 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-22 11:16:58.482 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-22 11:16:58.482 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-22 11:16:58.483 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-22 11:16:58.483 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:16:58.490 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:16:58.491 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-22 11:16:58.491 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:16:58.514 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-22 11:16:58.515 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-22 11:16:58.515 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-22 11:16:58.548 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-22 11:16:58.548 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-22 11:16:58.548 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-22 11:16:58.549 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-22 11:16:58.764 8 INFO neutron.plugins.ml2.managers [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] Initializing driver for type 'vlan' 2026-08-22 11:16:58.866 7 INFO neutron.plugins.ml2.managers [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] Initializing driver for type 'vlan' 2026-08-22 11:16:59.071 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] VlanTypeDriver initialization complete 2026-08-22 11:16:59.071 8 INFO neutron.plugins.ml2.managers [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] Initializing driver for type 'vxlan' 2026-08-22 11:16:59.071 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-22 11:16:59.085 8 INFO neutron.plugins.ml2.managers [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-22 11:16:59.085 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-22 11:16:59.085 8 INFO neutron.plugins.ml2.managers [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] Initializing extension driver 'port_security' 2026-08-22 11:16:59.086 8 INFO neutron.plugins.ml2.extensions.port_security [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-22 11:16:59.086 8 INFO neutron.plugins.ml2.managers [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] Initializing extension driver 'qos' 2026-08-22 11:16:59.086 8 INFO neutron.plugins.ml2.managers [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-22 11:16:59.086 8 INFO neutron.plugins.ml2.managers [None req-9578935b-e876-4c4b-be20-0b5cabe9fd08 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-22 11:16:59.103 8 INFO neutron.quota [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded quota_driver: . 2026-08-22 11:16:59.103 8 INFO neutron.plugins.ml2.plugin [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Modular L2 Plugin initialization complete 2026-08-22 11:16:59.103 8 INFO neutron.plugins.ml2.managers [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-22 11:16:59.104 8 INFO neutron.plugins.ml2.managers [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-22 11:16:59.104 8 INFO neutron.plugins.ml2.managers [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-22 11:16:59.104 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: qos 2026-08-22 11:16:59.117 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: router 2026-08-22 11:16:59.157 8 INFO neutron.services.service_base [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-22 11:16:59.158 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: segments 2026-08-22 11:16:59.237 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] VlanTypeDriver initialization complete 2026-08-22 11:16:59.237 7 INFO neutron.plugins.ml2.managers [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] Initializing driver for type 'vxlan' 2026-08-22 11:16:59.237 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-22 11:16:59.252 7 INFO neutron.plugins.ml2.managers [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-22 11:16:59.252 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-22 11:16:59.252 7 INFO neutron.plugins.ml2.managers [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] Initializing extension driver 'port_security' 2026-08-22 11:16:59.252 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-22 11:16:59.252 7 INFO neutron.plugins.ml2.managers [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] Initializing extension driver 'qos' 2026-08-22 11:16:59.252 7 INFO neutron.plugins.ml2.managers [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-22 11:16:59.253 7 INFO neutron.plugins.ml2.managers [None req-a8cdbd5f-0044-4ecd-a258-9e5f8bd92a56 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-22 11:16:59.253 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: trunk 2026-08-22 11:16:59.270 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: vpnaas 2026-08-22 11:16:59.271 7 INFO neutron.quota [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded quota_driver: . 2026-08-22 11:16:59.271 7 INFO neutron.plugins.ml2.plugin [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Modular L2 Plugin initialization complete 2026-08-22 11:16:59.271 7 INFO neutron.plugins.ml2.managers [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-22 11:16:59.271 7 INFO neutron.plugins.ml2.managers [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-22 11:16:59.272 7 INFO neutron.plugins.ml2.managers [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Got port-security extension from driver 'port_security' 2026-08-22 11:16:59.272 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: qos 2026-08-22 11:16:59.285 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: router 2026-08-22 11:16:59.307 8 WARNING stevedore.named [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:16:59.326 7 INFO neutron.services.service_base [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-22 11:16:59.326 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: segments 2026-08-22 11:16:59.381 8 INFO neutron_vpnaas.services.vpn.plugin [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-22 11:16:59.381 8 INFO neutron.common.utils [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-22 11:16:59.382 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: taas 2026-08-22 11:16:59.406 8 WARNING stevedore.named [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:16:59.426 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: trunk 2026-08-22 11:16:59.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:16:59.429 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: tapmirror 2026-08-22 11:16:59.441 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: vpnaas 2026-08-22 11:16:59.443 8 WARNING stevedore.named [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:16:59.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:16:59.460 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: auto_allocate 2026-08-22 11:16:59.467 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: tag 2026-08-22 11:16:59.476 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: timestamp 2026-08-22 11:16:59.479 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: network_ip_availability 2026-08-22 11:16:59.484 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: flavors 2026-08-22 11:16:59.484 7 WARNING stevedore.named [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-22 11:16:59.488 8 INFO neutron.manager [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loading Plugin: revisions 2026-08-22 11:16:59.491 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Initializing extension manager. 2026-08-22 11:16:59.492 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: address-group 2026-08-22 11:16:59.493 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: address-scope 2026-08-22 11:16:59.494 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-22 11:16:59.495 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: agent 2026-08-22 11:16:59.495 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: agent-resources-synced 2026-08-22 11:16:59.497 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-22 11:16:59.498 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-22 11:16:59.498 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: availability_zone 2026-08-22 11:16:59.499 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: availability_zone_filter 2026-08-22 11:16:59.499 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-22 11:16:59.500 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: default-subnetpools 2026-08-22 11:16:59.501 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-22 11:16:59.502 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: dns-integration 2026-08-22 11:16:59.502 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: dns-domain-ports 2026-08-22 11:16:59.503 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-22 11:16:59.503 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: dvr 2026-08-22 11:16:59.504 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-22 11:16:59.504 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: empty-string-filtering 2026-08-22 11:16:59.505 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:16:59.505 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-22 11:16:59.506 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: external-net 2026-08-22 11:16:59.506 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-22 11:16:59.509 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: extraroute 2026-08-22 11:16:59.510 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: extraroute-atomic 2026-08-22 11:16:59.511 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-22 11:16:59.512 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-22 11:16:59.513 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-22 11:16:59.514 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-22 11:16:59.514 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: fip-port-details 2026-08-22 11:16:59.515 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: flavors 2026-08-22 11:16:59.517 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-22 11:16:59.518 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: floatingip-pools 2026-08-22 11:16:59.519 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: ip_allocation 2026-08-22 11:16:59.520 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-22 11:16:59.520 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: l2_adjacency 2026-08-22 11:16:59.522 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: router 2026-08-22 11:16:59.524 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:16:59.525 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-22 11:16:59.525 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-22 11:16:59.526 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: ext-gw-mode 2026-08-22 11:16:59.526 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: l3-ha 2026-08-22 11:16:59.527 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:16:59.527 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-22 11:16:59.528 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: l3-flavors 2026-08-22 11:16:59.529 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:16:59.529 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-22 11:16:59.531 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-22 11:16:59.532 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-22 11:16:59.533 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-22 11:16:59.534 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-22 11:16:59.535 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-22 11:16:59.536 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: multi-provider 2026-08-22 11:16:59.536 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: net-mtu 2026-08-22 11:16:59.537 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: net-mtu-writable 2026-08-22 11:16:59.537 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: network_availability_zone 2026-08-22 11:16:59.538 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: network_ha 2026-08-22 11:16:59.538 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: network-ip-availability 2026-08-22 11:16:59.539 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-22 11:16:59.539 7 INFO neutron_vpnaas.services.vpn.plugin [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-22 11:16:59.540 7 INFO neutron.common.utils [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-22 11:16:59.540 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: taas 2026-08-22 11:16:59.540 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: pagination 2026-08-22 11:16:59.540 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-device-profile 2026-08-22 11:16:59.541 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-22 11:16:59.541 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-22 11:16:59.542 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-22 11:16:59.542 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-mac-override 2026-08-22 11:16:59.544 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-22 11:16:59.545 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-22 11:16:59.546 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-22 11:16:59.547 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-resource-request 2026-08-22 11:16:59.547 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-22 11:16:59.548 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-22 11:16:59.548 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: binding 2026-08-22 11:16:59.549 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: binding-extended 2026-08-22 11:16:59.549 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-security 2026-08-22 11:16:59.550 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: project-id 2026-08-22 11:16:59.550 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: provider 2026-08-22 11:16:59.551 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-22 11:16:59.553 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos 2026-08-22 11:16:59.554 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-22 11:16:59.554 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-22 11:16:59.555 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-default 2026-08-22 11:16:59.555 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-fip 2026-08-22 11:16:59.556 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-22 11:16:59.556 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-22 11:16:59.557 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-22 11:16:59.557 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-22 11:16:59.558 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-22 11:16:59.559 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-pps 2026-08-22 11:16:59.559 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-22 11:16:59.560 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-22 11:16:59.560 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: qos-rules-alias 2026-08-22 11:16:59.561 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: quota-check-limit 2026-08-22 11:16:59.561 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-22 11:16:59.563 7 WARNING stevedore.named [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:16:59.563 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: quotas 2026-08-22 11:16:59.564 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: quota_details 2026-08-22 11:16:59.566 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: rbac-policies 2026-08-22 11:16:59.566 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: rbac-address-group 2026-08-22 11:16:59.567 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: rbac-address-scope 2026-08-22 11:16:59.567 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: rbac-security-groups 2026-08-22 11:16:59.568 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-22 11:16:59.569 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: revision-if-match 2026-08-22 11:16:59.569 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-22 11:16:59.570 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: router_availability_zone 2026-08-22 11:16:59.571 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-22 11:16:59.572 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-22 11:16:59.573 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-22 11:16:59.574 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-22 11:16:59.575 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-22 11:16:59.575 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-22 11:16:59.575 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-22 11:16:59.580 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: security-group 2026-08-22 11:16:59.581 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: segment 2026-08-22 11:16:59.581 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-22 11:16:59.582 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: service-type 2026-08-22 11:16:59.583 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: sorting 2026-08-22 11:16:59.583 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: standard-attr-segment 2026-08-22 11:16:59.584 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: standard-attr-description 2026-08-22 11:16:59.584 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: stateful-security-group 2026-08-22 11:16:59.585 8 WARNING neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-22 11:16:59.585 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-22 11:16:59.586 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: subnet-external-network 2026-08-22 11:16:59.586 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: subnet_onboard 2026-08-22 11:16:59.587 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-22 11:16:59.587 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: subnet-service-types 2026-08-22 11:16:59.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:16:59.588 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: subnet_allocation 2026-08-22 11:16:59.588 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: tapmirror 2026-08-22 11:16:59.589 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-22 11:16:59.589 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: tag-creation 2026-08-22 11:16:59.590 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-22 11:16:59.593 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: standard-attr-tag 2026-08-22 11:16:59.594 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-22 11:16:59.595 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: trunk 2026-08-22 11:16:59.595 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: trunk-details 2026-08-22 11:16:59.596 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-22 11:16:59.596 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-22 11:16:59.597 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-22 11:16:59.597 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-22 11:16:59.599 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-22 11:16:59.600 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-22 11:16:59.601 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: vpn-flavors 2026-08-22 11:16:59.602 7 WARNING stevedore.named [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-22 11:16:59.602 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: vpnaas 2026-08-22 11:16:59.603 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: taas 2026-08-22 11:16:59.604 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: tap-mirror 2026-08-22 11:16:59.605 8 INFO neutron.api.extensions [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-22 11:16:59.607 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-22 11:16:59.608 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-22 11:16:59.608 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.608 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-22 11:16:59.612 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:16:59.612 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:16:59.617 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:16:59.617 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:16:59.618 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:16:59.619 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.619 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.619 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.619 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-22 11:16:59.620 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:16:59.620 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: auto_allocate 2026-08-22 11:16:59.620 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.620 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.621 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:16:59.621 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:16:59.622 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:16:59.622 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.622 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:16:59.623 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.623 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] ikepolicy is already registered 2026-08-22 11:16:59.627 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:16:59.628 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] router is already registered 2026-08-22 11:16:59.628 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: tag 2026-08-22 11:16:59.628 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:16:59.628 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] floatingip is already registered 2026-08-22 11:16:59.633 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:16:59.634 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] rbac_policy is already registered 2026-08-22 11:16:59.635 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:16:59.635 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] security_group is already registered 2026-08-22 11:16:59.635 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:16:59.635 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] security_group_rule is already registered 2026-08-22 11:16:59.636 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.636 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.637 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.637 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.637 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:16:59.637 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] trunk is already registered 2026-08-22 11:16:59.638 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.638 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] ikepolicy is already registered 2026-08-22 11:16:59.638 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.638 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:16:59.639 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:16:59.639 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] endpoint_group is already registered 2026-08-22 11:16:59.639 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:16:59.639 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] vpnservice is already registered 2026-08-22 11:16:59.640 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: timestamp 2026-08-22 11:16:59.640 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:16:59.640 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] ipsec_site_connection is already registered 2026-08-22 11:16:59.640 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.640 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] ipsecpolicy is already registered 2026-08-22 11:16:59.641 8 INFO neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.641 8 WARNING neutron.quota.resource_registry [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] ikepolicy is already registered 2026-08-22 11:16:59.644 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: network_ip_availability 2026-08-22 11:16:59.649 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: flavors 2026-08-22 11:16:59.653 7 INFO neutron.manager [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loading Plugin: revisions 2026-08-22 11:16:59.656 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Initializing extension manager. 2026-08-22 11:16:59.658 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: address-group 2026-08-22 11:16:59.659 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: address-scope 2026-08-22 11:16:59.659 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-22 11:16:59.660 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: agent 2026-08-22 11:16:59.661 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: agent-resources-synced 2026-08-22 11:16:59.662 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: allowed-address-pairs 2026-08-22 11:16:59.663 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: auto-allocated-topology 2026-08-22 11:16:59.663 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: availability_zone 2026-08-22 11:16:59.664 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: availability_zone_filter 2026-08-22 11:16:59.664 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-22 11:16:59.665 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: default-subnetpools 2026-08-22 11:16:59.667 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-22 11:16:59.668 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: dns-integration 2026-08-22 11:16:59.668 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: dns-domain-ports 2026-08-22 11:16:59.669 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-22 11:16:59.669 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: dvr 2026-08-22 11:16:59.670 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-22 11:16:59.671 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: empty-string-filtering 2026-08-22 11:16:59.671 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:16:59.672 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-22 11:16:59.672 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: external-net 2026-08-22 11:16:59.673 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-22 11:16:59.673 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: extraroute 2026-08-22 11:16:59.674 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: extraroute-atomic 2026-08-22 11:16:59.675 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-22 11:16:59.676 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-22 11:16:59.676 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-22 11:16:59.677 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-22 11:16:59.677 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: fip-port-details 2026-08-22 11:16:59.678 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: flavors 2026-08-22 11:16:59.679 8 WARNING keystonemiddleware._common.config [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-22 11:16:59.679 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-22 11:16:59.680 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: floatingip-pools 2026-08-22 11:16:59.680 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: ip_allocation 2026-08-22 11:16:59.681 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: ip-substring-filtering 2026-08-22 11:16:59.681 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: l2_adjacency 2026-08-22 11:16:59.683 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: router 2026-08-22 11:16:59.684 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-22 11:16:59.685 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-22 11:16:59.686 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-22 11:16:59.686 8 WARNING oslo_config.cfg [None req-812270c6-51b8-4145-a4d3-ff51fc13f3c9 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-22 11:16:59.686 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: ext-gw-mode 2026-08-22 11:16:59.687 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: l3-ha 2026-08-22 11:16:59.687 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1f76720668 pid: 8 (default app) 2026-08-22 11:16:59.688 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-22 11:16:59.689 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: l3-flavors 2026-08-22 11:16:59.690 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-22 11:16:59.690 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-22 11:16:59.692 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-22 11:16:59.694 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-22 11:16:59.695 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-22 11:16:59.696 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-22 11:16:59.697 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-22 11:16:59.697 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: multi-provider 2026-08-22 11:16:59.698 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: net-mtu 2026-08-22 11:16:59.698 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: net-mtu-writable 2026-08-22 11:16:59.699 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: network_availability_zone 2026-08-22 11:16:59.700 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: network_ha 2026-08-22 11:16:59.700 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: network-ip-availability 2026-08-22 11:16:59.701 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-22 11:16:59.702 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: pagination 2026-08-22 11:16:59.702 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-device-profile 2026-08-22 11:16:59.703 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-22 11:16:59.703 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-22 11:16:59.704 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-22 11:16:59.704 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-mac-override 2026-08-22 11:16:59.705 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-22 11:16:59.705 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-22 11:16:59.706 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-22 11:16:59.707 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-resource-request 2026-08-22 11:16:59.707 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-resource-request-groups 2026-08-22 11:16:59.708 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-22 11:16:59.708 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: binding 2026-08-22 11:16:59.709 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: binding-extended 2026-08-22 11:16:59.710 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-security 2026-08-22 11:16:59.710 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: project-id 2026-08-22 11:16:59.711 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: provider 2026-08-22 11:16:59.711 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-22 11:16:59.713 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos 2026-08-22 11:16:59.714 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-22 11:16:59.715 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-22 11:16:59.715 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-default 2026-08-22 11:16:59.716 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-fip 2026-08-22 11:16:59.716 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-22 11:16:59.717 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-gateway-ip 2026-08-22 11:16:59.717 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-port-network-policy 2026-08-22 11:16:59.718 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-pps-minimum 2026-08-22 11:16:59.719 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-22 11:16:59.719 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-pps 2026-08-22 11:16:59.720 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-rule-type-details 2026-08-22 11:16:59.720 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-22 11:16:59.721 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: qos-rules-alias 2026-08-22 11:16:59.721 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: quota-check-limit 2026-08-22 11:16:59.722 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: quota-check-limit-default 2026-08-22 11:16:59.724 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: quotas 2026-08-22 11:16:59.726 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: quota_details 2026-08-22 11:16:59.727 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: rbac-policies 2026-08-22 11:16:59.728 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: rbac-address-group 2026-08-22 11:16:59.728 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: rbac-address-scope 2026-08-22 11:16:59.729 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: rbac-security-groups 2026-08-22 11:16:59.729 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: rbac-subnetpool 2026-08-22 11:16:59.730 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: revision-if-match 2026-08-22 11:16:59.730 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: standard-attr-revisions 2026-08-22 11:16:59.731 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: router_availability_zone 2026-08-22 11:16:59.732 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-22 11:16:59.734 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: security-groups-default-rules 2026-08-22 11:16:59.734 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-22 11:16:59.735 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-22 11:16:59.735 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-22 11:16:59.736 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-22 11:16:59.736 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-22 11:16:59.742 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: security-group 2026-08-22 11:16:59.743 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: segment 2026-08-22 11:16:59.743 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-22 11:16:59.744 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: service-type 2026-08-22 11:16:59.744 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: sorting 2026-08-22 11:16:59.745 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: standard-attr-segment 2026-08-22 11:16:59.746 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: standard-attr-description 2026-08-22 11:16:59.746 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: stateful-security-group 2026-08-22 11:16:59.747 7 WARNING neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-22 11:16:59.747 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-22 11:16:59.748 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: subnet-external-network 2026-08-22 11:16:59.748 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: subnet_onboard 2026-08-22 11:16:59.749 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-22 11:16:59.750 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: subnet-service-types 2026-08-22 11:16:59.750 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: subnet_allocation 2026-08-22 11:16:59.752 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-22 11:16:59.752 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: tag-creation 2026-08-22 11:16:59.753 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-22 11:16:59.757 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: standard-attr-tag 2026-08-22 11:16:59.758 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-22 11:16:59.758 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: trunk 2026-08-22 11:16:59.759 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: trunk-details 2026-08-22 11:16:59.759 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-22 11:16:59.760 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-22 11:16:59.760 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-22 11:16:59.761 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-22 11:16:59.763 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-22 11:16:59.764 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-22 11:16:59.765 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: vpn-flavors 2026-08-22 11:16:59.766 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: vpnaas 2026-08-22 11:16:59.768 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: taas 2026-08-22 11:16:59.769 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: tap-mirror 2026-08-22 11:16:59.770 7 INFO neutron.api.extensions [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Loaded extension: taas-vlan-filter 2026-08-22 11:16:59.773 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-22 11:16:59.773 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-22 11:16:59.773 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.773 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-22 11:16:59.777 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:16:59.777 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:16:59.784 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:16:59.784 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:16:59.785 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:16:59.786 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.786 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.786 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.786 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.787 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:16:59.787 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.788 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.788 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:16:59.789 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:16:59.789 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:16:59.790 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.790 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] ipsecpolicy is already registered 2026-08-22 11:16:59.790 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.790 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] ikepolicy is already registered 2026-08-22 11:16:59.795 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-22 11:16:59.795 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] router is already registered 2026-08-22 11:16:59.796 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-22 11:16:59.796 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] floatingip is already registered 2026-08-22 11:16:59.800 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-22 11:16:59.800 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] rbac_policy is already registered 2026-08-22 11:16:59.800 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-22 11:16:59.801 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] security_group is already registered 2026-08-22 11:16:59.801 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-22 11:16:59.801 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] security_group_rule is already registered 2026-08-22 11:16:59.802 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.802 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.803 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-22 11:16:59.803 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] subnetpool is already registered 2026-08-22 11:16:59.803 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-22 11:16:59.803 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] trunk is already registered 2026-08-22 11:16:59.804 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.804 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] ikepolicy is already registered 2026-08-22 11:16:59.804 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.805 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] ipsecpolicy is already registered 2026-08-22 11:16:59.805 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-22 11:16:59.806 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] endpoint_group is already registered 2026-08-22 11:16:59.806 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-22 11:16:59.807 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] vpnservice is already registered 2026-08-22 11:16:59.807 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-22 11:16:59.807 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] ipsec_site_connection is already registered 2026-08-22 11:16:59.807 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-22 11:16:59.808 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] ipsecpolicy is already registered 2026-08-22 11:16:59.808 7 INFO neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-22 11:16:59.808 7 WARNING neutron.quota.resource_registry [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] ikepolicy is already registered 2026-08-22 11:16:59.846 7 WARNING keystonemiddleware._common.config [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-22 11:16:59.853 7 WARNING oslo_config.cfg [None req-663356db-78ed-4d22-9bbc-4e31df8ce0da - - - - - -] 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 0x7f1f76720668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-22 11:17:05.467 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c385f12b-f831-443a-9b00-e9f55d210d71 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:17:04 2026] GET /v2.0/networks/public => generated 108 bytes in 874 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: 1/4] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:17:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:17:06.356 8 WARNING neutron.services.revisions.revision_plugin [None req-a7b379de-1e48-4002-9148-90391e3d4380 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:17:06.379 8 INFO neutron.db.segments_db [None req-a7b379de-1e48-4002-9148-90391e3d4380 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 036bb62b-5a62-46a7-a680-dd8b83731136 of type flat for network 1d27588a-e4a2-4a2c-8e8d-83548b95f2ff 2026-08-22 11:17:06.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7b379de-1e48-4002-9148-90391e3d4380 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.179 () {48 vars in 968 bytes} [Sat Aug 22 11:17:05 2026] POST /v2.0/networks => generated 124 bytes in 506 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:17:12.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a63c6a20-797e-4f7b-b6ea-2a26fc70aeb8 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:17:12 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/7] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:17:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:17:12.939 7 WARNING neutron.services.revisions.revision_plugin [None req-a3b2218a-ed9d-46f2-9c7f-42927f23b80f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:17:12.960 7 INFO neutron.db.segments_db [None req-a3b2218a-ed9d-46f2-9c7f-42927f23b80f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 71679977-9691-42f3-9888-1f0b2fb7366d of type flat for network 6458c560-f5c2-4ee0-95e1-a05b65168c2a 2026-08-22 11:17:13.012 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3b2218a-ed9d-46f2-9c7f-42927f23b80f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/8] 199.19.213.179 () {48 vars in 968 bytes} [Sat Aug 22 11:17:12 2026] POST /v2.0/networks => generated 124 bytes in 314 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:17:18.918 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d53871b-2a2c-4503-a56c-e4d932e5c0e7 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:17:18 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:17:18 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-22 11:17:19.012 7 WARNING neutron.services.revisions.revision_plugin [None req-c6319730-92bc-48c6-a995-4cf6eceb7433 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:17:19.032 7 INFO neutron.db.segments_db [None req-c6319730-92bc-48c6-a995-4cf6eceb7433 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 9e9e6293-515e-4113-b301-1055fabee396 of type flat for network a7ccae96-3458-404a-9b23-5e233deb015d 2026-08-22 11:17:19.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6319730-92bc-48c6-a995-4cf6eceb7433 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.179 () {48 vars in 968 bytes} [Sat Aug 22 11:17:18 2026] POST /v2.0/networks => generated 124 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:17:24.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5feb6807-7a8c-476a-a710-6a7db760a83c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:17:24 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:17:24 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-22 11:17:25.007 8 WARNING neutron.services.revisions.revision_plugin [None req-4c1adc88-67b2-4875-a8ee-ba41dfc106cf 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:17:25.027 8 INFO neutron.db.segments_db [None req-4c1adc88-67b2-4875-a8ee-ba41dfc106cf 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 9369cae0-2e78-4d8a-9116-007c9ff1bfb1 of type flat for network 01542621-16e6-4fc5-8968-61c25bce268d 2026-08-22 11:17:25.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c1adc88-67b2-4875-a8ee-ba41dfc106cf 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.19.213.179 () {48 vars in 968 bytes} [Sat Aug 22 11:17:24 2026] POST /v2.0/networks => generated 124 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:17:30.936 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0eed9eb-8a2e-421a-9a1c-8e455b32e539 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:17:30 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:17:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:17:31.019 8 WARNING neutron.services.revisions.revision_plugin [None req-16cdf4ec-377f-42fe-8232-b14252d4064f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Could not find related network for resource to bump revision. 2026-08-22 11:17:31.038 8 INFO neutron.db.segments_db [None req-16cdf4ec-377f-42fe-8232-b14252d4064f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment a2193a30-7fe0-479e-8c2a-cb51dfa2b77b of type flat for network 5972e8f1-2d86-4fde-9beb-cb64ddb894de [pid: 8|app: 0|req: 11/19] 199.19.213.179 () {48 vars in 968 bytes} [Sat Aug 22 11:17:30 2026] POST /v2.0/networks => generated 706 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:17:32.646 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c92dc585-7479-4a38-a8b6-42a1ce7fb386 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:17:32 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: 8|app: 0|req: 12/21] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:17:32 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:17:32.722 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b833463-d7c1-4d24-a212-f8af9b3c0967 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.19.213.179 () {44 vars in 1035 bytes} [Sat Aug 22 11:17:32 2026] GET /v2.0/subnets/public-subnet?network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.19.213.179 () {44 vars in 1058 bytes} [Sat Aug 22 11:17:32 2026] GET /v2.0/subnets?name=public-subnet&network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.19.213.179 () {48 vars in 966 bytes} [Sat Aug 22 11:17:32 2026] POST /v2.0/subnets => generated 664 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:22:32.729 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cba28d8-b423-4c46-8f9b-33fff99e6d7f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/64] 199.19.213.179 () {44 vars in 938 bytes} [Sat Aug 22 11:22:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.19.213.179 () {44 vars in 960 bytes} [Sat Aug 22 11:22:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:22:32.837 8 INFO neutron.db.segments_db [None req-0762c735-8d12-4a86-b470-1923f15aac83 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 02436cc1-57e2-4214-a8b2-6d81a31123dc of type vxlan for network 65aaced0-ada7-465c-8642-ca132713653b [pid: 8|app: 0|req: 35/66] 199.19.213.179 () {48 vars in 967 bytes} [Sat Aug 22 11:22:32 2026] POST /v2.0/networks => generated 707 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:22:33.943 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12b1f641-4b1f-4e67-bafd-52cc4b7e0b14 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.19.213.179 () {44 vars in 938 bytes} [Sat Aug 22 11:22:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.19.213.179 () {44 vars in 960 bytes} [Sat Aug 22 11:22:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:22:34.006 7 INFO neutron.pecan_wsgi.hooks.translation [None req-632aa81b-a8af-4dff-9be1-87f195dff9c8 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.19.213.179 () {44 vars in 1037 bytes} [Sat Aug 22 11:22:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=65aaced0-ada7-465c-8642-ca132713653b => 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/70] 199.19.213.179 () {44 vars in 1060 bytes} [Sat Aug 22 11:22:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=65aaced0-ada7-465c-8642-ca132713653b => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.19.213.179 () {48 vars in 966 bytes} [Sat Aug 22 11:22:34 2026] POST /v2.0/subnets => generated 651 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:22:35.403 8 INFO neutron.api.v2.resource [None req-cb2af007-3902-4b6f-9d90-e6f237b65d77 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/72] 199.19.213.179 () {44 vars in 972 bytes} [Sat Aug 22 11:22:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.19.213.179 () {44 vars in 994 bytes} [Sat Aug 22 11:22:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.19.213.179 () {48 vars in 981 bytes} [Sat Aug 22 11:22:35 2026] POST /v2.0/security-groups => generated 1616 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:36 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 1616 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:36 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => 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: 37/77] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:36 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:22:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:37 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:38 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:38 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:22:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:38 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:39 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:39 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => 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: 45/86] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:22:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:40 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 3462 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:40 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:40 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:22:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:41 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4078 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:41 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:41 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:22:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.179 () {44 vars in 988 bytes} [Sat Aug 22 11:22:42 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:22:42.777 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2d15bd0-be87-4984-85ef-24dfca9e8217 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/96] 199.19.213.179 () {44 vars in 1077 bytes} [Sat Aug 22 11:22:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=65aaced0-ada7-465c-8642-ca132713653b => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.19.213.179 () {44 vars in 1100 bytes} [Sat Aug 22 11:22:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=65aaced0-ada7-465c-8642-ca132713653b => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:42 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.179 () {48 vars in 962 bytes} [Sat Aug 22 11:22:42 2026] POST /v2.0/ports => generated 1100 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-22 11:22:51.095 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a874c4a5-25ee-4e48-ad00-972129a029c3 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 199.19.213.179 () {44 vars in 980 bytes} [Sat Aug 22 11:22:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 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: 50/103] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.19.213.179 () {48 vars in 1032 bytes} [Sat Aug 22 11:22:51 2026] PUT /v2.0/ports/a35ff8d6-88a6-468c-9746-a9ce81f1909b => generated 1249 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.19.213.179 () {44 vars in 921 bytes} [Sat Aug 22 11:22:53 2026] GET /v2.0/ports => generated 3730 bytes in 108 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-22 11:22:54.924 8 INFO neutron.api.v2.resource [None req-2f156dc9-4515-41da-968a-0d9f9f799881 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/106] 199.19.213.179 () {44 vars in 960 bytes} [Sat Aug 22 11:22:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.19.213.179 () {44 vars in 982 bytes} [Sat Aug 22 11:22:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.19.213.179 () {48 vars in 981 bytes} [Sat Aug 22 11:22:54 2026] POST /v2.0/security-groups => generated 1610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:56 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:56 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:56 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:22:56 2026] POST /v2.0/security-group-rules => generated 623 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:57 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 2246 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:57 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 2246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:22:57 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => 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/116] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:22:57 2026] POST /v2.0/security-group-rules => generated 627 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/127] 199.19.213.179 () {44 vars in 976 bytes} [Sat Aug 22 11:24:02 2026] GET /v2.0/quotas/ca807da0169841588cbbfabcf717c80d => 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: 62/128] 199.19.213.179 () {48 vars in 1028 bytes} [Sat Aug 22 11:24:03 2026] PUT /v2.0/quotas/ca807da0169841588cbbfabcf717c80d => generated 291 bytes in 32 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-22 11:26:24.105 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8800a6a-716c-4841-8c1a-0ec60a2ebfef 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 72/147] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:26:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 419 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: 76/148] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 11:26:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:26:26.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-140223d6-2d12-4f61-b069-eb1f3356bcb1 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/149] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:26:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/150] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 11:26:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:32:47.458 7 INFO neutron.api.v2.resource [None req-e2187308-9e39-4790-9f0b-789f8b006c3e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 100/203] 199.19.213.179 () {44 vars in 1075 bytes} [Sat Aug 22 11:32:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 139 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/204] 199.19.213.179 () {44 vars in 1098 bytes} [Sat Aug 22 11:32:47 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0e8062b5bf244231b8e84683baddc0bb => generated 23 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/205] 199.19.213.179 () {48 vars in 982 bytes} [Sat Aug 22 11:32:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/206] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:48 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 1624 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/207] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:32:48 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => generated 1624 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/208] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:49 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/209] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:32:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/210] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:50 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/211] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:32:50 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/212] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:50 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => 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: 105/213] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:32:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/214] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:51 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/215] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:32:51 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/216] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:51 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/217] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:32:51 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: 111/218] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:52 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/219] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:32:52 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/220] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:32:52 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/221] 199.19.213.179 () {48 vars in 992 bytes} [Sat Aug 22 11:32: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: 123/242] 199.19.213.179 () {30 vars in 740 bytes} [Sat Aug 22 11:35:15 2026] GET /v2.0/networks?tenant_id=0e8062b5bf244231b8e84683baddc0bb&shared=False => generated 15 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:35:15.360 7 INFO neutron.db.segments_db [None req-28c1d71c-c822-4ea0-9a31-a459c8a95ecd 5f4e8f555f8d4ad3b8335be592a7faed 0e8062b5bf244231b8e84683baddc0bb - - dcf0ed382f5e4794ae3a5feafed64d2e dcf0ed382f5e4794ae3a5feafed64d2e] Added segment 820c9b72-7cca-4b4b-9cdb-d84c3bfd1316 of type vxlan for network c3699173-7542-47b8-b1ff-15ddd08c1aec [pid: 7|app: 0|req: 120/243] 199.19.213.179 () {34 vars in 682 bytes} [Sat Aug 22 11:35:15 2026] POST /v2.0/networks => generated 718 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/244] 199.19.213.179 () {30 vars in 722 bytes} [Sat Aug 22 11:35:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/245] 199.19.213.179 () {30 vars in 633 bytes} [Sat Aug 22 11:35:15 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/246] 199.19.213.179 () {34 vars in 677 bytes} [Sat Aug 22 11:35:15 2026] POST /v2.0/ports => generated 999 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/247] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:35:15 2026] GET /v2.0/networks/c3699173-7542-47b8-b1ff-15ddd08c1aec => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/248] 199.19.213.179 () {30 vars in 722 bytes} [Sat Aug 22 11:35:18 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/249] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:35:18 2026] GET /v2.0/networks/c3699173-7542-47b8-b1ff-15ddd08c1aec => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/252] 199.19.213.179 () {44 vars in 976 bytes} [Sat Aug 22 11:35:35 2026] GET /v2.0/quotas/0e8062b5bf244231b8e84683baddc0bb => 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: 128/253] 199.19.213.179 () {48 vars in 1028 bytes} [Sat Aug 22 11:35:35 2026] PUT /v2.0/quotas/0e8062b5bf244231b8e84683baddc0bb => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:50.714 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9bee118c-e634-4c4f-ad72-ce1a19a8803d 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/360] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:48:50 2026] GET /v2.0/networks/public => generated 108 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/361] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:48:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:52.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-060997ba-70d3-49da-a9b7-28649d42bf42 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/362] 199.19.213.179 () {44 vars in 928 bytes} [Sat Aug 22 11:48:52 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/363] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:48:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:48:52.229 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b655908f-fdc9-4f71-9847-43261150c6a2 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/364] 199.19.213.179 () {44 vars in 1035 bytes} [Sat Aug 22 11:48:52 2026] GET /v2.0/subnets/public-subnet?network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/365] 199.19.213.179 () {44 vars in 1058 bytes} [Sat Aug 22 11:48:52 2026] GET /v2.0/subnets?name=public-subnet&network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:22.415 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36404cf4-ce03-410d-a607-4074dea47cf6 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/370] 199.19.213.179 () {44 vars in 938 bytes} [Sat Aug 22 11:49:22 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: 187/371] 199.19.213.179 () {44 vars in 960 bytes} [Sat Aug 22 11:49:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:23.448 7 INFO neutron.pecan_wsgi.hooks.translation [None req-588161de-573b-408a-b77c-711c37a4a667 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/372] 199.19.213.179 () {44 vars in 938 bytes} [Sat Aug 22 11:49:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 199.19.213.179 () {44 vars in 960 bytes} [Sat Aug 22 11:49:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:23.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f77af25e-afa1-4d48-bb75-3f3eb01ada0f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/374] 199.19.213.179 () {44 vars in 1037 bytes} [Sat Aug 22 11:49:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=65aaced0-ada7-465c-8642-ca132713653b => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 199.19.213.179 () {44 vars in 1060 bytes} [Sat Aug 22 11:49:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=65aaced0-ada7-465c-8642-ca132713653b => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:24.688 7 INFO neutron.api.v2.resource [None req-4264dedd-1d47-4df5-bfdd-0593f1d13a3c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/376] 199.19.213.179 () {44 vars in 972 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.19.213.179 () {44 vars in 994 bytes} [Sat Aug 22 11:49:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/378] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:25 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:25 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/380] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:49:25 2026] GET /v2.0/security-group-rules/887b2b80-2e4f-46e8-9e3e-8c2ac4e57735 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:26 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/382] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:26 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/383] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:49:26 2026] GET /v2.0/security-group-rules/939c8e43-6a5b-458c-9708-f89b047ad8b6 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/384] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:27 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/385] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:27 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:49:28 2026] GET /v2.0/security-group-rules/fa3e22a0-c33d-490b-9629-3fb6f4c7e9fd => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:28 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:29 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:49:29 2026] GET /v2.0/security-group-rules/9900e186-d796-485d-addf-85841a63b5e2 => 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: 195/392] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:30 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:30 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:49:30 2026] GET /v2.0/security-group-rules/0a8f941a-f440-4649-bceb-a69b7b4097ee => 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: 199/395] 199.19.213.179 () {44 vars in 988 bytes} [Sat Aug 22 11:49:31 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:49:31.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-580ef9ee-0099-4b45-802f-24fb601df346 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/396] 199.19.213.179 () {44 vars in 1077 bytes} [Sat Aug 22 11:49:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=65aaced0-ada7-465c-8642-ca132713653b => generated 132 bytes in 22 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.179 () {44 vars in 1100 bytes} [Sat Aug 22 11:49:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=65aaced0-ada7-465c-8642-ca132713653b => generated 1254 bytes in 59 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.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:31 2026] GET /v2.0/security-groups/51495a71-1bea-4dbc-af3e-bb914ae73f82 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:39.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfe19e9e-a4e8-4b37-9a74-8963cb86a021 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/399] 199.19.213.179 () {44 vars in 980 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 66 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.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 43 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.179 () {44 vars in 921 bytes} [Sat Aug 22 11:49:41 2026] GET /v2.0/ports => generated 4725 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:49:42.710 7 INFO neutron.api.v2.resource [None req-540588f7-359b-44de-a07a-56a01a85c7ea 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/402] 199.19.213.179 () {44 vars in 960 bytes} [Sat Aug 22 11:49:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/403] 199.19.213.179 () {44 vars in 982 bytes} [Sat Aug 22 11:49:42 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:43 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 2886 bytes in 68 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.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:43 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 2886 bytes in 31 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.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:49:43 2026] GET /v2.0/security-group-rules/d1cb738e-ef00-4a8b-8c51-680dc06b205e => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/409] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/410] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/security-groups/154a3bf2-6a58-43a7-917e-4f7c495e3e33 => generated 2886 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:49:44 2026] GET /v2.0/security-group-rules/03e8e916-6140-47dc-874c-70e619f41012 => generated 627 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.19.213.179 () {44 vars in 976 bytes} [Sat Aug 22 11:49:58 2026] GET /v2.0/quotas/ca807da0169841588cbbfabcf717c80d => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:50:58.314 8 INFO neutron.api.v2.resource [None req-3aeb7e4b-4c5c-4ee2-a4bc-5ffdd0962950 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/421] 199.19.213.179 () {44 vars in 1075 bytes} [Sat Aug 22 11:50:58 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/422] 199.19.213.179 () {44 vars in 1098 bytes} [Sat Aug 22 11:50:58 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0e8062b5bf244231b8e84683baddc0bb => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/423] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:50:59 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/424] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:50:59 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/425] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:50:59 2026] GET /v2.0/security-group-rules/691ae678-df61-4f9f-a751-5bf77e1b1e02 => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/428] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 4075 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/429] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => 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: 215/430] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:51:00 2026] GET /v2.0/security-group-rules/cf60cb4e-15af-44fd-b828-d4c9061cef58 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/432] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => 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: 217/433] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:51:01 2026] GET /v2.0/security-group-rules/b92d157f-6965-4d92-acc7-1238c5688652 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/434] 199.19.213.179 () {44 vars in 1089 bytes} [Sat Aug 22 11:51:02 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7?project_id=0e8062b5bf244231b8e84683baddc0bb => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/435] 199.19.213.179 () {44 vars in 1002 bytes} [Sat Aug 22 11:51:02 2026] GET /v2.0/security-groups/a0fc6a6d-b641-4be1-8507-ea00776f55c7 => 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: 218/436] 199.19.213.179 () {44 vars in 1012 bytes} [Sat Aug 22 11:51:02 2026] GET /v2.0/security-group-rules/376329ae-3008-40e4-bf69-bb1f94762479 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/437] 199.19.213.179 () {44 vars in 976 bytes} [Sat Aug 22 11:51:10 2026] GET /v2.0/quotas/0e8062b5bf244231b8e84683baddc0bb => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 199.19.213.179 () {44 vars in 950 bytes} [Sat Aug 22 11:52:07 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/453] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:52:50 2026] GET /v2.0/networks => generated 2168 bytes in 161 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.158 () {32 vars in 655 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/455] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/ports => generated 4725 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:52:51 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:52:52 2026] GET /v2.0/networks => generated 2168 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/459] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:52:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 10.0.0.158 () {32 vars in 655 bytes} [Sat Aug 22 11:52:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:04.098 7 INFO neutron.db.segments_db [None req-855a941c-bf50-40ab-9d57-f055c64fa7c0 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment b21eb594-ccf3-4604-b578-a9d8e361a020 of type vxlan for network bc59db57-cf0c-4284-8ddb-6ca9b5f905e2 2026-08-22 11:53:04.113 8 INFO neutron.db.segments_db [None req-5295dbe1-e6fd-418d-9045-4871960f9cfc 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment f68dd0f7-53dd-47cb-afbe-b6eb5a0c882e of type vxlan for network a89be753-1303-4b51-9838-c59e4d4a62ca [pid: 7|app: 0|req: 231/463] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:53:03 2026] POST /v2.0/networks => generated 737 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:53:03 2026] POST /v2.0/networks => generated 749 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:04.464 7 INFO neutron.db.segments_db [None req-fb5d416e-cdee-4b34-a40d-840073500463 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 3f975866-eef5-4c2b-b591-d7e046fbbc7e of type vxlan for network 82684241-8ea0-4267-bae2-484cc245f0e8 [pid: 8|app: 0|req: 234/465] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:04 2026] POST /v2.0/subnets => generated 684 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:53:04 2026] POST /v2.0/networks => generated 749 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:04.595 7 INFO neutron.db.segments_db [None req-3aba1121-4f2a-4f10-9169-a73dc5b1ebc9 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment b5462ce4-1d8f-4a2c-8c3a-c59e95714e1c of type vxlan for network 933a9e23-3e5d-4946-8360-1a87ac71a567 [pid: 8|app: 0|req: 235/467] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:04 2026] POST /v2.0/subnets => generated 696 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:04 2026] POST /v2.0/subnets => generated 696 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:04.857 7 INFO neutron.db.l3_hamode_db [None req-3aba1121-4f2a-4f10-9169-a73dc5b1ebc9 5db254f8b7274e1e8c8603b6719f50c6 efa30924a60e4129ac90de4aee1cc2c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:53:04.902 8 INFO neutron.db.segments_db [None req-97ae06c6-61a1-4724-ba43-59706b539051 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment f1ef67c6-1f42-4076-9196-1074b634dd9f of type vxlan for network 772a734c-f4c7-48a7-9a00-bd4676263940 2026-08-22 11:53:05.156 8 INFO neutron.db.l3_hamode_db [None req-97ae06c6-61a1-4724-ba43-59706b539051 5db254f8b7274e1e8c8603b6719f50c6 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:53:05.798 7 INFO neutron.db.l3_hamode_db [None req-3aba1121-4f2a-4f10-9169-a73dc5b1ebc9 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:53:06.463 8 INFO neutron.db.l3_hamode_db [None req-97ae06c6-61a1-4724-ba43-59706b539051 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/469] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:04 2026] POST /v2.0/routers => generated 724 bytes in 2768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:07.361 7 INFO neutron.db.segments_db [None req-93d2f976-de62-46e9-b4bb-e85c9e2b1805 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 81a1537e-8a1e-4e14-87b5-21a838f111c2 of type vxlan for network 112c3f34-1c93-4a77-9c99-04990baee39c [pid: 8|app: 0|req: 237/470] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:04 2026] POST /v2.0/routers => generated 736 bytes in 2655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:07.609 7 INFO neutron.db.l3_hamode_db [None req-93d2f976-de62-46e9-b4bb-e85c9e2b1805 5db254f8b7274e1e8c8603b6719f50c6 80c7e28c849248f29f479eeca40df692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/471] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:07 2026] GET /v2.0/security-groups?tenant_id=756d7c874dd64b339e87ada23574f5a2&name=default => generated 2922 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:08.335 7 INFO neutron.db.l3_hamode_db [None req-93d2f976-de62-46e9-b4bb-e85c9e2b1805 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/472] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:53:07 2026] PUT /v2.0/routers/03920ada-0da3-40cb-8af0-2b4f23786cba/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/473] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:07 2026] POST /v2.0/routers => generated 736 bytes in 2004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:09 2026] DELETE /v2.0/security-groups/3b825e15-bec3-49c9-bfdc-32d2ba67c84a => 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: 240/475] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:53:09 2026] PUT /v2.0/routers/7a975585-afaf-473d-8beb-c3dfe3ffd797/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:53:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/477] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/478] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/479] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:53:09 2026] PUT /v2.0/routers/c871a469-b40b-4b38-b68e-155f9eceeee7/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/480] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:53:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/481] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/482] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:11 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) 2026-08-22 11:53:11.729 7 INFO neutron.db.segments_db [None req-33ef4032-69d0-45cb-bab7-18c2975ae32c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment acb8e6c6-3794-463e-a69d-df36ce1a8025 of type vxlan for network eba00258-7f85-4859-a926-9cc5b9e448c0 [pid: 8|app: 0|req: 244/483] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:53:10 2026] POST /v2.0/floatingips => generated 552 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/484] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:53:11 2026] POST /v2.0/networks => generated 744 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/485] 10.0.0.111 () {38 vars in 971 bytes} [Sat Aug 22 11:53:11 2026] POST /v2.0/security-groups => generated 1685 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/486] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:53:11 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/487] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:12 2026] POST /v2.0/subnets => generated 692 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.111 () {34 vars in 1100 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1675087807&fields=id&tenant_id=efa30924a60e4129ac90de4aee1cc2c3 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:12.333 7 INFO neutron.db.segments_db [None req-d07952e5-359a-46bd-8a32-9be05cf545e9 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 3dfbb4e8-bbf7-442f-b044-1818b60637f8 of type vxlan for network dd5b83f7-0908-4a32-9a4b-405b17569b43 [pid: 8|app: 0|req: 247/489] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/networks?id=bc59db57-cf0c-4284-8ddb-6ca9b5f905e2 => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/490] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/quotas/efa30924a60e4129ac90de4aee1cc2c3 => 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: 249/491] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/ports?tenant_id=efa30924a60e4129ac90de4aee1cc2c3&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/492] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/security-groups/4b579c25-fc5d-4eb4-b2bf-e5a1550bf70e => generated 1685 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:12.601 7 INFO neutron.db.l3_hamode_db [None req-d07952e5-359a-46bd-8a32-9be05cf545e9 5db254f8b7274e1e8c8603b6719f50c6 149dda61fde64168a9729abec593d315 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 251/493] 10.0.0.111 () {38 vars in 981 bytes} [Sat Aug 22 11:53:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/494] 10.0.0.111 () {34 vars in 1100 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1391905288&fields=id&tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/495] 10.0.0.111 () {34 vars in 907 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/extensions => generated 21537 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/496] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 681 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/497] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?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: 256/498] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/quotas/f327a80e5ecb4a319e20ae4c0c2d3bd8 => 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: 257/499] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:53:12 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?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: 258/500] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/501] 10.0.0.111 () {38 vars in 971 bytes} [Sat Aug 22 11:53:13 2026] POST /v2.0/security-groups => generated 1685 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/502] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => 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: 261/503] 10.0.0.111 () {34 vars in 907 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/504] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/security-groups/233543f0-08b4-44b2-aca5-56b0db4ef8bc => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:13.533 7 INFO neutron.db.l3_hamode_db [None req-d07952e5-359a-46bd-8a32-9be05cf545e9 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 263/505] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 264/506] 10.0.0.111 () {38 vars in 981 bytes} [Sat Aug 22 11:53:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/507] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 266/508] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/security-groups/233543f0-08b4-44b2-aca5-56b0db4ef8bc => generated 2310 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/509] 10.0.0.111 () {38 vars in 981 bytes} [Sat Aug 22 11:53:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/510] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 269/511] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/security-groups/233543f0-08b4-44b2-aca5-56b0db4ef8bc => generated 2940 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/512] 10.0.0.111 () {34 vars in 1001 bytes} [Sat Aug 22 11:53:13 2026] GET /v2.0/security-group-rules/7c187d5d-1e43-41cb-8ae9-fc1a59b0fce5 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/513] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:14 2026] GET /v2.0/security-groups/233543f0-08b4-44b2-aca5-56b0db4ef8bc => generated 2940 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/514] 10.0.0.111 () {36 vars in 1023 bytes} [Sat Aug 22 11:53:14 2026] DELETE /v2.0/security-group-rules/7c187d5d-1e43-41cb-8ae9-fc1a59b0fce5 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/515] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:14 2026] GET /v2.0/security-groups/233543f0-08b4-44b2-aca5-56b0db4ef8bc => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/516] 10.0.0.111 () {36 vars in 1013 bytes} [Sat Aug 22 11:53:14 2026] DELETE /v2.0/security-groups/233543f0-08b4-44b2-aca5-56b0db4ef8bc => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/517] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:14 2026] GET /v2.0/security-groups/4b579c25-fc5d-4eb4-b2bf-e5a1550bf70e => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/518] 10.0.0.111 () {36 vars in 1013 bytes} [Sat Aug 22 11:53:14 2026] DELETE /v2.0/security-groups/4b579c25-fc5d-4eb4-b2bf-e5a1550bf70e => 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: 243/519] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:12 2026] POST /v2.0/routers => generated 732 bytes in 2242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/520] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:14 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:15.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b9b9cf4-f890-4414-ab7f-94635db0f153 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 166ffc9a-3ad7-46b5-a0ca-ecd4f2869f23 2026-08-22 11:53:15.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b9b9cf4-f890-4414-ab7f-94635db0f153 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 166ffc9a-3ad7-46b5-a0ca-ecd4f2869f23 [pid: 8|app: 0|req: 277/521] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:53:14 2026] PUT /v2.0/routers/c871a469-b40b-4b38-b68e-155f9eceeee7/remove_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/524] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:15 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 245/525] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:53:14 2026] PUT /v2.0/routers/69775304-1ed2-4a42-956c-c42e1e5d8099/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/526] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:15 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:15.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-64dd3c67-d5b5-4613-8ead-4f39d21d7ba5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 66ba0c0f-96f4-4c47-905e-8e57b0eb9b87 2026-08-22 11:53:15.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64dd3c67-d5b5-4613-8ead-4f39d21d7ba5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 66ba0c0f-96f4-4c47-905e-8e57b0eb9b87 2026-08-22 11:53:16.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-64dd3c67-d5b5-4613-8ead-4f39d21d7ba5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 999022f6-7b66-4dca-a855-e2f05b3ebb0d 2026-08-22 11:53:16.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64dd3c67-d5b5-4613-8ead-4f39d21d7ba5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 999022f6-7b66-4dca-a855-e2f05b3ebb0d 2026-08-22 11:53:16.171 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-64dd3c67-d5b5-4613-8ead-4f39d21d7ba5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - 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 2248, 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 649, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 247/527] 10.0.0.111 () {38 vars in 971 bytes} [Sat Aug 22 11:53:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/528] 10.0.0.111 () {38 vars in 971 bytes} [Sat Aug 22 11:53:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-22 11:53:16.582 8 INFO neutron.db.l3_hamode_db [None req-64dd3c67-d5b5-4613-8ead-4f39d21d7ba5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network 112c3f34-1c93-4a77-9c99-04990baee39c was deleted as no HA routers are present in tenant 80c7e28c849248f29f479eeca40df692. [pid: 8|app: 0|req: 281/529] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:15 2026] DELETE /v2.0/routers/c871a469-b40b-4b38-b68e-155f9eceeee7 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/530] 10.0.0.111 () {38 vars in 971 bytes} [Sat Aug 22 11:53:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/531] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:16 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 284/532] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:53:16 2026] GET /v2.0/security-groups?tenant_id=149dda61fde64168a9729abec593d315 => generated 7908 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/533] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:16 2026] GET /v2.0/security-groups/7437c6ea-f4d0-4d95-a59b-118d3dca6bd1 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:16.916 8 INFO neutron.services.segments.plugin [-] Segment 81a1537e-8a1e-4e14-87b5-21a838f111c2 resource provider aggregate not found [pid: 8|app: 0|req: 286/534] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:16 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:16.938 8 INFO neutron.services.segments.plugin [-] Segment 81a1537e-8a1e-4e14-87b5-21a838f111c2 resource provider aggregate not found 2026-08-22 11:53:16.947 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81a1537e-8a1e-4e14-87b5-21a838f111c2 resource provider; 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 81a1537e-8a1e-4e14-87b5-21a838f111c2 found for delete ", "request_id": "req-43ff236f-d9e0-4351-913e-c225e30178f6"}]} 2026-08-22 11:53:16.969 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81a1537e-8a1e-4e14-87b5-21a838f111c2 resource provider; 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 81a1537e-8a1e-4e14-87b5-21a838f111c2 found for delete ", "request_id": "req-4a67179c-c520-4199-bf2b-ea7b0dc43da0"}]} [pid: 8|app: 0|req: 287/535] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:16 2026] GET /v2.0/security-groups/7437c6ea-f4d0-4d95-a59b-118d3dca6bd1 => generated 2922 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/536] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/6c095986-c77c-4ebd-af4f-75b4344320cd => generated 1681 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/537] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:16 2026] DELETE /v2.0/subnets/2756b516-daae-460f-9432-c4f3480de21a => generated 0 bytes in 474 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/538] 10.0.0.111 () {36 vars in 1013 bytes} [Sat Aug 22 11:53:17 2026] DELETE /v2.0/security-groups/6c095986-c77c-4ebd-af4f-75b4344320cd => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:17.169 8 INFO neutron.api.v2.resource [req-355346bb-ae15-434b-b345-bb1c80afcd9d req-f1fc2227-7ea0-4a55-a4e4-f730b97ace72 04eea5996e1143beb3622839bfbced49 149dda61fde64168a9729abec593d315 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 290/539] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/6c095986-c77c-4ebd-af4f-75b4344320cd => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/540] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/36749563-757b-4c29-8a91-6bd449f905d3 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/541] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:53:17 2026] DELETE /v2.0/networks/82684241-8ea0-4267-bae2-484cc245f0e8 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/542] 10.0.0.111 () {36 vars in 1013 bytes} [Sat Aug 22 11:53:17 2026] DELETE /v2.0/security-groups/36749563-757b-4c29-8a91-6bd449f905d3 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:17.360 7 INFO neutron.api.v2.resource [req-00e10b7b-3a69-4e7c-9442-55100a46639c req-91a36d42-e7c0-4944-97aa-465618b35579 04eea5996e1143beb3622839bfbced49 149dda61fde64168a9729abec593d315 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/543] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/36749563-757b-4c29-8a91-6bd449f905d3 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/544] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/14543b9e-df6a-4b66-802a-56fe40316f5a => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/545] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups?tenant_id=80c7e28c849248f29f479eeca40df692&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/546] 10.0.0.111 () {36 vars in 1013 bytes} [Sat Aug 22 11:53:17 2026] DELETE /v2.0/security-groups/14543b9e-df6a-4b66-802a-56fe40316f5a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:17.551 7 INFO neutron.api.v2.resource [req-d8eb19c5-f5c4-47a4-9a2b-b3e420efb86e req-ab185734-fff5-4b60-9b70-a52d6ce3258b 04eea5996e1143beb3622839bfbced49 149dda61fde64168a9729abec593d315 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/547] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/14543b9e-df6a-4b66-802a-56fe40316f5a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/548] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:17 2026] DELETE /v2.0/security-groups/23175ae9-506c-445e-b8cf-5e80f15552b7 => 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: 254/549] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups?tenant_id=149dda61fde64168a9729abec593d315 => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/550] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/7437c6ea-f4d0-4d95-a59b-118d3dca6bd1 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:17.733 7 INFO neutron.services.segments.plugin [-] Segment 3f975866-eef5-4c2b-b591-d7e046fbbc7e resource provider aggregate not found [pid: 7|app: 0|req: 255/551] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/7437c6ea-f4d0-4d95-a59b-118d3dca6bd1 => generated 2922 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:17.751 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3f975866-eef5-4c2b-b591-d7e046fbbc7e resource provider; 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 3f975866-eef5-4c2b-b591-d7e046fbbc7e found for delete ", "request_id": "req-dcd99d0e-e496-497a-b958-ba1c4f77b232"}]} 2026-08-22 11:53:17.791 7 INFO neutron.services.segments.plugin [-] Segment 3f975866-eef5-4c2b-b591-d7e046fbbc7e resource provider aggregate not found 2026-08-22 11:53:17.794 8 INFO neutron.api.v2.resource [req-e9755c65-4232-43c3-8fb5-ac0d164c64fc req-be88014d-523c-4467-8216-23c038277c01 04eea5996e1143beb3622839bfbced49 149dda61fde64168a9729abec593d315 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 297/552] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/14543b9e-df6a-4b66-802a-56fe40316f5a => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:17.809 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3f975866-eef5-4c2b-b591-d7e046fbbc7e resource provider; 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 3f975866-eef5-4c2b-b591-d7e046fbbc7e found for delete ", "request_id": "req-15327cbd-2ab5-41e0-a1b8-d78a678c4de8"}]} 2026-08-22 11:53:17.841 7 INFO neutron.api.v2.resource [req-37b917f0-a149-4ba8-a29a-d6d522b576ac req-2826949e-cca1-45c7-833a-9fb3ceeee5aa 04eea5996e1143beb3622839bfbced49 149dda61fde64168a9729abec593d315 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/553] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/36749563-757b-4c29-8a91-6bd449f905d3 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/554] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:17.877 7 INFO neutron.api.v2.resource [req-7c3dd5ea-ae25-4888-8fe8-de2f37b3dc4a req-7a705d0a-e700-4af6-a63e-d348ac959f3b 04eea5996e1143beb3622839bfbced49 149dda61fde64168a9729abec593d315 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/555] 10.0.0.111 () {34 vars in 991 bytes} [Sat Aug 22 11:53:17 2026] GET /v2.0/security-groups/6c095986-c77c-4ebd-af4f-75b4344320cd => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/556] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:18 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => 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: 259/557] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:18 2026] GET /v2.0/networks?id=bc59db57-cf0c-4284-8ddb-6ca9b5f905e2 => generated 669 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:18.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-6328954d-4a7c-4164-9a99-bdfb16bb43f1 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 7a2b7c75-fb17-497f-92fd-bcb188058fe7 2026-08-22 11:53:18.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6328954d-4a7c-4164-9a99-bdfb16bb43f1 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 7a2b7c75-fb17-497f-92fd-bcb188058fe7 [pid: 7|app: 0|req: 260/558] 199.19.213.179 () {34 vars in 911 bytes} [Sat Aug 22 11:53:18 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/559] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:53:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=efa30924a60e4129ac90de4aee1cc2c3 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/560] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:53:18 2026] POST /v2.0/ports => generated 954 bytes in 459 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: 263/561] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:18 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/562] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:19 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/563] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:53:17 2026] PUT /v2.0/routers/69775304-1ed2-4a42-956c-c42e1e5d8099/remove_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/564] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:19 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:19.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a38c8f8-ca57-47c2-b779-6d34762ca016 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 4ac46381-4c53-4f9c-b59e-c6a856671dcc 2026-08-22 11:53:19.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a38c8f8-ca57-47c2-b779-6d34762ca016 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 4ac46381-4c53-4f9c-b59e-c6a856671dcc 2026-08-22 11:53:19.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a38c8f8-ca57-47c2-b779-6d34762ca016 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 858ae8de-84ba-4d90-bd74-bb1818375072 2026-08-22 11:53:19.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a38c8f8-ca57-47c2-b779-6d34762ca016 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 858ae8de-84ba-4d90-bd74-bb1818375072 2026-08-22 11:53:19.827 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-5a38c8f8-ca57-47c2-b779-6d34762ca016 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - 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 2248, 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 649, 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: 301/565] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:53:19 2026] PUT /v2.0/ports/5d5e0e09-c295-4454-af54-a7913a735e8e => generated 1235 bytes in 734 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-22 11:53:20.179 7 INFO neutron.services.segments.plugin [-] Segment 3dfbb4e8-bbf7-442f-b044-1818b60637f8 resource provider aggregate not found 2026-08-22 11:53:20.181 7 INFO neutron.services.segments.plugin [-] Segment 3dfbb4e8-bbf7-442f-b044-1818b60637f8 resource provider aggregate not found 2026-08-22 11:53:20.208 7 INFO neutron.db.l3_hamode_db [None req-5a38c8f8-ca57-47c2-b779-6d34762ca016 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network dd5b83f7-0908-4a32-9a4b-405b17569b43 was deleted as no HA routers are present in tenant 149dda61fde64168a9729abec593d315. 2026-08-22 11:53:20.212 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dfbb4e8-bbf7-442f-b044-1818b60637f8 resource provider; 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 3dfbb4e8-bbf7-442f-b044-1818b60637f8 found for delete ", "request_id": "req-77ac8a1f-7226-4368-adda-dea666283955"}]} 2026-08-22 11:53:20.216 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dfbb4e8-bbf7-442f-b044-1818b60637f8 resource provider; 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 3dfbb4e8-bbf7-442f-b044-1818b60637f8 found for delete ", "request_id": "req-fe87fd36-d6ea-4509-8700-d004a63d6146"}]} [pid: 7|app: 0|req: 265/566] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:19 2026] DELETE /v2.0/routers/69775304-1ed2-4a42-956c-c42e1e5d8099 => generated 0 bytes in 1081 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/567] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:20 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 681 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/568] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:20 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:20.365 8 INFO neutron.db.segments_db [None req-127bd69c-ce72-4051-a366-c7a06e683d3b 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 4e978b21-b0c3-4766-a851-5ad2a00885aa of type vxlan for network f1988148-58f5-4204-80d5-6b5a8d8ead58 [pid: 7|app: 0|req: 268/569] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:20 2026] DELETE /v2.0/subnets/441a679e-9bb0-4f28-afa3-56f1d552e166 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/570] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:53:20 2026] POST /v2.0/networks => generated 747 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/571] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:20 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/572] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:53:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:20.654 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-469bd073-d905-4150-819c-89d797d2f919'] response: {'name': 'network-changed', 'server_uuid': '3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77', 'tag': '5d5e0e09-c295-4454-af54-a7913a735e8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 270/573] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:53:20 2026] DELETE /v2.0/networks/eba00258-7f85-4859-a926-9cc5b9e448c0 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/574] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:20 2026] POST /v2.0/subnets => generated 694 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/575] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:20 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:20.787 7 INFO neutron.db.segments_db [None req-7d912c79-7d62-4112-841d-cba4ebe9a482 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment f7ad3791-ab5c-4cbd-b4f0-559c39f32ac7 of type vxlan for network f3a0237f-259b-4f4a-b559-311c2bd48767 2026-08-22 11:53:21.112 7 INFO neutron.db.l3_hamode_db [None req-7d912c79-7d62-4112-841d-cba4ebe9a482 5db254f8b7274e1e8c8603b6719f50c6 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 305/576] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:53:20 2026] POST /v2.0/ports => generated 954 bytes in 491 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: 306/577] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/security-groups?tenant_id=149dda61fde64168a9729abec593d315&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/578] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/ports?tenant_id=efa30924a60e4129ac90de4aee1cc2c3&device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/579] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:53:21 2026] PUT /v2.0/ports/9b964764-c22b-4161-ad73-11d6db06088c => generated 1235 bytes in 431 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: 309/580] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:21 2026] DELETE /v2.0/security-groups/7437c6ea-f4d0-4d95-a59b-118d3dca6bd1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/581] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5d5e0e09-c295-4454-af54-a7913a735e8e => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/582] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 312/583] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:21 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:22.041 7 INFO neutron.db.l3_hamode_db [None req-7d912c79-7d62-4112-841d-cba4ebe9a482 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 313/584] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/subnets?id=9a7858b5-36ea-4445-876b-b6336096b9c6 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/585] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&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: 315/586] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/587] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/ports?network_id=bc59db57-cf0c-4284-8ddb-6ca9b5f905e2&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/588] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:22.241 7 INFO neutron.services.segments.plugin [-] Segment acb8e6c6-3794-463e-a69d-df36ce1a8025 resource provider aggregate not found 2026-08-22 11:53:22.251 7 INFO neutron.services.segments.plugin [-] Segment acb8e6c6-3794-463e-a69d-df36ce1a8025 resource provider aggregate not found 2026-08-22 11:53:22.266 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acb8e6c6-3794-463e-a69d-df36ce1a8025 resource provider; 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 acb8e6c6-3794-463e-a69d-df36ce1a8025 found for delete ", "request_id": "req-164450e0-7a32-4aa2-aa0d-90d29774875a"}]} 2026-08-22 11:53:22.270 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acb8e6c6-3794-463e-a69d-df36ce1a8025 resource provider; 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 acb8e6c6-3794-463e-a69d-df36ce1a8025 found for delete ", "request_id": "req-9a8c54a9-f958-4a76-9950-097f658ace46"}]} [pid: 8|app: 0|req: 318/589] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?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) 2026-08-22 11:53:22.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e88bfe6-8983-42fb-98b1-ff1dd73ccb3a'] response: {'name': 'network-changed', 'server_uuid': '4f036992-0b87-4bd8-be4f-d2ece10b5000', 'tag': '9b964764-c22b-4161-ad73-11d6db06088c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 319/590] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/591] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9b964764-c22b-4161-ad73-11d6db06088c => 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: 321/592] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/subnets?id=9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 699 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/593] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/ports?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca&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: 323/594] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/595] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:22 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/596] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:20 2026] POST /v2.0/routers => generated 734 bytes in 2394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/597] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 274/598] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/599] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/600] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/601] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/ports?tenant_id=efa30924a60e4129ac90de4aee1cc2c3&device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/602] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/networks?id=bc59db57-cf0c-4284-8ddb-6ca9b5f905e2 => generated 765 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/603] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5d5e0e09-c295-4454-af54-a7913a735e8e => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/604] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/subnets?id=9a7858b5-36ea-4445-876b-b6336096b9c6 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/605] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/ports?network_id=bc59db57-cf0c-4284-8ddb-6ca9b5f905e2&device_owner=network%3Adhcp => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/606] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/607] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:23 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?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: 284/608] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/609] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 777 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/610] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9b964764-c22b-4161-ad73-11d6db06088c => 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: 287/611] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/subnets?id=9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 699 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/612] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/ports?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca&device_owner=network%3Adhcp => 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: 289/613] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 290/614] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/615] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/616] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/617] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 29 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.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/619] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:53:23 2026] PUT /v2.0/routers/563245ad-b54a-4eb1-ab48-e8a601089111/add_router_interface => generated 309 bytes in 1857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/620] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:24 2026] GET /v2.0/security-groups?tenant_id=b6a8551280554528a87c44682950e0ce&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/621] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:25 2026] DELETE /v2.0/security-groups/334601b6-79ca-40bf-b19a-9f965fe7a041 => 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: 327/622] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:25 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/623] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:25 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/624] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:53:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/625] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:25 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/626] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:25 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/627] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/628] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/629] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:53:25 2026] POST /v2.0/floatingips => generated 552 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/630] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:26 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/631] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:26 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/632] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:26 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/633] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:26 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/634] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:27 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/635] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:28 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/636] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:28 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/637] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:28 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&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: 336/638] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:29 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/639] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:29 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/640] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:29 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/641] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:29 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/644] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:30 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/645] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:30 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/646] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:30 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/647] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:30 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/648] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:30 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/649] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:30 2026] GET /v2.0/security-groups?tenant_id=35836938401541c58017a9957fc126f8&name=default => generated 2925 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/650] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:31 2026] DELETE /v2.0/security-groups/d6914d51-ec5e-4e04-b27a-7af2b41bed2e => 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: 344/651] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:31 2026] GET /v2.0/security-groups?tenant_id=152ce4f0939543edb2c5b49402869303&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:31.792 7 INFO neutron.db.l3_db [None req-685917a4-039f-44c9-a157-5812e12ffcab bf7a9a4d25254bb6a466059de35b4df9 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] Floating IP c7887744-4315-408c-a8f3-595c00a0a5f2 associated. External IP: 10.96.250.215, port: 9b964764-c22b-4161-ad73-11d6db06088c. [pid: 8|app: 0|req: 345/652] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:31 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/653] 10.0.0.111 () {34 vars in 1100 bytes} [Sat Aug 22 11:53:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1462867416&fields=id&tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/654] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:31 2026] DELETE /v2.0/security-groups/f0670d09-c8c9-454c-89ad-dbf48ad87eae => 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: 348/655] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:31 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/656] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:53:31 2026] GET /v2.0/networks?id=f1988148-58f5-4204-80d5-6b5a8d8ead58 => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/657] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/quotas/9ba10bedbf6d4ffe8bbbf339b488ecca => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/658] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:53:30 2026] PUT /v2.0/floatingips/c7887744-4315-408c-a8f3-595c00a0a5f2 => generated 855 bytes in 1525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/659] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/ports?tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/660] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/661] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/networks/f1988148-58f5-4204-80d5-6b5a8d8ead58?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/662] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&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: 310/663] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/networks/f1988148-58f5-4204-80d5-6b5a8d8ead58?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:32.722 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-259ffe5a-3fd3-4c73-9892-f228ef59771a'] response: {'name': 'network-changed', 'server_uuid': '4f036992-0b87-4bd8-be4f-d2ece10b5000', 'tag': '9b964764-c22b-4161-ad73-11d6db06088c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 354/664] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:32 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 311/665] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/666] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/667] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/668] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 777 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/669] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/670] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9b964764-c22b-4161-ad73-11d6db06088c => generated 858 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/671] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/subnets?id=9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 699 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/672] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/ports?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/673] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 361/674] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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) 2026-08-22 11:53:33.712 7 INFO neutron.db.l3_db [None req-6a687149-0afc-4c8c-84ff-d47425fcd052 6d4cbd2942334cff8c9dc2607403705a efa30924a60e4129ac90de4aee1cc2c3 - - default default] Floating IP 77a18667-b535-491d-a64e-265a750bd3dd associated. External IP: 10.96.250.214, port: 5d5e0e09-c295-4454-af54-a7913a735e8e. [pid: 8|app: 0|req: 362/675] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:33 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 314/676] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:53:33 2026] PUT /v2.0/floatingips/77a18667-b535-491d-a64e-265a750bd3dd => generated 855 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/677] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:34 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/678] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:34 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/679] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:34 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:34.771 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9b9a787-7749-406e-91c8-db95fca82573'] response: {'name': 'network-changed', 'server_uuid': '3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77', 'tag': '5d5e0e09-c295-4454-af54-a7913a735e8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 316/680] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:34 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/681] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:34 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/682] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/ports?tenant_id=efa30924a60e4129ac90de4aee1cc2c3&device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/683] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/networks?id=bc59db57-cf0c-4284-8ddb-6ca9b5f905e2 => generated 765 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/684] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5d5e0e09-c295-4454-af54-a7913a735e8e => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/685] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/subnets?id=9a7858b5-36ea-4445-876b-b6336096b9c6 => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/686] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/ports?network_id=bc59db57-cf0c-4284-8ddb-6ca9b5f905e2&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: 368/687] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/688] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2?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: 8|app: 0|req: 369/689] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/690] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:35 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/691] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:36 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 322/692] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:36 2026] GET /v2.0/security-groups?tenant_id=71fb6b759cf048ea8972814535f17328&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/693] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:36 2026] DELETE /v2.0/security-groups/11723367-c6b5-4ed9-8b9c-185df511f4b9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/694] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:36 2026] GET /v2.0/security-groups?tenant_id=c0733e19e57146ccab5527e026f173e5&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/695] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:37 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/696] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:37 2026] GET /v2.0/security-groups?id=03244585-d2d4-4fd3-8cf1-0f26026aca53&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/697] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:37 2026] DELETE /v2.0/security-groups/46741976-c0f8-40fe-886a-b8b5ad3d2ad4 => 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: 374/698] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:37 2026] GET /v2.0/networks?id=f1988148-58f5-4204-80d5-6b5a8d8ead58 => generated 679 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/699] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:37 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 326/700] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:53:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/701] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:53:37 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:37.452 8 INFO neutron_taas.services.taas.taas_plugin [req-dc27d152-3c93-49c7-b204-77251aa417ef req-a99e0da3-7a6c-4421-b301-5486738fb301 6d4cbd2942334cff8c9dc2607403705a efa30924a60e4129ac90de4aee1cc2c3 - - default default] TaaS: Handle Delete Port: 5d5e0e09-c295-4454-af54-a7913a735e8e 2026-08-22 11:53:37.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dc27d152-3c93-49c7-b204-77251aa417ef req-a99e0da3-7a6c-4421-b301-5486738fb301 6d4cbd2942334cff8c9dc2607403705a efa30924a60e4129ac90de4aee1cc2c3 - - default default] Tap Mirror: Handle Delete Port: 5d5e0e09-c295-4454-af54-a7913a735e8e [pid: 7|app: 0|req: 327/702] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:53:37 2026] POST /v2.0/ports => generated 954 bytes in 409 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-22 11:53:37.710 8 INFO neutron.db.l3_db [req-dc27d152-3c93-49c7-b204-77251aa417ef req-a99e0da3-7a6c-4421-b301-5486738fb301 6d4cbd2942334cff8c9dc2607403705a efa30924a60e4129ac90de4aee1cc2c3 - - default default] Floating IP 77a18667-b535-491d-a64e-265a750bd3dd disassociated. External IP: 10.96.250.214, port: 5d5e0e09-c295-4454-af54-a7913a735e8e. [pid: 7|app: 0|req: 328/703] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:53:37 2026] PUT /v2.0/ports/46bcde1c-fb9a-4dfd-8592-836dccc11248 => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:53:38.184 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-22d9ec31-7915-4955-a834-81ef9d17bc91'] response: {'name': 'network-changed', 'server_uuid': 'b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2', 'tag': '46bcde1c-fb9a-4dfd-8592-836dccc11248', '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: 329/704] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => 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: 376/705] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:53:37 2026] DELETE /v2.0/ports/5d5e0e09-c295-4454-af54-a7913a735e8e => generated 0 bytes in 981 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:38.279 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41f8e743-71d6-46a6-a2c1-ed9745e1da6c'] response: {'server_uuid': '3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77', 'name': 'network-vif-deleted', 'tag': '5d5e0e09-c295-4454-af54-a7913a735e8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 330/706] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/707] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/708] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/ports?tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca&device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/709] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/networks?tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca&shared=False => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/710] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:53:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/711] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/712] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/713] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&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: 7|app: 0|req: 334/714] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/ports?tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca&device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/715] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=46bcde1c-fb9a-4dfd-8592-836dccc11248 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/716] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/subnets?id=655dff11-7ebb-48e4-80fb-a6367a8f518f => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/717] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/ports?network_id=f1988148-58f5-4204-80d5-6b5a8d8ead58&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: 336/718] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/networks/f1988148-58f5-4204-80d5-6b5a8d8ead58?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: 383/719] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/networks/f1988148-58f5-4204-80d5-6b5a8d8ead58?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: 337/720] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/721] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/722] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&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: 385/723] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:53:40 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1240 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/724] 10.0.0.187 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:41 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/725] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:41 2026] GET /v2.0/security-groups?tenant_id=2e126e0764564ac1afabf4fd3e35e108&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/726] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:41 2026] GET /v2.0/ports?device_id=3bbbbf55-aeb9-40d6-8de9-d3597c7f7b77 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/727] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:41 2026] DELETE /v2.0/security-groups/f617c217-6447-4986-84ad-1f9f11e31d7f => 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: 388/728] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:41 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/729] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:41 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&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: 7|app: 0|req: 341/730] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:41 2026] GET /v2.0/security-groups?tenant_id=fadc49d449b641bdab1a51e938cf2f42&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/731] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:42 2026] DELETE /v2.0/security-groups/66339d88-af9c-4261-9d92-1e23ba21c4ae => 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: 342/732] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:42 2026] DELETE /v2.0/security-groups/03244585-d2d4-4fd3-8cf1-0f26026aca53 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:42.824 8 INFO neutron.api.v2.resource [None req-7f77e2eb-a433-4ef9-a0cf-3d4ee5c2e791 6d4cbd2942334cff8c9dc2607403705a efa30924a60e4129ac90de4aee1cc2c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/733] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:53:42 2026] GET /v2.0/security-groups/03244585-d2d4-4fd3-8cf1-0f26026aca53 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:42.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a3e33b0-8757-4ecf-afd6-4c7f0921c40e 6d4cbd2942334cff8c9dc2607403705a efa30924a60e4129ac90de4aee1cc2c3 - - default default] TaaS: Handle Delete Port: c47ed667-6184-4185-a910-1896d224eaa8 2026-08-22 11:53:42.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a3e33b0-8757-4ecf-afd6-4c7f0921c40e 6d4cbd2942334cff8c9dc2607403705a efa30924a60e4129ac90de4aee1cc2c3 - - default default] Tap Mirror: Handle Delete Port: c47ed667-6184-4185-a910-1896d224eaa8 [pid: 8|app: 0|req: 392/734] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:43 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/735] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:53:42 2026] DELETE /v2.0/floatingips/77a18667-b535-491d-a64e-265a750bd3dd => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/736] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:43 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:43.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-b90dea4f-a6a4-47ef-ba04-8ed7df9f7515 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 105155c3-2962-456c-bb6a-b0b8b9f6a71c 2026-08-22 11:53:43.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b90dea4f-a6a4-47ef-ba04-8ed7df9f7515 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 105155c3-2962-456c-bb6a-b0b8b9f6a71c [pid: 7|app: 0|req: 344/737] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:53:43 2026] PUT /v2.0/routers/03920ada-0da3-40cb-8af0-2b4f23786cba/remove_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/738] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:44 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/739] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:44 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:44.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a7b3bf6-7cdf-4d24-a57c-6e3798d0936c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: a244d99c-cd15-484e-85b2-b0378bcc5ada 2026-08-22 11:53:44.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a7b3bf6-7cdf-4d24-a57c-6e3798d0936c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: a244d99c-cd15-484e-85b2-b0378bcc5ada 2026-08-22 11:53:44.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a7b3bf6-7cdf-4d24-a57c-6e3798d0936c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: b570210e-ba95-408d-883b-ff016753720d 2026-08-22 11:53:44.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a7b3bf6-7cdf-4d24-a57c-6e3798d0936c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: b570210e-ba95-408d-883b-ff016753720d 2026-08-22 11:53:45.120 8 INFO neutron.services.segments.plugin [-] Segment b5462ce4-1d8f-4a2c-8c3a-c59e95714e1c resource provider aggregate not found 2026-08-22 11:53:45.133 8 INFO neutron.services.segments.plugin [-] Segment b5462ce4-1d8f-4a2c-8c3a-c59e95714e1c resource provider aggregate not found 2026-08-22 11:53:45.141 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5462ce4-1d8f-4a2c-8c3a-c59e95714e1c resource provider; 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 b5462ce4-1d8f-4a2c-8c3a-c59e95714e1c found for delete ", "request_id": "req-6e958651-0a7c-4596-887a-258d3d93b8d0"}]} 2026-08-22 11:53:45.156 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5462ce4-1d8f-4a2c-8c3a-c59e95714e1c resource provider; 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 b5462ce4-1d8f-4a2c-8c3a-c59e95714e1c found for delete ", "request_id": "req-0c2a7e58-dadf-483b-8979-1c57fc98d610"}]} 2026-08-22 11:53:45.165 8 INFO neutron.db.l3_hamode_db [None req-8a7b3bf6-7cdf-4d24-a57c-6e3798d0936c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network 933a9e23-3e5d-4946-8360-1a87ac71a567 was deleted as no HA routers are present in tenant efa30924a60e4129ac90de4aee1cc2c3. [pid: 8|app: 0|req: 394/742] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:44 2026] DELETE /v2.0/routers/03920ada-0da3-40cb-8af0-2b4f23786cba => 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: 349/743] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:45 2026] DELETE /v2.0/subnets/9a7858b5-36ea-4445-876b-b6336096b9c6 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/744] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:45 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:45.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-8321eaa8-72fa-454d-9e93-27e3f118fee3 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 905bbdf1-7351-43be-8a8f-e1acd49eface 2026-08-22 11:53:45.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8321eaa8-72fa-454d-9e93-27e3f118fee3 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 905bbdf1-7351-43be-8a8f-e1acd49eface [pid: 7|app: 0|req: 351/745] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:45 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/746] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:53:45 2026] DELETE /v2.0/networks/bc59db57-cf0c-4284-8ddb-6ca9b5f905e2 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/747] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:45 2026] GET /v2.0/security-groups?tenant_id=efa30924a60e4129ac90de4aee1cc2c3&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/748] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:45 2026] DELETE /v2.0/security-groups/9595a907-96fa-4c6a-8613-80834bb3eadf => 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: 397/749] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:46 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/750] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:46 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/751] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:46 2026] GET /v2.0/security-groups?tenant_id=7ff8d195ce5a4f4fa215d3d4db97adab&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/752] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:46 2026] DELETE /v2.0/security-groups/e835922c-d0f3-4e05-9dd0-7ef4dfa9ff76 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:53:47.163 8 INFO neutron.services.segments.plugin [-] Segment b21eb594-ccf3-4604-b578-a9d8e361a020 resource provider aggregate not found 2026-08-22 11:53:47.174 8 INFO neutron.services.segments.plugin [-] Segment b21eb594-ccf3-4604-b578-a9d8e361a020 resource provider aggregate not found 2026-08-22 11:53:47.181 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b21eb594-ccf3-4604-b578-a9d8e361a020 resource provider; 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 b21eb594-ccf3-4604-b578-a9d8e361a020 found for delete ", "request_id": "req-775e1a25-f1da-438d-aa65-9babe8b3fe33"}]} 2026-08-22 11:53:47.190 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b21eb594-ccf3-4604-b578-a9d8e361a020 resource provider; 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 b21eb594-ccf3-4604-b578-a9d8e361a020 found for delete ", "request_id": "req-a0631aa0-f67a-43df-b3d6-792e177cfbc2"}]} [pid: 7|app: 0|req: 354/753] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:47 2026] GET /v2.0/security-groups?tenant_id=11b4bd95c29f490a8e529546e9f67b2a&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/754] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:47 2026] DELETE /v2.0/security-groups/e0c0ce95-3ac5-4bef-86f4-5eb0634e0745 => 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: 355/755] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:47 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 401/756] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:47 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:48.334 7 INFO neutron.db.segments_db [None req-48229e39-1733-4416-b680-3e9b59d0a2b4 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 601a7171-04eb-4f65-942c-47826b181446 of type vxlan for network da44989d-cc83-43db-a847-1cefee2b2315 [pid: 7|app: 0|req: 356/757] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:53:48 2026] POST /v2.0/networks => generated 743 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/758] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:48 2026] POST /v2.0/subnets => generated 690 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:48.763 7 INFO neutron.db.segments_db [None req-34da32e5-c9dc-4d13-b1fe-25107867a625 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 6c542e91-dff9-4973-8afe-3970badcc720 of type vxlan for network 9039d230-9ae3-4005-9c0d-7cd56cb4d8a5 2026-08-22 11:53:49.097 7 INFO neutron.db.l3_hamode_db [None req-34da32e5-c9dc-4d13-b1fe-25107867a625 5db254f8b7274e1e8c8603b6719f50c6 fa507fa21662402da9c2ae98b94aaaa1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 403/759] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/760] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&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: 405/761] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:49 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:49.728 8 INFO neutron.db.l3_db [None req-9a6fa777-2b74-41df-b372-60507ff7ccd5 96002e1ece7944098f8bced840b3de51 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] Floating IP 61ab11e2-86a8-43a0-bf92-bc4986f93f1c associated. External IP: 10.96.250.217, port: 46bcde1c-fb9a-4dfd-8592-836dccc11248. 2026-08-22 11:53:49.935 7 INFO neutron.db.l3_hamode_db [None req-34da32e5-c9dc-4d13-b1fe-25107867a625 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 406/762] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:53:49 2026] PUT /v2.0/floatingips/61ab11e2-86a8-43a0-bf92-bc4986f93f1c => generated 855 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:50.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-591995d3-6ef7-4e83-8a9a-45038e9a7961'] response: {'name': 'network-changed', 'server_uuid': 'b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2', 'tag': '46bcde1c-fb9a-4dfd-8592-836dccc11248', 'status': 'completed', 'code': 200} 2026-08-22 11:53:50.605 8 INFO neutron.db.segments_db [None req-1e2f3a69-fe83-4ec9-93cf-afbe05ba4c0d 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] Added segment 145d1080-64c0-4d91-b285-af5a4941475e of type vxlan for network 0126917d-4226-44c6-9865-62778d711fe4 [pid: 8|app: 0|req: 407/763] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:53:50 2026] POST /v2.0/networks => generated 645 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/764] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:50 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/765] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:48 2026] POST /v2.0/routers => generated 730 bytes in 2106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/766] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:53:50 2026] GET /v2.0/ports?tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca&device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/767] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:50 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/768] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:53:50 2026] POST /v2.0/ports => generated 775 bytes in 363 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: 410/769] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:51 2026] GET /v2.0/networks?id=f1988148-58f5-4204-80d5-6b5a8d8ead58 => generated 775 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:51.184 8 INFO neutron.db.segments_db [None req-761fced6-b97b-4cc3-9d60-01c0a6b67ff4 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] Added segment bcd1c11a-9d8a-4d9d-bc31-66c550ff8b04 of type vxlan for network 7c3b7aeb-6e92-4fb3-962f-44a14f104001 [pid: 8|app: 0|req: 411/770] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:53:51 2026] POST /v2.0/networks => generated 632 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/771] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:53:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=46bcde1c-fb9a-4dfd-8592-836dccc11248 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/772] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:51 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/773] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:53:51 2026] GET /v2.0/subnets?id=655dff11-7ebb-48e4-80fb-a6367a8f518f => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/774] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:51 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 416/775] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:53:51 2026] POST /v2.0/ports => generated 953 bytes in 441 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: 417/776] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:53:52 2026] GET /v2.0/ports?network_id=f1988148-58f5-4204-80d5-6b5a8d8ead58&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: 418/777] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:52 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:52.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d26fd7c-f6e0-4a39-86ee-21ea6041a855 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] TaaS: Handle Delete Port: 86aa20bf-16b3-4d8c-b0eb-cb151b140af0 2026-08-22 11:53:52.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d26fd7c-f6e0-4a39-86ee-21ea6041a855 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] Tap Mirror: Handle Delete Port: 86aa20bf-16b3-4d8c-b0eb-cb151b140af0 [pid: 7|app: 0|req: 360/778] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:53:50 2026] PUT /v2.0/routers/1c674f5e-2746-4d35-865b-5b7bf44ef11b/add_router_interface => generated 309 bytes in 1380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/779] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:53:52 2026] GET /v2.0/networks/f1988148-58f5-4204-80d5-6b5a8d8ead58?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/780] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:53:52 2026] GET /v2.0/networks/f1988148-58f5-4204-80d5-6b5a8d8ead58?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: 419/781] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:53:52 2026] DELETE /v2.0/ports/86aa20bf-16b3-4d8c-b0eb-cb151b140af0 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:52.422 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c76bde8c-16fe-4e19-8847-1a332b9ef470 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 363/782] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:53:52 2026] DELETE /v2.0/ports/86aa20bf-16b3-4d8c-b0eb-cb151b140af0 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:52.448 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96ba43e1-97e7-45e9-b382-9592d1158646 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 420/783] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:53:52 2026] GET /v2.0/ports/86aa20bf-16b3-4d8c-b0eb-cb151b140af0 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/784] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:52 2026] DELETE /v2.0/subnets/90a88af3-7daf-4ace-bca4-0a5bb21e84a0 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:52.714 8 INFO neutron.services.segments.plugin [-] Segment bcd1c11a-9d8a-4d9d-bc31-66c550ff8b04 resource provider aggregate not found 2026-08-22 11:53:52.721 8 INFO neutron.services.segments.plugin [-] Segment bcd1c11a-9d8a-4d9d-bc31-66c550ff8b04 resource provider aggregate not found 2026-08-22 11:53:52.742 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcd1c11a-9d8a-4d9d-bc31-66c550ff8b04 resource provider; 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 bcd1c11a-9d8a-4d9d-bc31-66c550ff8b04 found for delete ", "request_id": "req-e45a8e04-ed0c-4b5c-b84c-377562e96f0d"}]} 2026-08-22 11:53:52.743 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcd1c11a-9d8a-4d9d-bc31-66c550ff8b04 resource provider; 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 bcd1c11a-9d8a-4d9d-bc31-66c550ff8b04 found for delete ", "request_id": "req-9b6f64e9-2195-4e1f-915b-8be21eef95bb"}]} [pid: 8|app: 0|req: 421/785] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:53:52 2026] DELETE /v2.0/networks/7c3b7aeb-6e92-4fb3-962f-44a14f104001 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:52.839 7 INFO neutron.db.segments_db [None req-43a04f68-6d2f-4770-839e-5e43dc56d3b0 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] Added segment 9f840d2b-15c7-44b9-81dd-3a9c65c4f0cd of type vxlan for network 6fe413d1-2a8d-49c8-b3a1-275685746a35 [pid: 7|app: 0|req: 365/786] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:53:52 2026] POST /v2.0/networks => generated 632 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/787] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:53:52 2026] POST /v2.0/security-groups => generated 1659 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/788] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/789] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:52 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/790] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:53:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/791] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:53 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/792] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:53:53 2026] POST /v2.0/ports => generated 912 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/793] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:53:53 2026] GET /v2.0/security-groups?id=0814311d-7fa4-45b3-b9bc-d383f9a8d099&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:53.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa3900de-a0d1-4c05-b1da-e8e7ebad5683 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] TaaS: Handle Delete Port: f1c1c180-9af6-47cb-ab89-ece902e9dfc9 2026-08-22 11:53:53.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa3900de-a0d1-4c05-b1da-e8e7ebad5683 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] Tap Mirror: Handle Delete Port: f1c1c180-9af6-47cb-ab89-ece902e9dfc9 [pid: 8|app: 0|req: 425/794] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:53:53 2026] POST /v2.0/floatingips => generated 552 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/795] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:53:53 2026] DELETE /v2.0/ports/f1c1c180-9af6-47cb-ab89-ece902e9dfc9 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:53.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a490b39-0812-47bc-9e2b-a9a17953864b 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 426/796] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:53:53 2026] GET /v2.0/ports/f1c1c180-9af6-47cb-ab89-ece902e9dfc9 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/797] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:53 2026] DELETE /v2.0/subnets/1bbe5fe1-9a4e-4125-b080-3beb214985b0 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/798] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/799] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/networks/6fe413d1-2a8d-49c8-b3a1-275685746a35 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:53:54.306 7 INFO neutron_taas.services.taas.taas_plugin [req-4ee02616-f729-4922-8925-71e5376d98ae req-c15d3198-2b28-451b-98d5-f6775fd1ecf4 96002e1ece7944098f8bced840b3de51 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] TaaS: Handle Delete Port: 46bcde1c-fb9a-4dfd-8592-836dccc11248 2026-08-22 11:53:54.309 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ee02616-f729-4922-8925-71e5376d98ae req-c15d3198-2b28-451b-98d5-f6775fd1ecf4 96002e1ece7944098f8bced840b3de51 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] Tap Mirror: Handle Delete Port: 46bcde1c-fb9a-4dfd-8592-836dccc11248 [pid: 8|app: 0|req: 428/800] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:53:54 2026] POST /v2.0/ports => generated 775 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:54.493 7 INFO neutron.db.l3_db [req-4ee02616-f729-4922-8925-71e5376d98ae req-c15d3198-2b28-451b-98d5-f6775fd1ecf4 96002e1ece7944098f8bced840b3de51 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] Floating IP 61ab11e2-86a8-43a0-bf92-bc4986f93f1c disassociated. External IP: 10.96.250.217, port: 46bcde1c-fb9a-4dfd-8592-836dccc11248. /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: 429/801] 10.0.0.111 () {34 vars in 1098 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--823081903&fields=id&tenant_id=fa507fa21662402da9c2ae98b94aaaa1 => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/802] 10.0.0.158 () {34 vars in 737 bytes} [Sat Aug 22 11:53:54 2026] PUT /v2.0/ports/98d898b7-f97b-4fc0-8582-1f996e066e19 => generated 752 bytes in 202 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-22 11:53:54.775 8 INFO neutron.services.segments.plugin [-] Segment 9f840d2b-15c7-44b9-81dd-3a9c65c4f0cd resource provider aggregate not found 2026-08-22 11:53:54.782 8 INFO neutron.services.segments.plugin [-] Segment 9f840d2b-15c7-44b9-81dd-3a9c65c4f0cd resource provider aggregate not found 2026-08-22 11:53:54.793 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9f840d2b-15c7-44b9-81dd-3a9c65c4f0cd resource provider; 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 9f840d2b-15c7-44b9-81dd-3a9c65c4f0cd found for delete ", "request_id": "req-a23d0948-9809-4403-890f-19e9493ddae7"}]} 2026-08-22 11:53:54.801 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9f840d2b-15c7-44b9-81dd-3a9c65c4f0cd resource provider; 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 9f840d2b-15c7-44b9-81dd-3a9c65c4f0cd found for delete ", "request_id": "req-b47f5e25-d05e-415f-ae85-8f39e6f23c9b"}]} [pid: 8|app: 0|req: 431/803] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/networks?id=da44989d-cc83-43db-a847-1cefee2b2315 => generated 675 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/804] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:54 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:54.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-97196a21-21c3-4f20-b8d4-fb893d3d59c5 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] TaaS: Handle Delete Port: 98d898b7-f97b-4fc0-8582-1f996e066e19 2026-08-22 11:53:54.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97196a21-21c3-4f20-b8d4-fb893d3d59c5 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] Tap Mirror: Handle Delete Port: 98d898b7-f97b-4fc0-8582-1f996e066e19 [pid: 8|app: 0|req: 433/805] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/ports/98d898b7-f97b-4fc0-8582-1f996e066e19 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/806] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/quotas/fa507fa21662402da9c2ae98b94aaaa1 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/807] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/ports => generated 778 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/808] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/ports?tenant_id=fa507fa21662402da9c2ae98b94aaaa1&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:55.249 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d238e9f-853d-42c3-9f11-367ae79cb8f0 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 437/809] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/ports/98d898b7-f97b-4fc0-8582-1f996e066e19 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/810] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/networks/da44989d-cc83-43db-a847-1cefee2b2315?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: 439/811] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/ports => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/812] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:53:54 2026] DELETE /v2.0/ports/46bcde1c-fb9a-4dfd-8592-836dccc11248 => generated 0 bytes in 1183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/813] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/networks/da44989d-cc83-43db-a847-1cefee2b2315?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:55.408 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2bed04c-0033-4000-a46d-401f4271f5f2'] response: {'server_uuid': 'b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2', 'name': 'network-vif-deleted', 'tag': '46bcde1c-fb9a-4dfd-8592-836dccc11248', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/814] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/ports/62423833-3405-4581-a489-a69a21f02a2b => generated 775 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:53:55.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08ce1d8c-ed75-4f41-bb94-d79910b14851 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/815] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/ports/f1c1c180-9af6-47cb-ab89-ece902e9dfc9 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:55.478 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98cccc3b-8edc-47b5-8fe9-91f48421461b 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 375/816] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/subnets/1bbe5fe1-9a4e-4125-b080-3beb214985b0 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:53:55.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46d52728-68b1-45b6-af03-3c235a45980b 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 442/817] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/subnets/90a88af3-7daf-4ace-bca4-0a5bb21e84a0 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/818] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:55.624 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0a2de2d-4ac3-4822-8b46-f0294006a0ab 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] TaaS: Handle Delete Port: 62423833-3405-4581-a489-a69a21f02a2b 2026-08-22 11:53:55.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0a2de2d-4ac3-4822-8b46-f0294006a0ab 2041196595d945699f4b1baf91fc32aa 01e6b2d12cf74a76935d47c88501eb61 - - default default] Tap Mirror: Handle Delete Port: 62423833-3405-4581-a489-a69a21f02a2b [pid: 7|app: 0|req: 376/819] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/ports/62423833-3405-4581-a489-a69a21f02a2b => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/820] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:53:55 2026] DELETE /v2.0/networks/0126917d-4226-44c6-9865-62778d711fe4 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/821] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:55 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 445/822] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:53:56 2026] GET /v2.0/security-groups?tenant_id=01e6b2d12cf74a76935d47c88501eb61&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/823] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:56 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:56.821 8 INFO neutron.services.segments.plugin [-] Segment 145d1080-64c0-4d91-b285-af5a4941475e resource provider aggregate not found 2026-08-22 11:53:56.834 8 INFO neutron.services.segments.plugin [-] Segment 145d1080-64c0-4d91-b285-af5a4941475e resource provider aggregate not found 2026-08-22 11:53:56.854 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 145d1080-64c0-4d91-b285-af5a4941475e resource provider; 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 145d1080-64c0-4d91-b285-af5a4941475e found for delete ", "request_id": "req-ac9bfc82-773f-4de9-9991-92b347ed04e0"}]} 2026-08-22 11:53:56.855 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 145d1080-64c0-4d91-b285-af5a4941475e resource provider; 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 145d1080-64c0-4d91-b285-af5a4941475e found for delete ", "request_id": "req-a3159dd5-ffcd-4c27-9f92-fb42da18edea"}]} [pid: 8|app: 0|req: 446/824] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:53:56 2026] DELETE /v2.0/security-groups/560b9385-bada-4544-97e3-8c5ef2e4ec8f => generated 0 bytes in 206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/825] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:57 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 447/826] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:57 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/827] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:58 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/828] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:58 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:53:59.049 8 INFO neutron.db.segments_db [None req-3db3ca8a-acba-4b65-b5b4-8b0117c8877f ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment 45d4eca4-e1e0-4cef-9a00-13b4194ee2f2 of type vxlan for network 94057a86-dce5-4803-a059-29818bac5380 [pid: 8|app: 0|req: 448/829] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:53:58 2026] POST /v2.0/networks => generated 630 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:59.198 7 INFO neutron.db.segments_db [None req-163b5583-4878-4718-aa20-0b545c9672fa ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment 80597928-6b13-47b9-834c-4aed6652347a of type vxlan for network 42aed437-babe-4778-b828-18e1ee8f0858 [pid: 7|app: 0|req: 382/830] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:53:59 2026] POST /v2.0/networks => generated 630 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/831] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:53:59 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 383/832] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:59 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/835] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:59 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:53:59.850 7 INFO neutron.db.segments_db [None req-11771422-d40e-4237-9d06-414809ad751e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment b7190bb4-40c1-41a7-b4b7-eaff2297d77f of type vxlan for network 0d43fe11-c024-4262-a3e8-3c84856d6f3e [pid: 8|app: 0|req: 451/836] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:53:59 2026] GET /v2.0/networks?id=da44989d-cc83-43db-a847-1cefee2b2315 => generated 675 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/837] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:53:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa507fa21662402da9c2ae98b94aaaa1 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/838] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:00 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:00.127 7 INFO neutron.db.l3_hamode_db [None req-11771422-d40e-4237-9d06-414809ad751e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:54:00.281 7 INFO neutron.db.l3_hamode_db [None req-11771422-d40e-4237-9d06-414809ad751e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 454/839] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:54:00 2026] POST /v2.0/ports => generated 958 bytes in 364 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: 455/840] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:00 2026] GET /v2.0/ports?device_id=b1cf69ed-1ed1-472b-8125-5eb9e5e91ea2 => 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: 456/841] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:54:00 2026] PUT /v2.0/ports/0381bd70-e0bd-4321-8103-cd2c6876f5be => generated 1239 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:00.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d39acd1e-5fb1-4c49-b39b-452db7138963'] response: {'name': 'network-changed', 'server_uuid': '24190b4f-b016-454f-b675-6d8ab2a99366', 'tag': '0381bd70-e0bd-4321-8103-cd2c6876f5be', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 386/842] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:53:59 2026] POST /v2.0/routers => generated 506 bytes in 1220 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: 387/843] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:01 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/844] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:01 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/845] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:01 2026] GET /v2.0/ports?tenant_id=fa507fa21662402da9c2ae98b94aaaa1&device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/846] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:54:01 2026] GET /v2.0/networks?tenant_id=fa507fa21662402da9c2ae98b94aaaa1&shared=False => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/847] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:01 2026] DELETE /v2.0/security-groups/0814311d-7fa4-45b3-b9bc-d383f9a8d099 => 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: 392/848] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:54:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:01.640 7 INFO neutron.api.v2.resource [None req-4f662f89-5446-4f9e-a118-807f1980d2c0 96002e1ece7944098f8bced840b3de51 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/849] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:54:01 2026] GET /v2.0/security-groups/0814311d-7fa4-45b3-b9bc-d383f9a8d099 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:54:01.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fd41f1c-1f4e-4b86-beaf-2308cdd744ca 96002e1ece7944098f8bced840b3de51 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] TaaS: Handle Delete Port: b43f0e89-33c4-43c7-83c7-f544ffda6b1b 2026-08-22 11:54:01.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fd41f1c-1f4e-4b86-beaf-2308cdd744ca 96002e1ece7944098f8bced840b3de51 9ba10bedbf6d4ffe8bbbf339b488ecca - - default default] Tap Mirror: Handle Delete Port: b43f0e89-33c4-43c7-83c7-f544ffda6b1b [pid: 7|app: 0|req: 394/850] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:54:01 2026] DELETE /v2.0/floatingips/61ab11e2-86a8-43a0-bf92-bc4986f93f1c => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/851] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:54:01 2026] PUT /v2.0/routers/006b6987-503d-4e7f-903c-06ea7a893704/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/852] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:54:02 2026] GET /v2.0/ports/b3af052d-fa3b-4985-b6ff-b8b9f66b0440 => generated 955 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:02.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-3cfc65fc-be99-4cfc-91d7-c5f91de4af68 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 71e227c2-bde9-496e-af4f-fa4deef62452 2026-08-22 11:54:02.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cfc65fc-be99-4cfc-91d7-c5f91de4af68 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 71e227c2-bde9-496e-af4f-fa4deef62452 [pid: 7|app: 0|req: 395/853] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:01 2026] PUT /v2.0/routers/563245ad-b54a-4eb1-ab48-e8a601089111/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/854] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:02 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/855] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:02 2026] GET /v2.0/ports?tenant_id=fa507fa21662402da9c2ae98b94aaaa1&device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/856] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:03 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:03.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf76a85b-73a6-46ea-9f01-9d1278d96a95 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 10c95b01-ebc4-49f8-863e-1613a84a878e 2026-08-22 11:54:03.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf76a85b-73a6-46ea-9f01-9d1278d96a95 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 10c95b01-ebc4-49f8-863e-1613a84a878e 2026-08-22 11:54:03.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf76a85b-73a6-46ea-9f01-9d1278d96a95 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 9ad7c9bf-3c35-4a6d-8b8a-1f5343a64ba9 2026-08-22 11:54:03.584 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf76a85b-73a6-46ea-9f01-9d1278d96a95 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 9ad7c9bf-3c35-4a6d-8b8a-1f5343a64ba9 [pid: 8|app: 0|req: 459/857] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:54:02 2026] PUT /v2.0/routers/006b6987-503d-4e7f-903c-06ea7a893704/add_router_interface => generated 309 bytes in 1531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/858] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:03 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&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: 8|app: 0|req: 461/859] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=0381bd70-e0bd-4321-8103-cd2c6876f5be => 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: 462/860] 10.0.0.111 () {34 vars in 971 bytes} [Sat Aug 22 11:54:03 2026] GET /v2.0/ports/9b964764-c22b-4161-ad73-11d6db06088c => generated 968 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/861] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:54:03 2026] GET /v2.0/ports/df38628c-eeb8-4d29-b4c7-32e02e200cdc => generated 955 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/862] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:03 2026] GET /v2.0/subnets?id=2dec1ba9-9268-4c7e-86eb-9ea01d29b22f => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:04.011 7 INFO neutron.services.segments.plugin [-] Segment f7ad3791-ab5c-4cbd-b4f0-559c39f32ac7 resource provider aggregate not found 2026-08-22 11:54:04.026 7 INFO neutron.services.segments.plugin [-] Segment f7ad3791-ab5c-4cbd-b4f0-559c39f32ac7 resource provider aggregate not found 2026-08-22 11:54:04.040 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f7ad3791-ab5c-4cbd-b4f0-559c39f32ac7 resource provider; 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 f7ad3791-ab5c-4cbd-b4f0-559c39f32ac7 found for delete ", "request_id": "req-72b05db0-2fd1-4011-b357-f27adc27dcdd"}]} 2026-08-22 11:54:04.055 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f7ad3791-ab5c-4cbd-b4f0-559c39f32ac7 resource provider; 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 f7ad3791-ab5c-4cbd-b4f0-559c39f32ac7 found for delete ", "request_id": "req-d80f4e14-e9f5-4512-8e18-462baa552335"}]} 2026-08-22 11:54:04.056 7 INFO neutron.db.l3_hamode_db [None req-bf76a85b-73a6-46ea-9f01-9d1278d96a95 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network f3a0237f-259b-4f4a-b559-311c2bd48767 was deleted as no HA routers are present in tenant 9ba10bedbf6d4ffe8bbbf339b488ecca. [pid: 7|app: 0|req: 399/863] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:03 2026] DELETE /v2.0/routers/563245ad-b54a-4eb1-ab48-e8a601089111 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/864] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:04 2026] GET /v2.0/ports?network_id=da44989d-cc83-43db-a847-1cefee2b2315&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: 401/865] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:04 2026] DELETE /v2.0/subnets/655dff11-7ebb-48e4-80fb-a6367a8f518f => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/866] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:04 2026] GET /v2.0/networks/da44989d-cc83-43db-a847-1cefee2b2315?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:04.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b126912-c810-4752-9426-da2cb86e4f2d ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: df38628c-eeb8-4d29-b4c7-32e02e200cdc 2026-08-22 11:54:04.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b126912-c810-4752-9426-da2cb86e4f2d ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: df38628c-eeb8-4d29-b4c7-32e02e200cdc 2026-08-22 11:54:04.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-129e1cbc-9cd7-489a-aaaa-3abf49ce280b 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 1f64e4a0-7916-4b52-9a05-c2355f7251fc 2026-08-22 11:54:04.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-129e1cbc-9cd7-489a-aaaa-3abf49ce280b 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 1f64e4a0-7916-4b52-9a05-c2355f7251fc [pid: 7|app: 0|req: 403/867] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:04 2026] DELETE /v2.0/networks/f1988148-58f5-4204-80d5-6b5a8d8ead58 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/868] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:04 2026] GET /v2.0/networks/da44989d-cc83-43db-a847-1cefee2b2315?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: 7|app: 0|req: 405/869] 199.19.213.179 () {34 vars in 1000 bytes} [Sat Aug 22 11:54:04 2026] GET /v2.0/subnets?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 681 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/870] 199.19.213.179 () {34 vars in 1146 bytes} [Sat Aug 22 11:54:04 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000&device_owner=compute%3Anova&network_id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/871] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:04 2026] GET /v2.0/security-groups?tenant_id=9ba10bedbf6d4ffe8bbbf339b488ecca&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: 465/872] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:03 2026] PUT /v2.0/routers/006b6987-503d-4e7f-903c-06ea7a893704/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/873] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:04 2026] DELETE /v2.0/security-groups/8836c652-55d4-408c-a206-8f3e5624dea6 => 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: 467/874] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:05 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:05.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-817c8a78-241b-42c6-99ce-57fb064e0056 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: b3af052d-fa3b-4985-b6ff-b8b9f66b0440 2026-08-22 11:54:05.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-817c8a78-241b-42c6-99ce-57fb064e0056 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: b3af052d-fa3b-4985-b6ff-b8b9f66b0440 [pid: 7|app: 0|req: 408/875] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:54:04 2026] PUT /v2.0/ports/9b964764-c22b-4161-ad73-11d6db06088c => generated 1145 bytes in 657 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: 409/876] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:05 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&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-22 11:54:05.556 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b367bc8b-32b2-43fe-9e89-cce90c0205bf'] response: {'name': 'network-changed', 'server_uuid': '4f036992-0b87-4bd8-be4f-d2ece10b5000', 'tag': '9b964764-c22b-4161-ad73-11d6db06088c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 468/877] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:05 2026] PUT /v2.0/routers/006b6987-503d-4e7f-903c-06ea7a893704/remove_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/878] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:05 2026] GET /v2.0/ports?device_id=006b6987-503d-4e7f-903c-06ea7a893704 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:06.066 7 INFO neutron.services.segments.plugin [-] Segment 4e978b21-b0c3-4766-a851-5ad2a00885aa resource provider aggregate not found 2026-08-22 11:54:06.089 7 INFO neutron.services.segments.plugin [-] Segment 4e978b21-b0c3-4766-a851-5ad2a00885aa resource provider aggregate not found 2026-08-22 11:54:06.096 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4e978b21-b0c3-4766-a851-5ad2a00885aa resource provider; 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 4e978b21-b0c3-4766-a851-5ad2a00885aa found for delete ", "request_id": "req-bd1d861e-4411-4ce7-81d3-19e50f961d65"}]} [pid: 7|app: 0|req: 411/879] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1417 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:06.112 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4e978b21-b0c3-4766-a851-5ad2a00885aa resource provider; 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 4e978b21-b0c3-4766-a851-5ad2a00885aa found for delete ", "request_id": "req-c627a78d-7400-4c0b-98e1-6f4f4a38bd3c"}]} [pid: 7|app: 0|req: 412/880] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 777 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/881] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9b964764-c22b-4161-ad73-11d6db06088c => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:06.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-f33cc3d6-6974-46fb-aa2a-8a29c5696e4c ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: 23a54439-f0c8-4f2a-93e0-d12768d27b46 2026-08-22 11:54:06.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f33cc3d6-6974-46fb-aa2a-8a29c5696e4c ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: 23a54439-f0c8-4f2a-93e0-d12768d27b46 [pid: 7|app: 0|req: 414/882] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9b964764-c22b-4161-ad73-11d6db06088c => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/883] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/subnets?id=9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 699 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/884] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/ports?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca&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: 417/885] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 418/886] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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) 2026-08-22 11:54:06.593 8 INFO neutron.services.segments.plugin [-] Segment b7190bb4-40c1-41a7-b4b7-eaff2297d77f resource provider aggregate not found 2026-08-22 11:54:06.601 8 INFO neutron.services.segments.plugin [-] Segment b7190bb4-40c1-41a7-b4b7-eaff2297d77f resource provider aggregate not found 2026-08-22 11:54:06.624 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7190bb4-40c1-41a7-b4b7-eaff2297d77f resource provider; 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 b7190bb4-40c1-41a7-b4b7-eaff2297d77f found for delete ", "request_id": "req-5ffb6c72-2b14-45c6-b87b-39910bf85ff2"}]} 2026-08-22 11:54:06.628 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7190bb4-40c1-41a7-b4b7-eaff2297d77f resource provider; 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 b7190bb4-40c1-41a7-b4b7-eaff2297d77f found for delete ", "request_id": "req-391c6d8f-4d2a-45b8-a19e-6766439acbf8"}]} 2026-08-22 11:54:06.636 8 INFO neutron.db.l3_hamode_db [None req-f33cc3d6-6974-46fb-aa2a-8a29c5696e4c ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] HA network 0d43fe11-c024-4262-a3e8-3c84856d6f3e was deleted as no HA routers are present in tenant 72d2a31dc1144865a4368ca701b902da. [pid: 8|app: 0|req: 469/887] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:05 2026] DELETE /v2.0/routers/006b6987-503d-4e7f-903c-06ea7a893704 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/888] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/889] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:06 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&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: 8|app: 0|req: 470/890] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:06 2026] DELETE /v2.0/subnets/7372b975-62a3-4f28-afa4-90d6a2b872da => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/891] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:06 2026] DELETE /v2.0/subnets/1913e4c9-642f-421a-8e7c-d932e16adac3 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:07.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2e641a9-84bb-4461-8c6c-657516272adb ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: 281e6e4a-2baa-4227-a9bd-bb1846c7c1aa 2026-08-22 11:54:07.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2e641a9-84bb-4461-8c6c-657516272adb ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: 281e6e4a-2baa-4227-a9bd-bb1846c7c1aa 2026-08-22 11:54:07.260 8 INFO neutron.db.segments_db [None req-f6fcb3a2-a64b-47af-87e7-ce852c4f10d2 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment cfecbccc-47cb-496f-aafc-6fe9982d01aa of type vxlan for network bd7681ac-ef80-4f0b-98a1-d20ae418d9bd [pid: 8|app: 0|req: 471/892] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:54:06 2026] POST /v2.0/networks => generated 744 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/893] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:07 2026] DELETE /v2.0/networks/42aed437-babe-4778-b828-18e1ee8f0858 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/894] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1148 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:07.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dd5b2ef-eab9-40e7-9503-54cdceb4727e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: cddd64f3-e329-4259-b1db-04faea01db1c 2026-08-22 11:54:07.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dd5b2ef-eab9-40e7-9503-54cdceb4727e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: cddd64f3-e329-4259-b1db-04faea01db1c [pid: 7|app: 0|req: 423/895] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:07 2026] POST /v2.0/subnets => generated 691 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/896] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1417 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/897] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/898] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:07 2026] DELETE /v2.0/networks/94057a86-dce5-4803-a059-29818bac5380 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:07.741 7 INFO neutron.db.segments_db [None req-39e23dc9-9867-4e50-b3e8-c9f133e1ea56 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 6e6f1739-fa78-4e01-a789-d61724ccb921 of type vxlan for network 2433ea25-a92a-463a-b805-d0d593e3cdf0 [pid: 8|app: 0|req: 474/899] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:07.856 8 INFO neutron.db.segments_db [None req-1dcee2ea-036e-407a-9eee-44e25749792b ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment 1c53b7af-356a-4b87-ac9d-3eeab671b59a of type vxlan for network e09f7ae5-6db5-4678-8ff4-9b0876730201 [pid: 8|app: 0|req: 475/900] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:54:07 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) 2026-08-22 11:54:08.029 7 INFO neutron.db.l3_hamode_db [None req-39e23dc9-9867-4e50-b3e8-c9f133e1ea56 5db254f8b7274e1e8c8603b6719f50c6 2290678bd2384c0e88e3fe3caff71230 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 476/901] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9b964764-c22b-4161-ad73-11d6db06088c => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:08.127 7 INFO neutron.services.segments.plugin [-] Segment 80597928-6b13-47b9-834c-4aed6652347a resource provider aggregate not found 2026-08-22 11:54:08.152 7 INFO neutron.services.segments.plugin [-] Segment 80597928-6b13-47b9-834c-4aed6652347a resource provider aggregate not found [pid: 8|app: 0|req: 477/902] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:08 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:08.167 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 80597928-6b13-47b9-834c-4aed6652347a resource provider; 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 80597928-6b13-47b9-834c-4aed6652347a found for delete ", "request_id": "req-da7a706c-5738-4d79-bcfd-682ca9989df7"}]} 2026-08-22 11:54:08.188 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 80597928-6b13-47b9-834c-4aed6652347a resource provider; 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 80597928-6b13-47b9-834c-4aed6652347a found for delete ", "request_id": "req-d8923fbc-1ff6-42cb-bd6a-554e6314ea3d"}]} [pid: 8|app: 0|req: 478/903] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:08 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/904] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:54:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9b964764-c22b-4161-ad73-11d6db06088c => 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: 480/905] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:08 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:08.479 8 INFO neutron.db.segments_db [None req-bbae6160-9715-4667-bca5-dd40b253e0b4 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment 1a7fba42-44ab-4347-aabb-1f04bbd1a9b8 of type vxlan for network 41306b8f-c6cf-4e00-94d7-6d6cc12b018b 2026-08-22 11:54:08.655 8 INFO neutron.services.segments.plugin [-] Segment 45d4eca4-e1e0-4cef-9a00-13b4194ee2f2 resource provider aggregate not found 2026-08-22 11:54:08.661 8 INFO neutron.services.segments.plugin [-] Segment 45d4eca4-e1e0-4cef-9a00-13b4194ee2f2 resource provider aggregate not found 2026-08-22 11:54:08.681 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 45d4eca4-e1e0-4cef-9a00-13b4194ee2f2 resource provider; 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 45d4eca4-e1e0-4cef-9a00-13b4194ee2f2 found for delete ", "request_id": "req-774fb4c1-e730-419a-966d-0955d5259660"}]} 2026-08-22 11:54:08.683 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 45d4eca4-e1e0-4cef-9a00-13b4194ee2f2 resource provider; 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 45d4eca4-e1e0-4cef-9a00-13b4194ee2f2 found for delete ", "request_id": "req-0f3ce729-aa2a-4fab-8f55-3f321cc5616b"}]} 2026-08-22 11:54:08.778 8 INFO neutron.db.l3_hamode_db [None req-bbae6160-9715-4667-bca5-dd40b253e0b4 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:54:08.916 7 INFO neutron.db.l3_hamode_db [None req-39e23dc9-9867-4e50-b3e8-c9f133e1ea56 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:54:08.940 8 INFO neutron.db.l3_hamode_db [None req-bbae6160-9715-4667-bca5-dd40b253e0b4 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 481/906] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:08 2026] POST /v2.0/routers => generated 507 bytes in 1288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/907] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:09 2026] GET /v2.0/subnets?id=9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 699 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/908] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:09 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/909] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:07 2026] POST /v2.0/routers => generated 731 bytes in 2204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/910] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:09 2026] GET /v2.0/ports?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca&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: 7|app: 0|req: 428/911] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:09 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&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: 484/912] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:54:09 2026] POST /v2.0/ports => generated 948 bytes in 485 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: 485/913] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:10 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 429/914] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:54:09 2026] PUT /v2.0/routers/93868352-24d5-4b7b-bd83-d0281f7d31fb/add_router_interface => generated 309 bytes in 1398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/915] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:11 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 431/916] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:11 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => 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: 432/917] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:11 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&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: 433/918] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:11 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => 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: 486/919] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:54:10 2026] PUT /v2.0/routers/d14dbb4c-a465-4856-9cc1-8c62c0e454e0/add_router_interface => generated 309 bytes in 1306 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: 434/920] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:54:11 2026] GET /v2.0/ports/88a5a9b9-7055-48ba-9cc8-75d25c817e9a => generated 1022 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:11.999 8 INFO neutron.db.l3_db [None req-ed3914b0-dcfe-4aed-9338-523976aaae7e 29ccbc010e564379b4cb79498782ab5b fa507fa21662402da9c2ae98b94aaaa1 - - default default] Floating IP cf49717e-8cc4-461c-af11-b4d41fc0dabc associated. External IP: 10.96.250.204, port: 0381bd70-e0bd-4321-8103-cd2c6876f5be. 2026-08-22 11:54:12.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-76eca297-8798-4465-8749-d8661d3bc267 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: 88a5a9b9-7055-48ba-9cc8-75d25c817e9a 2026-08-22 11:54:12.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76eca297-8798-4465-8749-d8661d3bc267 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: 88a5a9b9-7055-48ba-9cc8-75d25c817e9a [pid: 8|app: 0|req: 487/921] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:54:11 2026] PUT /v2.0/floatingips/cf49717e-8cc4-461c-af11-b4d41fc0dabc => generated 856 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:12.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76927389-dc40-429e-9f8b-7db8dcd39662'] response: {'name': 'network-changed', 'server_uuid': '24190b4f-b016-454f-b675-6d8ab2a99366', 'tag': '0381bd70-e0bd-4321-8103-cd2c6876f5be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 488/922] 199.19.213.179 () {34 vars in 1118 bytes} [Sat Aug 22 11:54:12 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/923] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:54:12 2026] POST /v2.0/security-groups => generated 1661 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/924] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:11 2026] PUT /v2.0/routers/d14dbb4c-a465-4856-9cc1-8c62c0e454e0/remove_router_interface => generated 309 bytes in 952 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: 490/925] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:12 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => 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: 491/926] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:54:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:12.986 8 INFO neutron.api.v2.resource [None req-42bb54a8-0912-47a3-8914-8fa673d26aa1 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/927] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:12 2026] PUT /v2.0/routers/d14dbb4c-a465-4856-9cc1-8c62c0e454e0/remove_router_interface => generated 197 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/928] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:12 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&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: 494/929] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:54:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/930] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:54:12 2026] PUT /v2.0/ports/9b964764-c22b-4161-ad73-11d6db06088c => generated 968 bytes in 501 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: 495/931] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/ports?tenant_id=fa507fa21662402da9c2ae98b94aaaa1&device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/932] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/ports?device_id=d14dbb4c-a465-4856-9cc1-8c62c0e454e0 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:13.249 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1282d20-74cb-4ecf-bf7d-c71d4447c51f'] response: {'name': 'network-changed', 'server_uuid': '4f036992-0b87-4bd8-be4f-d2ece10b5000', 'tag': '9b964764-c22b-4161-ad73-11d6db06088c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 438/933] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/networks?id=da44989d-cc83-43db-a847-1cefee2b2315 => generated 771 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:13.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc02782c-cc4b-446a-8756-366c71f4b66d ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: 8a904def-529b-4fb7-8fb5-ed3c04fa16d1 2026-08-22 11:54:13.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc02782c-cc4b-446a-8756-366c71f4b66d ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: 8a904def-529b-4fb7-8fb5-ed3c04fa16d1 [pid: 8|app: 0|req: 496/934] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:54:13 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/935] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=0381bd70-e0bd-4321-8103-cd2c6876f5be => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:13.849 7 INFO neutron.services.segments.plugin [-] Segment 1a7fba42-44ab-4347-aabb-1f04bbd1a9b8 resource provider aggregate not found [pid: 8|app: 0|req: 498/936] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:13.854 7 INFO neutron.services.segments.plugin [-] Segment 1a7fba42-44ab-4347-aabb-1f04bbd1a9b8 resource provider aggregate not found 2026-08-22 11:54:13.887 7 INFO neutron.db.l3_hamode_db [None req-fc02782c-cc4b-446a-8756-366c71f4b66d ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] HA network 41306b8f-c6cf-4e00-94d7-6d6cc12b018b was deleted as no HA routers are present in tenant 72d2a31dc1144865a4368ca701b902da. 2026-08-22 11:54:13.888 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1a7fba42-44ab-4347-aabb-1f04bbd1a9b8 resource provider; 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 1a7fba42-44ab-4347-aabb-1f04bbd1a9b8 found for delete ", "request_id": "req-51410fd1-139e-444a-bda3-79767f24dfad"}]} 2026-08-22 11:54:13.896 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1a7fba42-44ab-4347-aabb-1f04bbd1a9b8 resource provider; 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 1a7fba42-44ab-4347-aabb-1f04bbd1a9b8 found for delete ", "request_id": "req-c07b88dd-6a63-4566-b056-68180607cffe"}]} [pid: 8|app: 0|req: 499/937] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 439/938] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:13 2026] DELETE /v2.0/routers/d14dbb4c-a465-4856-9cc1-8c62c0e454e0 => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/939] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&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: 500/940] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/subnets?id=2dec1ba9-9268-4c7e-86eb-9ea01d29b22f => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/941] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:13 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 777 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/942] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/ports?network_id=da44989d-cc83-43db-a847-1cefee2b2315&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/943] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:13 2026] DELETE /v2.0/subnets/73027b03-0617-4ff3-a713-edd669a543c4 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/944] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9b964764-c22b-4161-ad73-11d6db06088c => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/945] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/networks/da44989d-cc83-43db-a847-1cefee2b2315?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/946] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/subnets?id=9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 699 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/947] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/networks/da44989d-cc83-43db-a847-1cefee2b2315?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) 2026-08-22 11:54:14.202 8 INFO neutron.services.segments.plugin [-] Segment 1c53b7af-356a-4b87-ac9d-3eeab671b59a resource provider aggregate not found [pid: 7|app: 0|req: 445/948] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/ports?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:14.210 8 INFO neutron.services.segments.plugin [-] Segment 1c53b7af-356a-4b87-ac9d-3eeab671b59a resource provider aggregate not found 2026-08-22 11:54:14.222 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c53b7af-356a-4b87-ac9d-3eeab671b59a resource provider; 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 1c53b7af-356a-4b87-ac9d-3eeab671b59a found for delete ", "request_id": "req-32aa1aac-086b-4ffd-88cd-69246f25ddcd"}]} [pid: 8|app: 0|req: 504/949] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:14 2026] DELETE /v2.0/networks/e09f7ae5-6db5-4678-8ff4-9b0876730201 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:14.240 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c53b7af-356a-4b87-ac9d-3eeab671b59a resource provider; 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 1c53b7af-356a-4b87-ac9d-3eeab671b59a found for delete ", "request_id": "req-fbc4d0f4-ecb2-4ec8-a1a8-c3b29e30f3a9"}]} [pid: 7|app: 0|req: 446/950] 10.0.0.111 () {34 vars in 1100 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1682458671&fields=id&tenant_id=2290678bd2384c0e88e3fe3caff71230 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/951] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:14.297 7 INFO neutron.db.segments_db [None req-428d34c5-3c0e-4ef9-99d8-5a5f819ee4fe ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment 97e2ad35-3a34-4091-9669-e211f7c4d595 of type vxlan for network 86b92f35-c1ec-4b09-92d7-14b988a79f7f [pid: 8|app: 0|req: 506/952] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/networks?id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/953] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 508/954] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/quotas/2290678bd2384c0e88e3fe3caff71230 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/955] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:54:14 2026] POST /v2.0/networks => generated 629 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/956] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/ports?tenant_id=2290678bd2384c0e88e3fe3caff71230&fields=id => generated 57 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/957] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?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: 511/958] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/959] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:14 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 448/960] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:14 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:14.736 8 INFO neutron.db.segments_db [None req-7d43b2e5-16c5-4731-a88d-64d67779fe2a ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment ea83ceec-c2db-4318-893a-e7b0f1b729ed of type vxlan for network b7c24448-c3ff-424a-9001-e8e50fc2e878 2026-08-22 11:54:14.954 8 INFO neutron.db.l3_hamode_db [None req-7d43b2e5-16c5-4731-a88d-64d67779fe2a ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:54:15.063 8 INFO neutron.db.l3_hamode_db [None req-7d43b2e5-16c5-4731-a88d-64d67779fe2a ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 451/963] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/964] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/security-groups?id=7628e168-43b2-40f4-b733-558d82fb78dd&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/965] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/ports?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/966] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/networks?id=a89be753-1303-4b51-9838-c59e4d4a62ca => generated 777 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/967] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9b964764-c22b-4161-ad73-11d6db06088c => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/968] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/subnets?id=9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 699 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/969] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 458/970] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/ports?network_id=a89be753-1303-4b51-9838-c59e4d4a62ca&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/971] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/972] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 513/973] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:14 2026] POST /v2.0/routers => generated 507 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/974] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 514/975] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca?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: 8|app: 0|req: 515/976] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:54:15 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:15.991 8 INFO neutron_taas.services.taas.taas_plugin [req-250370e2-6530-41f0-accc-283d6701a4a8 req-dc9a373f-bdad-4ffa-9f4e-7daa0461023f 29ccbc010e564379b4cb79498782ab5b fa507fa21662402da9c2ae98b94aaaa1 - - default default] TaaS: Handle Delete Port: 0381bd70-e0bd-4321-8103-cd2c6876f5be 2026-08-22 11:54:15.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-250370e2-6530-41f0-accc-283d6701a4a8 req-dc9a373f-bdad-4ffa-9f4e-7daa0461023f 29ccbc010e564379b4cb79498782ab5b fa507fa21662402da9c2ae98b94aaaa1 - - default default] Tap Mirror: Handle Delete Port: 0381bd70-e0bd-4321-8103-cd2c6876f5be 2026-08-22 11:54:16.156 8 INFO neutron.db.l3_db [req-250370e2-6530-41f0-accc-283d6701a4a8 req-dc9a373f-bdad-4ffa-9f4e-7daa0461023f 29ccbc010e564379b4cb79498782ab5b fa507fa21662402da9c2ae98b94aaaa1 - - default default] Floating IP cf49717e-8cc4-461c-af11-b4d41fc0dabc disassociated. External IP: 10.96.250.204, port: 0381bd70-e0bd-4321-8103-cd2c6876f5be. [pid: 8|app: 0|req: 516/977] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:54:15 2026] DELETE /v2.0/ports/0381bd70-e0bd-4321-8103-cd2c6876f5be => generated 0 bytes in 730 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/978] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:16 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:16.638 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-adac962d-88d5-4324-98cf-6287e177cd7b'] response: {'server_uuid': '24190b4f-b016-454f-b675-6d8ab2a99366', 'name': 'network-vif-deleted', 'tag': '0381bd70-e0bd-4321-8103-cd2c6876f5be', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 518/979] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:16 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/980] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:16 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 520/981] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:16 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/982] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:54:15 2026] PUT /v2.0/routers/a198bf6e-2c17-48c9-999d-a32058ffd36a/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/983] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:54:17 2026] GET /v2.0/ports/9d4db54c-8db0-4e20-9f54-84bc10b8c394 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:17.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-70906f1b-5fae-433c-91cc-4a86353c1765 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: 9d4db54c-8db0-4e20-9f54-84bc10b8c394 2026-08-22 11:54:17.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70906f1b-5fae-433c-91cc-4a86353c1765 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: 9d4db54c-8db0-4e20-9f54-84bc10b8c394 [pid: 8|app: 0|req: 522/984] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:17 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/985] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:17 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 524/986] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:17 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/987] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:54:18 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 526/988] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:18 2026] GET /v2.0/security-groups?id=dacef280-ea83-4199-bf6d-99efbe5ff757&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:18.244 8 INFO neutron_taas.services.taas.taas_plugin [req-2941feb2-c0f9-4744-b78d-1d92607d7e3c req-82bb8a42-0269-4b6a-9efd-1c455a22764e bf7a9a4d25254bb6a466059de35b4df9 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] TaaS: Handle Delete Port: 9b964764-c22b-4161-ad73-11d6db06088c 2026-08-22 11:54:18.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2941feb2-c0f9-4744-b78d-1d92607d7e3c req-82bb8a42-0269-4b6a-9efd-1c455a22764e bf7a9a4d25254bb6a466059de35b4df9 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] Tap Mirror: Handle Delete Port: 9b964764-c22b-4161-ad73-11d6db06088c 2026-08-22 11:54:18.371 8 INFO neutron.db.l3_db [req-2941feb2-c0f9-4744-b78d-1d92607d7e3c req-82bb8a42-0269-4b6a-9efd-1c455a22764e bf7a9a4d25254bb6a466059de35b4df9 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] Floating IP c7887744-4315-408c-a8f3-595c00a0a5f2 disassociated. External IP: 10.96.250.215, port: 9b964764-c22b-4161-ad73-11d6db06088c. [pid: 7|app: 0|req: 463/989] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:17 2026] PUT /v2.0/routers/a198bf6e-2c17-48c9-999d-a32058ffd36a/remove_router_interface => generated 309 bytes in 1539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/990] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:18 2026] GET /v2.0/ports?device_id=a198bf6e-2c17-48c9-999d-a32058ffd36a => 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: 527/991] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:54:18 2026] DELETE /v2.0/ports/9b964764-c22b-4161-ad73-11d6db06088c => generated 0 bytes in 605 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:18.794 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b2102b5-c755-4af6-adc1-3bbb80553dfd'] response: {'server_uuid': '4f036992-0b87-4bd8-be4f-d2ece10b5000', 'name': 'network-vif-deleted', 'tag': '9b964764-c22b-4161-ad73-11d6db06088c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 528/992] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:18 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:18.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-0150f5c6-b76d-4e7c-a7c4-fc544f7e6950 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: 4ad35007-b474-4077-bca8-80569b2d4859 2026-08-22 11:54:18.884 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0150f5c6-b76d-4e7c-a7c4-fc544f7e6950 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: 4ad35007-b474-4077-bca8-80569b2d4859 [pid: 8|app: 0|req: 529/993] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:19 2026] GET /v2.0/networks?id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd => generated 676 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/994] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:19 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 531/995] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:54:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2290678bd2384c0e88e3fe3caff71230 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:19.266 7 INFO neutron.services.segments.plugin [-] Segment ea83ceec-c2db-4318-893a-e7b0f1b729ed resource provider aggregate not found 2026-08-22 11:54:19.270 7 INFO neutron.services.segments.plugin [-] Segment ea83ceec-c2db-4318-893a-e7b0f1b729ed resource provider aggregate not found 2026-08-22 11:54:19.284 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea83ceec-c2db-4318-893a-e7b0f1b729ed resource provider; 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 ea83ceec-c2db-4318-893a-e7b0f1b729ed found for delete ", "request_id": "req-1a6a94ba-42ff-46b2-bf0c-c7e2627f328b"}]} 2026-08-22 11:54:19.286 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea83ceec-c2db-4318-893a-e7b0f1b729ed resource provider; 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 ea83ceec-c2db-4318-893a-e7b0f1b729ed found for delete ", "request_id": "req-932bbfdc-04bb-48cc-996e-0f8c5b52f68f"}]} 2026-08-22 11:54:19.293 7 INFO neutron.db.l3_hamode_db [None req-0150f5c6-b76d-4e7c-a7c4-fc544f7e6950 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] HA network b7c24448-c3ff-424a-9001-e8e50fc2e878 was deleted as no HA routers are present in tenant 72d2a31dc1144865a4368ca701b902da. [pid: 7|app: 0|req: 465/996] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:18 2026] DELETE /v2.0/routers/a198bf6e-2c17-48c9-999d-a32058ffd36a => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/997] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:19 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => 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: 467/998] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:19 2026] DELETE /v2.0/subnets/0447508d-fb83-43e5-b0de-bf849a5327b3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/999] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:54:19 2026] POST /v2.0/ports => generated 958 bytes in 404 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: 468/1000] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:19 2026] DELETE /v2.0/networks/86b92f35-c1ec-4b09-92d7-14b988a79f7f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:19.655 7 INFO neutron.db.segments_db [None req-9a162444-a98d-4da4-b827-8dac4cf58e5b ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Added segment e5d506ea-ea0f-4e9c-a04b-c16079803b18 of type vxlan for network ca5ce95f-cee3-405e-b374-f6c94fc3dcfc 2026-08-22 11:54:19.931 7 INFO neutron.db.l3_hamode_db [None req-9a162444-a98d-4da4-b827-8dac4cf58e5b ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 533/1001] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:54:19 2026] PUT /v2.0/ports/c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 => generated 1239 bytes in 430 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: 534/1002] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:19 2026] GET /v2.0/ports?device_id=24190b4f-b016-454f-b675-6d8ab2a99366 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1003] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:20 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1004] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:20 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1005] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:20 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:20.788 7 INFO neutron.db.l3_hamode_db [None req-9a162444-a98d-4da4-b827-8dac4cf58e5b ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:54:20.833 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-acb49574-055c-47b2-9661-76d614332eb4'] response: {'name': 'network-changed', 'server_uuid': 'e77db214-7c6f-4e19-a21d-0157a92d6384', 'tag': 'c0b2c720-2de9-4e55-8b1a-1e8336ba14e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 538/1006] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/ports?tenant_id=2290678bd2384c0e88e3fe3caff71230&device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1007] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 => 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: 540/1008] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/subnets?id=e53f37b6-ac2c-4695-a5d9-0ebbb9ad9c8a => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1009] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:21 2026] DELETE /v2.0/security-groups/7628e168-43b2-40f4-b733-558d82fb78dd => 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: 542/1010] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/ports?network_id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd&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-22 11:54:21.277 8 INFO neutron.api.v2.resource [None req-83cafe49-60b0-4cc8-b68b-aa4cbebfb592 29ccbc010e564379b4cb79498782ab5b fa507fa21662402da9c2ae98b94aaaa1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1011] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/security-groups/7628e168-43b2-40f4-b733-558d82fb78dd => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:54:21.317 7 INFO neutron.services.segments.plugin [-] Segment 97e2ad35-3a34-4091-9669-e211f7c4d595 resource provider aggregate not found 2026-08-22 11:54:21.333 7 INFO neutron.services.segments.plugin [-] Segment 97e2ad35-3a34-4091-9669-e211f7c4d595 resource provider aggregate not found [pid: 8|app: 0|req: 544/1012] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:21.344 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97e2ad35-3a34-4091-9669-e211f7c4d595 resource provider; 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 97e2ad35-3a34-4091-9669-e211f7c4d595 found for delete ", "request_id": "req-f19c4ce6-22d3-439d-bdf2-c89b67a1ddf0"}]} 2026-08-22 11:54:21.352 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97e2ad35-3a34-4091-9669-e211f7c4d595 resource provider; 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 97e2ad35-3a34-4091-9669-e211f7c4d595 found for delete ", "request_id": "req-19511665-3700-4151-b550-b5938a008ea7"}]} 2026-08-22 11:54:21.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-01403603-043b-4b50-870d-8f2e485158cb 29ccbc010e564379b4cb79498782ab5b fa507fa21662402da9c2ae98b94aaaa1 - - default default] TaaS: Handle Delete Port: c8ecb1d7-9044-4b07-aa04-e88320609ff8 2026-08-22 11:54:21.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01403603-043b-4b50-870d-8f2e485158cb 29ccbc010e564379b4cb79498782ab5b fa507fa21662402da9c2ae98b94aaaa1 - - default default] Tap Mirror: Handle Delete Port: c8ecb1d7-9044-4b07-aa04-e88320609ff8 [pid: 8|app: 0|req: 545/1013] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:54:21 2026] DELETE /v2.0/floatingips/cf49717e-8cc4-461c-af11-b4d41fc0dabc => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1014] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?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: 547/1015] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1016] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/ports?device_id=4f036992-0b87-4bd8-be4f-d2ece10b5000 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1017] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:19 2026] POST /v2.0/routers => generated 687 bytes in 2179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1018] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&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: 7|app: 0|req: 471/1019] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/routers/026955b7-01d5-46a2-a741-31d6a35b81d7 => generated 693 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1020] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:54:21 2026] GET /v2.0/routers => generated 696 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:22.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8f3152f-4e9d-4c49-b2a5-8a7f4689fa26 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 0cd70367-fb5e-4600-815c-23405b55fb26 2026-08-22 11:54:22.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f3152f-4e9d-4c49-b2a5-8a7f4689fa26 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 0cd70367-fb5e-4600-815c-23405b55fb26 [pid: 7|app: 0|req: 473/1021] 10.0.0.158 () {34 vars in 741 bytes} [Sat Aug 22 11:54:22 2026] PUT /v2.0/routers/026955b7-01d5-46a2-a741-31d6a35b81d7 => generated 700 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1022] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/routers/026955b7-01d5-46a2-a741-31d6a35b81d7 => generated 700 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1023] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/ports?device_id=026955b7-01d5-46a2-a741-31d6a35b81d7 => 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: 549/1024] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:21 2026] PUT /v2.0/routers/1c674f5e-2746-4d35-865b-5b7bf44ef11b/remove_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:22.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-02bdb206-19cc-4cf1-91dc-4a0e21d8927e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: 248c4d59-2661-4c3f-9948-be68b7bebb3d 2026-08-22 11:54:22.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02bdb206-19cc-4cf1-91dc-4a0e21d8927e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: 248c4d59-2661-4c3f-9948-be68b7bebb3d [pid: 8|app: 0|req: 550/1025] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:22 2026] GET /v2.0/ports?tenant_id=2290678bd2384c0e88e3fe3caff71230&device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1026] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:22 2026] DELETE /v2.0/security-groups/dacef280-ea83-4199-bf6d-99efbe5ff757 => 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: 552/1027] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:23 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:23.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-02bdb206-19cc-4cf1-91dc-4a0e21d8927e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] TaaS: Handle Delete Port: d4b889e2-ab41-4dd4-8ee1-0f96e2bb477a 2026-08-22 11:54:23.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02bdb206-19cc-4cf1-91dc-4a0e21d8927e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] Tap Mirror: Handle Delete Port: d4b889e2-ab41-4dd4-8ee1-0f96e2bb477a 2026-08-22 11:54:23.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e89f506-f314-4b48-a8a1-dcb680be9e8e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 3bc6c507-495a-4dc5-8f44-b599a460bf55 2026-08-22 11:54:23.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e89f506-f314-4b48-a8a1-dcb680be9e8e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 3bc6c507-495a-4dc5-8f44-b599a460bf55 2026-08-22 11:54:23.636 7 INFO neutron.services.segments.plugin [-] Segment e5d506ea-ea0f-4e9c-a04b-c16079803b18 resource provider aggregate not found 2026-08-22 11:54:23.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e89f506-f314-4b48-a8a1-dcb680be9e8e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 91a1a696-7604-4cb2-9fa3-e017db36b344 2026-08-22 11:54:23.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e89f506-f314-4b48-a8a1-dcb680be9e8e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 91a1a696-7604-4cb2-9fa3-e017db36b344 2026-08-22 11:54:23.637 7 INFO neutron.services.segments.plugin [-] Segment e5d506ea-ea0f-4e9c-a04b-c16079803b18 resource provider aggregate not found 2026-08-22 11:54:23.666 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5d506ea-ea0f-4e9c-a04b-c16079803b18 resource provider; 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 e5d506ea-ea0f-4e9c-a04b-c16079803b18 found for delete ", "request_id": "req-e66d00d4-4789-4a3e-9cb3-569ef6653f49"}]} 2026-08-22 11:54:23.674 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e5d506ea-ea0f-4e9c-a04b-c16079803b18 resource provider; 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 e5d506ea-ea0f-4e9c-a04b-c16079803b18 found for delete ", "request_id": "req-0f07b709-dddf-4a65-95d4-1e05bd6572d1"}]} 2026-08-22 11:54:23.683 7 INFO neutron.db.l3_hamode_db [None req-02bdb206-19cc-4cf1-91dc-4a0e21d8927e ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] HA network ca5ce95f-cee3-405e-b374-f6c94fc3dcfc was deleted as no HA routers are present in tenant 72d2a31dc1144865a4368ca701b902da. [pid: 7|app: 0|req: 476/1028] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:22 2026] DELETE /v2.0/routers/026955b7-01d5-46a2-a741-31d6a35b81d7 => 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: 477/1029] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:23 2026] GET /v2.0/networks?id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:23.756 7 INFO neutron.api.v2.resource [None req-cdfa141e-ab6d-4cff-a5b8-8b79dc1475c2 bf7a9a4d25254bb6a466059de35b4df9 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 478/1030] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:54:23 2026] GET /v2.0/security-groups/dacef280-ea83-4199-bf6d-99efbe5ff757 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1031] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:23 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&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: 480/1032] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:23 2026] GET /v2.0/ports?device_id=026955b7-01d5-46a2-a741-31d6a35b81d7 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1033] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:23.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-017ee45c-0ca1-4b20-97ab-f00145dc6b57 bf7a9a4d25254bb6a466059de35b4df9 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] TaaS: Handle Delete Port: 823cd048-2f86-47a0-918c-4a80bbc79e6f 2026-08-22 11:54:23.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-017ee45c-0ca1-4b20-97ab-f00145dc6b57 bf7a9a4d25254bb6a466059de35b4df9 f327a80e5ecb4a319e20ae4c0c2d3bd8 - - default default] Tap Mirror: Handle Delete Port: 823cd048-2f86-47a0-918c-4a80bbc79e6f 2026-08-22 11:54:24.088 8 INFO neutron.services.segments.plugin [-] Segment 6c542e91-dff9-4973-8afe-3970badcc720 resource provider aggregate not found 2026-08-22 11:54:24.097 8 INFO neutron.services.segments.plugin [-] Segment 6c542e91-dff9-4973-8afe-3970badcc720 resource provider aggregate not found 2026-08-22 11:54:24.119 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c542e91-dff9-4973-8afe-3970badcc720 resource provider; 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 6c542e91-dff9-4973-8afe-3970badcc720 found for delete ", "request_id": "req-98df704b-d3f0-423f-b9a8-91559d05570c"}]} 2026-08-22 11:54:24.123 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c542e91-dff9-4973-8afe-3970badcc720 resource provider; 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 6c542e91-dff9-4973-8afe-3970badcc720 found for delete ", "request_id": "req-58050983-2a92-4afd-afa4-8ac9c332389e"}]} 2026-08-22 11:54:24.129 8 INFO neutron.db.l3_hamode_db [None req-3e89f506-f314-4b48-a8a1-dcb680be9e8e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network 9039d230-9ae3-4005-9c0d-7cd56cb4d8a5 was deleted as no HA routers are present in tenant fa507fa21662402da9c2ae98b94aaaa1. [pid: 8|app: 0|req: 553/1034] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:23 2026] DELETE /v2.0/routers/1c674f5e-2746-4d35-865b-5b7bf44ef11b => generated 0 bytes in 1058 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:24.154 8 INFO neutron.api.v2.resource [None req-2771b887-a29c-403e-bcf0-93cac1cee137 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 554/1035] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/routers/026955b7-01d5-46a2-a741-31d6a35b81d7 => 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: 555/1036] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/subnets?id=e53f37b6-ac2c-4695-a5d9-0ebbb9ad9c8a => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1037] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:54:23 2026] DELETE /v2.0/floatingips/c7887744-4315-408c-a8f3-595c00a0a5f2 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1038] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/ports?device_id=a198bf6e-2c17-48c9-999d-a32058ffd36a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1039] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/ports?network_id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:24.281 7 INFO neutron.api.v2.resource [None req-e82c7a58-7756-444c-bf91-b2a9825b172b ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/1040] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/routers/a198bf6e-2c17-48c9-999d-a32058ffd36a => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1041] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/subnets/2dec1ba9-9268-4c7e-86eb-9ea01d29b22f => 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: 557/1042] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:24.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff2c8dc9-cf20-4115-bdef-b5e5192b9ad8 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 558/1043] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/subnets/0447508d-fb83-43e5-b0de-bf849a5327b3 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:54:24.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aa100bb-4484-4297-a847-1983529b289c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 291da1a5-5607-4c7d-b591-488f466a7238 2026-08-22 11:54:24.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aa100bb-4484-4297-a847-1983529b289c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 291da1a5-5607-4c7d-b591-488f466a7238 [pid: 8|app: 0|req: 559/1044] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/networks/da44989d-cc83-43db-a847-1cefee2b2315 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:24.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-b919b932-bdd6-458b-9053-2c658f10f598 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 969d4d72-4f5d-4853-a096-775484479a5b 2026-08-22 11:54:24.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b919b932-bdd6-458b-9053-2c658f10f598 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 969d4d72-4f5d-4853-a096-775484479a5b [pid: 8|app: 0|req: 560/1045] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1046] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/ports?device_id=d14dbb4c-a465-4856-9cc1-8c62c0e454e0 => 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: 562/1047] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:24 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:25.012 8 INFO neutron.api.v2.resource [None req-53b5f9f4-4a92-489b-add0-21cc1259a91d ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 563/1048] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:24 2026] DELETE /v2.0/routers/d14dbb4c-a465-4856-9cc1-8c62c0e454e0 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1049] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:25 2026] GET /v2.0/security-groups?tenant_id=fa507fa21662402da9c2ae98b94aaaa1&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1050] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:25 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:25.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-245469ac-5c1c-4749-ab3c-80edc99c176f ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 566/1051] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:25 2026] DELETE /v2.0/subnets/73027b03-0617-4ff3-a713-edd669a543c4 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1052] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:25 2026] DELETE /v2.0/security-groups/6a5aa680-3d95-417e-9cc2-7e2954dce954 => 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: 568/1053] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:54:25 2026] GET /v2.0/ports?device_id=006b6987-503d-4e7f-903c-06ea7a893704 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:25.240 8 INFO neutron.api.v2.resource [None req-775a06db-0851-4f80-abfa-6d576efaf2d0 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1054] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:25 2026] DELETE /v2.0/routers/006b6987-503d-4e7f-903c-06ea7a893704 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:54:25.267 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9a3a66d-21cf-45e0-99e0-1ddd0afcdedc ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 570/1055] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:25 2026] DELETE /v2.0/subnets/7372b975-62a3-4f28-afa4-90d6a2b872da => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:54:25.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf4c5ec7-126f-48c1-a244-7633d8e2c692 ed2f3700e1014612bb180218fe5df89a 72d2a31dc1144865a4368ca701b902da - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1056] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:25 2026] DELETE /v2.0/subnets/1913e4c9-642f-421a-8e7c-d932e16adac3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1057] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:24 2026] PUT /v2.0/routers/7a975585-afaf-473d-8beb-c3dfe3ffd797/remove_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:25.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-448a794e-6849-422e-812e-3aabecdc3e23 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 2e79822c-cb9d-4e48-9c20-2e2a389e67dc 2026-08-22 11:54:25.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-448a794e-6849-422e-812e-3aabecdc3e23 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 2e79822c-cb9d-4e48-9c20-2e2a389e67dc 2026-08-22 11:54:25.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-448a794e-6849-422e-812e-3aabecdc3e23 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 2de87ecd-cbbd-4628-950a-4767603abf78 2026-08-22 11:54:25.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-448a794e-6849-422e-812e-3aabecdc3e23 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 2de87ecd-cbbd-4628-950a-4767603abf78 2026-08-22 11:54:26.156 8 INFO neutron.services.segments.plugin [-] Segment 601a7171-04eb-4f65-942c-47826b181446 resource provider aggregate not found 2026-08-22 11:54:26.162 8 INFO neutron.services.segments.plugin [-] Segment 601a7171-04eb-4f65-942c-47826b181446 resource provider aggregate not found [pid: 7|app: 0|req: 487/1058] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:25 2026] GET /v2.0/security-groups?tenant_id=72d2a31dc1144865a4368ca701b902da&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:26.182 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 601a7171-04eb-4f65-942c-47826b181446 resource provider; 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 601a7171-04eb-4f65-942c-47826b181446 found for delete ", "request_id": "req-1e8ee0f5-a16e-4be0-ac88-eed808042e02"}]} 2026-08-22 11:54:26.191 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 601a7171-04eb-4f65-942c-47826b181446 resource provider; 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 601a7171-04eb-4f65-942c-47826b181446 found for delete ", "request_id": "req-0446353c-8911-4aff-b816-2c03f2b52c29"}]} [pid: 7|app: 0|req: 488/1059] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:26 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 489/1060] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:26 2026] DELETE /v2.0/security-groups/dff9eb05-1e8c-4f56-b207-068c840fc660 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1061] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:26 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:26.506 8 INFO neutron.db.l3_hamode_db [None req-448a794e-6849-422e-812e-3aabecdc3e23 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network 772a734c-f4c7-48a7-9a00-bd4676263940 was deleted as no HA routers are present in tenant f327a80e5ecb4a319e20ae4c0c2d3bd8. [pid: 8|app: 0|req: 572/1062] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:25 2026] DELETE /v2.0/routers/7a975585-afaf-473d-8beb-c3dfe3ffd797 => generated 0 bytes in 1030 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1063] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:26 2026] DELETE /v2.0/subnets/9e00a188-d8d4-43ec-bc4f-5607c9277293 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:26.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-a67728e2-7cd3-4d7a-86b9-f2d1086caad8 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 96a25d56-bfe4-4a14-b105-d3d610622e87 2026-08-22 11:54:26.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a67728e2-7cd3-4d7a-86b9-f2d1086caad8 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 96a25d56-bfe4-4a14-b105-d3d610622e87 [pid: 8|app: 0|req: 573/1064] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:26 2026] DELETE /v2.0/networks/a89be753-1303-4b51-9838-c59e4d4a62ca => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1065] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:27 2026] GET /v2.0/security-groups?tenant_id=f327a80e5ecb4a319e20ae4c0c2d3bd8&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1066] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:27 2026] DELETE /v2.0/security-groups/7142b03d-a081-42e5-859c-418950332266 => 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: 493/1067] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:27 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 575/1068] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:27 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1069] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:27 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:28.133 8 INFO neutron.db.l3_db [None req-8d173329-e093-4110-b9a8-7c0a66ceeb2a d3e5a14f847246c2b85f802ab30d16c4 2290678bd2384c0e88e3fe3caff71230 - - default default] Floating IP 2271982b-2a9b-4dbf-85d5-4a96d64e9af5 associated. External IP: 10.96.250.213, port: c0b2c720-2de9-4e55-8b1a-1e8336ba14e5. 2026-08-22 11:54:28.716 8 INFO neutron.services.segments.plugin [-] Segment f1ef67c6-1f42-4076-9196-1074b634dd9f resource provider aggregate not found 2026-08-22 11:54:28.734 8 INFO neutron.services.segments.plugin [-] Segment f1ef67c6-1f42-4076-9196-1074b634dd9f resource provider aggregate not found 2026-08-22 11:54:28.742 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1ef67c6-1f42-4076-9196-1074b634dd9f resource provider; 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 f1ef67c6-1f42-4076-9196-1074b634dd9f found for delete ", "request_id": "req-e9a1d4f3-146a-4e1d-b9e2-d9d6683054ac"}]} 2026-08-22 11:54:28.771 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1ef67c6-1f42-4076-9196-1074b634dd9f resource provider; 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 f1ef67c6-1f42-4076-9196-1074b634dd9f found for delete ", "request_id": "req-1cb2e7de-4845-4679-886c-b07605ae5f7e"}]} 2026-08-22 11:54:28.775 8 INFO neutron.services.segments.plugin [-] Segment f68dd0f7-53dd-47cb-afbe-b6eb5a0c882e resource provider aggregate not found 2026-08-22 11:54:28.808 8 INFO neutron.services.segments.plugin [-] Segment f68dd0f7-53dd-47cb-afbe-b6eb5a0c882e resource provider aggregate not found 2026-08-22 11:54:28.812 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f68dd0f7-53dd-47cb-afbe-b6eb5a0c882e resource provider; 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 f68dd0f7-53dd-47cb-afbe-b6eb5a0c882e found for delete ", "request_id": "req-9af16b5e-a16c-4d82-892e-efa92834665f"}]} 2026-08-22 11:54:28.838 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f68dd0f7-53dd-47cb-afbe-b6eb5a0c882e resource provider; 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 f68dd0f7-53dd-47cb-afbe-b6eb5a0c882e found for delete ", "request_id": "req-3a137c6c-25eb-463e-909c-353fcbb7e47f"}]} [pid: 8|app: 0|req: 576/1070] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:54:27 2026] PUT /v2.0/floatingips/2271982b-2a9b-4dbf-85d5-4a96d64e9af5 => generated 856 bytes in 1333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:29.116 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb2b6afe-06f0-425e-bc06-b279cd761532'] response: {'name': 'network-changed', 'server_uuid': 'e77db214-7c6f-4e19-a21d-0157a92d6384', 'tag': 'c0b2c720-2de9-4e55-8b1a-1e8336ba14e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 577/1071] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/ports?tenant_id=2290678bd2384c0e88e3fe3caff71230&device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1072] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/networks?id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1073] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1076] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/subnets?id=e53f37b6-ac2c-4695-a5d9-0ebbb9ad9c8a => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1077] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/ports?network_id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:29.955 7 INFO neutron.db.segments_db [None req-897db8c5-272c-4383-b562-da097509d82c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment d2ca6aa9-7b7e-4e6c-b5ff-4e186379f0f0 of type vxlan for network f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07 [pid: 8|app: 0|req: 584/1078] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1079] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:29 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1080] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:54:29 2026] POST /v2.0/networks => generated 746 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1081] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:30 2026] POST /v2.0/subnets => generated 693 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:30.429 7 INFO neutron.db.segments_db [None req-5a4e304a-6960-46dd-8a53-3f2817644866 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 273fdd5a-c2d4-4117-bcae-579409c4ccb1 of type vxlan for network cd09b332-6fb5-4cf1-ab1b-feaae3edb6d2 2026-08-22 11:54:30.723 7 INFO neutron.db.l3_hamode_db [None req-5a4e304a-6960-46dd-8a53-3f2817644866 5db254f8b7274e1e8c8603b6719f50c6 821f6b6777664b55b4d988ff4a7a8758 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:54:31.518 7 INFO neutron.db.l3_hamode_db [None req-5a4e304a-6960-46dd-8a53-3f2817644866 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 587/1082] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:31 2026] GET /v2.0/security-groups?tenant_id=144940dfc9c64fc2bf6bd20c06710765&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1083] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:30 2026] POST /v2.0/routers => generated 733 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1084] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:32 2026] GET /v2.0/security-groups?tenant_id=4123ad537447477da74aa53bc73afb0b&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1085] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:32 2026] DELETE /v2.0/security-groups/27bf71c6-5c5c-474f-8721-768b9fff1098 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1086] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:32 2026] DELETE /v2.0/security-groups/757ffdca-6c2c-4841-8fe5-320f92d8e5fd => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1087] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:32 2026] GET /v2.0/security-groups?tenant_id=22585ccdd46649c69ee553d78e65e37b&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1088] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:32 2026] DELETE /v2.0/security-groups/ad7eeb7f-009b-4f87-b4c8-2809184162a4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1089] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:32 2026] GET /v2.0/security-groups?tenant_id=e94f04f4ff1a421993b9f0a5ea72511a&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1090] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:32 2026] DELETE /v2.0/security-groups/93149b91-a808-4409-8b69-5dc10daa1ea7 => 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: 589/1091] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:54:32 2026] PUT /v2.0/routers/9ca2f71a-fa02-4c9e-ba15-671cf4e70d2a/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1092] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:54:34 2026] GET /v2.0/networks?id=f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07 => generated 678 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1093] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:54:34 2026] GET /v2.0/quotas/821f6b6777664b55b4d988ff4a7a8758 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1094] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:54:34 2026] GET /v2.0/ports?tenant_id=821f6b6777664b55b4d988ff4a7a8758&fields=id => generated 103 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1095] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/networks/f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07?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: 505/1096] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/networks/f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07?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: 592/1097] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:35 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => 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: 506/1098] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:36 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1099] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:37 2026] GET /v2.0/security-groups?tenant_id=5506179335cb47c9a91c8348ab948326&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: 594/1100] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:37 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => 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: 507/1101] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:37 2026] DELETE /v2.0/security-groups/6fbce63a-5680-4cf0-9092-a824c26384bd => 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: 595/1102] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:54:38 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 508/1103] 10.0.0.187 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:38 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&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: 8|app: 0|req: 596/1104] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:38 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => 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: 509/1105] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:39 2026] GET /v2.0/networks?id=f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07 => generated 678 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1106] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:39 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => 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: 598/1107] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:39 2026] GET /v2.0/security-groups?tenant_id=dc100b44e1a445bf9e9f7e497e103a06&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1108] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:54:39 2026] POST /v2.0/ports => generated 958 bytes in 446 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: 511/1109] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:40 2026] DELETE /v2.0/security-groups/60f69a45-9d46-494f-af1c-0f914c87f989 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:40.378 8 INFO neutron.db.segments_db [None req-ccd24fa8-8c8e-4d2b-90fc-b7b1dc2c1e4c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 4a870a65-0e8f-47f5-86b1-261171473ab9 of type vxlan for network 09073384-beca-4383-ad11-72d4a9937bc0 [pid: 8|app: 0|req: 599/1110] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:54:40 2026] POST /v2.0/networks => generated 741 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1111] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:40 2026] GET /v2.0/security-groups?tenant_id=55a87d40c6eb427da2976b95bffdf7f9&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1112] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:54:40 2026] PUT /v2.0/ports/83a7401e-ce26-481b-8fe4-1fa212b7b74f => generated 1239 bytes in 435 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-22 11:54:40.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ca436d0-d5cc-4983-ac83-87e628c51bf9'] response: {'name': 'network-changed', 'server_uuid': '95b0dcdf-d1b5-4347-8273-569843b30e31', 'tag': '83a7401e-ce26-481b-8fe4-1fa212b7b74f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 601/1113] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:40 2026] POST /v2.0/subnets => generated 688 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:40.897 8 INFO neutron.db.segments_db [None req-70938399-35c5-40ee-ba72-e59f5359a2e0 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 2bf6d3d5-cfe1-40f7-a917-ea115d752a4d of type vxlan for network b5bb1e09-db9e-41dd-9874-72a5acfb7492 [pid: 7|app: 0|req: 513/1114] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:40 2026] DELETE /v2.0/security-groups/9e2e5a7e-c890-422b-918e-44c6b9b6fdeb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1115] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:40 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1116] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:40 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:41.173 8 INFO neutron.db.l3_hamode_db [None req-70938399-35c5-40ee-ba72-e59f5359a2e0 5db254f8b7274e1e8c8603b6719f50c6 a6f41095f68043c9814fec9a467c275b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 516/1117] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:41 2026] GET /v2.0/ports?tenant_id=821f6b6777664b55b4d988ff4a7a8758&device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => 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: 517/1118] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:54:41 2026] GET /v2.0/networks?tenant_id=821f6b6777664b55b4d988ff4a7a8758&shared=False => generated 774 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1119] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:54:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1120] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:42.150 8 INFO neutron.db.l3_hamode_db [None req-70938399-35c5-40ee-ba72-e59f5359a2e0 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 520/1121] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&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: 7|app: 0|req: 521/1122] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/ports?tenant_id=821f6b6777664b55b4d988ff4a7a8758&device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1123] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=83a7401e-ce26-481b-8fe4-1fa212b7b74f => 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: 523/1124] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/subnets?id=3dc17af4-9720-4e99-8023-8208e439087c => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1125] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/ports?network_id=f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07&device_owner=network%3Adhcp => 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: 525/1126] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/networks/f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07?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: 526/1127] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:42 2026] GET /v2.0/networks/f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07?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: 602/1128] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:40 2026] POST /v2.0/routers => generated 728 bytes in 2332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1129] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:43 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 973 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1130] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:43 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1131] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:43 2026] GET /v2.0/security-groups?tenant_id=b8ceb1a4177d4090af3d073f6295421e&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1132] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:43 2026] DELETE /v2.0/security-groups/3783b6c9-300f-4137-b79a-ac352722865b => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1133] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:54:43 2026] PUT /v2.0/routers/cc413de2-bb94-46fa-b348-0e5d0b89cb14/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1134] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:44 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => 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: 528/1135] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:44 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&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: 609/1138] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:45 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1139] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:45 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1140] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:46 2026] GET /v2.0/security-groups?tenant_id=5055163f5e9d48f89f3a123a0700db8b&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1141] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:46 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1142] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:46 2026] DELETE /v2.0/security-groups/e3949101-de4f-43ed-ace4-0f9425c96df8 => 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: 612/1143] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:46 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&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: 532/1144] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/networks?id=09073384-beca-4383-ad11-72d4a9937bc0 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1145] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/quotas/a6f41095f68043c9814fec9a467c275b => 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: 533/1146] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/ports?tenant_id=a6f41095f68043c9814fec9a467c275b&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1147] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/networks/09073384-beca-4383-ad11-72d4a9937bc0?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: 534/1148] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/networks/09073384-beca-4383-ad11-72d4a9937bc0?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: 615/1149] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:47 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 535/1150] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:48 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1151] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:48 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&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: 536/1152] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:48 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:49.225 8 INFO neutron.db.segments_db [None req-b6c71f53-8ee2-4ae8-80e6-c83a5c06300a a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Added segment 4017e4b5-cf5f-4ba1-a0ef-49cd92fb32b9 of type vxlan for network cc398f03-8076-414d-8c9d-e553d6215dc7 [pid: 7|app: 0|req: 537/1153] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:49 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:49.298 8 INFO neutron.db.segments_db [None req-b6c71f53-8ee2-4ae8-80e6-c83a5c06300a a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Added segment 0a345f53-cb8a-491f-8cba-5666d33877fd of type vxlan for network 730803c9-56d1-45e7-ae1b-2e5b00c3f367 [pid: 7|app: 0|req: 538/1154] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:49 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&fields=id&fields=name => generated 88 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1155] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:54:48 2026] POST /v2.0/networks => generated 1246 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1156] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:54:49 2026] GET /v2.0/networks => generated 1845 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:49.717 8 INFO neutron.services.segments.plugin [-] Segment 4017e4b5-cf5f-4ba1-a0ef-49cd92fb32b9 resource provider aggregate not found 2026-08-22 11:54:49.722 8 INFO neutron.services.segments.plugin [-] Segment 4017e4b5-cf5f-4ba1-a0ef-49cd92fb32b9 resource provider aggregate not found 2026-08-22 11:54:49.751 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4017e4b5-cf5f-4ba1-a0ef-49cd92fb32b9 resource provider; 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 4017e4b5-cf5f-4ba1-a0ef-49cd92fb32b9 found for delete ", "request_id": "req-163834d1-723a-40e8-b92c-6c0c5053062e"}]} [pid: 8|app: 0|req: 618/1157] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:49 2026] DELETE /v2.0/networks/cc398f03-8076-414d-8c9d-e553d6215dc7 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:49.758 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4017e4b5-cf5f-4ba1-a0ef-49cd92fb32b9 resource provider; 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 4017e4b5-cf5f-4ba1-a0ef-49cd92fb32b9 found for delete ", "request_id": "req-b4216d4d-60d3-44cb-bdbb-226c6ec5f038"}]} [pid: 7|app: 0|req: 540/1158] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:49 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1159] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:49 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 620/1160] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:49 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:49.928 7 INFO neutron.services.segments.plugin [-] Segment 0a345f53-cb8a-491f-8cba-5666d33877fd resource provider aggregate not found 2026-08-22 11:54:49.932 7 INFO neutron.services.segments.plugin [-] Segment 0a345f53-cb8a-491f-8cba-5666d33877fd resource provider aggregate not found 2026-08-22 11:54:49.947 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0a345f53-cb8a-491f-8cba-5666d33877fd resource provider; 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 0a345f53-cb8a-491f-8cba-5666d33877fd found for delete ", "request_id": "req-1c725161-e6a2-453c-8a51-c35f9cbaa48e"}]} 2026-08-22 11:54:49.956 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0a345f53-cb8a-491f-8cba-5666d33877fd resource provider; 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 0a345f53-cb8a-491f-8cba-5666d33877fd found for delete ", "request_id": "req-342c4926-bfcc-402f-bfe4-79b8a75e5baa"}]} [pid: 7|app: 0|req: 541/1161] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:49 2026] DELETE /v2.0/networks/730803c9-56d1-45e7-ae1b-2e5b00c3f367 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1162] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:54:49 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-22 11:54:50.104 7 INFO neutron.db.segments_db [None req-7b6b000c-4b40-4087-9dee-9eead18040bf a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Added segment 3e888fd0-9979-42fc-867e-6648db36a1a5 of type vxlan for network 227f7bf6-c2e8-4d18-891d-f578097491dc [pid: 7|app: 0|req: 542/1163] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:54:50 2026] POST /v2.0/networks => generated 649 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:50.306 8 INFO neutron.db.segments_db [None req-56548dec-6f3b-468b-b782-e0ffedfa6f5b a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Added segment cfe28d9a-058c-4910-ba03-612152db55b3 of type vxlan for network 9e3a0336-2dae-4538-96bf-908f38d858ec [pid: 8|app: 0|req: 622/1164] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:54:50 2026] POST /v2.0/networks => generated 649 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1165] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:50 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1166] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:50 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1167] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:50 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 626/1168] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:50 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1169] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1170] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1171] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1172] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:54:50 2026] POST /v2.0/ports => generated 1504 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1173] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/ports => generated 1504 bytes in 84 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-22 11:54:51.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b9c8378-464d-4c09-a043-2f8c0c47eece a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] TaaS: Handle Delete Port: 063e5502-9bcc-4618-ab27-a9cd959047f6 2026-08-22 11:54:51.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b9c8378-464d-4c09-a043-2f8c0c47eece a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Tap Mirror: Handle Delete Port: 063e5502-9bcc-4618-ab27-a9cd959047f6 [pid: 8|app: 0|req: 631/1174] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1175] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1176] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:54:51 2026] DELETE /v2.0/ports/063e5502-9bcc-4618-ab27-a9cd959047f6 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:51.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aac05c8-0a10-410a-9da8-4cd23cd0d666 a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] TaaS: Handle Delete Port: 3092f127-5067-44d9-a935-9a40466c841f 2026-08-22 11:54:51.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aac05c8-0a10-410a-9da8-4cd23cd0d666 a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Tap Mirror: Handle Delete Port: 3092f127-5067-44d9-a935-9a40466c841f [pid: 8|app: 0|req: 633/1177] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:54:51 2026] DELETE /v2.0/ports/3092f127-5067-44d9-a935-9a40466c841f => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1178] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:51.807 8 INFO neutron.db.segments_db [None req-7619859e-34d9-4f43-9235-b8f72849213e a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Added segment ddd6de9b-ad4b-46c5-8ade-7fc3e83582c5 of type vxlan for network 3278aacf-a89d-43f4-bd43-e7fbd9849ae7 [pid: 8|app: 0|req: 634/1179] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:54:51 2026] POST /v2.0/networks => generated 650 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:51.989 7 INFO neutron.db.segments_db [None req-b1b17a2b-d623-40c1-a488-eb1256abf30f a3c3fbb63e124b98b5ff7ba62c4b144d 55d8b91600be4a699db2e5ab21154bac - - default default] Added segment 42c3c360-7c01-4ea0-a9c6-0d4435048dac of type vxlan for network 7b8dd4e3-a3be-4941-81ea-c9a2e779a1b7 [pid: 8|app: 0|req: 635/1180] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/networks?id=09073384-beca-4383-ad11-72d4a9937bc0 => generated 673 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1181] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:51 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 546/1182] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:54:51 2026] POST /v2.0/networks => generated 650 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1183] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:54:52 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1184] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:54:52 2026] POST /v2.0/ports => generated 958 bytes in 412 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: 638/1185] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:52 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:52.603 8 INFO neutron_taas.services.taas.taas_plugin [req-3dc51b68-5371-4f55-b87c-cd6a7124ef63 req-bc346023-73a1-4bf1-8a37-1304633827fb 1ca0ab9478b3476d8151b6819c6300f4 821f6b6777664b55b4d988ff4a7a8758 - - default default] TaaS: Handle Delete Port: 83a7401e-ce26-481b-8fe4-1fa212b7b74f 2026-08-22 11:54:52.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3dc51b68-5371-4f55-b87c-cd6a7124ef63 req-bc346023-73a1-4bf1-8a37-1304633827fb 1ca0ab9478b3476d8151b6819c6300f4 821f6b6777664b55b4d988ff4a7a8758 - - default default] Tap Mirror: Handle Delete Port: 83a7401e-ce26-481b-8fe4-1fa212b7b74f [pid: 7|app: 0|req: 548/1186] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:54:52 2026] POST /v2.0/subnets => generated 1274 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1187] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:54:52 2026] DELETE /v2.0/ports/83a7401e-ce26-481b-8fe4-1fa212b7b74f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1188] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:52 2026] GET /v2.0/security-groups?id=9d14be73-12c7-41ba-aa0b-cbbf3a20eb18&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: 8|app: 0|req: 641/1189] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:52 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:52.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca7b3a62-5ab9-4a63-9545-891b1dc6255a'] response: {'server_uuid': '95b0dcdf-d1b5-4347-8273-569843b30e31', 'name': 'network-vif-deleted', 'tag': '83a7401e-ce26-481b-8fe4-1fa212b7b74f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 642/1190] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:54:52 2026] GET /v2.0/subnets => generated 1910 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1191] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:52 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&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: 644/1192] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:52 2026] DELETE /v2.0/subnets/df3d88a6-9880-457c-871e-dd9883f1eb47 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1193] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/ports?tenant_id=2290678bd2384c0e88e3fe3caff71230&device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1194] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:54:52 2026] PUT /v2.0/ports/7ccb4baf-f237-464b-b4ec-6f4eba6d1e42 => generated 1239 bytes in 509 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-22 11:54:53.226 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1365de19-652b-4df2-acf7-d07c94b5e94f'] response: {'name': 'network-changed', 'server_uuid': '4fb3d635-f2aa-448f-80f8-49cb3f6dd876', 'tag': '7ccb4baf-f237-464b-b4ec-6f4eba6d1e42', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 646/1195] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:53 2026] DELETE /v2.0/subnets/d4214182-2a9d-4257-9a67-b6268f5cdbc1 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1196] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 973 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1197] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/networks?id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd => generated 772 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1198] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/subnets => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1199] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&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: 552/1200] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1201] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/subnets?id=e53f37b6-ac2c-4695-a5d9-0ebbb9ad9c8a => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1202] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/ports?network_id=bd7681ac-ef80-4f0b-98a1-d20ae418d9bd&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:53.477 8 INFO neutron.services.segments.plugin [-] Segment 42c3c360-7c01-4ea0-a9c6-0d4435048dac resource provider aggregate not found 2026-08-22 11:54:53.483 8 INFO neutron.services.segments.plugin [-] Segment 42c3c360-7c01-4ea0-a9c6-0d4435048dac resource provider aggregate not found 2026-08-22 11:54:53.500 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42c3c360-7c01-4ea0-a9c6-0d4435048dac resource provider; 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 42c3c360-7c01-4ea0-a9c6-0d4435048dac found for delete ", "request_id": "req-58a0b4b5-4d01-4193-a934-91f858171b4f"}]} 2026-08-22 11:54:53.502 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42c3c360-7c01-4ea0-a9c6-0d4435048dac resource provider; 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 42c3c360-7c01-4ea0-a9c6-0d4435048dac found for delete ", "request_id": "req-ecc827df-024f-448d-8ffc-a939bdf68834"}]} [pid: 7|app: 0|req: 555/1203] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?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: 649/1204] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:53 2026] DELETE /v2.0/networks/7b8dd4e3-a3be-4941-81ea-c9a2e779a1b7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1205] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd?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: 650/1206] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:53 2026] DELETE /v2.0/networks/3278aacf-a89d-43f4-bd43-e7fbd9849ae7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:53.760 7 INFO neutron.services.segments.plugin [-] Segment cfe28d9a-058c-4910-ba03-612152db55b3 resource provider aggregate not found 2026-08-22 11:54:53.761 7 INFO neutron.services.segments.plugin [-] Segment cfe28d9a-058c-4910-ba03-612152db55b3 resource provider aggregate not found [pid: 8|app: 0|req: 651/1207] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/ports?tenant_id=a6f41095f68043c9814fec9a467c275b&device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:53.778 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfe28d9a-058c-4910-ba03-612152db55b3 resource provider; 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 cfe28d9a-058c-4910-ba03-612152db55b3 found for delete ", "request_id": "req-2d7eb57a-5519-48f3-b7b6-62227d7e48ff"}]} [pid: 7|app: 0|req: 557/1208] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:53 2026] DELETE /v2.0/networks/9e3a0336-2dae-4538-96bf-908f38d858ec => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:54:53.788 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfe28d9a-058c-4910-ba03-612152db55b3 resource provider; 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 cfe28d9a-058c-4910-ba03-612152db55b3 found for delete ", "request_id": "req-c9f53de8-1006-4c65-b55d-24ecfba11fba"}]} [pid: 8|app: 0|req: 652/1209] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/networks?tenant_id=a6f41095f68043c9814fec9a467c275b&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1210] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1211] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:53 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => 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: 558/1212] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:53 2026] DELETE /v2.0/networks/227f7bf6-c2e8-4d18-891d-f578097491dc => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1213] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1214] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&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: 656/1215] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1216] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&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: 657/1217] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/security-groups?tenant_id=55d8b91600be4a699db2e5ab21154bac&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1218] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:54 2026] DELETE /v2.0/security-groups/9a9a01b7-37ed-42df-b076-d0196596b2f5 => 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: 658/1219] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/ports?tenant_id=a6f41095f68043c9814fec9a467c275b&device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1220] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7ccb4baf-f237-464b-b4ec-6f4eba6d1e42 => 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: 563/1221] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/ports?device_id=95b0dcdf-d1b5-4347-8273-569843b30e31 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1222] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:54:54 2026] GET /v2.0/subnets?id=6ab84a5c-cc5b-40e4-a3f7-5851f58ebc0e => generated 691 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1223] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/ports?network_id=09073384-beca-4383-ad11-72d4a9937bc0&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1224] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/networks/09073384-beca-4383-ad11-72d4a9937bc0?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1225] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/networks/09073384-beca-4383-ad11-72d4a9937bc0?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: 661/1226] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1227] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:55.524 8 INFO neutron.services.segments.plugin [-] Segment ddd6de9b-ad4b-46c5-8ade-7fc3e83582c5 resource provider aggregate not found 2026-08-22 11:54:55.525 8 INFO neutron.services.segments.plugin [-] Segment ddd6de9b-ad4b-46c5-8ade-7fc3e83582c5 resource provider aggregate not found 2026-08-22 11:54:55.540 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ddd6de9b-ad4b-46c5-8ade-7fc3e83582c5 resource provider; 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 ddd6de9b-ad4b-46c5-8ade-7fc3e83582c5 found for delete ", "request_id": "req-d9250db6-d2b7-443c-8857-5bc94f91061e"}]} 2026-08-22 11:54:55.545 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ddd6de9b-ad4b-46c5-8ade-7fc3e83582c5 resource provider; 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 ddd6de9b-ad4b-46c5-8ade-7fc3e83582c5 found for delete ", "request_id": "req-285f3085-137e-474a-ab80-9cf639ac3bba"}]} [pid: 8|app: 0|req: 662/1228] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1229] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:55 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:54:55.799 7 INFO neutron.services.segments.plugin [-] Segment 3e888fd0-9979-42fc-867e-6648db36a1a5 resource provider aggregate not found 2026-08-22 11:54:55.807 7 INFO neutron.services.segments.plugin [-] Segment 3e888fd0-9979-42fc-867e-6648db36a1a5 resource provider aggregate not found 2026-08-22 11:54:55.819 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3e888fd0-9979-42fc-867e-6648db36a1a5 resource provider; 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 3e888fd0-9979-42fc-867e-6648db36a1a5 found for delete ", "request_id": "req-3bcc8701-88c8-4f72-8618-72359e432477"}]} 2026-08-22 11:54:55.826 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3e888fd0-9979-42fc-867e-6648db36a1a5 resource provider; 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 3e888fd0-9979-42fc-867e-6648db36a1a5 found for delete ", "request_id": "req-d9f25c6c-482b-45e2-a7f6-41766c248d90"}]} [pid: 7|app: 0|req: 568/1230] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:56 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1231] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:56 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:54:56.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4292c59-2300-484a-a1a3-2bc3f24bdce8 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 7da3dfed-11db-4548-ab23-65f344ed076f 2026-08-22 11:54:56.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4292c59-2300-484a-a1a3-2bc3f24bdce8 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 7da3dfed-11db-4548-ab23-65f344ed076f [pid: 7|app: 0|req: 570/1232] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 11:54:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1233] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1234] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/security-groups => generated 4529 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1235] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1236] 10.0.0.158 () {34 vars in 758 bytes} [Sat Aug 22 11:54:57 2026] PUT /v2.0/security-groups/b3853f8f-da89-46e9-b5c2-ba620b0753c8 => generated 1662 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1237] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:54:56 2026] PUT /v2.0/routers/9ca2f71a-fa02-4c9e-ba15-671cf4e70d2a/remove_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1238] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/security-groups/b3853f8f-da89-46e9-b5c2-ba620b0753c8 => generated 1662 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1239] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:57 2026] DELETE /v2.0/security-groups/b3853f8f-da89-46e9-b5c2-ba620b0753c8 => 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: 577/1240] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:57.414 7 INFO neutron.api.v2.resource [None req-7ba3c562-d22a-4a5f-902b-2347da267c8e a349eb5b07364581802cd93261d0ed68 641905559f7d4190a463c071273ab3a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 578/1241] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:57 2026] DELETE /v2.0/security-groups/b3853f8f-da89-46e9-b5c2-ba620b0753c8 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:54:57.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0b84027-f6f6-4b5a-9234-c5e0a1d9a347 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 0658626b-9126-4e26-a935-344eab4f4cc8 2026-08-22 11:54:57.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b84027-f6f6-4b5a-9234-c5e0a1d9a347 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 0658626b-9126-4e26-a935-344eab4f4cc8 [pid: 7|app: 0|req: 579/1242] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 11:54:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1243] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:54:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:54:57.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0b84027-f6f6-4b5a-9234-c5e0a1d9a347 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: a0a568a6-7c4a-4982-a448-afa07bc29d6b 2026-08-22 11:54:57.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b84027-f6f6-4b5a-9234-c5e0a1d9a347 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: a0a568a6-7c4a-4982-a448-afa07bc29d6b [pid: 7|app: 0|req: 581/1244] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1245] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/security-group-rules/21c6924e-50d9-4cbd-b09e-8bb5590b530b => 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: 583/1246] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:57 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&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: 584/1247] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:54:57 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: 7|app: 0|req: 585/1248] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:54:57 2026] DELETE /v2.0/security-group-rules/21c6924e-50d9-4cbd-b09e-8bb5590b530b => 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: 586/1249] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:58.122 8 INFO neutron.services.segments.plugin [-] Segment 273fdd5a-c2d4-4117-bcae-579409c4ccb1 resource provider aggregate not found 2026-08-22 11:54:58.128 8 INFO neutron.services.segments.plugin [-] Segment 273fdd5a-c2d4-4117-bcae-579409c4ccb1 resource provider aggregate not found 2026-08-22 11:54:58.154 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 273fdd5a-c2d4-4117-bcae-579409c4ccb1 resource provider; 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 273fdd5a-c2d4-4117-bcae-579409c4ccb1 found for delete ", "request_id": "req-c766958e-b17b-4d05-b222-2438bec1e0ff"}]} 2026-08-22 11:54:58.155 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 273fdd5a-c2d4-4117-bcae-579409c4ccb1 resource provider; 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 273fdd5a-c2d4-4117-bcae-579409c4ccb1 found for delete ", "request_id": "req-2d3c2882-52ff-4708-8ae7-8bf98c9ef228"}]} 2026-08-22 11:54:58.192 8 INFO neutron.db.l3_hamode_db [None req-f0b84027-f6f6-4b5a-9234-c5e0a1d9a347 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network cd09b332-6fb5-4cf1-ab1b-feaae3edb6d2 was deleted as no HA routers are present in tenant 821f6b6777664b55b4d988ff4a7a8758. [pid: 8|app: 0|req: 664/1250] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:57 2026] DELETE /v2.0/routers/9ca2f71a-fa02-4c9e-ba15-671cf4e70d2a => 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: 587/1251] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:54:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1252] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1253] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-group-rules/c2e001ce-7164-4187-acbe-152e175cbe86 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1254] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1255] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1256] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:54:58 2026] DELETE /v2.0/subnets/3dc17af4-9720-4e99-8023-8208e439087c => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1257] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:54:58 2026] DELETE /v2.0/security-group-rules/c2e001ce-7164-4187-acbe-152e175cbe86 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:54:58.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-46d64f11-6207-496b-b84b-514620625a62 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: fb702e92-7aed-4019-bcc6-25ffb509143d [pid: 7|app: 0|req: 593/1258] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:54:58.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46d64f11-6207-496b-b84b-514620625a62 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: fb702e92-7aed-4019-bcc6-25ffb509143d 2026-08-22 11:54:58.559 7 INFO neutron.db.securitygroups_db [None req-4179f446-fac7-422c-8bf0-8d3ff9ae5f79 a349eb5b07364581802cd93261d0ed68 641905559f7d4190a463c071273ab3a7 - - default default] Project 641905559f7d4190a463c071273ab3a7 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: 594/1259] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:54:58 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) [pid: 7|app: 0|req: 595/1260] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-group-rules/969152f4-e09e-4936-842a-3e63e0412fd5 => 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: 596/1261] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1262] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:54:58 2026] DELETE /v2.0/networks/f78e9af6-5dd0-4e0c-ac56-8755cdcd6f07 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1263] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:54:58 2026] DELETE /v2.0/security-group-rules/969152f4-e09e-4936-842a-3e63e0412fd5 => 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: 598/1264] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1265] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1266] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:58 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1267] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:58 2026] DELETE /v2.0/security-groups/663ec403-8c6e-4e86-b160-c913891b5435 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1268] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:59 2026] GET /v2.0/security-groups?tenant_id=821f6b6777664b55b4d988ff4a7a8758&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: 669/1269] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:54:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1270] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:54:59 2026] GET /v2.0/security-groups => 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: 601/1271] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:59 2026] DELETE /v2.0/security-groups/9d14be73-12c7-41ba-aa0b-cbbf3a20eb18 => 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: 671/1272] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:54:59 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1273] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:54:59 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&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: 7|app: 0|req: 604/1276] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:54:59 2026] GET /v2.0/security-groups?tenant_id=641905559f7d4190a463c071273ab3a7&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: 605/1277] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:00 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 673/1278] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:54:59 2026] DELETE /v2.0/security-groups/130562e1-afda-4fe3-87fe-4075bb44a435 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1279] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:00 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:00.177 8 INFO neutron.services.segments.plugin [-] Segment d2ca6aa9-7b7e-4e6c-b5ff-4e186379f0f0 resource provider aggregate not found 2026-08-22 11:55:00.181 8 INFO neutron.services.segments.plugin [-] Segment d2ca6aa9-7b7e-4e6c-b5ff-4e186379f0f0 resource provider aggregate not found 2026-08-22 11:55:00.199 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2ca6aa9-7b7e-4e6c-b5ff-4e186379f0f0 resource provider; 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 d2ca6aa9-7b7e-4e6c-b5ff-4e186379f0f0 found for delete ", "request_id": "req-361b87c6-295b-488b-988f-c9bdd91ef6a8"}]} 2026-08-22 11:55:00.200 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2ca6aa9-7b7e-4e6c-b5ff-4e186379f0f0 resource provider; 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 d2ca6aa9-7b7e-4e6c-b5ff-4e186379f0f0 found for delete ", "request_id": "req-a462ff70-286b-4700-9336-727029057de6"}]} [pid: 8|app: 0|req: 674/1280] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:00 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 607/1281] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:00 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1282] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:01 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 973 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1283] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:01 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1284] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:01 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 609/1285] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:01 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1286] 10.0.0.158 () {32 vars in 623 bytes} [Sat Aug 22 11:55:02 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1287] 10.0.0.158 () {32 vars in 633 bytes} [Sat Aug 22 11:55:02 2026] GET /v2.0/ => generated 632 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1288] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:02 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 611/1289] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:02 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1290] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:02 2026] GET /v2.0/security-groups?tenant_id=4565fc247713429baecf74f3770ab04d&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1291] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:03 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1292] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:03 2026] DELETE /v2.0/security-groups/ada5fbb9-ce69-4805-9a11-ba6aabe6abc0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1293] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:03 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1294] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:04 2026] GET /v2.0/security-groups?tenant_id=d935a2bbfb5a4088838b1fe3d8acd4dd&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1295] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:04 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1296] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:04 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1297] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:04 2026] DELETE /v2.0/security-groups/abb62165-955a-4c0f-ba9c-83b15828550e => 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: 684/1298] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:04 2026] GET /v2.0/security-groups?tenant_id=25762de5c7284d6da5cce655844ef4f9&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1299] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:04 2026] DELETE /v2.0/security-groups/e35bfdc2-7bd2-40f6-8123-b63019dc4c21 => 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: 685/1300] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:55:05 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 616/1301] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:05 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:05.881 8 INFO neutron_taas.services.taas.taas_plugin [req-16b9b0cd-ae01-4f00-9dbf-86ca89f0ef55 req-9e0aa8bd-b861-4ef3-953b-18fa786166d5 e301b8a5cfb845ee98e390b717e6e5c0 a6f41095f68043c9814fec9a467c275b - - default default] TaaS: Handle Delete Port: 7ccb4baf-f237-464b-b4ec-6f4eba6d1e42 [pid: 7|app: 0|req: 617/1302] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:05 2026] GET /v2.0/security-groups?id=06517c3a-276b-4550-a352-5183b26e0307&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:05.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-16b9b0cd-ae01-4f00-9dbf-86ca89f0ef55 req-9e0aa8bd-b861-4ef3-953b-18fa786166d5 e301b8a5cfb845ee98e390b717e6e5c0 a6f41095f68043c9814fec9a467c275b - - default default] Tap Mirror: Handle Delete Port: 7ccb4baf-f237-464b-b4ec-6f4eba6d1e42 [pid: 8|app: 0|req: 686/1303] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:55:05 2026] DELETE /v2.0/ports/7ccb4baf-f237-464b-b4ec-6f4eba6d1e42 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:06.129 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb27f6d9-5443-4c98-9704-87ed7e9fa8e5'] response: {'server_uuid': '4fb3d635-f2aa-448f-80f8-49cb3f6dd876', 'name': 'network-vif-deleted', 'tag': '7ccb4baf-f237-464b-b4ec-6f4eba6d1e42', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 618/1304] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:06 2026] GET /v2.0/security-groups?tenant_id=080a8c64d3ac4780b36fe7dd8178d72f&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1305] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:06 2026] DELETE /v2.0/security-groups/ac79012e-2004-40f7-9826-6db160a9daf8 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1306] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:06 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => 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: 688/1307] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:08 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:08.800 7 INFO neutron.db.segments_db [None req-8cb13b11-6152-4318-86f8-7330392e6cbd 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 31cea5d9-7f49-42e3-a1df-1d82c09cd00c of type vxlan for network 330b190b-d9bf-4426-be0b-ccb11c723c27 [pid: 7|app: 0|req: 620/1308] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:55:08 2026] POST /v2.0/networks => generated 740 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1309] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:08 2026] POST /v2.0/subnets => generated 687 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:09.177 7 INFO neutron.db.segments_db [None req-64c6ff5b-7ef0-42fa-aa4e-bc3d353c307a 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 3c606dcc-2e86-4acb-832b-b5c3a82c726c of type vxlan for network e1fbba88-18df-49c5-9c26-41a2da95a260 [pid: 8|app: 0|req: 690/1310] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:09 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:09.531 7 INFO neutron.db.l3_hamode_db [None req-64c6ff5b-7ef0-42fa-aa4e-bc3d353c307a 5db254f8b7274e1e8c8603b6719f50c6 b1153ee3abed4572930d571579d2a8d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 691/1311] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:10 2026] GET /v2.0/ports?device_id=4fb3d635-f2aa-448f-80f8-49cb3f6dd876 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:10.453 7 INFO neutron.db.l3_hamode_db [None req-64c6ff5b-7ef0-42fa-aa4e-bc3d353c307a 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 692/1312] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:55:10 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 693/1313] 10.0.0.187 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:10 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1314] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:11 2026] GET /v2.0/security-groups?tenant_id=acada344ae614f008c24c17350be9d66&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: 695/1315] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:11 2026] DELETE /v2.0/security-groups/82e08d93-e55b-4ee9-aa0c-6ebefe989b41 => 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: 621/1316] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:09 2026] POST /v2.0/routers => generated 727 bytes in 2795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1317] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:11 2026] GET /v2.0/security-groups?tenant_id=1b8eb09848ab4628963f6b1f7f6b1870&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1318] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:12 2026] DELETE /v2.0/security-groups/6cdfabe5-ae49-40af-a0ce-323200acb34e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:55:13.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6bea749-1a63-4b4d-a2ba-5daced27648e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 5069211b-0114-4002-a444-9ca18227829a 2026-08-22 11:55:13.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6bea749-1a63-4b4d-a2ba-5daced27648e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 5069211b-0114-4002-a444-9ca18227829a [pid: 8|app: 0|req: 696/1319] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:55:11 2026] PUT /v2.0/routers/cc4a789a-023e-4db9-8c97-6903c050eae7/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1320] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:55:12 2026] PUT /v2.0/routers/cc413de2-bb94-46fa-b348-0e5d0b89cb14/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-22 11:55:13.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-861867f9-7aa3-4725-a902-ebccfc1b1580 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: f76cfca2-fd2b-4f2c-a854-b26c9428031a 2026-08-22 11:55:13.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861867f9-7aa3-4725-a902-ebccfc1b1580 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: f76cfca2-fd2b-4f2c-a854-b26c9428031a 2026-08-22 11:55:14.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-861867f9-7aa3-4725-a902-ebccfc1b1580 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 114faff7-7c65-434f-93dc-16fc6ad34a00 2026-08-22 11:55:14.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-861867f9-7aa3-4725-a902-ebccfc1b1580 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 114faff7-7c65-434f-93dc-16fc6ad34a00 2026-08-22 11:55:14.508 7 INFO neutron.db.segments_db [None req-a3a75a79-73fb-4580-9a11-24650b358e41 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Added segment 13f56b18-265b-4a80-a98f-1615eff67208 of type vxlan for network 53e5f7da-08c9-4128-9931-de276dfbc8cb 2026-08-22 11:55:14.659 8 INFO neutron.services.segments.plugin [-] Segment 2bf6d3d5-cfe1-40f7-a917-ea115d752a4d resource provider aggregate not found [pid: 7|app: 0|req: 625/1321] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:55:14 2026] POST /v2.0/networks => generated 649 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:14.665 8 INFO neutron.services.segments.plugin [-] Segment 2bf6d3d5-cfe1-40f7-a917-ea115d752a4d resource provider aggregate not found 2026-08-22 11:55:14.691 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bf6d3d5-cfe1-40f7-a917-ea115d752a4d resource provider; 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 2bf6d3d5-cfe1-40f7-a917-ea115d752a4d found for delete ", "request_id": "req-b0b06543-8bd0-4cd9-ba19-803263139e58"}]} 2026-08-22 11:55:14.703 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2bf6d3d5-cfe1-40f7-a917-ea115d752a4d resource provider; 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 2bf6d3d5-cfe1-40f7-a917-ea115d752a4d found for delete ", "request_id": "req-91126416-99ba-407b-af64-f53a3f4cdd1f"}]} 2026-08-22 11:55:14.715 8 INFO neutron.db.l3_hamode_db [None req-861867f9-7aa3-4725-a902-ebccfc1b1580 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network b5bb1e09-db9e-41dd-9874-72a5acfb7492 was deleted as no HA routers are present in tenant a6f41095f68043c9814fec9a467c275b. [pid: 8|app: 0|req: 697/1322] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:13 2026] DELETE /v2.0/routers/cc413de2-bb94-46fa-b348-0e5d0b89cb14 => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1323] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:14 2026] DELETE /v2.0/subnets/6ab84a5c-cc5b-40e4-a3f7-5851f58ebc0e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1324] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:14 2026] POST /v2.0/subnets => generated 627 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:15.069 8 INFO neutron.db.segments_db [None req-f428c32d-7d89-4fa4-9aa6-9acb05a1be0e 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 06a80a99-e406-42c8-b05a-c80f280f53f3 of type vxlan for network d5f5e419-a32a-4529-818c-1482003d2d44 2026-08-22 11:55:15.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-d483c989-c86f-4863-a615-5a4ac9879e36 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 96d02f3d-88a0-4bad-8cbe-02c23388b2af 2026-08-22 11:55:15.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d483c989-c86f-4863-a615-5a4ac9879e36 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 96d02f3d-88a0-4bad-8cbe-02c23388b2af [pid: 8|app: 0|req: 699/1327] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:55:14 2026] POST /v2.0/networks => generated 740 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:15.196 8 INFO neutron.db.segments_db [None req-68cf399d-c9be-4985-aded-7a7ca5f12b59 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Added segment 5c03b3de-734f-4db3-9ccb-e1a8bd56f927 of type vxlan for network 478e8551-9325-41f8-a26c-4b2373701f05 2026-08-22 11:55:15.356 7 INFO neutron.services.segments.plugin [-] Segment 4a870a65-0e8f-47f5-86b1-261171473ab9 resource provider aggregate not found 2026-08-22 11:55:15.371 7 INFO neutron.services.segments.plugin [-] Segment 4a870a65-0e8f-47f5-86b1-261171473ab9 resource provider aggregate not found 2026-08-22 11:55:15.387 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a870a65-0e8f-47f5-86b1-261171473ab9 resource provider; 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 4a870a65-0e8f-47f5-86b1-261171473ab9 found for delete ", "request_id": "req-6d39569b-e415-4621-86ca-7f529b6b0d91"}]} 2026-08-22 11:55:15.392 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a870a65-0e8f-47f5-86b1-261171473ab9 resource provider; 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 4a870a65-0e8f-47f5-86b1-261171473ab9 found for delete ", "request_id": "req-3cf96928-11c6-420c-8d3c-439e085623ac"}]} [pid: 7|app: 0|req: 629/1328] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:14 2026] DELETE /v2.0/networks/09073384-beca-4383-ad11-72d4a9937bc0 => generated 0 bytes in 429 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:15.505 8 INFO neutron.db.l3_hamode_db [None req-68cf399d-c9be-4985-aded-7a7ca5f12b59 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 630/1329] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:15 2026] POST /v2.0/subnets => generated 687 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1330] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:15 2026] GET /v2.0/security-groups?tenant_id=a6f41095f68043c9814fec9a467c275b&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:15.744 7 INFO neutron.db.segments_db [None req-e6c8aaee-cd8b-425a-a495-08b626da4080 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Added segment 956126d4-e5e3-43ab-8254-4c314f555203 of type vxlan for network aa89f47c-2895-4628-bea5-6cf001619973 2026-08-22 11:55:16.039 7 INFO neutron.db.l3_hamode_db [None req-e6c8aaee-cd8b-425a-a495-08b626da4080 5db254f8b7274e1e8c8603b6719f50c6 9b3e4a0ff6974ce1842a9ef8afd7c276 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:55:16.400 8 INFO neutron.db.l3_hamode_db [None req-68cf399d-c9be-4985-aded-7a7ca5f12b59 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:55:16.889 7 INFO neutron.db.l3_hamode_db [None req-e6c8aaee-cd8b-425a-a495-08b626da4080 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 700/1331] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:15 2026] POST /v2.0/routers => generated 695 bytes in 2275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1332] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:17 2026] DELETE /v2.0/security-groups/06517c3a-276b-4550-a352-5183b26e0307 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1333] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:15 2026] POST /v2.0/routers => generated 727 bytes in 2283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1334] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:55:17 2026] PUT /v2.0/routers/74bda176-891a-4f13-a41b-eff3135395e6/add_router_interface => generated 309 bytes in 1599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1335] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:55:17 2026] PUT /v2.0/routers/39e87c4a-091a-4e7e-8669-b015112b5b96/add_router_interface => generated 309 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1336] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:55:19 2026] POST /v2.0/ports => generated 959 bytes in 532 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/1337] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:55:19 2026] POST /v2.0/ports => generated 955 bytes in 533 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: 704/1338] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:55:20 2026] POST /v2.0/security-groups => generated 1675 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1339] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1340] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:20 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 707/1341] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1342] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:20 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1343] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:21.103 7 INFO neutron.db.l3_db [None req-5c5c9502-c067-4eb6-aff0-66165759ed00 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Floating IP 9b2fde87-9aaf-43d2-830d-df771792426a associated. External IP: 10.96.250.206, port: 8f509df7-f3ee-4375-b467-0642ce1375ce. [pid: 8|app: 0|req: 710/1344] 10.0.0.167 () {32 vars in 802 bytes} [Sat Aug 22 11:55:20 2026] GET /v2.0/extensions => generated 21537 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1345] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1346] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:21 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:21.340 8 INFO neutron.db.securitygroups_db [None req-24cfcb49-b4cd-4a55-acc4-575925b083d5 d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] Project b1153ee3abed4572930d571579d2a8d2 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: 713/1347] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1348] 10.0.0.158 () {34 vars in 677 bytes} [Sat Aug 22 11:55:20 2026] POST /v2.0/floatingips => generated 842 bytes in 1238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1349] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:21 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:21.542 8 INFO neutron.db.securitygroups_db [None req-e53b723d-2ee9-479c-a1e5-8cdb9a714673 d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] Project b1153ee3abed4572930d571579d2a8d2 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: 636/1350] 10.0.0.167 () {30 vars in 724 bytes} [Sat Aug 22 11:55:21 2026] GET /v2.0/quotas/0c88dbdcd37c4c3b8c6378e96fd55008/details => generated 847 bytes in 134 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.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:21.711 7 INFO neutron.db.l3_db [None req-48d78075-0c5b-4f40-9ab5-3aaf27f3491a d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Floating IP 9b2fde87-9aaf-43d2-830d-df771792426a disassociated. External IP: 10.96.250.206, port: 8f509df7-f3ee-4375-b467-0642ce1375ce. [pid: 7|app: 0|req: 637/1352] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:55:21 2026] PUT /v2.0/floatingips/9b2fde87-9aaf-43d2-830d-df771792426a => generated 552 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:22.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed0c21a9-56e6-4665-814f-cb998bec3fbe d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] TaaS: Handle Delete Port: 5e510717-08c6-42f1-bde8-141099631122 2026-08-22 11:55:22.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed0c21a9-56e6-4665-814f-cb998bec3fbe d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Tap Mirror: Handle Delete Port: 5e510717-08c6-42f1-bde8-141099631122 [pid: 8|app: 0|req: 716/1353] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:55:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1354] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1355] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:55:22 2026] DELETE /v2.0/floatingips/9b2fde87-9aaf-43d2-830d-df771792426a => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1356] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1357] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:55:22 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1358] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1359] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/security-groups?id=6dc6e173-9b80-4e18-aa3e-f2816cd21351&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: 722/1360] 10.0.0.111 () {34 vars in 1098 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--574983458&fields=id&tenant_id=b1153ee3abed4572930d571579d2a8d2 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1361] 10.0.0.111 () {34 vars in 1100 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1052562902&fields=id&tenant_id=b1153ee3abed4572930d571579d2a8d2 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:23.243 7 INFO neutron.db.l3_db [None req-2d0398a8-ed1d-465d-8460-ef4e15e8b0f3 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Floating IP e39f5ea3-091d-4d7d-b30a-8f6d802c3539 associated. External IP: 10.96.250.201, port: 82b52b60-c2e6-462b-976f-5f917d8a1f09. [pid: 8|app: 0|req: 724/1362] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/networks?id=330b190b-d9bf-4426-be0b-ccb11c723c27 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1363] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/quotas/b1153ee3abed4572930d571579d2a8d2 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1364] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/ports?tenant_id=b1153ee3abed4572930d571579d2a8d2&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1365] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/networks/330b190b-d9bf-4426-be0b-ccb11c723c27?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: 728/1366] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/networks/330b190b-d9bf-4426-be0b-ccb11c723c27?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: 729/1367] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1368] 10.0.0.158 () {34 vars in 677 bytes} [Sat Aug 22 11:55:22 2026] POST /v2.0/floatingips => generated 843 bytes in 1208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1369] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/floatingips/e39f5ea3-091d-4d7d-b30a-8f6d802c3539 => generated 843 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:23.673 8 INFO neutron_taas.services.taas.taas_plugin [req-9e287cab-7b6d-4a27-8618-aa820ba3aadd req-2981047a-6469-4927-9014-5b8ed2217233 d3e5a14f847246c2b85f802ab30d16c4 2290678bd2384c0e88e3fe3caff71230 - - default default] TaaS: Handle Delete Port: c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 2026-08-22 11:55:23.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9e287cab-7b6d-4a27-8618-aa820ba3aadd req-2981047a-6469-4927-9014-5b8ed2217233 d3e5a14f847246c2b85f802ab30d16c4 2290678bd2384c0e88e3fe3caff71230 - - default default] Tap Mirror: Handle Delete Port: c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 [pid: 7|app: 0|req: 641/1370] 10.0.0.158 () {32 vars in 655 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/floatingips => generated 846 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1371] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:23 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:23.794 8 INFO neutron.db.l3_db [req-9e287cab-7b6d-4a27-8618-aa820ba3aadd req-2981047a-6469-4927-9014-5b8ed2217233 d3e5a14f847246c2b85f802ab30d16c4 2290678bd2384c0e88e3fe3caff71230 - - default default] Floating IP 2271982b-2a9b-4dbf-85d5-4a96d64e9af5 disassociated. External IP: 10.96.250.213, port: c0b2c720-2de9-4e55-8b1a-1e8336ba14e5. [pid: 8|app: 0|req: 730/1372] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:55:23 2026] DELETE /v2.0/ports/c0b2c720-2de9-4e55-8b1a-1e8336ba14e5 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:24.237 7 INFO neutron.db.l3_db [None req-07414eaf-c65a-412c-8b71-3c7c8e590097 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Floating IP e39f5ea3-091d-4d7d-b30a-8f6d802c3539 associated. External IP: 10.96.250.201, port: 82b52b60-c2e6-462b-976f-5f917d8a1f09. [pid: 8|app: 0|req: 731/1373] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:24 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:24.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc4a81cc-5f16-4556-808c-2ce8f31b761e'] response: {'server_uuid': 'e77db214-7c6f-4e19-a21d-0157a92d6384', 'name': 'network-vif-deleted', 'tag': 'c0b2c720-2de9-4e55-8b1a-1e8336ba14e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 732/1374] 10.0.0.167 () {32 vars in 802 bytes} [Sat Aug 22 11:55:24 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: 733/1375] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:24 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => 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: 643/1376] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:55:23 2026] PUT /v2.0/floatingips/e39f5ea3-091d-4d7d-b30a-8f6d802c3539 => generated 842 bytes in 1282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1377] 10.0.0.167 () {30 vars in 724 bytes} [Sat Aug 22 11:55:24 2026] GET /v2.0/quotas/0c88dbdcd37c4c3b8c6378e96fd55008/details => generated 847 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:25.154 7 INFO neutron.db.l3_db [None req-0768c912-1387-45fd-87fa-72b1c589aff0 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Floating IP e39f5ea3-091d-4d7d-b30a-8f6d802c3539 disassociated. External IP: 10.96.250.201, port: 8f509df7-f3ee-4375-b467-0642ce1375ce. [pid: 8|app: 0|req: 735/1378] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:25 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 644/1379] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:55:25 2026] PUT /v2.0/floatingips/e39f5ea3-091d-4d7d-b30a-8f6d802c3539 => generated 552 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:25.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3663f78-a939-4f30-8f05-59db5987cfc2 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] TaaS: Handle Delete Port: f9f8e293-b985-413f-9369-b6dcf653871c 2026-08-22 11:55:25.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3663f78-a939-4f30-8f05-59db5987cfc2 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Tap Mirror: Handle Delete Port: f9f8e293-b985-413f-9369-b6dcf653871c [pid: 8|app: 0|req: 736/1380] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:55:25 2026] DELETE /v2.0/floatingips/e39f5ea3-091d-4d7d-b30a-8f6d802c3539 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:55:25.815 7 INFO neutron.api.v2.resource [None req-d5b621fa-1e9a-4079-ad85-84de432d4a92 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1381] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:55:25 2026] DELETE /v2.0/floatingips/e39f5ea3-091d-4d7d-b30a-8f6d802c3539 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1382] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:25 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:25.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd327fe6-d2c5-4074-a0f9-e2dbb21d21d5 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] TaaS: Handle Delete Port: 8f509df7-f3ee-4375-b467-0642ce1375ce 2026-08-22 11:55:25.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd327fe6-d2c5-4074-a0f9-e2dbb21d21d5 d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Tap Mirror: Handle Delete Port: 8f509df7-f3ee-4375-b467-0642ce1375ce [pid: 8|app: 0|req: 737/1383] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:25 2026] DELETE /v2.0/ports/8f509df7-f3ee-4375-b467-0642ce1375ce => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:26.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e5a353c-2c13-4e6f-85d7-0f9cd3af070c d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] TaaS: Handle Delete Port: 82b52b60-c2e6-462b-976f-5f917d8a1f09 2026-08-22 11:55:26.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e5a353c-2c13-4e6f-85d7-0f9cd3af070c d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Tap Mirror: Handle Delete Port: 82b52b60-c2e6-462b-976f-5f917d8a1f09 [pid: 8|app: 0|req: 738/1384] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:26 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 647/1385] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:26 2026] DELETE /v2.0/ports/82b52b60-c2e6-462b-976f-5f917d8a1f09 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1386] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:55:26 2026] GET /v2.0/ports?device_id=74bda176-891a-4f13-a41b-eff3135395e6 => generated 958 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:26.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8cf8875-efdb-4a81-b61d-cefdce36221f d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] TaaS: Handle Delete Port: 43e0566e-2676-462b-a406-edfeebdbd10e 2026-08-22 11:55:27.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8cf8875-efdb-4a81-b61d-cefdce36221f d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Tap Mirror: Handle Delete Port: 43e0566e-2676-462b-a406-edfeebdbd10e [pid: 8|app: 0|req: 740/1387] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:27 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => 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: 741/1388] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:27 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 648/1389] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:55:26 2026] PUT /v2.0/routers/74bda176-891a-4f13-a41b-eff3135395e6/remove_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:27.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-c52338e1-097b-4d41-9006-0a63eb5363dd d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] TaaS: Handle Delete Port: 2e9bb3f8-c8eb-4866-8fdf-cbba982cb5e2 2026-08-22 11:55:27.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c52338e1-097b-4d41-9006-0a63eb5363dd d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Tap Mirror: Handle Delete Port: 2e9bb3f8-c8eb-4866-8fdf-cbba982cb5e2 [pid: 7|app: 0|req: 649/1390] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:55:28 2026] GET /v2.0/networks?id=330b190b-d9bf-4426-be0b-ccb11c723c27 => generated 672 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1391] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:55:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b1153ee3abed4572930d571579d2a8d2 => generated 273 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1392] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:28 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:28.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-c52338e1-097b-4d41-9006-0a63eb5363dd d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] TaaS: Handle Delete Port: c7702856-59ed-4d0f-bbe4-f6b61addd735 2026-08-22 11:55:28.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c52338e1-097b-4d41-9006-0a63eb5363dd d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] Tap Mirror: Handle Delete Port: c7702856-59ed-4d0f-bbe4-f6b61addd735 [pid: 7|app: 0|req: 652/1393] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:55:28 2026] POST /v2.0/ports => generated 997 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:28.642 8 INFO neutron.services.segments.plugin [-] Segment 5c03b3de-734f-4db3-9ccb-e1a8bd56f927 resource provider aggregate not found 2026-08-22 11:55:28.647 8 INFO neutron.services.segments.plugin [-] Segment 5c03b3de-734f-4db3-9ccb-e1a8bd56f927 resource provider aggregate not found 2026-08-22 11:55:28.681 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c03b3de-734f-4db3-9ccb-e1a8bd56f927 resource provider; 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 5c03b3de-734f-4db3-9ccb-e1a8bd56f927 found for delete ", "request_id": "req-26e2f04c-1b1c-490f-946e-fd6dd8b3b291"}]} 2026-08-22 11:55:28.684 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c03b3de-734f-4db3-9ccb-e1a8bd56f927 resource provider; 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 5c03b3de-734f-4db3-9ccb-e1a8bd56f927 found for delete ", "request_id": "req-2fd68e39-cd27-4990-9806-9acabcef122f"}]} 2026-08-22 11:55:28.691 8 INFO neutron.db.l3_hamode_db [None req-c52338e1-097b-4d41-9006-0a63eb5363dd d9cd857a28f94ab395b40233b4cb5261 b68b96264d5e49c89e8cb7f5e7cc76bb - - default default] HA network 478e8551-9325-41f8-a26c-4b2373701f05 was deleted as no HA routers are present in tenant b68b96264d5e49c89e8cb7f5e7cc76bb. [pid: 8|app: 0|req: 742/1394] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:27 2026] DELETE /v2.0/routers/74bda176-891a-4f13-a41b-eff3135395e6 => generated 0 bytes in 1101 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: 653/1395] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:28 2026] GET /v2.0/security-groups?tenant_id=0c88dbdcd37c4c3b8c6378e96fd55008&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1396] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:28 2026] GET /v2.0/ports?device_id=e77db214-7c6f-4e19-a21d-0157a92d6384 => 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: 655/1397] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:28 2026] DELETE /v2.0/subnets/914b32cb-4d67-4365-a145-af83398ef48d => 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: 656/1398] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:29 2026] DELETE /v2.0/security-groups/5564c18f-9c1a-49d4-9dbd-b9cccd589870 => 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: 743/1399] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:55:28 2026] PUT /v2.0/ports/1ced8805-e2e5-4919-a560-1804bf93a65d => generated 1278 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:29.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24210984-ada3-4dcd-a7ad-1af7b483c9e6'] response: {'name': 'network-changed', 'server_uuid': '765d3c5f-4b18-4442-859e-4fc6395a9fb7', 'tag': '1ced8805-e2e5-4919-a560-1804bf93a65d', '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, ' 2026-08-22 11:55:29.270 7 INFO neutron.services.segments.plugin [-] Segment 13f56b18-265b-4a80-a98f-1615eff67208 resource provider aggregate not found 2026-08-22 11:55:29.278 7 INFO neutron.services.segments.plugin [-] Segment 13f56b18-265b-4a80-a98f-1615eff67208 resource provider aggregate not found [pid: 8|app: 0|req: 744/1400] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:29 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1012 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:29.296 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 13f56b18-265b-4a80-a98f-1615eff67208 resource provider; 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 13f56b18-265b-4a80-a98f-1615eff67208 found for delete ", "request_id": "req-e9587682-e79f-4d64-b28d-47be813998c5"}]} 2026-08-22 11:55:29.296 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 13f56b18-265b-4a80-a98f-1615eff67208 resource provider; 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 13f56b18-265b-4a80-a98f-1615eff67208 found for delete ", "request_id": "req-1bc3b203-a8bc-4f2f-b2ec-8864e6735040"}]} [pid: 7|app: 0|req: 657/1401] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:29 2026] DELETE /v2.0/networks/53e5f7da-08c9-4128-9931-de276dfbc8cb => 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: 745/1402] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:29 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1405] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:55:29 2026] GET /v2.0/ports?tenant_id=b1153ee3abed4572930d571579d2a8d2&device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1406] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:29 2026] GET /v2.0/security-groups?tenant_id=b68b96264d5e49c89e8cb7f5e7cc76bb&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1407] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:55:29 2026] GET /v2.0/networks?tenant_id=b1153ee3abed4572930d571579d2a8d2&shared=False => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1408] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:55:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1409] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:29 2026] DELETE /v2.0/security-groups/c8db4aa0-fa24-456d-aaab-58431c10ce4a => 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: 662/1410] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:30 2026] DELETE /v2.0/security-groups/6dc6e173-9b80-4e18-aa3e-f2816cd21351 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:55:30.136 8 INFO neutron.api.v2.resource [None req-197a9ef2-c4d3-4ede-a2f7-2d82e8bdd31b d3e5a14f847246c2b85f802ab30d16c4 2290678bd2384c0e88e3fe3caff71230 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1411] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:55:30 2026] GET /v2.0/security-groups/6dc6e173-9b80-4e18-aa3e-f2816cd21351 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:55:30.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9f2e6bc-1169-4ed6-a8bf-e716730fd1fc d3e5a14f847246c2b85f802ab30d16c4 2290678bd2384c0e88e3fe3caff71230 - - default default] TaaS: Handle Delete Port: 8cbb4cfe-06dc-4c85-bbdd-15b510e25a77 2026-08-22 11:55:30.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9f2e6bc-1169-4ed6-a8bf-e716730fd1fc d3e5a14f847246c2b85f802ab30d16c4 2290678bd2384c0e88e3fe3caff71230 - - default default] Tap Mirror: Handle Delete Port: 8cbb4cfe-06dc-4c85-bbdd-15b510e25a77 [pid: 8|app: 0|req: 750/1412] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:30 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1413] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:30 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1414] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:55:30 2026] DELETE /v2.0/floatingips/2271982b-2a9b-4dbf-85d5-4a96d64e9af5 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1415] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/ports?tenant_id=b1153ee3abed4572930d571579d2a8d2&device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1281 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1416] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1ced8805-e2e5-4919-a560-1804bf93a65d => 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: 666/1417] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/subnets?id=aa0e38dc-36b6-40aa-a300-9258121ec68e => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1418] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/ports?network_id=330b190b-d9bf-4426-be0b-ccb11c723c27&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: 668/1419] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/networks/330b190b-d9bf-4426-be0b-ccb11c723c27?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: 669/1420] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/networks/330b190b-d9bf-4426-be0b-ccb11c723c27?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) 2026-08-22 11:55:31.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f38c6ee-a74f-4f09-8bc3-d1698d1328e5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: a5001125-72af-427a-95ce-f21078d739d2 2026-08-22 11:55:31.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f38c6ee-a74f-4f09-8bc3-d1698d1328e5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: a5001125-72af-427a-95ce-f21078d739d2 [pid: 7|app: 0|req: 670/1421] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1012 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1422] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:31 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1423] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:55:30 2026] PUT /v2.0/routers/93868352-24d5-4b7b-bd83-d0281f7d31fb/remove_router_interface => generated 309 bytes in 1452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:32.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-d76f0ead-41f0-418c-a2a3-1f4b3fb78d21 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: d8a4c0c5-cc3d-4e0f-ba35-c3b78960d4e3 2026-08-22 11:55:32.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d76f0ead-41f0-418c-a2a3-1f4b3fb78d21 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: d8a4c0c5-cc3d-4e0f-ba35-c3b78960d4e3 2026-08-22 11:55:32.348 7 INFO neutron.db.segments_db [None req-0b88378d-8728-4f99-8dbd-ce857add8ccf 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] Added segment abfb53de-80fc-4e1c-a77f-fe962f41b616 of type vxlan for network 2ba43e9a-d531-4c96-9604-38a97a6b2cc2 [pid: 7|app: 0|req: 672/1424] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:55:31 2026] POST /v2.0/networks => generated 648 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:32.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-d76f0ead-41f0-418c-a2a3-1f4b3fb78d21 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: be5c2e46-2d2f-470b-8f32-148da43af9fe 2026-08-22 11:55:32.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d76f0ead-41f0-418c-a2a3-1f4b3fb78d21 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: be5c2e46-2d2f-470b-8f32-148da43af9fe 2026-08-22 11:55:32.726 7 INFO neutron.db.segments_db [None req-0b82d6ac-dc0e-499b-b8d5-707378edeb95 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Added segment dd8cad16-1a9c-4422-977d-d1befa7ec494 of type vxlan for network 30a52b2e-6672-426e-b39f-3826c2b810f2 [pid: 7|app: 0|req: 673/1425] 10.0.0.158 () {34 vars in 671 bytes} [Sat Aug 22 11:55:32 2026] POST /v2.0/networks => generated 632 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:32.872 8 INFO neutron.services.segments.plugin [-] Segment 6e6f1739-fa78-4e01-a789-d61724ccb921 resource provider aggregate not found 2026-08-22 11:55:32.881 8 INFO neutron.services.segments.plugin [-] Segment 6e6f1739-fa78-4e01-a789-d61724ccb921 resource provider aggregate not found 2026-08-22 11:55:32.898 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e6f1739-fa78-4e01-a789-d61724ccb921 resource provider; 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 6e6f1739-fa78-4e01-a789-d61724ccb921 found for delete ", "request_id": "req-a023b9c9-974b-4ad3-9ace-14257a64eb56"}]} 2026-08-22 11:55:32.906 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6e6f1739-fa78-4e01-a789-d61724ccb921 resource provider; 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 6e6f1739-fa78-4e01-a789-d61724ccb921 found for delete ", "request_id": "req-0892647e-e774-4ab4-953a-6e93acac8593"}]} 2026-08-22 11:55:32.913 8 INFO neutron.db.l3_hamode_db [None req-d76f0ead-41f0-418c-a2a3-1f4b3fb78d21 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network 2433ea25-a92a-463a-b805-d0d593e3cdf0 was deleted as no HA routers are present in tenant 2290678bd2384c0e88e3fe3caff71230. [pid: 8|app: 0|req: 753/1426] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:31 2026] DELETE /v2.0/routers/93868352-24d5-4b7b-bd83-d0281f7d31fb => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1427] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:32 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1012 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:33.049 8 INFO neutron.db.segments_db [None req-2d01ff24-d945-4d82-b1c3-210161156f95 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Added segment 9c25f830-0bb9-4228-8e29-7b1d87b70386 of type vxlan for network 44d70cef-2266-425c-bc11-5b29490bce2e [pid: 7|app: 0|req: 674/1428] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:55:32 2026] POST /v2.0/ports => generated 779 bytes in 353 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-22 11:55:33.308 8 INFO neutron.db.l3_hamode_db [None req-2d01ff24-d945-4d82-b1c3-210161156f95 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 675/1429] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:33 2026] DELETE /v2.0/subnets/e53f37b6-ac2c-4695-a5d9-0ebbb9ad9c8a => 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: 676/1430] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:33 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:33.438 7 INFO neutron.db.segments_db [None req-d7d77a3a-5d2f-430f-97c5-9645a4aa6509 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] Added segment 5d0dcfdb-cbc4-4d2f-82c4-bd979414ff94 of type vxlan for network 48ed2b81-de16-4c92-a4bd-61d468d1de35 [pid: 7|app: 0|req: 677/1431] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:55:33 2026] POST /v2.0/networks => generated 636 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:33.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-84c59c44-4afa-4f25-95b2-52c4eae6c215 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: e7db77fb-bf5b-4334-8e96-6e53dfcbc5ba 2026-08-22 11:55:33.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84c59c44-4afa-4f25-95b2-52c4eae6c215 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: e7db77fb-bf5b-4334-8e96-6e53dfcbc5ba 2026-08-22 11:55:33.849 7 INFO neutron.services.segments.plugin [-] Segment cfecbccc-47cb-496f-aafc-6fe9982d01aa resource provider aggregate not found 2026-08-22 11:55:33.857 7 INFO neutron.services.segments.plugin [-] Segment cfecbccc-47cb-496f-aafc-6fe9982d01aa resource provider aggregate not found 2026-08-22 11:55:33.871 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfecbccc-47cb-496f-aafc-6fe9982d01aa resource provider; 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 cfecbccc-47cb-496f-aafc-6fe9982d01aa found for delete ", "request_id": "req-fff464b2-eed5-44ba-9bb5-d6469e1fa628"}]} [pid: 7|app: 0|req: 678/1432] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:33 2026] DELETE /v2.0/networks/bd7681ac-ef80-4f0b-98a1-d20ae418d9bd => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:33.881 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfecbccc-47cb-496f-aafc-6fe9982d01aa resource provider; 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 cfecbccc-47cb-496f-aafc-6fe9982d01aa found for delete ", "request_id": "req-f4edee4f-3753-4001-9844-e11b2611b105"}]} 2026-08-22 11:55:34.180 8 INFO neutron.db.l3_hamode_db [None req-2d01ff24-d945-4d82-b1c3-210161156f95 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 679/1433] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:33 2026] POST /v2.0/subnets => generated 646 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1434] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:34 2026] GET /v2.0/security-groups?tenant_id=2290678bd2384c0e88e3fe3caff71230&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1435] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:55:34 2026] POST /v2.0/ports => generated 963 bytes in 401 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: 682/1436] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:34 2026] DELETE /v2.0/security-groups/92e3e077-731c-4700-ab66-0dad10772738 => 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: 683/1437] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:55:34 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1283 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1438] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:34 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:34.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-3508aedd-9cde-4d60-b466-b420acd1481f 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] TaaS: Handle Delete Port: 4bbd18bf-580c-45a7-8b78-6b60c430a91d 2026-08-22 11:55:34.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3508aedd-9cde-4d60-b466-b420acd1481f 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] Tap Mirror: Handle Delete Port: 4bbd18bf-580c-45a7-8b78-6b60c430a91d [pid: 7|app: 0|req: 685/1439] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:34 2026] DELETE /v2.0/ports/4bbd18bf-580c-45a7-8b78-6b60c430a91d => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1440] 199.19.213.179 () {34 vars in 1124 bytes} [Sat Aug 22 11:55:35 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1441] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:35 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:35.238 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f227564-6445-4f08-8513-4094b7e5e74b 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 688/1442] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:35 2026] DELETE /v2.0/ports/4bbd18bf-580c-45a7-8b78-6b60c430a91d => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:55:35.270 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7466b086-77c5-4584-95a5-70acd6da432d 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 689/1443] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:55:35 2026] GET /v2.0/ports/4bbd18bf-580c-45a7-8b78-6b60c430a91d => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1444] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:32 2026] POST /v2.0/routers => generated 694 bytes in 2309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1445] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:35 2026] DELETE /v2.0/subnets/407bd3ce-3235-4490-94ca-8459715465fc => 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: 691/1446] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:35 2026] DELETE /v2.0/networks/48ed2b81-de16-4c92-a4bd-61d468d1de35 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:35.602 7 INFO neutron.db.segments_db [None req-b5f9c17d-5fd6-4c9e-abba-be1ec3952526 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] Added segment a581163e-b2b8-40d8-aacb-e3998dc62b9f of type vxlan for network 3bf35ac3-4779-4dc6-86a5-7ae268880146 [pid: 8|app: 0|req: 756/1447] 10.0.0.158 () {32 vars in 776 bytes} [Sat Aug 22 11:55:35 2026] GET /v2.0/subnets?project_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&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: 8|app: 0|req: 757/1448] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 11:55:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1449] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:55:35 2026] POST /v2.0/networks => generated 636 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1450] 10.0.0.158 () {32 vars in 784 bytes} [Sat Aug 22 11:55:35 2026] GET /v2.0/subnets?network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de&cidr=10.100.0.0%2F28 => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:35.904 7 INFO neutron.services.segments.plugin [-] Segment 5d0dcfdb-cbc4-4d2f-82c4-bd979414ff94 resource provider aggregate not found 2026-08-22 11:55:35.930 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d0dcfdb-cbc4-4d2f-82c4-bd979414ff94 resource provider; 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 5d0dcfdb-cbc4-4d2f-82c4-bd979414ff94 found for delete ", "request_id": "req-365ac9e1-88ed-4acf-a146-38bca8302eb5"}]} 2026-08-22 11:55:35.934 7 INFO neutron.services.segments.plugin [-] Segment 5d0dcfdb-cbc4-4d2f-82c4-bd979414ff94 resource provider aggregate not found 2026-08-22 11:55:35.968 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d0dcfdb-cbc4-4d2f-82c4-bd979414ff94 resource provider; 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 5d0dcfdb-cbc4-4d2f-82c4-bd979414ff94 found for delete ", "request_id": "req-442ff4c9-4589-4359-bd65-359dc8247c2a"}]} [pid: 8|app: 0|req: 759/1451] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:35 2026] POST /v2.0/subnets => generated 657 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1452] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:55:35 2026] POST /v2.0/subnets => generated 646 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1453] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:55:36 2026] POST /v2.0/ports => generated 928 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1454] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:36 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:36.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-32365f23-9301-484e-a420-da6f45e06015 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] TaaS: Handle Delete Port: 266711de-cd2e-4265-9d7b-8585afdae408 2026-08-22 11:55:36.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32365f23-9301-484e-a420-da6f45e06015 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] Tap Mirror: Handle Delete Port: 266711de-cd2e-4265-9d7b-8585afdae408 [pid: 7|app: 0|req: 696/1455] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:36 2026] DELETE /v2.0/ports/266711de-cd2e-4265-9d7b-8585afdae408 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1456] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:36 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:36.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5069845-3462-43e3-aaeb-5b0e06210396 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 698/1457] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:55:36 2026] GET /v2.0/ports/266711de-cd2e-4265-9d7b-8585afdae408 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1458] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:36 2026] DELETE /v2.0/subnets/fac18572-59df-4739-b191-622fdc3ebaed => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1459] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:36 2026] DELETE /v2.0/networks/3bf35ac3-4779-4dc6-86a5-7ae268880146 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1460] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:55:37 2026] POST /v2.0/ports => generated 778 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: 760/1461] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:55:36 2026] PUT /v2.0/routers/16c8d5e9-5c2d-4313-98f0-bc4c503859c9/add_router_interface => generated 309 bytes in 1540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1462] 10.0.0.158 () {34 vars in 737 bytes} [Sat Aug 22 11:55:37 2026] PUT /v2.0/ports/f8a2117b-2931-46ca-84e7-97718e88802c => generated 752 bytes in 196 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: 761/1463] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:55:37 2026] GET /v2.0/networks => generated 7226 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1464] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:55:37 2026] GET /v2.0/subnets => generated 5193 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:37.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0a4d5c0-9582-4ee1-9b28-7f5a1ac5e840 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] TaaS: Handle Delete Port: f8a2117b-2931-46ca-84e7-97718e88802c 2026-08-22 11:55:37.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0a4d5c0-9582-4ee1-9b28-7f5a1ac5e840 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] Tap Mirror: Handle Delete Port: f8a2117b-2931-46ca-84e7-97718e88802c [pid: 8|app: 0|req: 763/1465] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:55:37 2026] GET /v2.0/routers => generated 2183 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1466] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:37 2026] DELETE /v2.0/ports/f8a2117b-2931-46ca-84e7-97718e88802c => 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: 764/1467] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:37 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1468] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:55:37 2026] GET /v2.0/ports => generated 782 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:37.962 7 INFO neutron.services.segments.plugin [-] Segment a581163e-b2b8-40d8-aacb-e3998dc62b9f resource provider aggregate not found 2026-08-22 11:55:38.000 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a581163e-b2b8-40d8-aacb-e3998dc62b9f resource provider; 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 a581163e-b2b8-40d8-aacb-e3998dc62b9f found for delete ", "request_id": "req-5845bf8a-5e7e-4ab6-99e5-81fc764c6fcc"}]} 2026-08-22 11:55:38.001 7 INFO neutron.services.segments.plugin [-] Segment a581163e-b2b8-40d8-aacb-e3998dc62b9f resource provider aggregate not found [pid: 7|app: 0|req: 705/1469] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:37 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:38.028 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a581163e-b2b8-40d8-aacb-e3998dc62b9f resource provider; 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 a581163e-b2b8-40d8-aacb-e3998dc62b9f found for delete ", "request_id": "req-51a86bc9-545d-4b18-8e9c-cd923450519a"}]} 2026-08-22 11:55:38.050 7 INFO neutron.pecan_wsgi.hooks.translation [None req-070e5985-acb0-4993-a544-0b1c3b03fb55 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 765/1470] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:55:37 2026] POST /v2.0/security-groups => generated 1675 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1471] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:55:38 2026] GET /v2.0/ports/f8a2117b-2931-46ca-84e7-97718e88802c => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1472] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:55:38 2026] GET /v2.0/ports => generated 782 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1473] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:38 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1474] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:55:38 2026] GET /v2.0/ports/12499fc9-5793-451b-ab90-93b302fd78ec => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1475] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:38.246 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f37c1be-9b89-4930-ab15-9258985fe50b 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1476] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:38 2026] DELETE /v2.0/ports/266711de-cd2e-4265-9d7b-8585afdae408 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1477] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:38 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) 2026-08-22 11:55:38.383 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afcf2463-6975-4398-b491-cff3615fac5f 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1478] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:38 2026] DELETE /v2.0/subnets/fac18572-59df-4739-b191-622fdc3ebaed => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:55:38.491 7 INFO neutron.db.l3_db [None req-47855f18-e0bf-44b8-a30a-e403e785089d d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] Floating IP 017e0905-00d9-49db-b26c-14bbbfef2d76 associated. External IP: 10.96.250.211, port: 1ced8805-e2e5-4919-a560-1804bf93a65d. [pid: 8|app: 0|req: 770/1479] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:38.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15703dd1-554b-48a8-9b2a-7d074858e277 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1480] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:55:38 2026] DELETE /v2.0/subnets/407bd3ce-3235-4490-94ca-8459715465fc => 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: 772/1481] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:38.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ab8fe20-7144-4202-8d36-9ff2dc70d81d 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] TaaS: Handle Delete Port: 12499fc9-5793-451b-ab90-93b302fd78ec 2026-08-22 11:55:38.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ab8fe20-7144-4202-8d36-9ff2dc70d81d 797081d36b2f400e8da620d674e324c7 4ff3b46396ca4762ba95ae4f5a69c581 - - default default] Tap Mirror: Handle Delete Port: 12499fc9-5793-451b-ab90-93b302fd78ec [pid: 7|app: 0|req: 710/1482] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:55:38 2026] PUT /v2.0/floatingips/017e0905-00d9-49db-b26c-14bbbfef2d76 => generated 856 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:38.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ed98be2-02ab-4c65-9619-2ec4904f408c'] response: {'name': 'network-changed', 'server_uuid': '765d3c5f-4b18-4442-859e-4fc6395a9fb7', 'tag': '1ced8805-e2e5-4919-a560-1804bf93a65d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 773/1483] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:55:38 2026] DELETE /v2.0/ports/12499fc9-5793-451b-ab90-93b302fd78ec => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:38.894 7 INFO neutron.db.securitygroups_db [None req-d4f00d86-c32b-4e5d-bf54-2ce64cbfea8f 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Project 934d7b7dcb5a4f8a8e69cf8cb68159d0 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: 711/1484] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:39.052 8 INFO neutron.services.segments.plugin [-] Segment abfb53de-80fc-4e1c-a77f-fe962f41b616 resource provider aggregate not found 2026-08-22 11:55:39.058 8 INFO neutron.services.segments.plugin [-] Segment abfb53de-80fc-4e1c-a77f-fe962f41b616 resource provider aggregate not found 2026-08-22 11:55:39.077 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment abfb53de-80fc-4e1c-a77f-fe962f41b616 resource provider; 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 abfb53de-80fc-4e1c-a77f-fe962f41b616 found for delete ", "request_id": "req-c35b6ed3-ca08-4f39-b0ef-955d13aa615c"}]} 2026-08-22 11:55:39.083 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment abfb53de-80fc-4e1c-a77f-fe962f41b616 resource provider; 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 abfb53de-80fc-4e1c-a77f-fe962f41b616 found for delete ", "request_id": "req-606552b2-93e2-4d38-8d39-b0af264d364d"}]} 2026-08-22 11:55:39.087 7 INFO neutron.db.securitygroups_db [None req-a137c411-a046-4221-bf54-5492c02ddf80 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Project 934d7b7dcb5a4f8a8e69cf8cb68159d0 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: 774/1485] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:38 2026] DELETE /v2.0/networks/2ba43e9a-d531-4c96-9604-38a97a6b2cc2 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1486] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1487] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/ports?tenant_id=b1153ee3abed4572930d571579d2a8d2&device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1488] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/networks?id=330b190b-d9bf-4426-be0b-ccb11c723c27 => generated 768 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1489] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1ced8805-e2e5-4919-a560-1804bf93a65d => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1490] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/subnets?id=aa0e38dc-36b6-40aa-a300-9258121ec68e => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1491] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/ports?network_id=330b190b-d9bf-4426-be0b-ccb11c723c27&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1492] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/networks/330b190b-d9bf-4426-be0b-ccb11c723c27?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: 779/1493] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/networks/330b190b-d9bf-4426-be0b-ccb11c723c27?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: 715/1494] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/networks => generated 1297 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1495] 10.0.0.111 () {34 vars in 1100 bytes} [Sat Aug 22 11:55:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1279032064&fields=id&tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1496] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:39 2026] GET /v2.0/security-groups?tenant_id=4ff3b46396ca4762ba95ae4f5a69c581&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1497] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:55:40 2026] GET /v2.0/networks?id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 660 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1498] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:55:40 2026] GET /v2.0/quotas/934d7b7dcb5a4f8a8e69cf8cb68159d0 => 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: 719/1499] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:55:40 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1500] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:40 2026] DELETE /v2.0/security-groups/a8fa0cef-e398-429f-98e5-8e072d233a81 => 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: 720/1501] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:55:40 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1502] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:55:40 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1503] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:40 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => 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: 783/1504] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:41 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => 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: 722/1505] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:42 2026] GET /v2.0/security-groups?tenant_id=8a936a42bd494021a412e07b42ba9326&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1506] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:42 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1507] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:42 2026] DELETE /v2.0/security-groups/7b4a0f7e-c4d6-4ea6-bb39-9575328434a5 => 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: 784/1508] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 11:55:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1509] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:55:43 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: 785/1510] 10.0.0.158 () {34 vars in 758 bytes} [Sat Aug 22 11:55:43 2026] PUT /v2.0/security-groups/e52327ab-cf27-4b25-a450-81671a2b5998 => generated 1663 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1511] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/security-groups/e52327ab-cf27-4b25-a450-81671a2b5998 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1512] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/security-groups?tenant_id=f46d44e27eca470ba193716676ac5532&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1513] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:43 2026] DELETE /v2.0/security-groups/e52327ab-cf27-4b25-a450-81671a2b5998 => 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: 788/1514] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:55:43 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) 2026-08-22 11:55:43.287 8 INFO neutron.api.v2.resource [None req-c68dbd47-263d-4067-9d9b-2ebcd8dc23c7 68d6b93ca4d745b8b5c2951b04bb87c6 07f08c4ee7cd4d5a9108713bce910536 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1515] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:43 2026] DELETE /v2.0/security-groups/e52327ab-cf27-4b25-a450-81671a2b5998 => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1516] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:43 2026] DELETE /v2.0/security-groups/e0be4b3e-6694-49ba-9bfa-e3dc19a8a0e5 => 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: 790/1517] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 11:55:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1518] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1519] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/security-group-rules/68434965-e4c2-4dc9-9727-4b3c9c2e0b2e => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1520] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1521] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:55:43 2026] DELETE /v2.0/security-group-rules/68434965-e4c2-4dc9-9727-4b3c9c2e0b2e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1522] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1523] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:43 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: 8|app: 0|req: 794/1524] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/security-group-rules/b4ae3f06-4064-4e56-8ee3-4337674fe554 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1525] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1526] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:55:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1527] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:55:44 2026] DELETE /v2.0/security-group-rules/b4ae3f06-4064-4e56-8ee3-4337674fe554 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1528] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1529] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:55:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1530] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/security-group-rules/676476ea-884c-4251-8be1-ddea46c2354f => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1531] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1532] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:55:44 2026] DELETE /v2.0/security-group-rules/676476ea-884c-4251-8be1-ddea46c2354f => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1533] 10.0.0.158 () {32 vars in 673 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1534] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:44 2026] DELETE /v2.0/security-groups/06302820-30ec-40bd-9787-80ffa04f9135 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1537] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/security-groups => 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: 802/1538] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1539] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/networks?id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1540] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:55:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1541] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:45 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => 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: 738/1542] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:55:44 2026] POST /v2.0/ports => generated 958 bytes in 444 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: 805/1543] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:45 2026] GET /v2.0/security-groups?tenant_id=07f08c4ee7cd4d5a9108713bce910536&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1544] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:45 2026] DELETE /v2.0/security-groups/823d4db7-654e-4381-a1f7-0baedf5b5bb2 => 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: 739/1545] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:55:45 2026] PUT /v2.0/ports/94262227-e88a-469d-ad25-f8cb7626e708 => generated 1239 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:46.018 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d85c1f8-a6cc-4b70-80cd-4714c31f949c'] response: {'name': 'network-changed', 'server_uuid': '6ef3b9a6-abe1-4743-a190-54a7b26f6f10', 'tag': '94262227-e88a-469d-ad25-f8cb7626e708', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 807/1546] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:46 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 973 bytes in 81 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: 740/1547] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:46 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1548] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:55:46 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1549] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:55:46 2026] GET /v2.0/networks?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1550] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:55:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1551] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1552] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1553] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1554] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1555] 10.0.0.158 () {34 vars in 677 bytes} [Sat Aug 22 11:55:47 2026] POST /v2.0/subnetpools => generated 549 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1556] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/subnetpools/80fb9c4e-3c8f-4226-b609-07954e98245b => generated 549 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1557] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1283 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1558] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => 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: 814/1559] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:55:47 2026] PUT /v2.0/subnetpools/80fb9c4e-3c8f-4226-b609-07954e98245b => generated 500 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1560] 10.0.0.158 () {32 vars in 858 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/floatingips?floating_network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de&port_id=1ced8805-e2e5-4919-a560-1804bf93a65d => generated 861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1561] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=94262227-e88a-469d-ad25-f8cb7626e708 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1562] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:55:47 2026] DELETE /v2.0/subnetpools/80fb9c4e-3c8f-4226-b609-07954e98245b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1563] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/security-groups?tenant_id=cfacbd539916439a8d94d2b028a48252&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1564] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/subnets?id=755d53cc-6f22-4103-98ef-7fc576249dce => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:47.984 7 INFO neutron.api.v2.resource [None req-e7c90925-bd11-44b4-8009-59a88e5c999f 83605cd87bda435dafbd786b7e3048ce 6ef6f98d4b98420da03383eb1125dd12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1565] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/subnetpools/80fb9c4e-3c8f-4226-b609-07954e98245b => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1566] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:55:47 2026] GET /v2.0/ports?network_id=30a52b2e-6672-426e-b39f-3826c2b810f2&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:48.042 7 INFO neutron.api.v2.resource [None req-da853dbd-7f41-4424-8436-49770e4dcb65 83605cd87bda435dafbd786b7e3048ce 6ef6f98d4b98420da03383eb1125dd12 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1567] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:55:48 2026] DELETE /v2.0/subnetpools/80fb9c4e-3c8f-4226-b609-07954e98245b => generated 145 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1568] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:55:48 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1569] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:47 2026] DELETE /v2.0/security-groups/2e1428eb-278b-4cb5-81c8-84e92a40f8fa => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1570] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:55:48 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 820/1571] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:48 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1572] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:48 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1573] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:48 2026] GET /v2.0/security-groups?tenant_id=6ef6f98d4b98420da03383eb1125dd12&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1574] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:48 2026] DELETE /v2.0/security-groups/821e75bc-76bc-48fa-8c3b-f92de6d4a833 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1575] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:55:49 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1283 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1576] 10.0.0.187 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:49 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1577] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:49 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1578] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:49 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1579] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:50 2026] GET /v2.0/security-groups?tenant_id=de658c18105a42f49afaee1ca7aaf927&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1580] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:50 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1581] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:50 2026] DELETE /v2.0/security-groups/db104315-e4d1-44c2-9047-59e65828ed47 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1582] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:50 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1583] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:52 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1584] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:52 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&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: 827/1585] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:52 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1586] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:52 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1587] 10.0.0.158 () {32 vars in 653 bytes} [Sat Aug 22 11:55:52 2026] GET /v2.0/extensions => generated 21537 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1588] 10.0.0.158 () {32 vars in 681 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1589] 10.0.0.158 () {32 vars in 681 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1590] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:52 2026] GET /v2.0/security-groups?tenant_id=8d85106dd8144f48a17639656f82c511&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1591] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:55:53 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) [pid: 7|app: 0|req: 764/1592] 10.0.0.158 () {32 vars in 665 bytes} [Sat Aug 22 11:55:53 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: 765/1593] 10.0.0.158 () {32 vars in 699 bytes} [Sat Aug 22 11:55:53 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: 7|app: 0|req: 766/1594] 10.0.0.158 () {32 vars in 697 bytes} [Sat Aug 22 11:55:53 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: 767/1595] 10.0.0.158 () {32 vars in 701 bytes} [Sat Aug 22 11:55:53 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: 7|app: 0|req: 768/1596] 10.0.0.158 () {32 vars in 689 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1597] 10.0.0.158 () {32 vars in 703 bytes} [Sat Aug 22 11:55:53 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: 7|app: 0|req: 770/1598] 10.0.0.158 () {32 vars in 693 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1599] 10.0.0.158 () {32 vars in 695 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1600] 10.0.0.158 () {32 vars in 685 bytes} [Sat Aug 22 11:55:53 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: 773/1601] 10.0.0.158 () {32 vars in 687 bytes} [Sat Aug 22 11:55:53 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) [pid: 8|app: 0|req: 829/1602] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:53 2026] DELETE /v2.0/security-groups/adad2eb5-3521-4e65-bc9e-ff2b43bab5d6 => 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: 774/1603] 10.0.0.158 () {32 vars in 661 bytes} [Sat Aug 22 11:55:53 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: 830/1604] 10.0.0.158 () {32 vars in 699 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1605] 10.0.0.158 () {32 vars in 679 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1606] 10.0.0.158 () {32 vars in 683 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1607] 10.0.0.158 () {32 vars in 675 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1608] 10.0.0.158 () {32 vars in 689 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1609] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1610] 10.0.0.158 () {32 vars in 687 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1611] 10.0.0.158 () {32 vars in 669 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1612] 10.0.0.158 () {32 vars in 687 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1613] 10.0.0.158 () {32 vars in 681 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1614] 10.0.0.158 () {32 vars in 699 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1615] 10.0.0.158 () {32 vars in 679 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1616] 10.0.0.158 () {32 vars in 667 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/router => generated 256 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1617] 10.0.0.158 () {32 vars in 677 bytes} [Sat Aug 22 11:55:53 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: 838/1618] 10.0.0.158 () {32 vars in 665 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/l3-ha => 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: 839/1619] 10.0.0.158 () {32 vars in 675 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/l3-flavors => 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: 840/1620] 10.0.0.158 () {32 vars in 713 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1621] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1622] 10.0.0.158 () {32 vars in 691 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1623] 10.0.0.158 () {32 vars in 683 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1624] 10.0.0.158 () {32 vars in 669 bytes} [Sat Aug 22 11:55:53 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) [pid: 7|app: 0|req: 784/1625] 10.0.0.158 () {32 vars in 687 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1626] 10.0.0.158 () {32 vars in 705 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1627] 10.0.0.158 () {32 vars in 675 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1628] 10.0.0.158 () {32 vars in 701 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1629] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1630] 10.0.0.158 () {32 vars in 675 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1631] 10.0.0.158 () {32 vars in 693 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1632] 10.0.0.158 () {32 vars in 689 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1633] 10.0.0.158 () {32 vars in 709 bytes} [Sat Aug 22 11:55:53 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: 7|app: 0|req: 790/1634] 10.0.0.158 () {32 vars in 705 bytes} [Sat Aug 22 11:55:53 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: 845/1635] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1636] 10.0.0.158 () {32 vars in 697 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1637] 10.0.0.158 () {32 vars in 711 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1638] 10.0.0.158 () {32 vars in 669 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/binding => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1639] 10.0.0.158 () {32 vars in 687 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1640] 10.0.0.158 () {32 vars in 681 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1641] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1642] 10.0.0.158 () {32 vars in 675 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1643] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1644] 10.0.0.158 () {32 vars in 671 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1645] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1646] 10.0.0.158 () {32 vars in 661 bytes} [Sat Aug 22 11:55:53 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: 853/1647] 10.0.0.158 () {32 vars in 699 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1648] 10.0.0.158 () {32 vars in 699 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1649] 10.0.0.158 () {32 vars in 677 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1650] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1651] 10.0.0.158 () {32 vars in 669 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1652] 10.0.0.158 () {32 vars in 683 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1653] 10.0.0.158 () {32 vars in 701 bytes} [Sat Aug 22 11:55:53 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: 856/1654] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => 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: 799/1655] 10.0.0.158 () {32 vars in 685 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1656] 10.0.0.158 () {32 vars in 707 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1657] 10.0.0.158 () {32 vars in 669 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1658] 10.0.0.158 () {32 vars in 697 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1659] 10.0.0.158 () {32 vars in 695 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1660] 10.0.0.158 () {32 vars in 685 bytes} [Sat Aug 22 11:55:53 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: 7|app: 0|req: 805/1661] 10.0.0.158 () {32 vars in 689 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1662] 10.0.0.158 () {32 vars in 705 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1663] 10.0.0.158 () {32 vars in 667 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1664] 10.0.0.158 () {32 vars in 681 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1665] 10.0.0.158 () {32 vars in 681 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1666] 10.0.0.158 () {32 vars in 691 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1667] 10.0.0.158 () {32 vars in 691 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1668] 10.0.0.158 () {32 vars in 695 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1669] 10.0.0.158 () {32 vars in 685 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1670] 10.0.0.158 () {32 vars in 689 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1671] 10.0.0.158 () {32 vars in 701 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1672] 10.0.0.158 () {32 vars in 703 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1673] 10.0.0.158 () {32 vars in 713 bytes} [Sat Aug 22 11:55:53 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: 7|app: 0|req: 818/1674] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1675] 10.0.0.158 () {32 vars in 715 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1676] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:55:53 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1677] 10.0.0.158 () {32 vars in 741 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1678] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1679] 10.0.0.158 () {32 vars in 683 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1680] 10.0.0.158 () {32 vars in 669 bytes} [Sat Aug 22 11:55:54 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: 7|app: 0|req: 825/1681] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1682] 10.0.0.158 () {32 vars in 679 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1683] 10.0.0.158 () {32 vars in 669 bytes} [Sat Aug 22 11:55:54 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: 7|app: 0|req: 828/1684] 10.0.0.158 () {32 vars in 697 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1685] 10.0.0.158 () {32 vars in 705 bytes} [Sat Aug 22 11:55:54 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: 7|app: 0|req: 830/1686] 10.0.0.158 () {32 vars in 701 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1687] 10.0.0.158 () {32 vars in 701 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1688] 10.0.0.158 () {32 vars in 683 bytes} [Sat Aug 22 11:55:54 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: 833/1689] 10.0.0.158 () {32 vars in 705 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1690] 10.0.0.158 () {32 vars in 695 bytes} [Sat Aug 22 11:55:54 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: 835/1691] 10.0.0.158 () {32 vars in 689 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1692] 10.0.0.158 () {32 vars in 697 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1693] 10.0.0.158 () {32 vars in 679 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1694] 10.0.0.158 () {32 vars in 689 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1695] 10.0.0.158 () {32 vars in 701 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1696] 10.0.0.158 () {32 vars in 665 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1697] 10.0.0.158 () {32 vars in 681 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1698] 10.0.0.158 () {32 vars in 677 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1699] 10.0.0.158 () {32 vars in 693 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1700] 10.0.0.158 () {32 vars in 677 bytes} [Sat Aug 22 11:55:54 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: 7|app: 0|req: 845/1701] 10.0.0.158 () {32 vars in 667 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1702] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1703] 10.0.0.158 () {32 vars in 675 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1704] 10.0.0.158 () {32 vars in 687 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:54.587 8 INFO neutron.db.l3_db [None req-da690f15-eb33-4ba1-b6a1-46f08d81881f 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Floating IP 77d848f4-2bfb-463d-ad6b-cd6631910ecd associated. External IP: 10.96.250.219, port: 94262227-e88a-469d-ad25-f8cb7626e708. [pid: 7|app: 0|req: 849/1705] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1706] 10.0.0.158 () {34 vars in 677 bytes} [Sat Aug 22 11:55:53 2026] POST /v2.0/floatingips => generated 856 bytes in 1220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:55.036 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1789282-bd63-418c-ad06-a6d723f1d13d'] response: {'name': 'network-changed', 'server_uuid': '6ef3b9a6-abe1-4743-a190-54a7b26f6f10', 'tag': '94262227-e88a-469d-ad25-f8cb7626e708', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 858/1707] 10.0.0.111 () {34 vars in 1120 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/security-groups?id=796661fc-518d-4bfa-9ecd-14c1de4a6133&id=3d367326-c5e3-4005-8498-5a0a76043088&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1708] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:55:55 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1709] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:55:55 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:55.257 8 INFO neutron_taas.services.taas.taas_plugin [req-fc36191d-9a1a-467d-b793-6b728c301a5d req-fcd0e09c-efe9-45d7-913a-c3b869d28e5d d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] TaaS: Handle Delete Port: 1ced8805-e2e5-4919-a560-1804bf93a65d 2026-08-22 11:55:55.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fc36191d-9a1a-467d-b793-6b728c301a5d req-fcd0e09c-efe9-45d7-913a-c3b869d28e5d d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] Tap Mirror: Handle Delete Port: 1ced8805-e2e5-4919-a560-1804bf93a65d [pid: 7|app: 0|req: 850/1710] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:54 2026] GET /v2.0/security-groups?tenant_id=d1a5aaa6e7f843f987d6cc781a59d75d&name=default => generated 2925 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:55.383 8 INFO neutron.db.l3_db [req-fc36191d-9a1a-467d-b793-6b728c301a5d req-fcd0e09c-efe9-45d7-913a-c3b869d28e5d d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] Floating IP 017e0905-00d9-49db-b26c-14bbbfef2d76 disassociated. External IP: 10.96.250.211, port: 1ced8805-e2e5-4919-a560-1804bf93a65d. [pid: 8|app: 0|req: 861/1711] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:55:55 2026] DELETE /v2.0/ports/1ced8805-e2e5-4919-a560-1804bf93a65d => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1712] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:55:55 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1713] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:55:55 2026] GET /v2.0/networks?id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 756 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1714] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:55:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=94262227-e88a-469d-ad25-f8cb7626e708 => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1715] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:55:56 2026] GET /v2.0/subnets?id=755d53cc-6f22-4103-98ef-7fc576249dce => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1716] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:55 2026] DELETE /v2.0/security-groups/0353a616-6137-4860-81e5-b653c225fa85 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1717] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:55:56 2026] GET /v2.0/ports?network_id=30a52b2e-6672-426e-b39f-3826c2b810f2&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1718] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:56 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1719] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:55:56 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 853/1720] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:55:56 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1721] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:55:56 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:55:57.082 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-718eedea-e795-424d-81e5-e1583a83de8b'] response: {'server_uuid': '765d3c5f-4b18-4442-859e-4fc6395a9fb7', 'name': 'network-vif-deleted', 'tag': '1ced8805-e2e5-4919-a560-1804bf93a65d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 854/1722] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:55:56 2026] GET /v2.0/security-groups?tenant_id=282dd983f68c4347bd6a01ec28706d40&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1723] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:55:57 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1724] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:57 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => 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: 869/1725] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:57 2026] DELETE /v2.0/security-groups/b24607ae-c414-46ec-b238-b5f0cf4fdbd1 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:55:58.216 7 INFO neutron.db.segments_db [None req-479a7bc8-6273-4db7-acdf-a50b34e8b3e1 b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Added segment 916d556a-8da5-40a5-8837-d39b01aa0deb of type vxlan for network a85907d2-570a-4129-8348-3f052714401a 2026-08-22 11:55:58.279 7 INFO neutron.db.segments_db [None req-479a7bc8-6273-4db7-acdf-a50b34e8b3e1 b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Added segment 59f2aff7-287f-41a1-bc41-fd64a3fff8cf of type vxlan for network 551d29e6-02d5-4ca9-b4ec-eb59918dd799 [pid: 8|app: 0|req: 870/1726] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:55:58 2026] GET /v2.0/ports?device_id=765d3c5f-4b18-4442-859e-4fc6395a9fb7 => 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: 857/1727] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:55:57 2026] POST /v2.0/networks => generated 1245 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1728] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:55:58 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:55:58.625 7 INFO neutron.services.segments.plugin [-] Segment 916d556a-8da5-40a5-8837-d39b01aa0deb resource provider aggregate not found 2026-08-22 11:55:58.626 7 INFO neutron.services.segments.plugin [-] Segment 916d556a-8da5-40a5-8837-d39b01aa0deb resource provider aggregate not found 2026-08-22 11:55:58.643 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 916d556a-8da5-40a5-8837-d39b01aa0deb resource provider; 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 916d556a-8da5-40a5-8837-d39b01aa0deb found for delete ", "request_id": "req-b7170e57-de78-485c-80a7-03d6f2bd1fc5"}]} 2026-08-22 11:55:58.646 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 916d556a-8da5-40a5-8837-d39b01aa0deb resource provider; 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 916d556a-8da5-40a5-8837-d39b01aa0deb found for delete ", "request_id": "req-38fae243-7ae3-4f2f-84d2-207e4a6a3c93"}]} [pid: 7|app: 0|req: 858/1729] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:58 2026] DELETE /v2.0/networks/a85907d2-570a-4129-8348-3f052714401a => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:58.797 8 INFO neutron.services.segments.plugin [-] Segment 59f2aff7-287f-41a1-bc41-fd64a3fff8cf resource provider aggregate not found 2026-08-22 11:55:58.803 8 INFO neutron.services.segments.plugin [-] Segment 59f2aff7-287f-41a1-bc41-fd64a3fff8cf resource provider aggregate not found [pid: 8|app: 0|req: 872/1730] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:55:58 2026] DELETE /v2.0/networks/551d29e6-02d5-4ca9-b4ec-eb59918dd799 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:55:58.823 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59f2aff7-287f-41a1-bc41-fd64a3fff8cf resource provider; 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 59f2aff7-287f-41a1-bc41-fd64a3fff8cf found for delete ", "request_id": "req-5c41833e-ddd2-4883-954f-ec0e2f1fd7e5"}]} 2026-08-22 11:55:58.834 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59f2aff7-287f-41a1-bc41-fd64a3fff8cf resource provider; 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 59f2aff7-287f-41a1-bc41-fd64a3fff8cf found for delete ", "request_id": "req-14f767e5-74a5-42ae-8634-44ee78ec310b"}]} [pid: 7|app: 0|req: 859/1731] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:55:58 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:55:58.955 8 INFO neutron.db.segments_db [None req-2c5d237c-8877-4e8a-87d1-00d93d10ab44 b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Added segment 8bf1024d-9830-4bb1-81a8-57aff71f7afd of type vxlan for network 72cf3f3f-b489-4b25-887a-52367989a706 [pid: 8|app: 0|req: 873/1732] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:55:58 2026] POST /v2.0/networks => generated 654 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:55:59.138 7 INFO neutron.db.segments_db [None req-77df2eaa-8c5c-4d6f-a09e-7fe48c98ba26 b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Added segment 0d3c55fa-9d1d-4a12-b860-d14e97cfbba9 of type vxlan for network 220f35a7-ef61-4d5b-a09a-3301fc1e6ab5 [pid: 7|app: 0|req: 860/1733] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:55:59 2026] POST /v2.0/networks => generated 653 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1734] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:59 2026] DELETE /v2.0/security-groups/3d367326-c5e3-4005-8498-5a0a76043088 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:55:59.652 7 INFO neutron.api.v2.resource [None req-ad1b74f0-37c6-410c-b932-5a2c9bd8d3be d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1735] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:55:59 2026] GET /v2.0/security-groups/3d367326-c5e3-4005-8498-5a0a76043088 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:55:59.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f5145dd-ce81-4a85-8cd0-506def393384 d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] TaaS: Handle Delete Port: c496ee9e-f9dc-4a98-9dbe-4882e6d6feee 2026-08-22 11:55:59.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f5145dd-ce81-4a85-8cd0-506def393384 d3bae44589f6495e817eef2512819e40 b1153ee3abed4572930d571579d2a8d2 - - default default] Tap Mirror: Handle Delete Port: c496ee9e-f9dc-4a98-9dbe-4882e6d6feee [pid: 7|app: 0|req: 863/1736] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:55:59 2026] DELETE /v2.0/floatingips/017e0905-00d9-49db-b26c-14bbbfef2d76 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1738] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:55:59 2026] POST /v2.0/ports => generated 1505 bytes in 703 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: 866/1740] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:55:59 2026] GET /v2.0/ports => generated 1505 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1741] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:55:59 2026] DELETE /v2.0/security-groups/796661fc-518d-4bfa-9ecd-14c1de4a6133 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:00.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ca34e71-045e-49ed-b112-a41b317526cd b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] TaaS: Handle Delete Port: 4e1e2421-ce94-4d37-9d94-089b5894f1be 2026-08-22 11:56:00.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ca34e71-045e-49ed-b112-a41b317526cd b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Tap Mirror: Handle Delete Port: 4e1e2421-ce94-4d37-9d94-089b5894f1be [pid: 7|app: 0|req: 867/1742] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:56:00 2026] DELETE /v2.0/ports/4e1e2421-ce94-4d37-9d94-089b5894f1be => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:00.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-2527c1fe-bfc3-4496-b2e1-c86bfcf8d6aa b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] TaaS: Handle Delete Port: 2f7c1ad9-0db9-42cb-b95f-2799149c7de3 2026-08-22 11:56:00.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2527c1fe-bfc3-4496-b2e1-c86bfcf8d6aa b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Tap Mirror: Handle Delete Port: 2f7c1ad9-0db9-42cb-b95f-2799149c7de3 [pid: 7|app: 0|req: 868/1743] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:56:00 2026] DELETE /v2.0/ports/2f7c1ad9-0db9-42cb-b95f-2799149c7de3 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1744] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 11:56:00 2026] GET /v2.0/ports => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:00.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-06c0ac1d-52aa-401f-99ae-35fcaa8a0e41 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 48a9dfc5-122f-4977-8a42-5ddabdf1c03e 2026-08-22 11:56:00.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c0ac1d-52aa-401f-99ae-35fcaa8a0e41 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 48a9dfc5-122f-4977-8a42-5ddabdf1c03e 2026-08-22 11:56:00.523 7 INFO neutron.db.segments_db [None req-2d58c547-43c2-43be-bd35-f3deeab6456f b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Added segment 62e61e93-58c9-43b3-95c1-2161cdd1a74f of type vxlan for network 015a3d05-7d4a-46f7-b4fd-a6938b5afbe4 [pid: 7|app: 0|req: 870/1745] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:00 2026] POST /v2.0/networks => generated 654 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:00.688 7 INFO neutron.db.segments_db [None req-19273910-c1a4-449d-a109-3500eef7a1e9 b7c2a6028f9544349ba5713b887ce105 47412b7e1cf74b5e95842962d14207d1 - - default default] Added segment d230a06b-2988-4dff-b799-f423dee88320 of type vxlan for network 4c35419d-3adb-41ec-9941-b50beb06dc61 [pid: 7|app: 0|req: 871/1746] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:00 2026] POST /v2.0/networks => generated 654 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1747] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:56:00 2026] PUT /v2.0/routers/cc4a789a-023e-4db9-8c97-6903c050eae7/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:01.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-612a9f12-3875-44d0-8a33-3482cc866772 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 12bd2994-075d-4031-ac8b-9294a522cebc 2026-08-22 11:56:01.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-612a9f12-3875-44d0-8a33-3482cc866772 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 12bd2994-075d-4031-ac8b-9294a522cebc 2026-08-22 11:56:01.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-612a9f12-3875-44d0-8a33-3482cc866772 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 4d13b8ba-f407-4b79-8e7c-ff19c117a86c 2026-08-22 11:56:01.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-612a9f12-3875-44d0-8a33-3482cc866772 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 4d13b8ba-f407-4b79-8e7c-ff19c117a86c [pid: 8|app: 0|req: 877/1748] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:01 2026] POST /v2.0/subnets => generated 1324 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1749] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:56:01 2026] GET /v2.0/subnets => generated 1960 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:02.010 7 INFO neutron.services.segments.plugin [-] Segment 3c606dcc-2e86-4acb-832b-b5c3a82c726c resource provider aggregate not found 2026-08-22 11:56:02.013 7 INFO neutron.services.segments.plugin [-] Segment 3c606dcc-2e86-4acb-832b-b5c3a82c726c resource provider aggregate not found [pid: 8|app: 0|req: 879/1750] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:01 2026] DELETE /v2.0/subnets/b74f8a5f-3c9f-418b-852a-2f7f57b8e61e => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:02.033 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c606dcc-2e86-4acb-832b-b5c3a82c726c resource provider; 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 3c606dcc-2e86-4acb-832b-b5c3a82c726c found for delete ", "request_id": "req-dda2b5bf-e60c-4460-93a9-e55bc130ac61"}]} 2026-08-22 11:56:02.040 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c606dcc-2e86-4acb-832b-b5c3a82c726c resource provider; 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 3c606dcc-2e86-4acb-832b-b5c3a82c726c found for delete ", "request_id": "req-47a0af39-9364-4fad-aff0-ccd171f58326"}]} 2026-08-22 11:56:02.048 7 INFO neutron.db.l3_hamode_db [None req-612a9f12-3875-44d0-8a33-3482cc866772 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network e1fbba88-18df-49c5-9c26-41a2da95a260 was deleted as no HA routers are present in tenant b1153ee3abed4572930d571579d2a8d2. [pid: 7|app: 0|req: 872/1751] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:01 2026] DELETE /v2.0/routers/cc4a789a-023e-4db9-8c97-6903c050eae7 => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1752] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:02 2026] DELETE /v2.0/subnets/b4f2e3e7-b1ca-46ab-ab1f-73a17c92051b => 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: 881/1753] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:56:02 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: 7|app: 0|req: 873/1754] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:02 2026] DELETE /v2.0/subnets/aa0e38dc-36b6-40aa-a300-9258121ec68e => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:02.350 8 INFO neutron.services.segments.plugin [-] Segment d230a06b-2988-4dff-b799-f423dee88320 resource provider aggregate not found 2026-08-22 11:56:02.351 8 INFO neutron.services.segments.plugin [-] Segment d230a06b-2988-4dff-b799-f423dee88320 resource provider aggregate not found 2026-08-22 11:56:02.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9c362c7-bd2a-4830-b663-24b286a063fc 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 56afd918-cfc9-491d-8afd-202ae4d88bb6 2026-08-22 11:56:02.375 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d230a06b-2988-4dff-b799-f423dee88320 resource provider; 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 d230a06b-2988-4dff-b799-f423dee88320 found for delete ", "request_id": "req-b753ed4f-3248-44c7-b5dc-f091d319adfe"}]} 2026-08-22 11:56:02.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9c362c7-bd2a-4830-b663-24b286a063fc 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 56afd918-cfc9-491d-8afd-202ae4d88bb6 2026-08-22 11:56:02.378 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d230a06b-2988-4dff-b799-f423dee88320 resource provider; 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 d230a06b-2988-4dff-b799-f423dee88320 found for delete ", "request_id": "req-68373a71-682a-4fe3-961d-8ed38e0a5b34"}]} [pid: 8|app: 0|req: 882/1755] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:02 2026] DELETE /v2.0/networks/4c35419d-3adb-41ec-9941-b50beb06dc61 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1756] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:02 2026] DELETE /v2.0/networks/015a3d05-7d4a-46f7-b4fd-a6938b5afbe4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1757] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:02 2026] DELETE /v2.0/networks/330b190b-d9bf-4426-be0b-ccb11c723c27 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1758] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:02 2026] DELETE /v2.0/networks/220f35a7-ef61-4d5b-a09a-3301fc1e6ab5 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1759] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:02 2026] DELETE /v2.0/networks/72cf3f3f-b489-4b25-887a-52367989a706 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:03.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-772c5b0b-5803-4dcd-84c6-c0655286eae5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 5334a920-8c41-499c-aac0-fe47382a6606 2026-08-22 11:56:03.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-772c5b0b-5803-4dcd-84c6-c0655286eae5 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 5334a920-8c41-499c-aac0-fe47382a6606 [pid: 8|app: 0|req: 886/1760] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:03 2026] GET /v2.0/security-groups?tenant_id=47412b7e1cf74b5e95842962d14207d1&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1761] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:03 2026] DELETE /v2.0/security-groups/c7c2082c-9e62-463f-a924-16bad6f5b1af => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1762] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:56:02 2026] PUT /v2.0/routers/39e87c4a-091a-4e7e-8669-b015112b5b96/remove_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:03.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fc57ad7-82f7-4bf0-a3a1-e82df888f717 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: ef6a7f04-2d33-4c3d-9f62-d4056c8c86e1 2026-08-22 11:56:03.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fc57ad7-82f7-4bf0-a3a1-e82df888f717 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: ef6a7f04-2d33-4c3d-9f62-d4056c8c86e1 2026-08-22 11:56:04.056 7 INFO neutron.services.segments.plugin [-] Segment 31cea5d9-7f49-42e3-a1df-1d82c09cd00c resource provider aggregate not found 2026-08-22 11:56:04.067 7 INFO neutron.services.segments.plugin [-] Segment 31cea5d9-7f49-42e3-a1df-1d82c09cd00c resource provider aggregate not found 2026-08-22 11:56:04.076 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31cea5d9-7f49-42e3-a1df-1d82c09cd00c resource provider; 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 31cea5d9-7f49-42e3-a1df-1d82c09cd00c found for delete ", "request_id": "req-23c6df65-e47f-495e-ba32-dd1d922e60f2"}]} 2026-08-22 11:56:04.087 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 31cea5d9-7f49-42e3-a1df-1d82c09cd00c resource provider; 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 31cea5d9-7f49-42e3-a1df-1d82c09cd00c found for delete ", "request_id": "req-84a5f6db-168a-40f1-8130-6eebc84439fe"}]} 2026-08-22 11:56:04.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fc57ad7-82f7-4bf0-a3a1-e82df888f717 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 4aed7e6d-4cc0-4aa2-acbd-0589fa9b8d4d 2026-08-22 11:56:04.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fc57ad7-82f7-4bf0-a3a1-e82df888f717 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 4aed7e6d-4cc0-4aa2-acbd-0589fa9b8d4d 2026-08-22 11:56:04.421 8 INFO neutron.services.segments.plugin [-] Segment 62e61e93-58c9-43b3-95c1-2161cdd1a74f resource provider aggregate not found 2026-08-22 11:56:04.424 8 INFO neutron.services.segments.plugin [-] Segment 62e61e93-58c9-43b3-95c1-2161cdd1a74f resource provider aggregate not found 2026-08-22 11:56:04.449 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62e61e93-58c9-43b3-95c1-2161cdd1a74f resource provider; 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 62e61e93-58c9-43b3-95c1-2161cdd1a74f found for delete ", "request_id": "req-5a23c422-c8ac-4112-a103-f4b819bf31a1"}]} 2026-08-22 11:56:04.459 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62e61e93-58c9-43b3-95c1-2161cdd1a74f resource provider; 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 62e61e93-58c9-43b3-95c1-2161cdd1a74f found for delete ", "request_id": "req-0d9476a4-11c5-4043-a843-be7cfd6040d0"}]} 2026-08-22 11:56:04.465 8 INFO neutron.services.segments.plugin [-] Segment 0d3c55fa-9d1d-4a12-b860-d14e97cfbba9 resource provider aggregate not found 2026-08-22 11:56:04.497 8 INFO neutron.services.segments.plugin [-] Segment 0d3c55fa-9d1d-4a12-b860-d14e97cfbba9 resource provider aggregate not found [pid: 7|app: 0|req: 876/1763] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:56:04 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:04.501 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0d3c55fa-9d1d-4a12-b860-d14e97cfbba9 resource provider; 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 0d3c55fa-9d1d-4a12-b860-d14e97cfbba9 found for delete ", "request_id": "req-10ecf443-80d6-49ef-ac30-3c1aa771ff10"}]} 2026-08-22 11:56:04.530 8 INFO neutron.services.segments.plugin [-] Segment 8bf1024d-9830-4bb1-81a8-57aff71f7afd resource provider aggregate not found 2026-08-22 11:56:04.543 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0d3c55fa-9d1d-4a12-b860-d14e97cfbba9 resource provider; 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 0d3c55fa-9d1d-4a12-b860-d14e97cfbba9 found for delete ", "request_id": "req-2fdfeba7-5e7e-4f62-93f7-7e41ad491a61"}]} 2026-08-22 11:56:04.549 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8bf1024d-9830-4bb1-81a8-57aff71f7afd resource provider; 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 8bf1024d-9830-4bb1-81a8-57aff71f7afd found for delete ", "request_id": "req-37740bde-0722-4cec-bedc-bd4c2b4dcca2"}]} [pid: 7|app: 0|req: 877/1764] 10.0.0.187 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:04 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:04.567 8 INFO neutron.services.segments.plugin [-] Segment 8bf1024d-9830-4bb1-81a8-57aff71f7afd resource provider aggregate not found 2026-08-22 11:56:04.591 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8bf1024d-9830-4bb1-81a8-57aff71f7afd resource provider; 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 8bf1024d-9830-4bb1-81a8-57aff71f7afd found for delete ", "request_id": "req-e8f36b96-ac07-45cc-9b72-7b1bdfb46f3b"}]} 2026-08-22 11:56:04.754 8 INFO neutron.db.l3_hamode_db [None req-8fc57ad7-82f7-4bf0-a3a1-e82df888f717 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] HA network aa89f47c-2895-4628-bea5-6cf001619973 was deleted as no HA routers are present in tenant 9b3e4a0ff6974ce1842a9ef8afd7c276. [pid: 8|app: 0|req: 888/1765] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:03 2026] DELETE /v2.0/routers/39e87c4a-091a-4e7e-8669-b015112b5b96 => generated 0 bytes in 1043 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1766] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:04 2026] DELETE /v2.0/subnets/a4eab397-c5a2-44d8-ba1e-bc80d4c540f9 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:05.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d75ad79-86d4-4e2b-a5b4-c9b3cb1f5271 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: d08ae7bb-e133-4ff8-ac9b-2f8d65af066c 2026-08-22 11:56:05.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d75ad79-86d4-4e2b-a5b4-c9b3cb1f5271 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: d08ae7bb-e133-4ff8-ac9b-2f8d65af066c [pid: 8|app: 0|req: 889/1767] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:04 2026] DELETE /v2.0/networks/d5f5e419-a32a-4529-818c-1482003d2d44 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1768] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:05 2026] GET /v2.0/security-groups?tenant_id=b1153ee3abed4572930d571579d2a8d2&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:05.830 7 INFO neutron.db.segments_db [None req-61a14f3d-2c93-4ad8-8230-7e1913020cee 8582a349e3734865bd80f6b15060ee55 31903200cd47455aa9f34f5d430b23bd - - default default] Added segment a6a0cfe6-0924-4bc5-af61-3e29615e3cbc of type vxlan for network 83afb25c-6930-4af6-a68f-cac0883faaf8 [pid: 8|app: 0|req: 891/1769] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:05 2026] DELETE /v2.0/security-groups/555af436-27cc-42b5-8127-2cd6f3ca37c4 => 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: 879/1770] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:05 2026] POST /v2.0/networks => generated 648 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1771] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:06 2026] GET /v2.0/security-groups?tenant_id=9b3e4a0ff6974ce1842a9ef8afd7c276&name=default => 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: 880/1772] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:06 2026] DELETE /v2.0/security-groups/6ab4e384-e5b6-40dc-972d-5a22990f048c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:06.576 8 INFO neutron.services.segments.plugin [-] Segment 956126d4-e5e3-43ab-8254-4c314f555203 resource provider aggregate not found 2026-08-22 11:56:06.612 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 956126d4-e5e3-43ab-8254-4c314f555203 resource provider; 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 956126d4-e5e3-43ab-8254-4c314f555203 found for delete ", "request_id": "req-9c5403da-41dd-449b-a98a-40cc0f2c7741"}]} 2026-08-22 11:56:06.621 8 INFO neutron.services.segments.plugin [-] Segment 956126d4-e5e3-43ab-8254-4c314f555203 resource provider aggregate not found 2026-08-22 11:56:06.642 8 INFO neutron.services.segments.plugin [-] Segment 06a80a99-e406-42c8-b05a-c80f280f53f3 resource provider aggregate not found 2026-08-22 11:56:06.650 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 956126d4-e5e3-43ab-8254-4c314f555203 resource provider; 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 956126d4-e5e3-43ab-8254-4c314f555203 found for delete ", "request_id": "req-66fecd47-b808-4c33-b939-75564338e318"}]} 2026-08-22 11:56:06.676 8 INFO neutron.services.segments.plugin [-] Segment 06a80a99-e406-42c8-b05a-c80f280f53f3 resource provider aggregate not found 2026-08-22 11:56:06.679 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06a80a99-e406-42c8-b05a-c80f280f53f3 resource provider; 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 06a80a99-e406-42c8-b05a-c80f280f53f3 found for delete ", "request_id": "req-c67ee63e-82b8-4715-bef2-1eccb385efb2"}]} 2026-08-22 11:56:06.702 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06a80a99-e406-42c8-b05a-c80f280f53f3 resource provider; 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 06a80a99-e406-42c8-b05a-c80f280f53f3 found for delete ", "request_id": "req-9005c9ba-ad41-4984-ba3c-612569959d9f"}]} [pid: 8|app: 0|req: 893/1773] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:06 2026] POST /v2.0/subnets => generated 673 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:06.905 7 INFO neutron.db.segments_db [None req-2d8314fc-8367-4f30-90ca-08d91fd857c3 8582a349e3734865bd80f6b15060ee55 31903200cd47455aa9f34f5d430b23bd - - default default] Added segment 006c04e6-bef4-455c-a9a6-e87cad887dab of type vxlan for network b226ca86-266f-4dce-9cbb-0551228f483c [pid: 7|app: 0|req: 881/1774] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:06 2026] POST /v2.0/networks => generated 648 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1775] 10.0.0.158 () {34 vars in 743 bytes} [Sat Aug 22 11:56:07 2026] PUT /v2.0/networks/b226ca86-266f-4dce-9cbb-0551228f483c => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1776] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:07 2026] POST /v2.0/subnets => generated 646 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1777] 10.0.0.158 () {34 vars in 741 bytes} [Sat Aug 22 11:56:07 2026] PUT /v2.0/subnets/2cdeb3fb-b5f9-4949-aae3-3e8eacaadb71 => generated 656 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:07.807 7 INFO neutron.services.segments.plugin [-] Segment 006c04e6-bef4-455c-a9a6-e87cad887dab resource provider aggregate not found 2026-08-22 11:56:07.816 7 INFO neutron.services.segments.plugin [-] Segment 006c04e6-bef4-455c-a9a6-e87cad887dab resource provider aggregate not found 2026-08-22 11:56:07.834 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 006c04e6-bef4-455c-a9a6-e87cad887dab resource provider; 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 006c04e6-bef4-455c-a9a6-e87cad887dab found for delete ", "request_id": "req-066922ec-c6de-4b5f-b02c-ec92d430e38c"}]} 2026-08-22 11:56:07.836 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 006c04e6-bef4-455c-a9a6-e87cad887dab resource provider; 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 006c04e6-bef4-455c-a9a6-e87cad887dab found for delete ", "request_id": "req-5f92f66a-c074-4fdd-ba2a-ea434a0be6b7"}]} [pid: 7|app: 0|req: 883/1778] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:07 2026] DELETE /v2.0/networks/b226ca86-266f-4dce-9cbb-0551228f483c => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:07.865 8 INFO neutron.pecan_wsgi.hooks.translation [None req-933d00b7-4c19-43de-b51e-88e411dfc49b 8582a349e3734865bd80f6b15060ee55 31903200cd47455aa9f34f5d430b23bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 896/1779] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:07 2026] DELETE /v2.0/networks/b226ca86-266f-4dce-9cbb-0551228f483c => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1780] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 11:56:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1781] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:56:07 2026] GET /v2.0/subnets?network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de => generated 649 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1782] 10.0.0.158 () {32 vars in 653 bytes} [Sat Aug 22 11:56:08 2026] GET /v2.0/extensions => generated 21537 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1783] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:56:08 2026] GET /v2.0/networks => generated 1313 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1784] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:56:08 2026] GET /v2.0/subnets => generated 1312 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1785] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 11:56:08 2026] GET /v2.0/networks/83afb25c-6930-4af6-a68f-cac0883faaf8 => generated 673 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1786] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:56:08 2026] GET /v2.0/subnets/fc7ebf13-028a-479f-9e55-bedaf305b3ce => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:08.299 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31dbc8d5-2614-49dc-b772-181e0827ec5d 8582a349e3734865bd80f6b15060ee55 31903200cd47455aa9f34f5d430b23bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1787] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:08 2026] DELETE /v2.0/subnets/2cdeb3fb-b5f9-4949-aae3-3e8eacaadb71 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:08.322 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e081736-31c8-4ac1-b0e3-5aad56de2ab0 8582a349e3734865bd80f6b15060ee55 31903200cd47455aa9f34f5d430b23bd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 888/1788] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:08 2026] DELETE /v2.0/networks/b226ca86-266f-4dce-9cbb-0551228f483c => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1789] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:08 2026] DELETE /v2.0/subnets/fc7ebf13-028a-479f-9e55-bedaf305b3ce => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1790] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:08 2026] DELETE /v2.0/networks/83afb25c-6930-4af6-a68f-cac0883faaf8 => 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: 902/1791] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:09 2026] GET /v2.0/security-groups?tenant_id=31903200cd47455aa9f34f5d430b23bd&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1792] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:09 2026] DELETE /v2.0/security-groups/90351c66-7db1-4a61-bbbf-2efe259d9ec2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:09.857 7 INFO neutron.services.segments.plugin [-] Segment a6a0cfe6-0924-4bc5-af61-3e29615e3cbc resource provider aggregate not found 2026-08-22 11:56:09.863 7 INFO neutron.services.segments.plugin [-] Segment a6a0cfe6-0924-4bc5-af61-3e29615e3cbc resource provider aggregate not found 2026-08-22 11:56:09.877 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6a0cfe6-0924-4bc5-af61-3e29615e3cbc resource provider; 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 a6a0cfe6-0924-4bc5-af61-3e29615e3cbc found for delete ", "request_id": "req-686db6d2-fc44-4fac-9ccd-65505973b4f0"}]} 2026-08-22 11:56:09.878 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6a0cfe6-0924-4bc5-af61-3e29615e3cbc resource provider; 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 a6a0cfe6-0924-4bc5-af61-3e29615e3cbc found for delete ", "request_id": "req-b8fe7e5d-2a3c-446a-8ab2-bbf42c2d460e"}]} [pid: 8|app: 0|req: 903/1793] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:10 2026] GET /v2.0/security-groups?tenant_id=3cb97c96db4f4976b95f9bae892cbb79&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1794] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:10 2026] DELETE /v2.0/security-groups/068159da-20c7-45b4-8383-9b2e694db6c2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:11.703 8 INFO neutron.db.segments_db [None req-cf6cb3fc-5450-4c61-bbd3-54f3711f2ddd 6b0e4714e12d4c0e8955b6bd0d690e3c b4f14bfc5c3945d38c27c5880c6ab7c6 - - default default] Added segment df026d84-1622-4b37-aa81-11174e919cae of type vxlan for network 674aa675-612b-471e-87cb-63f18eccbc6d [pid: 8|app: 0|req: 904/1795] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:11 2026] POST /v2.0/networks => generated 644 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1796] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:11 2026] POST /v2.0/subnets => generated 641 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:12.203 8 INFO neutron.db.segments_db [None req-439c6611-815f-4f21-bf39-3e449968d426 6b0e4714e12d4c0e8955b6bd0d690e3c b4f14bfc5c3945d38c27c5880c6ab7c6 - - default default] Added segment 43ee8cba-c661-4d56-8d2f-6e24d86225c3 of type vxlan for network 546dbcd3-a490-4c8a-8d74-2db5dc759649 [pid: 8|app: 0|req: 905/1797] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:12 2026] POST /v2.0/networks => generated 644 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1798] 10.0.0.158 () {34 vars in 743 bytes} [Sat Aug 22 11:56:12 2026] PUT /v2.0/networks/546dbcd3-a490-4c8a-8d74-2db5dc759649 => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1799] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:12 2026] POST /v2.0/subnets => generated 626 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1800] 10.0.0.158 () {34 vars in 741 bytes} [Sat Aug 22 11:56:12 2026] PUT /v2.0/subnets/77f793a8-e4db-43d6-a1f4-77b47d875dec => generated 636 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:13.114 8 INFO neutron.services.segments.plugin [-] Segment 43ee8cba-c661-4d56-8d2f-6e24d86225c3 resource provider aggregate not found 2026-08-22 11:56:13.122 8 INFO neutron.services.segments.plugin [-] Segment 43ee8cba-c661-4d56-8d2f-6e24d86225c3 resource provider aggregate not found 2026-08-22 11:56:13.140 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43ee8cba-c661-4d56-8d2f-6e24d86225c3 resource provider; 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 43ee8cba-c661-4d56-8d2f-6e24d86225c3 found for delete ", "request_id": "req-ce8361ef-d51b-4fff-b614-c8fb2f9ab092"}]} [pid: 8|app: 0|req: 907/1801] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:12 2026] DELETE /v2.0/networks/546dbcd3-a490-4c8a-8d74-2db5dc759649 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:13.160 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43ee8cba-c661-4d56-8d2f-6e24d86225c3 resource provider; 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 43ee8cba-c661-4d56-8d2f-6e24d86225c3 found for delete ", "request_id": "req-86e0dfc2-78e3-4759-a272-6bbe1a9d0e8d"}]} 2026-08-22 11:56:13.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cadd83d1-2a2b-4c5a-bfb1-8c3e2cdc4c43 6b0e4714e12d4c0e8955b6bd0d690e3c b4f14bfc5c3945d38c27c5880c6ab7c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 895/1802] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:13 2026] DELETE /v2.0/networks/546dbcd3-a490-4c8a-8d74-2db5dc759649 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1803] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 11:56:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1804] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:56:13 2026] GET /v2.0/subnets?network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1805] 10.0.0.158 () {32 vars in 653 bytes} [Sat Aug 22 11:56:13 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1806] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:56:13 2026] GET /v2.0/networks => generated 1309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1807] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:56:13 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1808] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 11:56:13 2026] GET /v2.0/networks/674aa675-612b-471e-87cb-63f18eccbc6d => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1809] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:56:13 2026] GET /v2.0/subnets/913ddddf-b6e9-408a-af86-2418ee2e24b5 => generated 641 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:13.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09afb3aa-a284-4e43-8191-96d35f61b5d4 6b0e4714e12d4c0e8955b6bd0d690e3c b4f14bfc5c3945d38c27c5880c6ab7c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1810] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:13 2026] DELETE /v2.0/subnets/77f793a8-e4db-43d6-a1f4-77b47d875dec => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:13.580 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee222ddd-eea0-4930-b210-bf22459aa53c 6b0e4714e12d4c0e8955b6bd0d690e3c b4f14bfc5c3945d38c27c5880c6ab7c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1811] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:13 2026] DELETE /v2.0/networks/546dbcd3-a490-4c8a-8d74-2db5dc759649 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1812] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:13 2026] DELETE /v2.0/subnets/913ddddf-b6e9-408a-af86-2418ee2e24b5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:13.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac16e848-40ea-4b42-98e6-64e521ca292f 6b0e4714e12d4c0e8955b6bd0d690e3c b4f14bfc5c3945d38c27c5880c6ab7c6 - - default default] TaaS: Handle Delete Port: 1ee31ceb-ae66-4691-8efc-ba2d9af28fab 2026-08-22 11:56:13.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac16e848-40ea-4b42-98e6-64e521ca292f 6b0e4714e12d4c0e8955b6bd0d690e3c b4f14bfc5c3945d38c27c5880c6ab7c6 - - default default] Tap Mirror: Handle Delete Port: 1ee31ceb-ae66-4691-8efc-ba2d9af28fab [pid: 8|app: 0|req: 913/1813] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:13 2026] DELETE /v2.0/networks/674aa675-612b-471e-87cb-63f18eccbc6d => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1814] 10.0.0.158 () {32 vars in 826 bytes} [Sat Aug 22 11:56:14 2026] GET /v2.0/ports?project_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&network_id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 3695 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1817] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:14 2026] GET /v2.0/security-groups?tenant_id=b4f14bfc5c3945d38c27c5880c6ab7c6&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1818] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:56:14 2026] GET /v2.0/subnets?network_id=5972e8f1-2d86-4fde-9beb-cb64ddb894de => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1819] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:14 2026] DELETE /v2.0/security-groups/408a2403-83ff-42e0-b51e-6a4c7e71a4a1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:15.125 7 INFO neutron.db.l3_db [None req-a68762fc-83ad-4fa7-8ae6-b310c9193755 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Floating IP 77d848f4-2bfb-463d-ad6b-cd6631910ecd disassociated. External IP: 10.96.250.219, port: 94262227-e88a-469d-ad25-f8cb7626e708. 2026-08-22 11:56:15.165 8 INFO neutron.services.segments.plugin [-] Segment df026d84-1622-4b37-aa81-11174e919cae resource provider aggregate not found 2026-08-22 11:56:15.181 8 INFO neutron.services.segments.plugin [-] Segment df026d84-1622-4b37-aa81-11174e919cae resource provider aggregate not found 2026-08-22 11:56:15.188 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment df026d84-1622-4b37-aa81-11174e919cae resource provider; 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 df026d84-1622-4b37-aa81-11174e919cae found for delete ", "request_id": "req-46702625-e643-4ba1-8381-3551f1bfdfd0"}]} 2026-08-22 11:56:15.198 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment df026d84-1622-4b37-aa81-11174e919cae resource provider; 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 df026d84-1622-4b37-aa81-11174e919cae found for delete ", "request_id": "req-fd89268c-b4f5-4679-afd5-b9da2084f233"}]} [pid: 7|app: 0|req: 905/1820] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:56:14 2026] PUT /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 554 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1821] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:56:15 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:15.574 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25c8ef6f-51f1-442b-9f7f-3d97ff260fff'] response: {'name': 'network-changed', 'server_uuid': '6ef3b9a6-abe1-4743-a190-54a7b26f6f10', 'tag': '94262227-e88a-469d-ad25-f8cb7626e708', 'status': 'completed', 'code': 200} 2026-08-22 11:56:15.658 8 INFO neutron.db.segments_db [None req-4795ccfe-22b5-4107-8dd0-5b6c0027ffa7 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] Added segment d85f1c51-80dc-4c72-8dca-35f60f8363be of type vxlan for network 50f78341-1d58-4c50-aa85-d90a908d5f80 [pid: 8|app: 0|req: 916/1822] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:15 2026] POST /v2.0/networks => generated 727 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1823] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:15 2026] POST /v2.0/subnets => generated 644 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:16.011 8 WARNING neutron.api.v2.base [None req-74dca73e-2935-4326-b2c0-124d5a258b16 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - 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-22 11:56:16.012 8 INFO neutron.api.v2.resource [None req-74dca73e-2935-4326-b2c0-124d5a258b16 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 917/1824] 10.0.0.158 () {34 vars in 681 bytes} [Sat Aug 22 11:56:16 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1825] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:16 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:16.241 7 INFO neutron.services.segments.plugin [-] Segment d85f1c51-80dc-4c72-8dca-35f60f8363be resource provider aggregate not found 2026-08-22 11:56:16.242 7 INFO neutron.services.segments.plugin [-] Segment d85f1c51-80dc-4c72-8dca-35f60f8363be resource provider aggregate not found 2026-08-22 11:56:16.267 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d85f1c51-80dc-4c72-8dca-35f60f8363be resource provider; 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 d85f1c51-80dc-4c72-8dca-35f60f8363be found for delete ", "request_id": "req-213a05e9-7ec8-4286-9957-004523ac2314"}]} 2026-08-22 11:56:16.272 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d85f1c51-80dc-4c72-8dca-35f60f8363be resource provider; 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 d85f1c51-80dc-4c72-8dca-35f60f8363be found for delete ", "request_id": "req-982d6754-22eb-437b-bcfa-870f0fe797b6"}]} [pid: 7|app: 0|req: 908/1826] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:16 2026] DELETE /v2.0/networks/50f78341-1d58-4c50-aa85-d90a908d5f80 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1827] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:56:16 2026] GET /v2.0/networks?id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:16.373 7 INFO neutron.db.segments_db [None req-5f54b420-a090-4f83-b082-43288c974640 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] Added segment de2b1f3c-9c9e-4c63-b160-eec89bd5554c of type vxlan for network ef16ad70-959f-4904-919e-1e0cc0a8b1d1 2026-08-22 11:56:16.450 8 INFO neutron.db.segments_db [None req-2a4009c5-1a3d-4e35-9572-2bec5976f35e 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Added segment bd5c7e66-8cf5-43e7-9191-9a4fc082f36a of type vxlan for network 7b34bd99-971e-4d5a-ba45-16bf1c52ae02 [pid: 7|app: 0|req: 910/1828] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:16 2026] POST /v2.0/networks => generated 726 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1829] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 11:56:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=94262227-e88a-469d-ad25-f8cb7626e708 => 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: 919/1830] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:16 2026] POST /v2.0/networks => generated 640 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1831] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:56:16 2026] GET /v2.0/subnets?id=755d53cc-6f22-4103-98ef-7fc576249dce => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1832] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:16 2026] POST /v2.0/subnets => generated 647 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1833] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:56:16 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1834] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:16 2026] GET /v2.0/ports?network_id=30a52b2e-6672-426e-b39f-3826c2b810f2&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:16.825 7 WARNING neutron.api.v2.base [None req-8face47b-dd5c-4697-b737-18e61c7a8ea0 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - 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-22 11:56:16.825 7 INFO neutron.api.v2.resource [None req-8face47b-dd5c-4697-b737-18e61c7a8ea0 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 915/1835] 10.0.0.158 () {34 vars in 681 bytes} [Sat Aug 22 11:56:16 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1836] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:16 2026] POST /v2.0/subnets => generated 658 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1837] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:56:16 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:17.126 7 INFO neutron.db.segments_db [None req-c29a0143-62bc-4c65-a4a6-4fa876f58ddb ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment 265decb8-b03b-4cb5-a1e2-d4c6cf0fd5b0 of type vxlan for network 50c215d2-1b1b-4037-a4a6-7118d5b32145 [pid: 8|app: 0|req: 923/1838] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:16 2026] DELETE /v2.0/networks/ef16ad70-959f-4904-919e-1e0cc0a8b1d1 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:17.208 8 INFO neutron.services.segments.plugin [-] Segment de2b1f3c-9c9e-4c63-b160-eec89bd5554c resource provider aggregate not found 2026-08-22 11:56:17.214 8 INFO neutron.services.segments.plugin [-] Segment de2b1f3c-9c9e-4c63-b160-eec89bd5554c resource provider aggregate not found 2026-08-22 11:56:17.228 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment de2b1f3c-9c9e-4c63-b160-eec89bd5554c resource provider; 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 de2b1f3c-9c9e-4c63-b160-eec89bd5554c found for delete ", "request_id": "req-bbd75c63-40c3-4379-90cf-5b81533e0555"}]} 2026-08-22 11:56:17.231 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment de2b1f3c-9c9e-4c63-b160-eec89bd5554c resource provider; 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 de2b1f3c-9c9e-4c63-b160-eec89bd5554c found for delete ", "request_id": "req-11fbc9b5-b0b2-4f4e-9e2f-76a06e46cf45"}]} [pid: 7|app: 0|req: 916/1839] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:16 2026] POST /v2.0/networks => generated 634 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1840] 10.0.0.158 () {32 vars in 722 bytes} [Sat Aug 22 11:56:17 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1841] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:56:17 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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) 2026-08-22 11:56:17.322 8 INFO neutron.db.segments_db [None req-ac2a2828-4683-4d02-9496-8a2ccdb9f60d 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] Added segment 859a5687-6e8e-4a9b-99cd-a373169f7008 of type vxlan for network 7d5b73ea-1ebf-4e56-a2d5-b0d8175f0758 2026-08-22 11:56:17.339 7 INFO neutron.db.segments_db [None req-317e77a2-90b0-4c75-b05e-bab655ab0cc5 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment 834f01d1-8956-49c5-a4fc-7629cccbf336 of type vxlan for network 1ea6abbb-ca82-4ae9-98b1-162b59bc90e4 [pid: 8|app: 0|req: 925/1842] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/networks => generated 725 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1843] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/networks => generated 634 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1844] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/subnets => generated 732 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1845] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/subnets => generated 647 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:17.708 7 INFO neutron.db.segments_db [None req-155e9ec0-2cca-486c-936c-d13a5ea6ea46 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Added segment ce92a901-d9a7-4352-a230-0b4dc40dd8f8 of type vxlan for network e6beeabe-e39c-4e68-89e6-9d178ff198dc [pid: 7|app: 0|req: 920/1846] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/networks => generated 638 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1847] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1848] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:56:17 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1849] 10.0.0.158 () {34 vars in 681 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/rbac-policies => generated 324 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1850] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:17 2026] POST /v2.0/subnets => generated 655 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1851] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:18 2026] POST /v2.0/subnets => generated 655 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:18.373 7 INFO neutron.db.segments_db [None req-30f3f40f-7c53-49c1-bc92-1b3d4ba840db ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment 3ab4b04a-6135-4cba-a9af-950841923934 of type vxlan for network 5f765736-a80b-49d4-9958-0f0dbfe449ed [pid: 8|app: 0|req: 930/1852] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:18 2026] POST /v2.0/subnets => generated 725 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:18.506 8 INFO neutron.db.segments_db [None req-55ba52c7-cceb-4e26-99f3-057270969e35 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Added segment e22aed7c-8fe4-4adc-bb78-ccf029d67626 of type vxlan for network 19beb370-ee21-486e-ae32-b4b015cffa6c [pid: 8|app: 0|req: 931/1853] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:18 2026] POST /v2.0/networks => generated 637 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:18.626 7 INFO neutron.db.l3_hamode_db [None req-30f3f40f-7c53-49c1-bc92-1b3d4ba840db ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 932/1854] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 11:56:18 2026] GET /v2.0/networks/7d5b73ea-1ebf-4e56-a2d5-b0d8175f0758 => generated 653 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:18.764 7 INFO neutron.db.l3_hamode_db [None req-30f3f40f-7c53-49c1-bc92-1b3d4ba840db ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 933/1855] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:18 2026] POST /v2.0/subnets => generated 656 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1856] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:18 2026] POST /v2.0/subnets => generated 729 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1857] 10.0.0.158 () {34 vars in 685 bytes} [Sat Aug 22 11:56:19 2026] POST /v2.0/security-groups => generated 1675 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-22 11:56:19.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9155e616-be69-42cf-ba31-0950c7813f23 8895a834592246afbe748387fbcf6212 d9ba102579404053912c443caf817a2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 936/1858] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 11:56:19 2026] GET /v2.0/networks/7d5b73ea-1ebf-4e56-a2d5-b0d8175f0758 => generated 138 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:19.436 8 INFO neutron.db.segments_db [None req-97098c42-1d12-43b4-9701-2e43eb8ee7b0 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Added segment b10e6bfc-cbee-4a30-9882-ccad9b0d9832 of type vxlan for network dec78e4d-7315-4f0e-b7cb-90a0eb315fba [pid: 7|app: 0|req: 923/1859] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:18 2026] POST /v2.0/routers => generated 511 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1860] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:19.700 8 INFO neutron.db.l3_hamode_db [None req-97098c42-1d12-43b4-9701-2e43eb8ee7b0 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:56:19.830 7 INFO neutron.services.segments.plugin [-] Segment 859a5687-6e8e-4a9b-99cd-a373169f7008 resource provider aggregate not found 2026-08-22 11:56:19.835 7 INFO neutron.services.segments.plugin [-] Segment 859a5687-6e8e-4a9b-99cd-a373169f7008 resource provider aggregate not found 2026-08-22 11:56:19.858 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 859a5687-6e8e-4a9b-99cd-a373169f7008 resource provider; 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 859a5687-6e8e-4a9b-99cd-a373169f7008 found for delete ", "request_id": "req-2f13190c-5e30-471a-8825-6f816bd2711f"}]} 2026-08-22 11:56:19.859 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 859a5687-6e8e-4a9b-99cd-a373169f7008 resource provider; 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 859a5687-6e8e-4a9b-99cd-a373169f7008 found for delete ", "request_id": "req-8977bfbd-d0f2-44ef-a6ea-14aefbb34126"}]} [pid: 7|app: 0|req: 925/1861] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:19 2026] DELETE /v2.0/networks/7d5b73ea-1ebf-4e56-a2d5-b0d8175f0758 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:20.590 8 INFO neutron.db.l3_hamode_db [None req-97098c42-1d12-43b4-9701-2e43eb8ee7b0 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 926/1862] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:56:19 2026] PUT /v2.0/routers/68886d57-fe3a-40bd-8509-d4e385a4a754/add_router_interface => generated 309 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1863] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:21.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0c66e77-2d1c-4807-abd7-c2ba6d42fc7f 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1864] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:21 2026] DELETE /v2.0/subnets/49fbdb8c-b436-417d-a39c-ede662ce15ae => 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: 929/1865] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:56:21 2026] GET /v2.0/ports/2b728b76-ba97-434b-baad-53da77f1ad14 => generated 959 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1866] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:21.250 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41c11edf-ecf0-40e2-b4c8-4ef233495a07 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1867] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:21 2026] DELETE /v2.0/subnets/9b5a22c7-7335-400f-9800-f256ccbe966c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1868] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:19 2026] POST /v2.0/routers => generated 685 bytes in 2065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1869] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:21.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fda848d0-b92a-4eea-b065-c1c2018fdd2e 1db7a64edc9b4d11bf116feb8e2db068 59ad9883204643e792405a7d1074a22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 939/1870] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:21 2026] DELETE /v2.0/subnets/b59d60f0-77e3-4fdf-a1a6-764a976e993d => 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: 932/1871] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:56:21 2026] PUT /v2.0/routers/68886d57-fe3a-40bd-8509-d4e385a4a754/add_router_interface => generated 309 bytes in 1165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:22.456 7 INFO neutron.db.securitygroups_db [None req-e8d3ccf6-e275-40bd-b359-12e337098618 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Project 934d7b7dcb5a4f8a8e69cf8cb68159d0 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: 933/1872] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1873] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:56:22 2026] GET /v2.0/ports/25c23b73-97f3-4bac-8276-dfb487eecd9a => 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: 935/1874] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:22 2026] GET /v2.0/security-groups?tenant_id=0eb891414da045c391aa49c420980840&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:22.881 7 INFO neutron.db.securitygroups_db [None req-587bac90-37a6-47c9-adef-58e5dd2190fc 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Project 934d7b7dcb5a4f8a8e69cf8cb68159d0 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: 936/1875] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:23.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-b90178ac-f524-40ec-a441-c34edaa33e8c ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: 25c23b73-97f3-4bac-8276-dfb487eecd9a 2026-08-22 11:56:23.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b90178ac-f524-40ec-a441-c34edaa33e8c ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: 25c23b73-97f3-4bac-8276-dfb487eecd9a [pid: 8|app: 0|req: 940/1876] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:56:21 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/add_router_interface => generated 309 bytes in 2114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1877] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:23 2026] DELETE /v2.0/security-groups/6bfea957-e1b1-4bc4-9dcc-9f90d7063c39 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1878] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:56:23 2026] PUT /v2.0/routers/68886d57-fe3a-40bd-8509-d4e385a4a754/remove_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1879] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 11:56:23 2026] GET /v2.0/networks => generated 1297 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:24.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-40e2dbfa-0de4-43e7-8506-c994711fbdff ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: 2b728b76-ba97-434b-baad-53da77f1ad14 2026-08-22 11:56:24.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40e2dbfa-0de4-43e7-8506-c994711fbdff ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: 2b728b76-ba97-434b-baad-53da77f1ad14 [pid: 8|app: 0|req: 943/1880] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:56:23 2026] PUT /v2.0/routers/68886d57-fe3a-40bd-8509-d4e385a4a754/remove_router_interface => generated 309 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1881] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:24 2026] GET /v2.0/security-groups?tenant_id=d9ba102579404053912c443caf817a2a&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1882] 10.0.0.111 () {34 vars in 1100 bytes} [Sat Aug 22 11:56:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1416441267&fields=id&tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1883] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:24 2026] GET /v2.0/ports?device_id=68886d57-fe3a-40bd-8509-d4e385a4a754 => 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: 947/1884] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:24 2026] DELETE /v2.0/security-groups/498eb40c-39f5-4520-82ef-2186c240c6a1 => 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: 948/1885] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:56:25 2026] GET /v2.0/networks?id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1886] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:56:23 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/add_router_interface => generated 309 bytes in 1501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1887] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:56:25 2026] GET /v2.0/quotas/934d7b7dcb5a4f8a8e69cf8cb68159d0 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1888] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:25 2026] GET /v2.0/security-groups?tenant_id=59ad9883204643e792405a7d1074a22e&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:25.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-24708b24-0f33-4b43-bc04-7f1aa82ca79b ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: aa3a83f6-ac3f-407f-b20d-f171aa809a36 2026-08-22 11:56:25.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24708b24-0f33-4b43-bc04-7f1aa82ca79b ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: aa3a83f6-ac3f-407f-b20d-f171aa809a36 2026-08-22 11:56:25.794 8 INFO neutron.services.segments.plugin [-] Segment 3ab4b04a-6135-4cba-a9af-950841923934 resource provider aggregate not found 2026-08-22 11:56:25.803 8 INFO neutron.services.segments.plugin [-] Segment 3ab4b04a-6135-4cba-a9af-950841923934 resource provider aggregate not found 2026-08-22 11:56:25.817 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ab4b04a-6135-4cba-a9af-950841923934 resource provider; 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 3ab4b04a-6135-4cba-a9af-950841923934 found for delete ", "request_id": "req-1de8b6a8-7559-4606-ac37-b22d36266a96"}]} 2026-08-22 11:56:25.826 8 INFO neutron.db.l3_hamode_db [None req-24708b24-0f33-4b43-bc04-7f1aa82ca79b ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] HA network 5f765736-a80b-49d4-9958-0f0dbfe449ed was deleted as no HA routers are present in tenant 26ea313e11954d8bad2705cd3aa6d426. 2026-08-22 11:56:25.833 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ab4b04a-6135-4cba-a9af-950841923934 resource provider; 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 3ab4b04a-6135-4cba-a9af-950841923934 found for delete ", "request_id": "req-bb4cb5f0-533b-43ef-a3ac-e46e6475fd0b"}]} [pid: 8|app: 0|req: 949/1889] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:25 2026] DELETE /v2.0/routers/68886d57-fe3a-40bd-8509-d4e385a4a754 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1890] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:56:25 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&fields=id => generated 149 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1891] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:25 2026] DELETE /v2.0/security-groups/c03a3cbf-ed18-4303-9f29-b011303e3c2a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1892] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:26 2026] DELETE /v2.0/subnets/96d9fab9-2a9b-4d71-9b8b-246877071fda => 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: 953/1893] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:56:26 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 954/1894] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:26 2026] DELETE /v2.0/subnets/bdac2d25-ff31-4cf1-860d-1a4c02b8cac7 => 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: 955/1895] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:56:26 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 956/1896] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:26 2026] DELETE /v2.0/networks/1ea6abbb-ca82-4ae9-98b1-162b59bc90e4 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1897] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:26 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:26.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-e873aa1c-abbd-480f-b61e-e0f695739654 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: d4e077b4-bff2-42ff-a4f0-bd7590dc2cf5 2026-08-22 11:56:26.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e873aa1c-abbd-480f-b61e-e0f695739654 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: d4e077b4-bff2-42ff-a4f0-bd7590dc2cf5 [pid: 7|app: 0|req: 941/1898] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:56:25 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/add_router_interface => generated 309 bytes in 1617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1899] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:26 2026] DELETE /v2.0/networks/50c215d2-1b1b-4037-a4a6-7118d5b32145 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:27.135 7 INFO neutron.db.segments_db [None req-3879ca6b-4557-406a-ad6b-960b84065ea2 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment 9ce1baee-aaa3-4847-ac15-7abe88d764de of type vxlan for network b99bb7e8-d0f9-47a8-9b22-2a02e7ccb59c [pid: 8|app: 0|req: 959/1900] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/security-groups => generated 1628 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1901] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/networks => generated 633 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1902] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:27 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: 961/1903] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1904] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/subnets => generated 646 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:27.611 7 INFO neutron.db.segments_db [None req-8ba63284-b8a4-444d-be6b-aa8f52ee92cd ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment 420bda7a-e110-4439-abb1-a53b4ae26429 of type vxlan for network 7a837622-8f2e-4253-9de8-38a09137fe0d [pid: 8|app: 0|req: 962/1905] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1906] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:27 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: 964/1907] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:27 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:27.844 8 INFO neutron.services.segments.plugin [-] Segment 834f01d1-8956-49c5-a4fc-7629cccbf336 resource provider aggregate not found 2026-08-22 11:56:27.860 8 INFO neutron.services.segments.plugin [-] Segment 834f01d1-8956-49c5-a4fc-7629cccbf336 resource provider aggregate not found 2026-08-22 11:56:27.879 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 834f01d1-8956-49c5-a4fc-7629cccbf336 resource provider; 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 834f01d1-8956-49c5-a4fc-7629cccbf336 found for delete ", "request_id": "req-41eacbfd-5165-4b2e-b78e-2d33c1833e82"}]} 2026-08-22 11:56:27.896 8 INFO neutron.services.segments.plugin [-] Segment 265decb8-b03b-4cb5-a1e2-d4c6cf0fd5b0 resource provider aggregate not found 2026-08-22 11:56:27.899 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 834f01d1-8956-49c5-a4fc-7629cccbf336 resource provider; 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 834f01d1-8956-49c5-a4fc-7629cccbf336 found for delete ", "request_id": "req-c244faf2-fb25-4a8d-ad96-5a1002ff895f"}]} 2026-08-22 11:56:27.902 7 INFO neutron.db.l3_hamode_db [None req-8ba63284-b8a4-444d-be6b-aa8f52ee92cd ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:56:27.927 8 INFO neutron.services.segments.plugin [-] Segment 265decb8-b03b-4cb5-a1e2-d4c6cf0fd5b0 resource provider aggregate not found 2026-08-22 11:56:27.933 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 265decb8-b03b-4cb5-a1e2-d4c6cf0fd5b0 resource provider; 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 265decb8-b03b-4cb5-a1e2-d4c6cf0fd5b0 found for delete ", "request_id": "req-52e47686-2bbe-4e6c-a305-e751d31de46c"}]} 2026-08-22 11:56:27.956 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 265decb8-b03b-4cb5-a1e2-d4c6cf0fd5b0 resource provider; 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 265decb8-b03b-4cb5-a1e2-d4c6cf0fd5b0 found for delete ", "request_id": "req-a4ba3b75-f85e-4a06-ad1c-7678e0695476"}]} [pid: 8|app: 0|req: 965/1908] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:28.045 7 INFO neutron.db.l3_hamode_db [None req-8ba63284-b8a4-444d-be6b-aa8f52ee92cd ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 966/1909] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1910] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1911] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1912] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1913] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:27 2026] POST /v2.0/routers => generated 510 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1914] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1915] 10.0.0.158 () {34 vars in 695 bytes} [Sat Aug 22 11:56:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1916] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:28 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => 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: 945/1917] 10.0.0.158 () {34 vars in 665 bytes} [Sat Aug 22 11:56:28 2026] POST /v2.0/ports => generated 963 bytes in 417 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: 946/1918] 10.0.0.111 () {34 vars in 1096 bytes} [Sat Aug 22 11:56:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1860811789&fields=id&tenant_id=827b9e4acc634ebc96287953df9344e6 => generated 69 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1919] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:56:29 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1920] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:56:29 2026] GET /v2.0/quotas/827b9e4acc634ebc96287953df9344e6 => 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: 949/1921] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:56:29 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&fields=id => generated 241 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1922] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:56:29 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 951/1923] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:56:29 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 954/1926] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:29 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => 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: 955/1927] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:30 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => 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: 973/1928] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:56:29 2026] PUT /v2.0/routers/fdd40b9c-e6e5-4f62-958a-ef6bfd1fb1d5/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1929] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:56:30 2026] GET /v2.0/ports/cdef8842-eb0d-4994-b5db-5ec1a57032e6 => generated 1037 bytes in 36 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-22 11:56:30.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7aafdfa-7916-4679-be0e-bbdebbf12a1a ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: cdef8842-eb0d-4994-b5db-5ec1a57032e6 2026-08-22 11:56:30.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7aafdfa-7916-4679-be0e-bbdebbf12a1a ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: cdef8842-eb0d-4994-b5db-5ec1a57032e6 [pid: 8|app: 0|req: 974/1930] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:56:30 2026] PUT /v2.0/routers/fdd40b9c-e6e5-4f62-958a-ef6bfd1fb1d5/remove_router_interface => generated 309 bytes in 792 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: 975/1931] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:56:31 2026] GET /v2.0/networks?id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:31.263 7 INFO neutron.db.segments_db [None req-cd596188-741f-4acd-b3a4-6878ac497d6a c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Added segment de669dba-cb6f-4f8d-9ece-97d687e35184 of type vxlan for network d1d49b0d-0b06-4175-9066-566e9b66070c [pid: 8|app: 0|req: 976/1932] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:31 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1933] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:30 2026] POST /v2.0/networks => generated 632 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1934] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:56:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0 => generated 274 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:31.416 8 INFO neutron.api.v2.resource [None req-0cea1820-cef1-4ef9-b2bb-2d9be8debcd4 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/1935] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:56:31 2026] PUT /v2.0/routers/fdd40b9c-e6e5-4f62-958a-ef6bfd1fb1d5/remove_router_interface => generated 197 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1936] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:56:31 2026] POST /v2.0/ports => generated 743 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, ' [pid: 7|app: 0|req: 960/1937] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:31 2026] GET /v2.0/ports?device_id=fdd40b9c-e6e5-4f62-958a-ef6bfd1fb1d5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:31.812 7 INFO neutron.db.segments_db [None req-b422af07-6abc-4c65-bd67-caa3371ffd39 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Added segment a7d7d869-9e4c-4a7c-88ff-d83c502afe01 of type vxlan for network 88b988b0-d2e2-45e1-bdf3-3cb34f4550ff [pid: 8|app: 0|req: 978/1938] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:56:31 2026] POST /v2.0/ports => generated 954 bytes in 408 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: 961/1939] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:31 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:32.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-385ebc2b-1528-462a-8664-76ad5893836b ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: e8ceb203-63b3-4d14-bec8-6dca7845a7fa 2026-08-22 11:56:32.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-385ebc2b-1528-462a-8664-76ad5893836b ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: e8ceb203-63b3-4d14-bec8-6dca7845a7fa 2026-08-22 11:56:32.390 8 INFO neutron.services.segments.plugin [-] Segment 420bda7a-e110-4439-abb1-a53b4ae26429 resource provider aggregate not found 2026-08-22 11:56:32.397 8 INFO neutron.services.segments.plugin [-] Segment 420bda7a-e110-4439-abb1-a53b4ae26429 resource provider aggregate not found 2026-08-22 11:56:32.415 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 420bda7a-e110-4439-abb1-a53b4ae26429 resource provider; 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 420bda7a-e110-4439-abb1-a53b4ae26429 found for delete ", "request_id": "req-1d9be8d3-dbd8-4edb-bc10-ae28cfa37498"}]} 2026-08-22 11:56:32.417 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 420bda7a-e110-4439-abb1-a53b4ae26429 resource provider; 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 420bda7a-e110-4439-abb1-a53b4ae26429 found for delete ", "request_id": "req-a646e268-2157-4ee4-afb5-d12aecfad206"}]} 2026-08-22 11:56:32.428 8 INFO neutron.db.l3_hamode_db [None req-385ebc2b-1528-462a-8664-76ad5893836b ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] HA network 7a837622-8f2e-4253-9de8-38a09137fe0d was deleted as no HA routers are present in tenant 26ea313e11954d8bad2705cd3aa6d426. [pid: 8|app: 0|req: 979/1940] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:31 2026] DELETE /v2.0/routers/fdd40b9c-e6e5-4f62-958a-ef6bfd1fb1d5 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1941] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:56:31 2026] PUT /v2.0/ports/6476c55d-870c-44b1-8563-70cbaf1aebda => generated 1235 bytes in 556 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-22 11:56:32.531 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb6b8b7c-a13f-4782-9889-dd3310a0b97e'] response: {'name': 'network-changed', 'server_uuid': '9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14', 'tag': '6476c55d-870c-44b1-8563-70cbaf1aebda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 963/1942] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:32 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1943] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:32 2026] DELETE /v2.0/subnets/c7078c96-e595-43a0-b989-ef3cea8badba => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1944] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:32 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1945] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:56:32 2026] POST /v2.0/ports => generated 743 bytes in 359 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-22 11:56:32.878 8 INFO neutron.db.segments_db [None req-63f29e98-265f-4492-bfc2-3ba057e7327b c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Added segment 2359d820-1b4e-43e9-9811-e67877f34f00 of type vxlan for network 71fe2f48-ed00-4bb4-9602-e70a820ef3a9 2026-08-22 11:56:32.887 7 INFO neutron.services.segments.plugin [-] Segment 9ce1baee-aaa3-4847-ac15-7abe88d764de resource provider aggregate not found 2026-08-22 11:56:32.896 7 INFO neutron.services.segments.plugin [-] Segment 9ce1baee-aaa3-4847-ac15-7abe88d764de resource provider aggregate not found 2026-08-22 11:56:32.915 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ce1baee-aaa3-4847-ac15-7abe88d764de resource provider; 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 9ce1baee-aaa3-4847-ac15-7abe88d764de found for delete ", "request_id": "req-995a6ddd-1344-4ff8-9b5e-6438d030b0d8"}]} 2026-08-22 11:56:32.926 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ce1baee-aaa3-4847-ac15-7abe88d764de resource provider; 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 9ce1baee-aaa3-4847-ac15-7abe88d764de found for delete ", "request_id": "req-9ea684c4-c7b6-482d-a6cf-a1b2ef3cbb80"}]} [pid: 7|app: 0|req: 966/1946] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:32 2026] DELETE /v2.0/networks/b99bb7e8-d0f9-47a8-9b22-2a02e7ccb59c => 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: 981/1947] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:32 2026] POST /v2.0/networks => generated 632 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:33.023 7 INFO neutron.db.segments_db [None req-b5cbf00c-242f-43ba-8b1f-5b8b9fcf6725 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment 550415a9-9d1c-4450-bf4a-46a1025d76b5 of type vxlan for network 83df2d6d-5659-483c-bd1d-4c7cd6fe89f0 [pid: 7|app: 0|req: 967/1948] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:32 2026] POST /v2.0/networks => generated 633 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1949] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:33 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1950] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:56:33 2026] POST /v2.0/ports => generated 743 bytes in 291 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: 983/1951] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:56:33 2026] GET /v2.0/networks?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1952] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:33 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:33.413 8 INFO neutron.db.segments_db [None req-ee631ab6-1775-4ed7-a18e-6cd6243c8d52 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Added segment 9bcb0e3c-952e-43fe-96b8-9a839490970e of type vxlan for network f693fef3-c3b4-42e7-b721-b78c5c5c778f [pid: 7|app: 0|req: 970/1953] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:56:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:33.484 7 INFO neutron.db.segments_db [None req-fc0d9e8a-93dc-4a6a-b002-044c5ba77bfe ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment 9d5e9a48-122a-43b7-bf0f-f06cf6700072 of type vxlan for network 6c4afd53-c9a5-4e25-a7b3-720590642ada [pid: 8|app: 0|req: 984/1954] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:33 2026] POST /v2.0/networks => generated 631 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:33.746 7 INFO neutron.db.l3_hamode_db [None req-fc0d9e8a-93dc-4a6a-b002-044c5ba77bfe ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 985/1955] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:56:33 2026] POST /v2.0/ports => generated 743 bytes in 333 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-22 11:56:33.861 7 INFO neutron.db.l3_hamode_db [None req-fc0d9e8a-93dc-4a6a-b002-044c5ba77bfe ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 986/1956] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:33 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:33.956 8 INFO neutron.db.segments_db [None req-4518642d-95b1-4e29-be91-7d18ca4d4d46 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Added segment 803ff9e5-7751-4e3d-a040-1b5704d7104a of type vxlan for network f59e79e7-e14d-4494-8e7b-8f894c537021 [pid: 8|app: 0|req: 987/1957] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:33 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1958] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:34 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&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: 989/1959] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:56:34 2026] POST /v2.0/ports => generated 743 bytes in 389 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: 990/1960] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:56:34 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1961] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:34 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1962] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:33 2026] POST /v2.0/routers => generated 511 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1963] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:56:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=827b9e4acc634ebc96287953df9344e6 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1964] 10.0.0.158 () {34 vars in 747 bytes} [Sat Aug 22 11:56:34 2026] PUT /v2.0/ports/16383879-64de-47a5-aa28-acded40ddd2b/tags => generated 17 bytes in 65 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: 973/1965] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:56:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6476c55d-870c-44b1-8563-70cbaf1aebda => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1966] 10.0.0.158 () {34 vars in 747 bytes} [Sat Aug 22 11:56:34 2026] PUT /v2.0/ports/b37b8d5f-e2e1-4933-bd6f-27e9ee2a1c8c/tags => generated 25 bytes in 80 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: 975/1967] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:56:34 2026] POST /v2.0/ports => generated 1179 bytes in 459 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: 976/1968] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/subnets?id=755d53cc-6f22-4103-98ef-7fc576249dce => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1969] 10.0.0.158 () {34 vars in 747 bytes} [Sat Aug 22 11:56:35 2026] PUT /v2.0/ports/a1a5a6c7-79fd-4b8c-bb79-9d3b445ba74d/tags => generated 34 bytes in 70 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: 978/1970] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1971] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1972] 10.0.0.158 () {34 vars in 783 bytes} [Sat Aug 22 11:56:34 2026] PUT /v2.0/routers/c840ff9b-4073-4fc4-ac23-d6943166bf05/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1973] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/ports?network_id=30a52b2e-6672-426e-b39f-3826c2b810f2&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: 8|app: 0|req: 995/1974] 10.0.0.158 () {34 vars in 747 bytes} [Sat Aug 22 11:56:35 2026] PUT /v2.0/ports/7b5d6621-0cfc-48a5-9e78-3c91ebf95773/tags => generated 19 bytes in 63 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: 980/1975] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:56:35 2026] PUT /v2.0/ports/92fef555-6834-4194-818e-84087ee6cc5b => generated 1460 bytes in 527 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: 996/1976] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&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: 981/1977] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:35.986 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a1826c8-28b3-433b-ac33-006c8b9647f5'] response: {'name': 'network-changed', 'server_uuid': '8d4aae96-c9c0-4fb8-b69b-716d3fd9b921', 'tag': '92fef555-6834-4194-818e-84087ee6cc5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 982/1978] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 997/1979] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/ports/1cd3db63-290e-4049-8fcf-db1ff02662ee => generated 959 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1980] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:56:36 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 983/1981] 10.0.0.158 () {32 vars in 660 bytes} [Sat Aug 22 11:56:35 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1982] 10.0.0.158 () {32 vars in 674 bytes} [Sat Aug 22 11:56:36 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:36.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-be3e85d3-a8de-4d23-b8d9-b3acdee6acc4 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: 1cd3db63-290e-4049-8fcf-db1ff02662ee 2026-08-22 11:56:36.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be3e85d3-a8de-4d23-b8d9-b3acdee6acc4 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: 1cd3db63-290e-4049-8fcf-db1ff02662ee [pid: 7|app: 0|req: 985/1983] 10.0.0.158 () {32 vars in 670 bytes} [Sat Aug 22 11:56:36 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1984] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:36 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1985] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:56:36 2026] PUT /v2.0/routers/c840ff9b-4073-4fc4-ac23-d6943166bf05/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1986] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/networks?tenant_id=827b9e4acc634ebc96287953df9344e6&shared=False => generated 2375 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1987] 10.0.0.158 () {32 vars in 682 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1988] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/ports?device_id=c840ff9b-4073-4fc4-ac23-d6943166bf05 => 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: 988/1989] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => 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: 1002/1990] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:56:37 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: 989/1991] 10.0.0.158 () {32 vars in 668 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1992] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:37.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-59a4e8ad-9e63-4054-ac70-a58d2ef38087 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: b934ae51-f2ae-40bc-9cab-054c9868ac4d 2026-08-22 11:56:37.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59a4e8ad-9e63-4054-ac70-a58d2ef38087 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: b934ae51-f2ae-40bc-9cab-054c9868ac4d [pid: 7|app: 0|req: 991/1993] 10.0.0.158 () {32 vars in 682 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1994] 10.0.0.158 () {32 vars in 678 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1995] 10.0.0.158 () {32 vars in 690 bytes} [Sat Aug 22 11:56:37 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:37.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee821074-6140-49b4-bbe9-0890ddac5f27 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] TaaS: Handle Delete Port: 16383879-64de-47a5-aa28-acded40ddd2b 2026-08-22 11:56:37.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee821074-6140-49b4-bbe9-0890ddac5f27 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Tap Mirror: Handle Delete Port: 16383879-64de-47a5-aa28-acded40ddd2b 2026-08-22 11:56:37.686 8 INFO neutron.services.segments.plugin [-] Segment 9d5e9a48-122a-43b7-bf0f-f06cf6700072 resource provider aggregate not found 2026-08-22 11:56:37.695 8 INFO neutron.services.segments.plugin [-] Segment 9d5e9a48-122a-43b7-bf0f-f06cf6700072 resource provider aggregate not found [pid: 7|app: 0|req: 994/1996] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:56:37 2026] DELETE /v2.0/ports/16383879-64de-47a5-aa28-acded40ddd2b => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:37.717 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d5e9a48-122a-43b7-bf0f-f06cf6700072 resource provider; 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 9d5e9a48-122a-43b7-bf0f-f06cf6700072 found for delete ", "request_id": "req-bb4591ff-51f4-4c1f-a52c-7506f7ec2db5"}]} 2026-08-22 11:56:37.718 8 INFO neutron.db.l3_hamode_db [None req-59a4e8ad-9e63-4054-ac70-a58d2ef38087 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] HA network 6c4afd53-c9a5-4e25-a7b3-720590642ada was deleted as no HA routers are present in tenant 26ea313e11954d8bad2705cd3aa6d426. 2026-08-22 11:56:37.719 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d5e9a48-122a-43b7-bf0f-f06cf6700072 resource provider; 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 9d5e9a48-122a-43b7-bf0f-f06cf6700072 found for delete ", "request_id": "req-61e84f4a-3a60-4a30-8219-8c3d935c8482"}]} [pid: 8|app: 0|req: 1003/1997] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:37 2026] DELETE /v2.0/routers/c840ff9b-4073-4fc4-ac23-d6943166bf05 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:37.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee15b1c2-9d13-42c9-832d-f455ff549931 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] TaaS: Handle Delete Port: b37b8d5f-e2e1-4933-bd6f-27e9ee2a1c8c 2026-08-22 11:56:37.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee15b1c2-9d13-42c9-832d-f455ff549931 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Tap Mirror: Handle Delete Port: b37b8d5f-e2e1-4933-bd6f-27e9ee2a1c8c [pid: 8|app: 0|req: 1004/1998] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:37 2026] DELETE /v2.0/subnets/2132fba4-fe88-4fa2-a61e-ffb9856e8796 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1999] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:56:37 2026] DELETE /v2.0/ports/b37b8d5f-e2e1-4933-bd6f-27e9ee2a1c8c => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2000] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:37 2026] DELETE /v2.0/networks/83df2d6d-5659-483c-bd1d-4c7cd6fe89f0 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:38.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b29e58e-06ad-4488-bc21-0191be6b02b6 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] TaaS: Handle Delete Port: a1a5a6c7-79fd-4b8c-bb79-9d3b445ba74d 2026-08-22 11:56:38.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b29e58e-06ad-4488-bc21-0191be6b02b6 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Tap Mirror: Handle Delete Port: a1a5a6c7-79fd-4b8c-bb79-9d3b445ba74d 2026-08-22 11:56:38.099 8 INFO neutron.db.segments_db [None req-3befde38-b225-48ab-b149-3b94f151ce8d ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Added segment fd918132-b675-4898-9b84-948c683e47e2 of type vxlan for network a104bac5-0b11-4d47-944a-e1b9ac77b889 [pid: 7|app: 0|req: 996/2001] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:56:37 2026] DELETE /v2.0/ports/a1a5a6c7-79fd-4b8c-bb79-9d3b445ba74d => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:38.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8595d54-f090-4f27-bac7-6c3a9de00ff0 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] TaaS: Handle Delete Port: 7b5d6621-0cfc-48a5-9e78-3c91ebf95773 2026-08-22 11:56:38.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8595d54-f090-4f27-bac7-6c3a9de00ff0 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Tap Mirror: Handle Delete Port: 7b5d6621-0cfc-48a5-9e78-3c91ebf95773 2026-08-22 11:56:38.392 8 INFO neutron.db.l3_hamode_db [None req-3befde38-b225-48ab-b149-3b94f151ce8d ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 997/2002] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:56:38 2026] DELETE /v2.0/ports/7b5d6621-0cfc-48a5-9e78-3c91ebf95773 => 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: 998/2003] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:38 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2004] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:38 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:38.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8021fcb-af4e-4904-9f66-420d2a3f41b2 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] TaaS: Handle Delete Port: 7bce7370-282c-404a-b6cb-b64978a291da 2026-08-22 11:56:38.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8021fcb-af4e-4904-9f66-420d2a3f41b2 c73526df37d74b5387103ff24d4eef2f 423b1cd28b074702a7e5908b630bdcc3 - - default default] Tap Mirror: Handle Delete Port: 7bce7370-282c-404a-b6cb-b64978a291da [pid: 7|app: 0|req: 1000/2005] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:56:38 2026] DELETE /v2.0/ports/7bce7370-282c-404a-b6cb-b64978a291da => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2006] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:56:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=92fef555-6834-4194-818e-84087ee6cc5b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2007] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:38 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:38.975 7 INFO neutron.services.segments.plugin [-] Segment de669dba-cb6f-4f8d-9ece-97d687e35184 resource provider aggregate not found 2026-08-22 11:56:38.984 7 INFO neutron.services.segments.plugin [-] Segment de669dba-cb6f-4f8d-9ece-97d687e35184 resource provider aggregate not found 2026-08-22 11:56:39.004 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de669dba-cb6f-4f8d-9ece-97d687e35184 resource provider; 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 de669dba-cb6f-4f8d-9ece-97d687e35184 found for delete ", "request_id": "req-14dc52ef-7d60-4f3b-a61c-8fa4293d41e0"}]} 2026-08-22 11:56:39.005 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de669dba-cb6f-4f8d-9ece-97d687e35184 resource provider; 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 de669dba-cb6f-4f8d-9ece-97d687e35184 found for delete ", "request_id": "req-39891afa-b410-450b-98f8-4c3d63dabd2d"}]} [pid: 7|app: 0|req: 1003/2008] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:38 2026] DELETE /v2.0/networks/d1d49b0d-0b06-4175-9066-566e9b66070c => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2009] 199.19.213.179 () {34 vars in 1102 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Abb&port_id=92fef555-6834-4194-818e-84087ee6cc5b => 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: 1005/2010] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:39 2026] DELETE /v2.0/networks/88b988b0-d2e2-45e1-bdf3-3cb34f4550ff => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2011] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/subnets?id=77d8af4b-d7dc-45e8-a936-0dcecaef1693&id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:39.328 8 INFO neutron.db.l3_hamode_db [None req-3befde38-b225-48ab-b149-3b94f151ce8d ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1007/2012] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:39 2026] DELETE /v2.0/networks/71fe2f48-ed00-4bb4-9602-e70a820ef3a9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2013] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2014] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:39 2026] DELETE /v2.0/networks/f693fef3-c3b4-42e7-b721-b78c5c5c778f => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2015] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:39.761 8 INFO neutron.services.segments.plugin [-] Segment 550415a9-9d1c-4450-bf4a-46a1025d76b5 resource provider aggregate not found 2026-08-22 11:56:39.770 8 INFO neutron.services.segments.plugin [-] Segment 550415a9-9d1c-4450-bf4a-46a1025d76b5 resource provider aggregate not found 2026-08-22 11:56:39.780 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 550415a9-9d1c-4450-bf4a-46a1025d76b5 resource provider; 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 550415a9-9d1c-4450-bf4a-46a1025d76b5 found for delete ", "request_id": "req-08a04547-1c4a-4f30-96c6-7339aa21794d"}]} 2026-08-22 11:56:39.810 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 550415a9-9d1c-4450-bf4a-46a1025d76b5 resource provider; 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 550415a9-9d1c-4450-bf4a-46a1025d76b5 found for delete ", "request_id": "req-cb10aa85-a9c1-4494-bb71-410c343572c1"}]} [pid: 7|app: 0|req: 1011/2016] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:39 2026] DELETE /v2.0/networks/f59e79e7-e14d-4494-8e7b-8f894c537021 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2017] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2018] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1014/2019] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2020] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:39 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2021] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:38 2026] POST /v2.0/routers => generated 690 bytes in 2484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2022] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:56:40 2026] GET /v2.0/routers/8cc82e05-eec7-4801-b6d1-f43b9118421a => generated 696 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2023] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 11:56:40 2026] GET /v2.0/routers => generated 699 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:41.033 7 INFO neutron.services.segments.plugin [-] Segment a7d7d869-9e4c-4a7c-88ff-d83c502afe01 resource provider aggregate not found 2026-08-22 11:56:41.049 7 INFO neutron.services.segments.plugin [-] Segment a7d7d869-9e4c-4a7c-88ff-d83c502afe01 resource provider aggregate not found 2026-08-22 11:56:41.063 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7d7d869-9e4c-4a7c-88ff-d83c502afe01 resource provider; 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 a7d7d869-9e4c-4a7c-88ff-d83c502afe01 found for delete ", "request_id": "req-db0c7d50-1e3f-474f-b43c-e1a3993b75e8"}]} 2026-08-22 11:56:41.077 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7d7d869-9e4c-4a7c-88ff-d83c502afe01 resource provider; 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 a7d7d869-9e4c-4a7c-88ff-d83c502afe01 found for delete ", "request_id": "req-4c0cb844-4427-4283-8c05-30ac7ca08be6"}]} 2026-08-22 11:56:41.084 7 INFO neutron.services.segments.plugin [-] Segment 2359d820-1b4e-43e9-9811-e67877f34f00 resource provider aggregate not found 2026-08-22 11:56:41.100 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2359d820-1b4e-43e9-9811-e67877f34f00 resource provider; 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 2359d820-1b4e-43e9-9811-e67877f34f00 found for delete ", "request_id": "req-3952d083-4833-4b87-83ad-9fe27b142dc3"}]} 2026-08-22 11:56:41.103 7 INFO neutron.services.segments.plugin [-] Segment 2359d820-1b4e-43e9-9811-e67877f34f00 resource provider aggregate not found 2026-08-22 11:56:41.114 7 INFO neutron.services.segments.plugin [-] Segment 9bcb0e3c-952e-43fe-96b8-9a839490970e resource provider aggregate not found 2026-08-22 11:56:41.139 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2359d820-1b4e-43e9-9811-e67877f34f00 resource provider; 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 2359d820-1b4e-43e9-9811-e67877f34f00 found for delete ", "request_id": "req-0837b69f-2875-4525-8c21-96df605cc969"}]} 2026-08-22 11:56:41.143 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9bcb0e3c-952e-43fe-96b8-9a839490970e resource provider; 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 9bcb0e3c-952e-43fe-96b8-9a839490970e found for delete ", "request_id": "req-adec9794-bbc6-4c83-896b-0286a471baf3"}]} 2026-08-22 11:56:41.161 7 INFO neutron.services.segments.plugin [-] Segment 803ff9e5-7751-4e3d-a040-1b5704d7104a resource provider aggregate not found 2026-08-22 11:56:41.164 7 INFO neutron.services.segments.plugin [-] Segment 9bcb0e3c-952e-43fe-96b8-9a839490970e resource provider aggregate not found [pid: 8|app: 0|req: 1008/2024] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:40 2026] GET /v2.0/security-groups?tenant_id=423b1cd28b074702a7e5908b630bdcc3&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:41.236 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9bcb0e3c-952e-43fe-96b8-9a839490970e resource provider; 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 9bcb0e3c-952e-43fe-96b8-9a839490970e found for delete ", "request_id": "req-b9188da2-e74d-4942-9bbc-e22bc41b044f"}]} 2026-08-22 11:56:41.248 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 803ff9e5-7751-4e3d-a040-1b5704d7104a resource provider; 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 803ff9e5-7751-4e3d-a040-1b5704d7104a found for delete ", "request_id": "req-4f91ee93-7118-473a-a628-d9cf3c583c46"}]} 2026-08-22 11:56:41.309 7 INFO neutron.services.segments.plugin [-] Segment 803ff9e5-7751-4e3d-a040-1b5704d7104a resource provider aggregate not found 2026-08-22 11:56:41.321 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 803ff9e5-7751-4e3d-a040-1b5704d7104a resource provider; 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 803ff9e5-7751-4e3d-a040-1b5704d7104a found for delete ", "request_id": "req-a1787db9-20d2-4125-8d10-bc450e9f01e4"}]} [pid: 7|app: 0|req: 1017/2025] 10.0.0.158 () {34 vars in 741 bytes} [Sat Aug 22 11:56:40 2026] PUT /v2.0/routers/8cc82e05-eec7-4801-b6d1-f43b9118421a => generated 703 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2026] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1194 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2027] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2028] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/routers/8cc82e05-eec7-4801-b6d1-f43b9118421a => generated 703 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2029] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:41 2026] DELETE /v2.0/security-groups/5c6ca62a-dff5-47d2-8698-a5783117ea2d => 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: 1020/2030] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2031] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2032] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/ports?device_id=8cc82e05-eec7-4801-b6d1-f43b9118421a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:41.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-4604f72d-25aa-4b05-8e64-a78f87b17dd1 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: a37cd57a-b753-4fe6-b506-862123c46d8d 2026-08-22 11:56:41.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4604f72d-25aa-4b05-8e64-a78f87b17dd1 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: a37cd57a-b753-4fe6-b506-862123c46d8d [pid: 7|app: 0|req: 1022/2033] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/security-groups?tenant_id=736c6685f07a44d68b9522135e14a013&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2034] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2035] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:41 2026] DELETE /v2.0/security-groups/594de682-9a71-4858-8d2f-49cd2bb7e880 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2036] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:41 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:42.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-4604f72d-25aa-4b05-8e64-a78f87b17dd1 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] TaaS: Handle Delete Port: 361bb339-904d-4347-bc9b-2de0e7d55de8 2026-08-22 11:56:42.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4604f72d-25aa-4b05-8e64-a78f87b17dd1 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] Tap Mirror: Handle Delete Port: 361bb339-904d-4347-bc9b-2de0e7d55de8 [pid: 7|app: 0|req: 1026/2037] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:42 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:42.449 7 INFO neutron.db.l3_db [None req-d52f3ffb-636b-4751-93a0-a88d81506359 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Floating IP 77d848f4-2bfb-463d-ad6b-cd6631910ecd associated. External IP: 10.96.250.219, port: 6476c55d-870c-44b1-8563-70cbaf1aebda. 2026-08-22 11:56:42.457 8 INFO neutron.services.segments.plugin [-] Segment fd918132-b675-4898-9b84-948c683e47e2 resource provider aggregate not found 2026-08-22 11:56:42.461 8 INFO neutron.services.segments.plugin [-] Segment fd918132-b675-4898-9b84-948c683e47e2 resource provider aggregate not found 2026-08-22 11:56:42.482 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fd918132-b675-4898-9b84-948c683e47e2 resource provider; 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 fd918132-b675-4898-9b84-948c683e47e2 found for delete ", "request_id": "req-5c43f6f2-4c19-4fce-b905-aa56cee823e2"}]} 2026-08-22 11:56:42.493 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fd918132-b675-4898-9b84-948c683e47e2 resource provider; 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 fd918132-b675-4898-9b84-948c683e47e2 found for delete ", "request_id": "req-5d8bf2b9-0cbe-4a74-a319-865b01ac95e1"}]} 2026-08-22 11:56:42.494 8 INFO neutron.db.l3_hamode_db [None req-4604f72d-25aa-4b05-8e64-a78f87b17dd1 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] HA network a104bac5-0b11-4d47-944a-e1b9ac77b889 was deleted as no HA routers are present in tenant 26ea313e11954d8bad2705cd3aa6d426. [pid: 8|app: 0|req: 1012/2038] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:41 2026] DELETE /v2.0/routers/8cc82e05-eec7-4801-b6d1-f43b9118421a => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2039] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:42 2026] GET /v2.0/security-groups?tenant_id=fa36fe1ab3994da4a1e9f3d9dc9a7230&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2040] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:42 2026] GET /v2.0/ports?device_id=8cc82e05-eec7-4801-b6d1-f43b9118421a => 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: 1027/2041] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:56:42 2026] PUT /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 855 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2042] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:42 2026] DELETE /v2.0/security-groups/078f4faa-7da1-4971-bca2-7738bda2ee0a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:42.841 7 INFO neutron.api.v2.resource [None req-523936a1-9e57-4a6a-aab0-622588fcb43b ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1028/2043] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:42 2026] DELETE /v2.0/routers/8cc82e05-eec7-4801-b6d1-f43b9118421a => generated 135 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:42.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f709db48-bb13-4860-96d9-ac4f7f9f41f3'] response: {'name': 'network-changed', 'server_uuid': '9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14', 'tag': '6476c55d-870c-44b1-8563-70cbaf1aebda', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1016/2044] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:56:42 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 855 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2045] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:42 2026] GET /v2.0/ports?device_id=c840ff9b-4073-4fc4-ac23-d6943166bf05 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:42.936 8 INFO neutron.api.v2.resource [None req-be1e961f-7ac9-4ea7-8364-c95cd0d25503 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/2046] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:42 2026] DELETE /v2.0/routers/c840ff9b-4073-4fc4-ac23-d6943166bf05 => generated 135 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:42.958 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8be47f6e-acad-4425-a821-7db9f4892d69 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1030/2047] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:42 2026] DELETE /v2.0/subnets/2132fba4-fe88-4fa2-a61e-ffb9856e8796 => 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: 1018/2048] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:42 2026] GET /v2.0/ports?device_id=fdd40b9c-e6e5-4f62-958a-ef6bfd1fb1d5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:43.031 7 INFO neutron.api.v2.resource [None req-d101922a-9670-4cdb-a79b-75c86d3805cb ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/2049] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:42 2026] DELETE /v2.0/routers/fdd40b9c-e6e5-4f62-958a-ef6bfd1fb1d5 => generated 135 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:43.059 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ddf9ac82-7b20-4f9d-8bf9-f53ae1ab227f ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/2050] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:43 2026] DELETE /v2.0/subnets/c7078c96-e595-43a0-b989-ef3cea8badba => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2051] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/ports?device_id=68886d57-fe3a-40bd-8509-d4e385a4a754 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:43.125 8 INFO neutron.api.v2.resource [None req-b89e580a-977d-4113-a021-3e5d3e942c6c ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2052] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:43 2026] DELETE /v2.0/routers/68886d57-fe3a-40bd-8509-d4e385a4a754 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:43.148 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f532acfd-86d9-4381-a32d-59a9c94c5970 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1033/2053] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:43 2026] DELETE /v2.0/subnets/96d9fab9-2a9b-4d71-9b8b-246877071fda => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:56:43.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a41f6f6c-bd0a-4561-84d3-16e834e2ee93 ea37f0b3448045f592e3598207008227 26ea313e11954d8bad2705cd3aa6d426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2054] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:43 2026] DELETE /v2.0/subnets/bdac2d25-ff31-4cf1-860d-1a4c02b8cac7 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2055] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/ports?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2056] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/networks?id=30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2057] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6476c55d-870c-44b1-8563-70cbaf1aebda => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2058] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/subnets?id=755d53cc-6f22-4103-98ef-7fc576249dce => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2059] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/ports?network_id=30a52b2e-6672-426e-b39f-3826c2b810f2&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: 1037/2060] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 1038/2061] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2?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: 1024/2062] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/security-groups?tenant_id=26ea313e11954d8bad2705cd3aa6d426&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2063] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:56:43 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2064] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:43 2026] DELETE /v2.0/security-groups/fc66cf84-cc08-45a6-8d46-4f1075739e69 => 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: 1041/2067] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:56:44 2026] GET /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 857 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2068] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:46 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1196 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2069] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:46 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2070] 10.0.0.158 () {32 vars in 818 bytes} [Sat Aug 22 11:56:46 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&mac_address=fa%3A16%3A3e%3Af1%3A50%3Aa4 => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:47.706 8 INFO neutron.db.segments_db [None req-66fb6afc-3e19-4497-9995-d2376299c5a3 04d38db6474d42a794484ab126b9c6a1 3896636ad03340e7ac30328f42c4149d - - default default] Added segment 4bdf0a2a-bf28-4373-ac59-6e8112b4f2ef of type vxlan for network 3f7a9bb4-cc89-4886-a467-9c62f3bec1a8 [pid: 8|app: 0|req: 1029/2071] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:47 2026] POST /v2.0/networks => generated 632 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:47.879 7 INFO neutron.db.l3_db [None req-1cfde8e5-49ee-48c3-ad38-ff559762a43e 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Floating IP 971b873a-ccbf-48d6-abb7-e52c2b66b01e associated. External IP: 10.96.250.217, port: 92fef555-6834-4194-818e-84087ee6cc5b. [pid: 8|app: 0|req: 1030/2072] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:47 2026] POST /v2.0/subnets => generated 626 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:48.266 8 INFO neutron.db.segments_db [None req-81f1fb5b-0797-47f6-8382-ca18832bdb68 04d38db6474d42a794484ab126b9c6a1 3896636ad03340e7ac30328f42c4149d - - default default] Added segment 239b1ffa-c792-489e-9283-eb5882b59042 of type vxlan for network ea67106d-2e56-4776-b773-b8c7aad07a8f [pid: 7|app: 0|req: 1043/2073] 10.0.0.158 () {34 vars in 677 bytes} [Sat Aug 22 11:56:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:48.317 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-988e4771-2515-487d-8459-d6585452d85a'] response: {'name': 'network-changed', 'server_uuid': '8d4aae96-c9c0-4fb8-b69b-716d3fd9b921', 'tag': '92fef555-6834-4194-818e-84087ee6cc5b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1031/2074] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:48 2026] POST /v2.0/networks => generated 632 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2075] 10.0.0.111 () {34 vars in 1096 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1860811789&fields=id&tenant_id=827b9e4acc634ebc96287953df9344e6 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2076] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2077] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/quotas/827b9e4acc634ebc96287953df9344e6 => 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: 1032/2078] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:48 2026] POST /v2.0/subnets => generated 629 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2079] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&fields=id => generated 333 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:56:48.759 8 INFO neutron.db.segments_db [None req-3f715c5b-1888-4196-b45b-7805472a94cc 04d38db6474d42a794484ab126b9c6a1 3896636ad03340e7ac30328f42c4149d - - default default] Added segment 60161cc2-6ae2-4419-b53b-dc609c7ceb4d of type vxlan for network ffba51ec-c382-4ef0-b370-dcbe18cbef13 [pid: 7|app: 0|req: 1048/2080] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2081] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:48 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2082] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2083] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1465 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2084] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2085] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:56:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=92fef555-6834-4194-818e-84087ee6cc5b => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2086] 199.19.213.179 () {34 vars in 1102 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Abb&port_id=92fef555-6834-4194-818e-84087ee6cc5b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2087] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/subnets?id=77d8af4b-d7dc-45e8-a936-0dcecaef1693&id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2088] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => 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: 1040/2089] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&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: 1050/2090] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:48 2026] POST /v2.0/subnets => generated 629 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2091] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&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: 1042/2092] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:56:49.287 7 INFO neutron.db.segments_db [None req-b0c7f9c6-b879-4e21-a148-6f1d45203d94 04d38db6474d42a794484ab126b9c6a1 3896636ad03340e7ac30328f42c4149d - - default default] Added segment 9ae1ff4b-770f-485e-aa22-8ce69f453da9 of type vxlan for network d2a25fd6-b541-41cf-8b38-15fa370b4905 [pid: 8|app: 0|req: 1043/2093] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1051/2094] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:49 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2095] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:49 2026] POST /v2.0/subnets => generated 629 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:56:49.737 7 INFO neutron.db.segments_db [None req-40f2a0fa-487b-4b2f-9527-ca44e9add26a 04d38db6474d42a794484ab126b9c6a1 3896636ad03340e7ac30328f42c4149d - - default default] Added segment d42d6fef-b743-4614-8e37-c1a92e5b16d7 of type vxlan for network 9cf87a3d-048c-4329-9a71-5e11cb6b95a6 [pid: 7|app: 0|req: 1052/2096] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:56:49 2026] POST /v2.0/networks => generated 630 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2097] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:56:49 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) [pid: 7|app: 0|req: 1053/2098] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:49 2026] GET /v2.0/security-groups?tenant_id=3ca0afd89b88406382904ba3c1a7136c&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2099] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:56:50 2026] PUT /v2.0/subnets/92ca24b0-2292-4f6e-9ce0-4e4a38c77e00/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2100] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:56:50 2026] PUT /v2.0/subnets/86cf8e63-1cce-4549-8f29-ded58037904f/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2101] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:50 2026] DELETE /v2.0/security-groups/3a232ce2-6df1-4ebc-87e3-b076dfa76da9 => 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: 1048/2102] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:56:50 2026] PUT /v2.0/subnets/6725cfb6-0a8b-42f0-a6fc-d36ba2610e1f/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2103] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:56:50 2026] PUT /v2.0/subnets/b17cefad-8998-42c3-bc2d-61cb4175dda5/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2104] 10.0.0.158 () {32 vars in 664 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2105] 10.0.0.158 () {32 vars in 678 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2106] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/security-groups?tenant_id=253fb77f33744bd991647cef1ed7bdb8&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2107] 10.0.0.158 () {32 vars in 674 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2108] 10.0.0.158 () {32 vars in 686 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2109] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:50 2026] DELETE /v2.0/security-groups/f7f4ad9d-bb6a-49ee-9073-5334025860ce => 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: 1060/2110] 10.0.0.158 () {32 vars in 672 bytes} [Sat Aug 22 11:56:50 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: 1051/2111] 10.0.0.158 () {32 vars in 686 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2112] 10.0.0.158 () {32 vars in 682 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2113] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 11:56:50 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2114] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:50 2026] DELETE /v2.0/subnets/92ca24b0-2292-4f6e-9ce0-4e4a38c77e00 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2115] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:50 2026] DELETE /v2.0/subnets/86cf8e63-1cce-4549-8f29-ded58037904f => 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: 1063/2116] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:51 2026] DELETE /v2.0/subnets/6725cfb6-0a8b-42f0-a6fc-d36ba2610e1f => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2117] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:51 2026] DELETE /v2.0/subnets/b17cefad-8998-42c3-bc2d-61cb4175dda5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2118] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:56:51 2026] DELETE /v2.0/subnets/40f6fda6-2807-422f-b7ec-953e87dff842 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:51.720 8 INFO neutron.services.segments.plugin [-] Segment 4bdf0a2a-bf28-4373-ac59-6e8112b4f2ef resource provider aggregate not found 2026-08-22 11:56:51.729 8 INFO neutron.services.segments.plugin [-] Segment 4bdf0a2a-bf28-4373-ac59-6e8112b4f2ef resource provider aggregate not found [pid: 8|app: 0|req: 1055/2119] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:51 2026] DELETE /v2.0/networks/3f7a9bb4-cc89-4886-a467-9c62f3bec1a8 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:56:51.750 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4bdf0a2a-bf28-4373-ac59-6e8112b4f2ef resource provider; 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 4bdf0a2a-bf28-4373-ac59-6e8112b4f2ef found for delete ", "request_id": "req-6903e2bf-5eda-4a02-96fe-f246df4d87d3"}]} 2026-08-22 11:56:51.761 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4bdf0a2a-bf28-4373-ac59-6e8112b4f2ef resource provider; 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 4bdf0a2a-bf28-4373-ac59-6e8112b4f2ef found for delete ", "request_id": "req-d646e69f-d0ac-4397-993f-ab21dc102caf"}]} 2026-08-22 11:56:51.927 7 INFO neutron.services.segments.plugin [-] Segment 239b1ffa-c792-489e-9283-eb5882b59042 resource provider aggregate not found 2026-08-22 11:56:51.933 7 INFO neutron.services.segments.plugin [-] Segment 239b1ffa-c792-489e-9283-eb5882b59042 resource provider aggregate not found 2026-08-22 11:56:51.951 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 239b1ffa-c792-489e-9283-eb5882b59042 resource provider; 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 239b1ffa-c792-489e-9283-eb5882b59042 found for delete ", "request_id": "req-43cac51f-5d34-49fc-be5d-ebd6d5f3cb55"}]} 2026-08-22 11:56:51.959 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 239b1ffa-c792-489e-9283-eb5882b59042 resource provider; 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 239b1ffa-c792-489e-9283-eb5882b59042 found for delete ", "request_id": "req-6bd5a56e-668c-4a5e-b801-93decd8bbc20"}]} [pid: 7|app: 0|req: 1065/2120] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:51 2026] DELETE /v2.0/networks/ea67106d-2e56-4776-b773-b8c7aad07a8f => 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: 1056/2121] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:51 2026] DELETE /v2.0/networks/ffba51ec-c382-4ef0-b370-dcbe18cbef13 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2122] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:52 2026] DELETE /v2.0/networks/d2a25fd6-b541-41cf-8b38-15fa370b4905 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2123] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:56:52 2026] DELETE /v2.0/networks/9cf87a3d-048c-4329-9a71-5e11cb6b95a6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2124] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:56:52 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2125] 10.0.0.187 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:52 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2126] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:56:53 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2127] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:53 2026] GET /v2.0/security-groups?tenant_id=ee14588fbf0b446dac2bc924e4827980&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: 1060/2128] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:56:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=827b9e4acc634ebc96287953df9344e6 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2129] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:53 2026] DELETE /v2.0/security-groups/0602df66-d313-415f-ae2e-e8ced6cddd17 => 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: 1070/2130] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:53 2026] GET /v2.0/security-groups?tenant_id=3896636ad03340e7ac30328f42c4149d&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:53.777 8 INFO neutron.services.segments.plugin [-] Segment 60161cc2-6ae2-4419-b53b-dc609c7ceb4d resource provider aggregate not found 2026-08-22 11:56:53.796 8 INFO neutron.services.segments.plugin [-] Segment 60161cc2-6ae2-4419-b53b-dc609c7ceb4d resource provider aggregate not found 2026-08-22 11:56:53.802 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60161cc2-6ae2-4419-b53b-dc609c7ceb4d resource provider; 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 60161cc2-6ae2-4419-b53b-dc609c7ceb4d found for delete ", "request_id": "req-c70b87d4-6e49-4bf3-99a5-d575d71fdf4e"}]} 2026-08-22 11:56:53.822 8 INFO neutron.services.segments.plugin [-] Segment d42d6fef-b743-4614-8e37-c1a92e5b16d7 resource provider aggregate not found 2026-08-22 11:56:53.832 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 60161cc2-6ae2-4419-b53b-dc609c7ceb4d resource provider; 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 60161cc2-6ae2-4419-b53b-dc609c7ceb4d found for delete ", "request_id": "req-6e11c782-bc39-46be-aed6-70f90e026cd3"}]} 2026-08-22 11:56:53.845 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d42d6fef-b743-4614-8e37-c1a92e5b16d7 resource provider; 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 d42d6fef-b743-4614-8e37-c1a92e5b16d7 found for delete ", "request_id": "req-58b796ff-b2ad-42d0-8f63-3dfde9a578df"}]} 2026-08-22 11:56:53.851 8 INFO neutron.services.segments.plugin [-] Segment d42d6fef-b743-4614-8e37-c1a92e5b16d7 resource provider aggregate not found 2026-08-22 11:56:53.866 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d42d6fef-b743-4614-8e37-c1a92e5b16d7 resource provider; 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 d42d6fef-b743-4614-8e37-c1a92e5b16d7 found for delete ", "request_id": "req-5effc6ee-c06a-4f9e-b875-a14cee2b622d"}]} [pid: 7|app: 0|req: 1071/2131] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:53 2026] DELETE /v2.0/security-groups/3ee77712-e018-4160-8a3b-3899e25b2753 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:56:53.979 7 INFO neutron.services.segments.plugin [-] Segment 9ae1ff4b-770f-485e-aa22-8ce69f453da9 resource provider aggregate not found 2026-08-22 11:56:53.987 7 INFO neutron.services.segments.plugin [-] Segment 9ae1ff4b-770f-485e-aa22-8ce69f453da9 resource provider aggregate not found 2026-08-22 11:56:54.008 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ae1ff4b-770f-485e-aa22-8ce69f453da9 resource provider; 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 9ae1ff4b-770f-485e-aa22-8ce69f453da9 found for delete ", "request_id": "req-0db0af0f-465a-441f-8377-cac067ff1d0f"}]} 2026-08-22 11:56:54.018 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ae1ff4b-770f-485e-aa22-8ce69f453da9 resource provider; 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 9ae1ff4b-770f-485e-aa22-8ce69f453da9 found for delete ", "request_id": "req-d4dd90d2-ef34-4d77-9d83-df9a977d7ba0"}]} [pid: 8|app: 0|req: 1061/2132] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:56:53 2026] POST /v2.0/ports => generated 1179 bytes in 582 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: 1072/2133] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:56:54 2026] GET /v2.0/security-groups?tenant_id=9e3cf8f111234f0cb15531cc01cf4fcb&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2134] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:54 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1182 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2135] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:56:54 2026] DELETE /v2.0/security-groups/8cfbd33e-031f-437c-bf90-2aa287489861 => 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: 1075/2136] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:54 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&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: 8|app: 0|req: 1062/2137] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:56:54 2026] PUT /v2.0/ports/96930481-cdfe-4efa-a00e-a1bb6e820776 => generated 1460 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:56:54.636 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd11ac0e-a39e-4a29-ace1-40aceffe30ea'] response: {'name': 'network-changed', 'server_uuid': '05bcc9c5-569f-434f-8b8b-14a53bb290d8', 'tag': '96930481-cdfe-4efa-a00e-a1bb6e820776', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1076/2138] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:55 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1463 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: 1063/2139] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:56:55 2026] GET /v2.0/networks?tenant_id=827b9e4acc634ebc96287953df9344e6&shared=False => generated 2375 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2140] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:56:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2141] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2142] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.96&port_id=96930481-cdfe-4efa-a00e-a1bb6e820776 => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2143] 199.19.213.179 () {34 vars in 1104 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aca&port_id=96930481-cdfe-4efa-a00e-a1bb6e820776 => 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: 1079/2144] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/subnets?id=a1775020-d2da-4e2e-8439-20dc01949831&id=855789f8-df48-4c71-868b-1ce4d7663d43 => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2145] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&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: 7|app: 0|req: 1080/2146] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&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: 8|app: 0|req: 1067/2147] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2148] 10.0.0.187 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&fields=id&fields=name => generated 112 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2149] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2150] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:56:56 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 1082/2151] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:56:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2152] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:56:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2153] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:56:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2154] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:56:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2155] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:56:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2156] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:56:59 2026] PUT /v2.0/subnetpools/04cf2bc9-1849-40e1-bea0-e71c05f4ca4d/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2157] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:56:59 2026] PUT /v2.0/subnetpools/f767b623-946b-4edc-a79d-2e25b9fb232e/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2158] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:56:59 2026] PUT /v2.0/subnetpools/714c771f-6cf8-4d98-923e-6fce2f83a6f7/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: 1086/2159] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:56:59 2026] PUT /v2.0/subnetpools/61cf8f70-f480-4e2d-8cb2-8a2e04a3544b/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2160] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1196 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2161] 10.0.0.158 () {32 vars in 672 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2162] 10.0.0.158 () {32 vars in 686 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/subnetpools?tags=red%2Cblue => 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: 1075/2163] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&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: 7|app: 0|req: 1089/2164] 10.0.0.158 () {32 vars in 682 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2165] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2168] 10.0.0.158 () {32 vars in 680 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2169] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 11:56:59 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: 1091/2170] 10.0.0.158 () {32 vars in 690 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2171] 10.0.0.158 () {32 vars in 702 bytes} [Sat Aug 22 11:56:59 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2172] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:56:59 2026] DELETE /v2.0/subnetpools/04cf2bc9-1849-40e1-bea0-e71c05f4ca4d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2173] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:56:59 2026] DELETE /v2.0/subnetpools/f767b623-946b-4edc-a79d-2e25b9fb232e => 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: 1093/2174] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:57:00 2026] DELETE /v2.0/subnetpools/714c771f-6cf8-4d98-923e-6fce2f83a6f7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2175] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:57:00 2026] DELETE /v2.0/subnetpools/61cf8f70-f480-4e2d-8cb2-8a2e04a3544b => 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: 1094/2176] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:57:00 2026] DELETE /v2.0/subnetpools/b5a68043-4518-4a24-8e96-07d7c5f8fb79 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2177] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:00 2026] GET /v2.0/security-groups?tenant_id=b215ee8502eb448082f4802a07281afc&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2178] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:01 2026] DELETE /v2.0/security-groups/7a666900-7c10-4d59-8277-bd80d5868fbf => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2179] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:01 2026] GET /v2.0/security-groups?tenant_id=e3610a9f7f264cbfb40e61e240719741&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: 1085/2180] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:01 2026] DELETE /v2.0/security-groups/51aa7f1f-08d0-4ab4-8ea1-af0c488d9f21 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2181] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:01 2026] GET /v2.0/security-groups?tenant_id=86bd01d6ab0349539c14cb6cf694396d&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2182] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:02 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2183] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:02 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2184] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:01 2026] DELETE /v2.0/security-groups/0536a8fa-9460-496d-93b0-f0eae727380d => generated 0 bytes in 770 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2185] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:02 2026] GET /v2.0/security-groups?tenant_id=f0c9c41f7b2f4b63baaf5bef7ad1dcd2&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2186] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:02 2026] DELETE /v2.0/security-groups/e4b4be71-0685-47d8-ad75-556ff937286e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2187] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:03 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2188] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:03 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&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: 7|app: 0|req: 1101/2189] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:04 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2190] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:04 2026] GET /v2.0/security-groups?id=670d1b2d-a3ee-41f6-9326-f12cb158dd6e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2191] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:04 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2192] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:04 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&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: 8|app: 0|req: 1090/2193] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:57:04 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:57:05.008 7 INFO neutron_taas.services.taas.taas_plugin [req-82517b31-2f2b-4bcb-8613-a660624a633c req-8a051aaa-6b0e-45f9-8a9e-a203e3c4924b 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] TaaS: Handle Delete Port: 6476c55d-870c-44b1-8563-70cbaf1aebda 2026-08-22 11:57:05.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-82517b31-2f2b-4bcb-8613-a660624a633c req-8a051aaa-6b0e-45f9-8a9e-a203e3c4924b 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Tap Mirror: Handle Delete Port: 6476c55d-870c-44b1-8563-70cbaf1aebda [pid: 8|app: 0|req: 1091/2194] 10.0.0.158 () {32 vars in 818 bytes} [Sat Aug 22 11:57:04 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&mac_address=fa%3A16%3A3e%3A08%3A48%3Ac6 => generated 1196 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:05.141 7 INFO neutron.db.l3_db [req-82517b31-2f2b-4bcb-8613-a660624a633c req-8a051aaa-6b0e-45f9-8a9e-a203e3c4924b 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Floating IP 77d848f4-2bfb-463d-ad6b-cd6631910ecd disassociated. External IP: 10.96.250.219, port: 6476c55d-870c-44b1-8563-70cbaf1aebda. [pid: 7|app: 0|req: 1104/2195] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:57:04 2026] DELETE /v2.0/ports/6476c55d-870c-44b1-8563-70cbaf1aebda => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:05.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c11dff3d-6f63-4ae3-b727-8abc012396c9'] response: {'server_uuid': '9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14', 'name': 'network-vif-deleted', 'tag': '6476c55d-870c-44b1-8563-70cbaf1aebda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1105/2196] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:05 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:05.903 8 INFO neutron.db.l3_db [None req-2cfbd9c4-08f9-41ec-90b5-ac9093169a62 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Floating IP 58e48e1c-c375-424d-820f-e287f684b368 associated. External IP: 10.96.250.213, port: 96930481-cdfe-4efa-a00e-a1bb6e820776. [pid: 8|app: 0|req: 1092/2197] 10.0.0.158 () {34 vars in 677 bytes} [Sat Aug 22 11:57:05 2026] POST /v2.0/floatingips => generated 854 bytes in 1228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:06.291 7 INFO neutron.db.segments_db [None req-9229ce62-e910-453a-bb2b-99e02a2ce1f0 3ed3dab846de43a283d07d0d14424fe0 7d60a8ca43b549ca8c2719c88cdd84af - - default default] Added segment b3efc23c-d851-44a9-8aa6-3d1ebe56508e of type vxlan for network a2acbab8-9d26-4fb7-b5f6-ed0eced9cffb 2026-08-22 11:57:06.312 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b12cd646-2454-4c24-8bfc-227b65566b0e'] response: {'name': 'network-changed', 'server_uuid': '05bcc9c5-569f-434f-8b8b-14a53bb290d8', 'tag': '96930481-cdfe-4efa-a00e-a1bb6e820776', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1106/2198] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:05 2026] POST /v2.0/networks => generated 632 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:06.469 8 INFO neutron.db.segments_db [None req-3a71938c-439a-404d-a592-678aa5d520cc 3ed3dab846de43a283d07d0d14424fe0 7d60a8ca43b549ca8c2719c88cdd84af - - default default] Added segment 90073229-feab-4c78-bf74-b22be10ef6a5 of type vxlan for network a3479741-2656-4869-94df-9c82dc723406 [pid: 8|app: 0|req: 1093/2199] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:06 2026] POST /v2.0/networks => generated 631 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:06.659 7 INFO neutron.db.segments_db [None req-21f5ac5a-dc48-4c6f-a1a9-2810834379d3 3ed3dab846de43a283d07d0d14424fe0 7d60a8ca43b549ca8c2719c88cdd84af - - default default] Added segment 75fa4708-aba9-40e1-9b7f-9c843efa5056 of type vxlan for network 60abfb2a-0f66-4e25-98d0-be27693fe18c [pid: 7|app: 0|req: 1107/2200] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:06 2026] POST /v2.0/networks => generated 632 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2201] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:57:06 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1465 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:06.891 8 INFO neutron.db.segments_db [None req-55296375-a08f-4665-a666-0bfa9c15b4ac 3ed3dab846de43a283d07d0d14424fe0 7d60a8ca43b549ca8c2719c88cdd84af - - default default] Added segment 88dd4bf9-0d25-49ba-af08-f3d7bc8e8b5f of type vxlan for network ebff6262-81f3-4bbc-a0b2-e79770e72245 [pid: 7|app: 0|req: 1109/2202] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:57:06 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2203] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:57:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.96&port_id=96930481-cdfe-4efa-a00e-a1bb6e820776 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2204] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:06 2026] POST /v2.0/networks => generated 631 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2205] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => 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: 1112/2206] 199.19.213.179 () {34 vars in 1104 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aca&port_id=96930481-cdfe-4efa-a00e-a1bb6e820776 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:07.089 8 INFO neutron.db.segments_db [None req-2e1553aa-c521-484c-a573-dbd48e683bb7 3ed3dab846de43a283d07d0d14424fe0 7d60a8ca43b549ca8c2719c88cdd84af - - default default] Added segment 9bb6909b-5fa1-4a95-8e4c-f171d635caa5 of type vxlan for network 16bdcaf1-9baa-47ec-9ca2-487038c98e62 [pid: 7|app: 0|req: 1113/2207] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/subnets?id=a1775020-d2da-4e2e-8439-20dc01949831&id=855789f8-df48-4c71-868b-1ce4d7663d43 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2208] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2209] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2210] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:07 2026] POST /v2.0/networks => generated 632 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2211] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 1096/2212] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:07 2026] PUT /v2.0/networks/a2acbab8-9d26-4fb7-b5f6-ed0eced9cffb/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2213] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 8|app: 0|req: 1097/2214] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:07 2026] PUT /v2.0/networks/a3479741-2656-4869-94df-9c82dc723406/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2215] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:07 2026] PUT /v2.0/networks/60abfb2a-0f66-4e25-98d0-be27693fe18c/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2216] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:07 2026] PUT /v2.0/networks/ebff6262-81f3-4bbc-a0b2-e79770e72245/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2217] 10.0.0.158 () {32 vars in 666 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2218] 10.0.0.158 () {32 vars in 680 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2219] 10.0.0.158 () {32 vars in 676 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2220] 10.0.0.158 () {32 vars in 688 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2221] 10.0.0.158 () {32 vars in 674 bytes} [Sat Aug 22 11:57:07 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: 8|app: 0|req: 1101/2222] 10.0.0.158 () {32 vars in 688 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2223] 10.0.0.158 () {32 vars in 684 bytes} [Sat Aug 22 11:57:07 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2224] 10.0.0.158 () {32 vars in 696 bytes} [Sat Aug 22 11:57:07 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-22 11:57:08.214 8 INFO neutron.services.segments.plugin [-] Segment b3efc23c-d851-44a9-8aa6-3d1ebe56508e resource provider aggregate not found 2026-08-22 11:57:08.216 8 INFO neutron.services.segments.plugin [-] Segment b3efc23c-d851-44a9-8aa6-3d1ebe56508e resource provider aggregate not found 2026-08-22 11:57:08.237 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b3efc23c-d851-44a9-8aa6-3d1ebe56508e resource provider; 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 b3efc23c-d851-44a9-8aa6-3d1ebe56508e found for delete ", "request_id": "req-2332b514-d4c4-4881-bc9f-e046c3ecdca9"}]} 2026-08-22 11:57:08.244 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b3efc23c-d851-44a9-8aa6-3d1ebe56508e resource provider; 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 b3efc23c-d851-44a9-8aa6-3d1ebe56508e found for delete ", "request_id": "req-9c97fe2a-8112-447f-9e85-038709dddd93"}]} [pid: 8|app: 0|req: 1104/2225] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:08 2026] DELETE /v2.0/networks/a2acbab8-9d26-4fb7-b5f6-ed0eced9cffb => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:08.286 7 INFO neutron.db.segments_db [None req-d734d10e-17b1-461e-a87b-4527fb71a19e d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Added segment a6c69c6c-4d4c-47cb-baeb-406a00ad1bc2 of type vxlan for network 71f304ae-46ea-4ccc-855b-5888f5704352 [pid: 8|app: 0|req: 1105/2226] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:08 2026] GET /v2.0/ports?device_id=9ab36a03-4a25-4e8f-8e66-efa6e7f7ad14 => 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: 1122/2227] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:07 2026] POST /v2.0/networks => generated 631 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2228] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:08 2026] DELETE /v2.0/networks/a3479741-2656-4869-94df-9c82dc723406 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2229] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:08 2026] DELETE /v2.0/networks/60abfb2a-0f66-4e25-98d0-be27693fe18c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2230] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:57:08 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2231] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:08 2026] DELETE /v2.0/networks/ebff6262-81f3-4bbc-a0b2-e79770e72245 => generated 0 bytes in 135 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: 8|app: 0|req: 1109/2232] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:08 2026] DELETE /v2.0/networks/16bdcaf1-9baa-47ec-9ca2-487038c98e62 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2233] 10.0.0.158 () {34 vars in 666 bytes} [Sat Aug 22 11:57:08 2026] POST /v2.0/trunks => generated 407 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:09.043 8 INFO neutron.db.segments_db [None req-ccfd6d6e-13ba-41f6-af48-731821bc988f d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Added segment 6f461764-298e-4005-97b2-bfd0c544d3d0 of type vxlan for network cdb53adb-1b57-42aa-b11c-296b5ea7e454 [pid: 8|app: 0|req: 1110/2234] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:08 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2235] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:57:09 2026] POST /v2.0/ports => generated 743 bytes in 330 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: 1111/2236] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:09 2026] DELETE /v2.0/security-groups/670d1b2d-a3ee-41f6-9326-f12cb158dd6e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2237] 10.0.0.158 () {34 vars in 666 bytes} [Sat Aug 22 11:57:09 2026] POST /v2.0/trunks => generated 407 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:09.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-13612c57-4289-4b1c-a137-17964c4ffac0 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] TaaS: Handle Delete Port: 08872e3c-97b7-4429-850e-4400c0ea22bd 2026-08-22 11:57:09.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13612c57-4289-4b1c-a137-17964c4ffac0 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Tap Mirror: Handle Delete Port: 08872e3c-97b7-4429-850e-4400c0ea22bd 2026-08-22 11:57:09.699 7 INFO neutron.db.segments_db [None req-0de139f4-79d8-4db5-9cdb-fa768d4f4c8c d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Added segment 218fd9a2-c0d4-4400-a69e-ffd71c03ecda of type vxlan for network ff613b44-1260-412e-9317-7624d74d8e67 [pid: 7|app: 0|req: 1127/2238] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:09 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2239] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:57:09 2026] DELETE /v2.0/floatingips/77d848f4-2bfb-463d-ad6b-cd6631910ecd => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2240] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:09 2026] GET /v2.0/security-groups?tenant_id=7d60a8ca43b549ca8c2719c88cdd84af&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2241] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:10 2026] DELETE /v2.0/security-groups/7c0f1a51-4b68-443a-a082-b613215f4810 => 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: 1130/2242] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:10 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:57:10.286 8 INFO neutron.services.segments.plugin [-] Segment 90073229-feab-4c78-bf74-b22be10ef6a5 resource provider aggregate not found 2026-08-22 11:57:10.292 8 INFO neutron.services.segments.plugin [-] Segment 90073229-feab-4c78-bf74-b22be10ef6a5 resource provider aggregate not found 2026-08-22 11:57:10.306 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90073229-feab-4c78-bf74-b22be10ef6a5 resource provider; 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 90073229-feab-4c78-bf74-b22be10ef6a5 found for delete ", "request_id": "req-42d3c8e3-f957-4c3f-bd53-c83aad50e118"}]} 2026-08-22 11:57:10.317 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90073229-feab-4c78-bf74-b22be10ef6a5 resource provider; 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 90073229-feab-4c78-bf74-b22be10ef6a5 found for delete ", "request_id": "req-90fedef8-54a3-4c8e-820a-ad85e8666d9f"}]} 2026-08-22 11:57:10.333 8 INFO neutron.services.segments.plugin [-] Segment 75fa4708-aba9-40e1-9b7f-9c843efa5056 resource provider aggregate not found [pid: 8|app: 0|req: 1113/2243] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:57:09 2026] POST /v2.0/ports => generated 743 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:10.342 8 INFO neutron.services.segments.plugin [-] Segment 75fa4708-aba9-40e1-9b7f-9c843efa5056 resource provider aggregate not found /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-22 11:57:10.361 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 75fa4708-aba9-40e1-9b7f-9c843efa5056 resource provider; 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 75fa4708-aba9-40e1-9b7f-9c843efa5056 found for delete ", "request_id": "req-0bc45587-1580-4b44-8887-49c0379402b2"}]} 2026-08-22 11:57:10.369 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 75fa4708-aba9-40e1-9b7f-9c843efa5056 resource provider; 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 75fa4708-aba9-40e1-9b7f-9c843efa5056 found for delete ", "request_id": "req-85f509f2-2380-4554-815a-c2790ef23d81"}]} 2026-08-22 11:57:10.397 8 INFO neutron.services.segments.plugin [-] Segment 88dd4bf9-0d25-49ba-af08-f3d7bc8e8b5f resource provider aggregate not found 2026-08-22 11:57:10.403 8 INFO neutron.services.segments.plugin [-] Segment 88dd4bf9-0d25-49ba-af08-f3d7bc8e8b5f resource provider aggregate not found [pid: 8|app: 0|req: 1114/2244] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:10 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&fields=id&fields=name => generated 114 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2245] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:10 2026] GET /v2.0/security-groups?tenant_id=1b76120ab66643458282abaa36482972&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:10.428 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88dd4bf9-0d25-49ba-af08-f3d7bc8e8b5f resource provider; 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 88dd4bf9-0d25-49ba-af08-f3d7bc8e8b5f found for delete ", "request_id": "req-8b613b9a-d002-4939-b8c2-19f28407b108"}]} 2026-08-22 11:57:10.436 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88dd4bf9-0d25-49ba-af08-f3d7bc8e8b5f resource provider; 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 88dd4bf9-0d25-49ba-af08-f3d7bc8e8b5f found for delete ", "request_id": "req-c64287ed-33f5-4af6-9d66-5b12bc8842c1"}]} 2026-08-22 11:57:10.452 8 INFO neutron.services.segments.plugin [-] Segment 9bb6909b-5fa1-4a95-8e4c-f171d635caa5 resource provider aggregate not found 2026-08-22 11:57:10.465 8 INFO neutron.services.segments.plugin [-] Segment 9bb6909b-5fa1-4a95-8e4c-f171d635caa5 resource provider aggregate not found 2026-08-22 11:57:10.488 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9bb6909b-5fa1-4a95-8e4c-f171d635caa5 resource provider; 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 9bb6909b-5fa1-4a95-8e4c-f171d635caa5 found for delete ", "request_id": "req-fb238917-3868-4c6c-88ca-ee03c3c7a58e"}]} 2026-08-22 11:57:10.502 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9bb6909b-5fa1-4a95-8e4c-f171d635caa5 resource provider; 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 9bb6909b-5fa1-4a95-8e4c-f171d635caa5 found for delete ", "request_id": "req-1cd4214a-e2e4-498f-885e-d86c1913f370"}]} [pid: 7|app: 0|req: 1132/2246] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:10 2026] DELETE /v2.0/security-groups/6c632de7-dd57-4bd5-b776-c953852878b3 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2247] 10.0.0.158 () {34 vars in 666 bytes} [Sat Aug 22 11:57:10 2026] POST /v2.0/trunks => generated 407 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:10.799 8 INFO neutron.db.segments_db [None req-a6145f2c-9d2d-4852-bbdc-7e807ff5b953 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Added segment 72406cec-1751-473e-b46d-f6edc7882f68 of type vxlan for network 57cf72ee-0c27-4726-899c-811a314d0fcc [pid: 7|app: 0|req: 1133/2248] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:10 2026] GET /v2.0/security-groups?tenant_id=f6c8a38e80b14bbeb1a656f74031b764&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2249] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:10 2026] POST /v2.0/networks => generated 632 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2250] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:10 2026] DELETE /v2.0/security-groups/f02f0b5d-1321-4489-9746-c8cc6fc14b87 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2251] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:57:10 2026] POST /v2.0/ports => generated 743 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2252] 10.0.0.158 () {34 vars in 666 bytes} [Sat Aug 22 11:57:11 2026] POST /v2.0/trunks => generated 407 bytes in 155 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-22 11:57:11.520 8 INFO neutron.db.segments_db [None req-cdcdea73-5cad-4249-8e7f-6cbe5279a09b d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Added segment 3b2c43c4-cf74-4c78-8b46-494c42454841 of type vxlan for network 1aea1245-d38e-4681-a9a0-24f130efd78c [pid: 7|app: 0|req: 1136/2253] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:11 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => 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: 1137/2254] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:11 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&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: 1118/2255] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:11 2026] POST /v2.0/networks => generated 632 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2256] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:57:11 2026] POST /v2.0/ports => generated 743 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2257] 10.0.0.158 () {34 vars in 666 bytes} [Sat Aug 22 11:57:12 2026] POST /v2.0/trunks => generated 407 bytes in 225 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: 1139/2258] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:57:12 2026] PUT /v2.0/trunks/5eac19e1-286c-4771-a35b-d03b118fc272/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2259] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:57:12 2026] PUT /v2.0/trunks/ed5f900c-e57e-4122-94ee-01941089bdaf/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2260] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:57:12 2026] PUT /v2.0/trunks/4aa26a8b-1585-4538-9ee6-f8d107591ac7/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2261] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:57:12 2026] PUT /v2.0/trunks/7766f478-ddff-416a-ba7b-29eef15945f4/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2262] 10.0.0.158 () {32 vars in 662 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2263] 10.0.0.158 () {32 vars in 676 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2264] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2265] 10.0.0.158 () {32 vars in 672 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2266] 10.0.0.158 () {32 vars in 684 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2267] 10.0.0.158 () {32 vars in 670 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2268] 10.0.0.158 () {32 vars in 684 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:12.691 7 INFO neutron_taas.services.taas.taas_plugin [req-573eaa9a-088f-45ed-ad1c-a91531f4875f req-6b97f1bc-bbdd-4d23-a1ee-ccf32a56354e 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] TaaS: Handle Delete Port: 94262227-e88a-469d-ad25-f8cb7626e708 2026-08-22 11:57:12.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-573eaa9a-088f-45ed-ad1c-a91531f4875f req-6b97f1bc-bbdd-4d23-a1ee-ccf32a56354e 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Tap Mirror: Handle Delete Port: 94262227-e88a-469d-ad25-f8cb7626e708 [pid: 8|app: 0|req: 1127/2269] 10.0.0.158 () {32 vars in 680 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2270] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2271] 10.0.0.158 () {32 vars in 692 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2272] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/security-groups?id=6c3fc081-4cfd-42ba-999a-96dd1b99432d&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: 1131/2273] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/trunks/5eac19e1-286c-4771-a35b-d03b118fc272 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2274] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 11:57:12 2026] DELETE /v2.0/ports/94262227-e88a-469d-ad25-f8cb7626e708 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:12.945 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48c4dde0-aa48-4fd6-86da-defff58bfaaf'] response: {'server_uuid': '6ef3b9a6-abe1-4743-a190-54a7b26f6f10', 'name': 'network-vif-deleted', 'tag': '94262227-e88a-469d-ad25-f8cb7626e708', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1132/2275] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:57:12 2026] GET /v2.0/ports/ca90bf6c-fedf-4ba9-92cb-b85500047c48 => generated 826 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2276] 10.0.0.187 () {34 vars in 990 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2277] 10.0.0.158 () {32 vars in 722 bytes} [Sat Aug 22 11:57:13 2026] DELETE /v2.0/trunks/5eac19e1-286c-4771-a35b-d03b118fc272 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2278] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/trunks/ed5f900c-e57e-4122-94ee-01941089bdaf => generated 420 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2279] 10.0.0.187 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&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: 1146/2280] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/ports/4d8d11d0-b7c6-47af-bbe5-469e46ddde74 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2281] 10.0.0.158 () {32 vars in 722 bytes} [Sat Aug 22 11:57:13 2026] DELETE /v2.0/trunks/ed5f900c-e57e-4122-94ee-01941089bdaf => 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: 1147/2282] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/trunks/4aa26a8b-1585-4538-9ee6-f8d107591ac7 => generated 429 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2283] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/ports/82ebdca7-2459-4d01-ae61-239acf7bf0da => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2284] 10.0.0.158 () {32 vars in 722 bytes} [Sat Aug 22 11:57:13 2026] DELETE /v2.0/trunks/4aa26a8b-1585-4538-9ee6-f8d107591ac7 => 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: 1137/2285] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/trunks/7766f478-ddff-416a-ba7b-29eef15945f4 => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2286] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/ports/bf994bb9-366d-4ee4-b025-7c98c2b6907b => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2287] 10.0.0.158 () {32 vars in 722 bytes} [Sat Aug 22 11:57:13 2026] DELETE /v2.0/trunks/7766f478-ddff-416a-ba7b-29eef15945f4 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2288] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/trunks/c00240d1-a19c-451a-a427-7e6cfff03ee2 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2289] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/ports/d7204e6c-448a-4363-a008-55c3d94e2e3d => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2290] 10.0.0.158 () {32 vars in 722 bytes} [Sat Aug 22 11:57:13 2026] DELETE /v2.0/trunks/c00240d1-a19c-451a-a427-7e6cfff03ee2 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2291] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:13 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:14.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-793dba34-2dbc-45c0-805e-e8fa81ef992b d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] TaaS: Handle Delete Port: ca90bf6c-fedf-4ba9-92cb-b85500047c48 2026-08-22 11:57:14.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-793dba34-2dbc-45c0-805e-e8fa81ef992b d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Tap Mirror: Handle Delete Port: ca90bf6c-fedf-4ba9-92cb-b85500047c48 [pid: 8|app: 0|req: 1140/2292] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:57:13 2026] DELETE /v2.0/ports/ca90bf6c-fedf-4ba9-92cb-b85500047c48 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:14.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c15dbac-62b4-4fe2-a7f6-17ec436ff413 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] TaaS: Handle Delete Port: 4d8d11d0-b7c6-47af-bbe5-469e46ddde74 2026-08-22 11:57:14.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c15dbac-62b4-4fe2-a7f6-17ec436ff413 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Tap Mirror: Handle Delete Port: 4d8d11d0-b7c6-47af-bbe5-469e46ddde74 [pid: 7|app: 0|req: 1153/2293] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:57:14 2026] DELETE /v2.0/ports/4d8d11d0-b7c6-47af-bbe5-469e46ddde74 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:14.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-17e977b9-3ede-493c-a6f7-a554eea02c04 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] TaaS: Handle Delete Port: 82ebdca7-2459-4d01-ae61-239acf7bf0da 2026-08-22 11:57:14.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17e977b9-3ede-493c-a6f7-a554eea02c04 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Tap Mirror: Handle Delete Port: 82ebdca7-2459-4d01-ae61-239acf7bf0da [pid: 8|app: 0|req: 1141/2294] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:57:14 2026] DELETE /v2.0/ports/82ebdca7-2459-4d01-ae61-239acf7bf0da => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:14.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-985f0dd8-8fbf-4b5c-b549-840328f004f8 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] TaaS: Handle Delete Port: bf994bb9-366d-4ee4-b025-7c98c2b6907b 2026-08-22 11:57:14.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-985f0dd8-8fbf-4b5c-b549-840328f004f8 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Tap Mirror: Handle Delete Port: bf994bb9-366d-4ee4-b025-7c98c2b6907b [pid: 8|app: 0|req: 1142/2295] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:57:14 2026] DELETE /v2.0/ports/bf994bb9-366d-4ee4-b025-7c98c2b6907b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:14.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-71e058d9-673d-4fcf-9b23-0d4297f476d2 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] TaaS: Handle Delete Port: d7204e6c-448a-4363-a008-55c3d94e2e3d 2026-08-22 11:57:14.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71e058d9-673d-4fcf-9b23-0d4297f476d2 d0d1cca407044216935b560e26852d78 b29197ec500d4286882ecb3dd2bc8b28 - - default default] Tap Mirror: Handle Delete Port: d7204e6c-448a-4363-a008-55c3d94e2e3d [pid: 8|app: 0|req: 1145/2298] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:57:14 2026] DELETE /v2.0/ports/d7204e6c-448a-4363-a008-55c3d94e2e3d => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:15.110 8 INFO neutron.services.segments.plugin [-] Segment a6c69c6c-4d4c-47cb-baeb-406a00ad1bc2 resource provider aggregate not found 2026-08-22 11:57:15.116 8 INFO neutron.services.segments.plugin [-] Segment a6c69c6c-4d4c-47cb-baeb-406a00ad1bc2 resource provider aggregate not found 2026-08-22 11:57:15.136 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6c69c6c-4d4c-47cb-baeb-406a00ad1bc2 resource provider; 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 a6c69c6c-4d4c-47cb-baeb-406a00ad1bc2 found for delete ", "request_id": "req-e4c67bfe-f525-43ec-82f5-1be0091e77a9"}]} 2026-08-22 11:57:15.138 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6c69c6c-4d4c-47cb-baeb-406a00ad1bc2 resource provider; 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 a6c69c6c-4d4c-47cb-baeb-406a00ad1bc2 found for delete ", "request_id": "req-86cbf521-e55d-46a2-a0b1-90383794623a"}]} [pid: 8|app: 0|req: 1146/2299] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:14 2026] DELETE /v2.0/networks/71f304ae-46ea-4ccc-855b-5888f5704352 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2300] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:57:14 2026] POST /v2.0/floatingips => generated 552 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2301] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/ports?device_id=6ef3b9a6-abe1-4743-a190-54a7b26f6f10 => 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: 1148/2302] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:57:15 2026] PUT /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:15.287 7 INFO neutron.services.segments.plugin [-] Segment 6f461764-298e-4005-97b2-bfd0c544d3d0 resource provider aggregate not found 2026-08-22 11:57:15.293 7 INFO neutron.services.segments.plugin [-] Segment 6f461764-298e-4005-97b2-bfd0c544d3d0 resource provider aggregate not found 2026-08-22 11:57:15.312 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6f461764-298e-4005-97b2-bfd0c544d3d0 resource provider; 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 6f461764-298e-4005-97b2-bfd0c544d3d0 found for delete ", "request_id": "req-17611072-8122-4352-909f-9f6a86d09f5e"}]} 2026-08-22 11:57:15.312 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6f461764-298e-4005-97b2-bfd0c544d3d0 resource provider; 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 6f461764-298e-4005-97b2-bfd0c544d3d0 found for delete ", "request_id": "req-2f9cf265-0fb4-4a2f-acd4-52d07609ae2f"}]} [pid: 8|app: 0|req: 1149/2303] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2304] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:15 2026] DELETE /v2.0/networks/cdb53adb-1b57-42aa-b11c-296b5ea7e454 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2305] 10.0.0.158 () {34 vars in 770 bytes} [Sat Aug 22 11:57:15 2026] PUT /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2306] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2307] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:15 2026] DELETE /v2.0/networks/ff613b44-1260-412e-9317-7624d74d8e67 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2308] 10.0.0.158 () {34 vars in 766 bytes} [Sat Aug 22 11:57:15 2026] PUT /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2309] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2310] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:15 2026] DELETE /v2.0/networks/57cf72ee-0c27-4726-899c-811a314d0fcc => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2311] 10.0.0.158 () {34 vars in 788 bytes} [Sat Aug 22 11:57:15 2026] PUT /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2312] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2313] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:57:15 2026] PUT /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2314] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:15 2026] DELETE /v2.0/networks/1aea1245-d38e-4681-a9a0-24f130efd78c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2315] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2316] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags/red => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:15.998 8 INFO neutron.api.v2.resource [None req-7e40609d-24ad-409c-a73d-d182c1cefb3d 788944589e754a23bddc837a03a26206 74e154efcb9549ecbc2f36dca3bbe7ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1158/2317] 10.0.0.158 () {32 vars in 751 bytes} [Sat Aug 22 11:57:15 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2318] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:57:16 2026] DELETE /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags/red => 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: 1159/2319] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:16 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:16.234 7 INFO neutron.api.v2.resource [None req-621ee2ab-a840-4d5d-9082-ab8f78dc5b7e 788944589e754a23bddc837a03a26206 74e154efcb9549ecbc2f36dca3bbe7ed - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1161/2320] 10.0.0.158 () {32 vars in 754 bytes} [Sat Aug 22 11:57:16 2026] DELETE /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2321] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:57:16 2026] DELETE /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2322] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:16 2026] GET /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2323] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:16 2026] DELETE /v2.0/security-groups/6c3fc081-4cfd-42ba-999a-96dd1b99432d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:16.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3f2f7f5-06ed-42e5-9e69-1216a97e456e 788944589e754a23bddc837a03a26206 74e154efcb9549ecbc2f36dca3bbe7ed - - default default] TaaS: Handle Delete Port: 0674a38e-52a9-43c8-ae14-3a541fdb7d75 2026-08-22 11:57:16.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3f2f7f5-06ed-42e5-9e69-1216a97e456e 788944589e754a23bddc837a03a26206 74e154efcb9549ecbc2f36dca3bbe7ed - - default default] Tap Mirror: Handle Delete Port: 0674a38e-52a9-43c8-ae14-3a541fdb7d75 [pid: 7|app: 0|req: 1164/2324] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:57:16 2026] DELETE /v2.0/floatingips/9620feb6-fa5f-4127-a788-5b859238b841 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:16.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-71dc7c79-d964-4d51-bbd7-34fbfe1f701d 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] TaaS: Handle Delete Port: d6879f4f-904b-4bb6-b9ea-96ff560af276 2026-08-22 11:57:16.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71dc7c79-d964-4d51-bbd7-34fbfe1f701d 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Tap Mirror: Handle Delete Port: d6879f4f-904b-4bb6-b9ea-96ff560af276 [pid: 7|app: 0|req: 1165/2325] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:16 2026] GET /v2.0/security-groups?tenant_id=3d7bf5f0157f458fba9a2fbad7cf956d&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2326] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:17 2026] DELETE /v2.0/security-groups/06a64990-8948-498b-9c0b-0c67a68fe2e8 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:17.333 7 INFO neutron.services.segments.plugin [-] Segment 218fd9a2-c0d4-4400-a69e-ffd71c03ecda resource provider aggregate not found 2026-08-22 11:57:17.348 7 INFO neutron.services.segments.plugin [-] Segment 218fd9a2-c0d4-4400-a69e-ffd71c03ecda resource provider aggregate not found 2026-08-22 11:57:17.354 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 218fd9a2-c0d4-4400-a69e-ffd71c03ecda resource provider; 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 218fd9a2-c0d4-4400-a69e-ffd71c03ecda found for delete ", "request_id": "req-bb0a8e5d-7d53-4512-abfb-a37c006c6bed"}]} 2026-08-22 11:57:17.369 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 218fd9a2-c0d4-4400-a69e-ffd71c03ecda resource provider; 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 218fd9a2-c0d4-4400-a69e-ffd71c03ecda found for delete ", "request_id": "req-5323e6f0-b171-430a-8a88-c5682b018fd8"}]} 2026-08-22 11:57:17.373 7 INFO neutron.services.segments.plugin [-] Segment 72406cec-1751-473e-b46d-f6edc7882f68 resource provider aggregate not found 2026-08-22 11:57:17.391 7 INFO neutron.services.segments.plugin [-] Segment 72406cec-1751-473e-b46d-f6edc7882f68 resource provider aggregate not found 2026-08-22 11:57:17.396 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 72406cec-1751-473e-b46d-f6edc7882f68 resource provider; 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 72406cec-1751-473e-b46d-f6edc7882f68 found for delete ", "request_id": "req-791436a5-2a4b-4fdf-bc2d-e5d7ddac9bd8"}]} 2026-08-22 11:57:17.411 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 72406cec-1751-473e-b46d-f6edc7882f68 resource provider; 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 72406cec-1751-473e-b46d-f6edc7882f68 found for delete ", "request_id": "req-257aea91-c962-4925-a1ec-f399aee7b6b7"}]} 2026-08-22 11:57:17.421 7 INFO neutron.services.segments.plugin [-] Segment 3b2c43c4-cf74-4c78-8b46-494c42454841 resource provider aggregate not found 2026-08-22 11:57:17.428 7 INFO neutron.services.segments.plugin [-] Segment 3b2c43c4-cf74-4c78-8b46-494c42454841 resource provider aggregate not found 2026-08-22 11:57:17.437 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3b2c43c4-cf74-4c78-8b46-494c42454841 resource provider; 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 3b2c43c4-cf74-4c78-8b46-494c42454841 found for delete ", "request_id": "req-144b6632-e6d6-4f31-b324-0c2fb01145f4"}]} 2026-08-22 11:57:17.441 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3b2c43c4-cf74-4c78-8b46-494c42454841 resource provider; 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 3b2c43c4-cf74-4c78-8b46-494c42454841 found for delete ", "request_id": "req-739d5905-192c-4623-b455-952776a375cc"}]} [pid: 8|app: 0|req: 1161/2327] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 11:57:16 2026] PUT /v2.0/routers/16c8d5e9-5c2d-4313-98f0-bc4c503859c9/remove_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2328] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:17 2026] GET /v2.0/security-groups?tenant_id=b29197ec500d4286882ecb3dd2bc8b28&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2329] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:17 2026] GET /v2.0/security-groups?tenant_id=0998fe3158c44eec805aa875b9cd9444&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2330] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:57:17 2026] DELETE /v2.0/subnets/755d53cc-6f22-4103-98ef-7fc576249dce => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2331] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:17 2026] DELETE /v2.0/security-groups/9f2441b6-1dfa-4cd3-a732-0d143404bf8f => 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: 1164/2332] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:17 2026] DELETE /v2.0/security-groups/b7c30fc6-3479-45bb-9d2d-c10b525719aa => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:18.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-d44fb27e-2d49-4db6-b6a7-b0ae4d787727 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] TaaS: Handle Delete Port: e637202e-d61a-4810-9f74-6ac4b3bc4c49 2026-08-22 11:57:18.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d44fb27e-2d49-4db6-b6a7-b0ae4d787727 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Tap Mirror: Handle Delete Port: e637202e-d61a-4810-9f74-6ac4b3bc4c49 [pid: 8|app: 0|req: 1165/2333] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:18 2026] GET /v2.0/security-groups?tenant_id=74e154efcb9549ecbc2f36dca3bbe7ed&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2334] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:18 2026] GET /v2.0/security-groups?tenant_id=db5ea023df564a9abaae568ffc2b8514&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:18.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-d44fb27e-2d49-4db6-b6a7-b0ae4d787727 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] TaaS: Handle Delete Port: 8e189c08-438b-4772-9ec6-dea8e77aa508 2026-08-22 11:57:18.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d44fb27e-2d49-4db6-b6a7-b0ae4d787727 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Tap Mirror: Handle Delete Port: 8e189c08-438b-4772-9ec6-dea8e77aa508 [pid: 8|app: 0|req: 1167/2335] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:18 2026] DELETE /v2.0/security-groups/0062dad6-8260-4be2-bb39-904519d76bb0 => 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: 1168/2336] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:18 2026] DELETE /v2.0/security-groups/20fef7ef-983a-4afc-8c31-1e595cf1616a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:18.689 7 INFO neutron.db.l3_hamode_db [None req-d44fb27e-2d49-4db6-b6a7-b0ae4d787727 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] HA network 44d70cef-2266-425c-bc11-5b29490bce2e was deleted as no HA routers are present in tenant 934d7b7dcb5a4f8a8e69cf8cb68159d0. [pid: 7|app: 0|req: 1169/2337] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:57:17 2026] DELETE /v2.0/routers/16c8d5e9-5c2d-4313-98f0-bc4c503859c9 => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:18.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-177d3378-35cb-49b4-b192-8c267fb6f98a 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] TaaS: Handle Delete Port: 90f1afeb-7369-4a5f-b1d3-3c608a191d08 2026-08-22 11:57:18.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-177d3378-35cb-49b4-b192-8c267fb6f98a 732d257b92854bf9b695f8cccbc80729 934d7b7dcb5a4f8a8e69cf8cb68159d0 - - default default] Tap Mirror: Handle Delete Port: 90f1afeb-7369-4a5f-b1d3-3c608a191d08 2026-08-22 11:57:19.014 8 INFO neutron.services.segments.plugin [-] Segment dd8cad16-1a9c-4422-977d-d1befa7ec494 resource provider aggregate not found 2026-08-22 11:57:19.021 8 INFO neutron.services.segments.plugin [-] Segment dd8cad16-1a9c-4422-977d-d1befa7ec494 resource provider aggregate not found 2026-08-22 11:57:19.040 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dd8cad16-1a9c-4422-977d-d1befa7ec494 resource provider; 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 dd8cad16-1a9c-4422-977d-d1befa7ec494 found for delete ", "request_id": "req-3da77fe0-2afd-40c2-899b-3f3368c61909"}]} 2026-08-22 11:57:19.041 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dd8cad16-1a9c-4422-977d-d1befa7ec494 resource provider; 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 dd8cad16-1a9c-4422-977d-d1befa7ec494 found for delete ", "request_id": "req-1a6faaf0-ece1-4efd-a2cd-72709e5cb50a"}]} [pid: 8|app: 0|req: 1169/2338] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:18 2026] DELETE /v2.0/networks/30a52b2e-6672-426e-b39f-3826c2b810f2 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:19.462 7 INFO neutron.services.segments.plugin [-] Segment 9c25f830-0bb9-4228-8e29-7b1d87b70386 resource provider aggregate not found 2026-08-22 11:57:19.473 7 INFO neutron.services.segments.plugin [-] Segment 9c25f830-0bb9-4228-8e29-7b1d87b70386 resource provider aggregate not found 2026-08-22 11:57:19.487 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9c25f830-0bb9-4228-8e29-7b1d87b70386 resource provider; 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 9c25f830-0bb9-4228-8e29-7b1d87b70386 found for delete ", "request_id": "req-d44b845c-c3c1-4f19-ac64-c7e4db2e5d8a"}]} 2026-08-22 11:57:19.490 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9c25f830-0bb9-4228-8e29-7b1d87b70386 resource provider; 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 9c25f830-0bb9-4228-8e29-7b1d87b70386 found for delete ", "request_id": "req-4776ad8b-1d39-4546-b92f-9ae10b47b7eb"}]} [pid: 7|app: 0|req: 1170/2339] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:19 2026] GET /v2.0/security-groups?tenant_id=934d7b7dcb5a4f8a8e69cf8cb68159d0&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2340] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:19 2026] DELETE /v2.0/security-groups/8cd108ae-9567-44ea-a4e3-3c624d406fb4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2341] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:20 2026] GET /v2.0/security-groups?tenant_id=a239b7e4ca254d4aaef0d10d6d8325dd&name=default => generated 2926 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2342] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:20 2026] DELETE /v2.0/security-groups/be172921-f279-436b-b16e-5862dbbdeaca => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2343] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 11:57:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2344] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:57:22 2026] PUT /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2345] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:22.338 8 INFO neutron.db.segments_db [None req-01091916-a79e-48bc-aa9c-b0f04793864c e09d1f47006c448280126d990e95552a 16de9e23d5ab49f49ed8373519ba8c3c - - default default] Added segment c626de16-db53-40f5-a1e6-f637b4d12cad of type vxlan for network f033b6bf-2244-4bb2-b123-e0e845661aa3 [pid: 7|app: 0|req: 1175/2346] 10.0.0.158 () {34 vars in 770 bytes} [Sat Aug 22 11:57:22 2026] PUT /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2347] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2348] 10.0.0.158 () {34 vars in 766 bytes} [Sat Aug 22 11:57:22 2026] PUT /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2349] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:22 2026] POST /v2.0/networks => generated 632 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2350] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2351] 10.0.0.158 () {34 vars in 788 bytes} [Sat Aug 22 11:57:22 2026] PUT /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2352] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2353] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 11:57:22 2026] PUT /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2354] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2355] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:22.730 7 INFO neutron.api.v2.resource [None req-577df738-111a-4bbe-accc-151b52a1c4aa be93994637fa4e28983185c0ae7954f4 208566348ed9447c9fd625950ba2968d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1184/2356] 10.0.0.158 () {32 vars in 751 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2357] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 11:57:22 2026] DELETE /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2358] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:57:22 2026] POST /v2.0/ports => generated 743 bytes in 353 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: 1186/2359] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:22.856 7 INFO neutron.api.v2.resource [None req-244d36c4-9061-4a53-b51e-31239b84e80a be93994637fa4e28983185c0ae7954f4 208566348ed9447c9fd625950ba2968d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2360] 10.0.0.158 () {32 vars in 754 bytes} [Sat Aug 22 11:57:22 2026] DELETE /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2361] 10.0.0.158 () {34 vars in 747 bytes} [Sat Aug 22 11:57:22 2026] PUT /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 25 bytes in 83 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: 1188/2362] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:57:22 2026] DELETE /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2363] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2364] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:57:22 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 25 bytes in 88 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: 1190/2365] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:57:22 2026] DELETE /v2.0/subnetpools/c1c728e4-6afa-4df3-9101-c06b80adb6ba => 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: 1176/2366] 10.0.0.158 () {34 vars in 758 bytes} [Sat Aug 22 11:57:22 2026] PUT /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags/green => generated 4 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2367] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 34 bytes in 77 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: 1177/2368] 10.0.0.158 () {34 vars in 754 bytes} [Sat Aug 22 11:57:23 2026] PUT /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags/red => generated 4 bytes in 102 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: 7|app: 0|req: 1192/2369] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 34 bytes in 87 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: 1178/2370] 10.0.0.158 () {34 vars in 776 bytes} [Sat Aug 22 11:57:23 2026] PUT /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags/black.or.white => generated 4 bytes in 92 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: 7|app: 0|req: 1193/2371] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/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, ' /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: 1179/2372] 10.0.0.158 () {34 vars in 747 bytes} [Sat Aug 22 11:57:23 2026] PUT /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 37 bytes in 64 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: 1194/2373] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2374] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/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: 1195/2375] 10.0.0.158 () {32 vars in 735 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags/red => generated 0 bytes in 54 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-22 11:57:23.778 8 INFO neutron.api.v2.resource [None req-d7367a96-f8e7-4147-bb8e-0f6fb13f1974 e09d1f47006c448280126d990e95552a 16de9e23d5ab49f49ed8373519ba8c3c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1181/2376] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags/green => generated 99 bytes in 48 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: 1196/2377] 10.0.0.158 () {32 vars in 738 bytes} [Sat Aug 22 11:57:23 2026] DELETE /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags/red => generated 0 bytes in 82 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: 1197/2378] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 30 bytes in 91 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, ' /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-22 11:57:24.068 7 INFO neutron.api.v2.resource [None req-b25f0435-2cda-4594-9360-06fd7896e61f e09d1f47006c448280126d990e95552a 16de9e23d5ab49f49ed8373519ba8c3c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1198/2379] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:57:23 2026] DELETE /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags/green => generated 99 bytes in 100 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: 8|app: 0|req: 1182/2380] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:23 2026] GET /v2.0/security-groups?tenant_id=19d48af6638549fa9bd4fdd7b9e46fd5&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2381] 10.0.0.158 () {32 vars in 730 bytes} [Sat Aug 22 11:57:24 2026] DELETE /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 0 bytes in 96 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: 1200/2382] 10.0.0.158 () {32 vars in 727 bytes} [Sat Aug 22 11:57:24 2026] GET /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2383] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:24 2026] DELETE /v2.0/security-groups/2d381b61-ceee-405b-9b46-019453bb577b => generated 0 bytes in 96 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-22 11:57:24.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-745c4912-c8f6-4e3a-9d2c-9df2480721c0 e09d1f47006c448280126d990e95552a 16de9e23d5ab49f49ed8373519ba8c3c - - default default] TaaS: Handle Delete Port: 4395eaff-5b44-46c9-96eb-1197812e65dc 2026-08-22 11:57:24.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-745c4912-c8f6-4e3a-9d2c-9df2480721c0 e09d1f47006c448280126d990e95552a 16de9e23d5ab49f49ed8373519ba8c3c - - default default] Tap Mirror: Handle Delete Port: 4395eaff-5b44-46c9-96eb-1197812e65dc [pid: 7|app: 0|req: 1201/2384] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:57:24 2026] DELETE /v2.0/ports/4395eaff-5b44-46c9-96eb-1197812e65dc => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2385] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:24 2026] GET /v2.0/security-groups?tenant_id=208566348ed9447c9fd625950ba2968d&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:24.631 7 INFO neutron.services.segments.plugin [-] Segment c626de16-db53-40f5-a1e6-f637b4d12cad resource provider aggregate not found 2026-08-22 11:57:24.637 7 INFO neutron.services.segments.plugin [-] Segment c626de16-db53-40f5-a1e6-f637b4d12cad resource provider aggregate not found 2026-08-22 11:57:24.655 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c626de16-db53-40f5-a1e6-f637b4d12cad resource provider; 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 c626de16-db53-40f5-a1e6-f637b4d12cad found for delete ", "request_id": "req-a9a85f1b-b4c0-4fee-b39e-ad4fa8c6d9ea"}]} 2026-08-22 11:57:24.661 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c626de16-db53-40f5-a1e6-f637b4d12cad resource provider; 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 c626de16-db53-40f5-a1e6-f637b4d12cad found for delete ", "request_id": "req-51bbb8fb-c4a2-481f-8627-dad41c0092e2"}]} [pid: 7|app: 0|req: 1202/2386] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:24 2026] DELETE /v2.0/networks/f033b6bf-2244-4bb2-b123-e0e845661aa3 => 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: 1185/2387] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:24 2026] DELETE /v2.0/security-groups/d05c25c9-b420-4534-86ee-4f8aa2062c5a => 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: 1203/2388] 10.0.0.67 () {30 vars in 689 bytes} [Sat Aug 22 11:57:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2389] 10.0.0.67 () {30 vars in 691 bytes} [Sat Aug 22 11:57:24 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: 1205/2390] 10.0.0.67 () {30 vars in 667 bytes} [Sat Aug 22 11:57: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: 7|app: 0|req: 1206/2391] 10.0.0.67 () {30 vars in 703 bytes} [Sat Aug 22 11:57:25 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: 1186/2392] 10.0.0.158 () {34 vars in 678 bytes} [Sat Aug 22 11:57:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2393] 10.0.0.158 () {34 vars in 678 bytes} [Sat Aug 22 11:57:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2394] 10.0.0.158 () {34 vars in 678 bytes} [Sat Aug 22 11:57:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2395] 10.0.0.158 () {34 vars in 678 bytes} [Sat Aug 22 11:57:25 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: 1188/2396] 10.0.0.158 () {34 vars in 678 bytes} [Sat Aug 22 11:57:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2397] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:25 2026] PUT /v2.0/policies/29d5aded-f129-4d88-809d-d5d9c08f85e4/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: 1189/2398] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:25 2026] PUT /v2.0/policies/007b4a17-880f-4b37-b207-e4dcb358bd3b/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2399] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:25 2026] PUT /v2.0/policies/0bd95edc-096f-49b7-87b0-32764c47fe28/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2400] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:25 2026] PUT /v2.0/policies/31dce73e-52f4-4fa2-ba3e-34680d391258/tags => 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: 1210/2401] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:25 2026] GET /v2.0/security-groups?tenant_id=16de9e23d5ab49f49ed8373519ba8c3c&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2402] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:25 2026] DELETE /v2.0/security-groups/934eec4d-515c-4d54-8c8a-bc6900214aa8 => 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: 1211/2403] 10.0.0.67 () {28 vars in 438 bytes} [Sat Aug 22 11:57:25 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: 1193/2404] 10.0.0.67 () {30 vars in 727 bytes} [Sat Aug 22 11:57:25 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2405] 10.0.0.67 () {30 vars in 689 bytes} [Sat Aug 22 11:57:25 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: 1195/2406] 10.0.0.67 () {30 vars in 691 bytes} [Sat Aug 22 11:57:25 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: 1196/2407] 10.0.0.67 () {30 vars in 667 bytes} [Sat Aug 22 11:57:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2408] 10.0.0.67 () {30 vars in 703 bytes} [Sat Aug 22 11:57:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2409] 10.0.0.67 () {30 vars in 727 bytes} [Sat Aug 22 11:57:25 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => 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: 1212/2410] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:25 2026] GET /v2.0/security-groups?tenant_id=41f3a25ed4d34c97abcff37728b11aee&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2411] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:25 2026] DELETE /v2.0/security-groups/589d6589-412e-4c3d-8bf9-e8695a48a7d9 => 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: 1214/2412] 10.0.0.67 () {30 vars in 689 bytes} [Sat Aug 22 11:57:26 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: 1215/2413] 10.0.0.67 () {30 vars in 691 bytes} [Sat Aug 22 11:57:26 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: 7|app: 0|req: 1216/2414] 10.0.0.67 () {30 vars in 667 bytes} [Sat Aug 22 11:57:26 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: 1217/2415] 10.0.0.67 () {30 vars in 703 bytes} [Sat Aug 22 11:57:26 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: 1199/2416] 10.0.0.158 () {32 vars in 674 bytes} [Sat Aug 22 11:57:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2417] 10.0.0.67 () {30 vars in 729 bytes} [Sat Aug 22 11:57:26 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2418] 10.0.0.67 () {30 vars in 681 bytes} [Sat Aug 22 11:57:26 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: 8|app: 0|req: 1200/2419] 10.0.0.158 () {32 vars in 688 bytes} [Sat Aug 22 11:57:26 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2420] 10.0.0.158 () {32 vars in 684 bytes} [Sat Aug 22 11:57:26 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: 1202/2421] 10.0.0.158 () {32 vars in 696 bytes} [Sat Aug 22 11:57:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2422] 10.0.0.158 () {32 vars in 682 bytes} [Sat Aug 22 11:57:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2423] 10.0.0.158 () {32 vars in 696 bytes} [Sat Aug 22 11:57:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2424] 10.0.0.67 () {34 vars in 703 bytes} [Sat Aug 22 11:57:26 2026] POST /v2.0/ports => generated 1128 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2425] 10.0.0.158 () {32 vars in 692 bytes} [Sat Aug 22 11:57:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 82 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: 1221/2426] 10.0.0.158 () {32 vars in 704 bytes} [Sat Aug 22 11:57:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2427] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:26 2026] DELETE /v2.0/qos/policies/29d5aded-f129-4d88-809d-d5d9c08f85e4 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2428] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:26 2026] DELETE /v2.0/qos/policies/007b4a17-880f-4b37-b207-e4dcb358bd3b => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2429] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:26 2026] DELETE /v2.0/qos/policies/0bd95edc-096f-49b7-87b0-32764c47fe28 => 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: 1223/2430] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:27 2026] DELETE /v2.0/qos/policies/31dce73e-52f4-4fa2-ba3e-34680d391258 => 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: 1208/2431] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:27 2026] DELETE /v2.0/qos/policies/05e22b7e-0a67-49c1-bd78-ed4e1c906a3d => 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: 1224/2432] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:28 2026] GET /v2.0/security-groups?tenant_id=0d15efdec2634469bc6d37e8199924f3&name=default => generated 2929 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:28.547 8 INFO neutron.db.segments_db [None req-89bbca35-e4de-425c-929d-6baf4ccc2f52 cc7fff1d5fd54ac3a365b9183d551020 ad14af2e71a84987afc4c86d69b17571 - - default default] Added segment 7cb5113e-f88c-4e05-95ac-d880304c1eba of type vxlan for network 00cc32ac-9119-4b45-8313-0e2a5730bea0 [pid: 8|app: 0|req: 1209/2433] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:28 2026] POST /v2.0/networks => generated 631 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2434] 10.0.0.158 () {34 vars in 669 bytes} [Sat Aug 22 11:57:28 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: 1211/2435] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:57:28 2026] PUT /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2436] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2437] 10.0.0.158 () {34 vars in 762 bytes} [Sat Aug 22 11:57:29 2026] PUT /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2438] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:28 2026] DELETE /v2.0/security-groups/fdd516b0-c8af-46a7-97cb-7f6656c2ea12 => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2439] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2440] 10.0.0.158 () {34 vars in 758 bytes} [Sat Aug 22 11:57:29 2026] PUT /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2441] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/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: 1216/2442] 10.0.0.158 () {34 vars in 780 bytes} [Sat Aug 22 11:57:29 2026] PUT /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2443] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2444] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/security-groups?tenant_id=0e42cc4f6cab464d9e26c2a961437512&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2445] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:57:29 2026] PUT /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/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: 1229/2446] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:29 2026] DELETE /v2.0/security-groups/c208ce7d-663c-4fc0-b76d-2c2e441878c9 => 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: 1230/2447] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2448] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:29.830 7 INFO neutron.api.v2.resource [None req-8865be68-dc8b-4a3c-93b2-40095ae4e3cd cc7fff1d5fd54ac3a365b9183d551020 ad14af2e71a84987afc4c86d69b17571 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1234/2451] 10.0.0.158 () {32 vars in 743 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-22 11:57:29.832 8 INFO neutron.db.segments_db [None req-6225b352-e817-4c99-b207-092da346def7 18d89b4f3e6945979d40a6ec4ad81de2 e0851468b8a346c8b92684f165c913ae - - default default] Added segment 08c125a6-f906-4b47-a305-3cb2eb69b89b of type vxlan for network 6f41d0c0-6907-4430-80f8-2a14feca6b8f [pid: 7|app: 0|req: 1235/2452] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:57:29 2026] DELETE /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags/red => 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: 1218/2453] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:29 2026] POST /v2.0/networks => generated 632 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2454] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2455] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:29 2026] GET /v2.0/security-groups?tenant_id=1746f1aedfd6439095675a2d1f548e95&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:30.065 7 INFO neutron.api.v2.resource [None req-c88ad302-dbf5-48e7-863e-173daab53693 cc7fff1d5fd54ac3a365b9183d551020 ad14af2e71a84987afc4c86d69b17571 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1237/2456] 10.0.0.158 () {32 vars in 746 bytes} [Sat Aug 22 11:57:30 2026] DELETE /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2457] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:30 2026] DELETE /v2.0/security-groups/ec93b048-71a3-49aa-ae94-52db5d2d3e2e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2458] 10.0.0.158 () {34 vars in 664 bytes} [Sat Aug 22 11:57:30 2026] POST /v2.0/ports => generated 743 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: 8|app: 0|req: 1221/2459] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:30 2026] DELETE /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2460] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2461] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92/tags => 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: 1241/2462] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:57:30 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: 1222/2463] 10.0.0.158 () {34 vars in 666 bytes} [Sat Aug 22 11:57:30 2026] POST /v2.0/trunks => generated 407 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2464] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:57:30 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: 1224/2465] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:57:30 2026] PUT /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2466] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:57:30 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: 1242/2467] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:57:30 2026] DELETE /v2.0/subnets/2a990ba4-8cd3-44d1-86f0-fb01145f0d92 => 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: 1226/2468] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2469] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:30.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-38d2f481-2e82-40d4-952e-f5fdf66ccba0 cc7fff1d5fd54ac3a365b9183d551020 ad14af2e71a84987afc4c86d69b17571 - - default default] TaaS: Handle Delete Port: c85c786c-3003-47ea-bad8-8580ffe9ef4a 2026-08-22 11:57:30.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38d2f481-2e82-40d4-952e-f5fdf66ccba0 cc7fff1d5fd54ac3a365b9183d551020 ad14af2e71a84987afc4c86d69b17571 - - default default] Tap Mirror: Handle Delete Port: c85c786c-3003-47ea-bad8-8580ffe9ef4a [pid: 8|app: 0|req: 1228/2470] 10.0.0.158 () {34 vars in 760 bytes} [Sat Aug 22 11:57:30 2026] PUT /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2471] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/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: 1230/2472] 10.0.0.158 () {34 vars in 756 bytes} [Sat Aug 22 11:57:30 2026] PUT /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2473] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/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: 1232/2474] 10.0.0.158 () {34 vars in 778 bytes} [Sat Aug 22 11:57:30 2026] PUT /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2475] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:30.951 7 INFO neutron.services.segments.plugin [-] Segment 7cb5113e-f88c-4e05-95ac-d880304c1eba resource provider aggregate not found 2026-08-22 11:57:30.954 7 INFO neutron.services.segments.plugin [-] Segment 7cb5113e-f88c-4e05-95ac-d880304c1eba resource provider aggregate not found 2026-08-22 11:57:30.979 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7cb5113e-f88c-4e05-95ac-d880304c1eba resource provider; 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 7cb5113e-f88c-4e05-95ac-d880304c1eba found for delete ", "request_id": "req-a36d9c61-7bb2-437c-840c-659c281980df"}]} [pid: 7|app: 0|req: 1243/2476] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:30 2026] DELETE /v2.0/networks/00cc32ac-9119-4b45-8313-0e2a5730bea0 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2477] 10.0.0.158 () {34 vars in 749 bytes} [Sat Aug 22 11:57:30 2026] PUT /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:30.991 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7cb5113e-f88c-4e05-95ac-d880304c1eba resource provider; 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 7cb5113e-f88c-4e05-95ac-d880304c1eba found for delete ", "request_id": "req-6a063279-bfd9-468d-8e8a-7d407eaa4bb0"}]} [pid: 7|app: 0|req: 1244/2478] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:57:30 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: 1245/2479] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:57:31 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: 1246/2480] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:57:31 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: 1247/2481] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:57:31 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: 1235/2482] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:57:30 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:31.065 7 INFO neutron.api.v2.resource [None req-edb8494e-aef2-487b-87a6-19452a1744f4 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1248/2483] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/security-groups/lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2484] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2485] 199.19.213.179 () {30 vars in 785 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/security-groups?name=lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:31.108 8 INFO neutron.api.v2.resource [None req-dda7266c-218e-4902-acc2-2acbc7531774 18d89b4f3e6945979d40a6ec4ad81de2 e0851468b8a346c8b92684f165c913ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1237/2486] 10.0.0.158 () {32 vars in 741 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/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: 1238/2487] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:31 2026] DELETE /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2488] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:31.206 8 INFO neutron.api.v2.resource [None req-7508a783-ae9f-4ec7-9107-b99a30f585cb 18d89b4f3e6945979d40a6ec4ad81de2 e0851468b8a346c8b92684f165c913ae - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2489] 10.0.0.158 () {32 vars in 744 bytes} [Sat Aug 22 11:57:31 2026] DELETE /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2490] 199.19.213.179 () {34 vars in 736 bytes} [Sat Aug 22 11:57:31 2026] POST /v2.0/security-groups => generated 1638 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2491] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 11:57:31 2026] DELETE /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2492] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28/tags => 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: 1251/2493] 199.19.213.179 () {30 vars in 815 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/security-group-rules?security_group_id=d178c0d6-7e6e-426a-a280-d01a86835483 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2494] 10.0.0.158 () {32 vars in 719 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2495] 10.0.0.158 () {32 vars in 717 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/ports/42997909-8af6-4794-946d-d2700437ab0d => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2496] 10.0.0.158 () {32 vars in 722 bytes} [Sat Aug 22 11:57:31 2026] DELETE /v2.0/trunks/e2fd9345-ff11-4277-8fa9-f23548530c28 => 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: 1252/2497] 199.19.213.179 () {34 vars in 789 bytes} [Sat Aug 22 11:57:31 2026] PUT /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:31.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-592338f4-ec30-42f3-8239-1b21a25ce4cf 18d89b4f3e6945979d40a6ec4ad81de2 e0851468b8a346c8b92684f165c913ae - - default default] TaaS: Handle Delete Port: 42997909-8af6-4794-946d-d2700437ab0d 2026-08-22 11:57:31.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-592338f4-ec30-42f3-8239-1b21a25ce4cf 18d89b4f3e6945979d40a6ec4ad81de2 e0851468b8a346c8b92684f165c913ae - - default default] Tap Mirror: Handle Delete Port: 42997909-8af6-4794-946d-d2700437ab0d /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: 1253/2498] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:57:31 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: 1254/2499] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:57:31 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: 1255/2500] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:57:31 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: 1256/2501] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:57:31 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: 1246/2502] 10.0.0.158 () {32 vars in 720 bytes} [Sat Aug 22 11:57:31 2026] DELETE /v2.0/ports/42997909-8af6-4794-946d-d2700437ab0d => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2503] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => 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: 1257/2504] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:31 2026] DELETE /v2.0/networks/6f41d0c0-6907-4430-80f8-2a14feca6b8f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2505] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:31 2026] GET /v2.0/security-groups?tenant_id=ccf4c5c5142a44debe88bd846dd032b6&name=default => generated 2929 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2506] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:32 2026] DELETE /v2.0/security-groups/d5c69b4b-e094-444d-b912-5ab388e1c6f1 => 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: 1249/2507] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:32 2026] GET /v2.0/security-groups?tenant_id=ad14af2e71a84987afc4c86d69b17571&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2508] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:32 2026] DELETE /v2.0/security-groups/f1e77037-4485-44d9-94af-9f6d3093b764 => 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: 1250/2509] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:32 2026] GET /v2.0/security-groups?tenant_id=2c359c28dc2a4c38975ab5458c6a4939&name=default => generated 2929 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2510] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:32 2026] DELETE /v2.0/security-groups/f71bd57b-61c8-42d4-a0dd-fd2a5c069950 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:32.997 7 INFO neutron.services.segments.plugin [-] Segment 08c125a6-f906-4b47-a305-3cb2eb69b89b resource provider aggregate not found 2026-08-22 11:57:33.012 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 08c125a6-f906-4b47-a305-3cb2eb69b89b resource provider; 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 08c125a6-f906-4b47-a305-3cb2eb69b89b found for delete ", "request_id": "req-e109d016-bbcb-43cf-9ab2-920589532d64"}]} 2026-08-22 11:57:33.018 7 INFO neutron.services.segments.plugin [-] Segment 08c125a6-f906-4b47-a305-3cb2eb69b89b resource provider aggregate not found 2026-08-22 11:57:33.040 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 08c125a6-f906-4b47-a305-3cb2eb69b89b resource provider; 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 08c125a6-f906-4b47-a305-3cb2eb69b89b found for delete ", "request_id": "req-d271880a-d2f4-4350-bba8-9fcf9c62ab35"}]} [pid: 8|app: 0|req: 1251/2511] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:33 2026] GET /v2.0/security-groups?tenant_id=e0851468b8a346c8b92684f165c913ae&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2512] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:33 2026] DELETE /v2.0/security-groups/defd2b5b-8034-43c5-a069-838c70fd3199 => 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: 1252/2513] 10.0.0.158 () {34 vars in 678 bytes} [Sat Aug 22 11:57:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2514] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:33 2026] PUT /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2515] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:33 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2516] 10.0.0.158 () {34 vars in 764 bytes} [Sat Aug 22 11:57:33 2026] PUT /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags/green => 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: 1254/2517] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:33 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2518] 10.0.0.158 () {34 vars in 760 bytes} [Sat Aug 22 11:57:34 2026] PUT /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2519] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:34 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2520] 10.0.0.158 () {34 vars in 782 bytes} [Sat Aug 22 11:57:34 2026] PUT /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2521] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:34 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2522] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:34 2026] PUT /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2523] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:34 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2524] 10.0.0.158 () {32 vars in 741 bytes} [Sat Aug 22 11:57:34 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:34.377 8 INFO neutron.api.v2.resource [None req-58e0a894-261d-4d20-89e5-3a6566f252a4 62ed3ec5d96a4bf9905c2f909eb3a180 d96cf2d6f4e2498b8e885d4ad100e7f2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1258/2525] 10.0.0.158 () {32 vars in 745 bytes} [Sat Aug 22 11:57:34 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/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: 1268/2526] 10.0.0.158 () {32 vars in 744 bytes} [Sat Aug 22 11:57:34 2026] DELETE /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2527] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:34 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:34.532 7 INFO neutron.api.v2.resource [None req-34dcfa1d-6407-4b3f-8aa9-c72120aa7aae 62ed3ec5d96a4bf9905c2f909eb3a180 d96cf2d6f4e2498b8e885d4ad100e7f2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1269/2528] 10.0.0.158 () {32 vars in 748 bytes} [Sat Aug 22 11:57:34 2026] DELETE /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2529] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:57:34 2026] DELETE /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2530] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:34 2026] GET /v2.0/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a/tags => 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: 1261/2531] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:34 2026] DELETE /v2.0/qos/policies/23cce0f7-4267-4f0e-b898-bf2a6839a68a => 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: 1271/2532] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:35 2026] GET /v2.0/security-groups?tenant_id=b822a9c0c876454f9ffcec4688e67eb1&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2533] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:35 2026] DELETE /v2.0/security-groups/7a23563b-8ca5-46a9-aeaf-51b6be10155b => 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: 1263/2534] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:35 2026] GET /v2.0/security-groups?tenant_id=d96cf2d6f4e2498b8e885d4ad100e7f2&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2535] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:36 2026] DELETE /v2.0/security-groups/71d6a6ad-34a1-4066-a663-fd99e8de3b34 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:36.213 7 INFO neutron.db.segments_db [None req-4f15fd83-29af-41c1-abea-a158fe1b6842 e5e933733615461eb8dbcc5d3906ac1d 28100d55f24c415d9f1a15d5e3e0508b - - default default] Added segment a2b0cca8-467e-44ed-82f7-f90769c9595d of type vxlan for network 537e5b90-5a2c-4b21-a0f2-a47e6951d1ca [pid: 7|app: 0|req: 1272/2536] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:35 2026] POST /v2.0/networks => generated 631 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 11:57:36.375 8 INFO neutron.db.segments_db [None req-d7828bb5-3454-48c1-8a05-1f9e0d2ac251 e5e933733615461eb8dbcc5d3906ac1d 28100d55f24c415d9f1a15d5e3e0508b - - default default] Added segment 4b32dc7d-0121-4848-8597-ef63b0584136 of type vxlan for network 14ddb145-6680-4a1b-8343-40d47160f622 [pid: 8|app: 0|req: 1265/2537] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 11:57:36 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2538] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:36 2026] PUT /v2.0/networks/537e5b90-5a2c-4b21-a0f2-a47e6951d1ca/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2539] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:36 2026] GET /v2.0/networks/537e5b90-5a2c-4b21-a0f2-a47e6951d1ca/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2540] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:36 2026] PUT /v2.0/networks/14ddb145-6680-4a1b-8343-40d47160f622/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2541] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:36 2026] GET /v2.0/networks/14ddb145-6680-4a1b-8343-40d47160f622/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2542] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 11:57:36 2026] PUT /v2.0/networks/14ddb145-6680-4a1b-8343-40d47160f622/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2543] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:36 2026] GET /v2.0/networks/14ddb145-6680-4a1b-8343-40d47160f622/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2544] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 11:57:36 2026] GET /v2.0/networks/537e5b90-5a2c-4b21-a0f2-a47e6951d1ca/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:36.999 8 INFO neutron.services.segments.plugin [-] Segment a2b0cca8-467e-44ed-82f7-f90769c9595d resource provider aggregate not found 2026-08-22 11:57:37.005 8 INFO neutron.services.segments.plugin [-] Segment a2b0cca8-467e-44ed-82f7-f90769c9595d resource provider aggregate not found 2026-08-22 11:57:37.029 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2b0cca8-467e-44ed-82f7-f90769c9595d resource provider; 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 a2b0cca8-467e-44ed-82f7-f90769c9595d found for delete ", "request_id": "req-d8ca97b4-b693-4145-b864-ece77b928127"}]} 2026-08-22 11:57:37.029 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2b0cca8-467e-44ed-82f7-f90769c9595d resource provider; 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 a2b0cca8-467e-44ed-82f7-f90769c9595d found for delete ", "request_id": "req-1ecbe4aa-afb1-4f00-961d-23e0f84fbbd6"}]} [pid: 8|app: 0|req: 1269/2545] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:36 2026] DELETE /v2.0/networks/537e5b90-5a2c-4b21-a0f2-a47e6951d1ca => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 11:57:37.177 7 INFO neutron.services.segments.plugin [-] Segment 4b32dc7d-0121-4848-8597-ef63b0584136 resource provider aggregate not found 2026-08-22 11:57:37.184 7 INFO neutron.services.segments.plugin [-] Segment 4b32dc7d-0121-4848-8597-ef63b0584136 resource provider aggregate not found 2026-08-22 11:57:37.202 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b32dc7d-0121-4848-8597-ef63b0584136 resource provider; 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 4b32dc7d-0121-4848-8597-ef63b0584136 found for delete ", "request_id": "req-e984a151-d3ed-476b-9054-6a3f8a5021f5"}]} 2026-08-22 11:57:37.206 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4b32dc7d-0121-4848-8597-ef63b0584136 resource provider; 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 4b32dc7d-0121-4848-8597-ef63b0584136 found for delete ", "request_id": "req-38187490-b5f9-4e8e-8405-a83a54a39817"}]} [pid: 7|app: 0|req: 1277/2546] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 11:57:37 2026] DELETE /v2.0/networks/14ddb145-6680-4a1b-8343-40d47160f622 => 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: 1270/2547] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:37 2026] GET /v2.0/security-groups?tenant_id=9e35adec7d8a447abf2cd9addb311773&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2548] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:38 2026] DELETE /v2.0/security-groups/482cd438-f133-467e-96fc-914de8d07898 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2549] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:38 2026] GET /v2.0/security-groups?tenant_id=28100d55f24c415d9f1a15d5e3e0508b&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2550] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:38 2026] DELETE /v2.0/security-groups/dbfe6029-9790-4bcf-93ae-291158fa2a60 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2551] 10.0.0.111 () {34 vars in 1016 bytes} [Sat Aug 22 11:57:39 2026] GET /v2.0/security-groups?id=154a3bf2-6a58-43a7-917e-4f7c495e3e33&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2552] 10.0.0.111 () {34 vars in 982 bytes} [Sat Aug 22 11:57:39 2026] GET /v2.0/networks?id=65aaced0-ada7-465c-8642-ca132713653b => generated 735 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2553] 10.0.0.111 () {34 vars in 965 bytes} [Sat Aug 22 11:57:39 2026] GET /v2.0/quotas/ca807da0169841588cbbfabcf717c80d => 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: 1282/2554] 10.0.0.111 () {34 vars in 1002 bytes} [Sat Aug 22 11:57:39 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 11:57:39.744 8 INFO neutron.db.segments_db [None req-cb985825-151b-44bf-9ee0-1630f48f3029 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] Added segment 62550867-3939-482e-9647-5e1f1f291553 of type vxlan for network 615b848b-dfe5-416e-91e1-1a49569ead25 [pid: 7|app: 0|req: 1283/2555] 10.0.0.111 () {34 vars in 1008 bytes} [Sat Aug 22 11:57:39 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2556] 10.0.0.111 () {34 vars in 1108 bytes} [Sat Aug 22 11:57:39 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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) 2026-08-22 11:57:40.047 8 INFO neutron.db.l3_hamode_db [None req-cb985825-151b-44bf-9ee0-1630f48f3029 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 11:57:40.167 8 INFO neutron.db.l3_hamode_db [None req-cb985825-151b-44bf-9ee0-1630f48f3029 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1285/2557] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:40 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => 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: 1286/2558] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:40 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => 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: 1273/2559] 10.0.0.158 () {34 vars in 668 bytes} [Sat Aug 22 11:57:39 2026] POST /v2.0/routers => generated 474 bytes in 1165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2560] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:57:40 2026] PUT /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 25 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2561] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:40 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 25 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2562] 10.0.0.158 () {34 vars in 762 bytes} [Sat Aug 22 11:57:41 2026] PUT /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags/green => generated 4 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2563] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:41 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2564] 10.0.0.158 () {34 vars in 758 bytes} [Sat Aug 22 11:57:41 2026] PUT /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags/red => generated 4 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2565] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:41 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2566] 10.0.0.158 () {34 vars in 780 bytes} [Sat Aug 22 11:57:41 2026] PUT /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags/black.or.white => generated 4 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2567] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:41 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 52 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2568] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 11:57:41 2026] PUT /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 37 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2569] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:42 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2570] 10.0.0.158 () {32 vars in 739 bytes} [Sat Aug 22 11:57:42 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 11:57:42.373 8 INFO neutron.api.v2.resource [None req-73dc2428-2bee-471c-ad4b-3c1901e7b259 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1279/2571] 10.0.0.158 () {32 vars in 743 bytes} [Sat Aug 22 11:57:42 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2572] 10.0.0.158 () {32 vars in 742 bytes} [Sat Aug 22 11:57:42 2026] DELETE /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags/red => 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: 1280/2573] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:42 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 30 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:42.716 7 INFO neutron.api.v2.resource [None req-c69f2a8b-50e2-4116-85e5-f4911456eb83 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1294/2574] 10.0.0.158 () {32 vars in 746 bytes} [Sat Aug 22 11:57:42 2026] DELETE /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2575] 10.0.0.158 () {32 vars in 734 bytes} [Sat Aug 22 11:57:42 2026] DELETE /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2576] 10.0.0.158 () {32 vars in 731 bytes} [Sat Aug 22 11:57:42 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02/tags => generated 12 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2577] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 11:57:42 2026] GET /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02 => generated 480 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2578] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:43 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => 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: 1284/2579] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:43 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => 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: 1296/2580] 10.0.0.158 () {34 vars in 742 bytes} [Sat Aug 22 11:57:43 2026] PUT /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02 => generated 480 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2581] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 11:57:43 2026] GET /v2.0/ports?device_id=6c6bdd8a-c05d-41e5-8af3-70df49a00f02 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 11:57:43.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-c09b88e1-f346-44e9-a19e-bf03cc0d16e7 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] TaaS: Handle Delete Port: b7500c62-5178-4d1b-8114-3284d6d5215c 2026-08-22 11:57:43.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c09b88e1-f346-44e9-a19e-bf03cc0d16e7 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] Tap Mirror: Handle Delete Port: b7500c62-5178-4d1b-8114-3284d6d5215c 2026-08-22 11:57:44.272 7 INFO neutron.services.segments.plugin [-] Segment 62550867-3939-482e-9647-5e1f1f291553 resource provider aggregate not found 2026-08-22 11:57:44.281 7 INFO neutron.services.segments.plugin [-] Segment 62550867-3939-482e-9647-5e1f1f291553 resource provider aggregate not found 2026-08-22 11:57:44.300 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62550867-3939-482e-9647-5e1f1f291553 resource provider; 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 62550867-3939-482e-9647-5e1f1f291553 found for delete ", "request_id": "req-9460f99c-bce2-4f8b-9ed9-bd3634ef7ed3"}]} 2026-08-22 11:57:44.302 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62550867-3939-482e-9647-5e1f1f291553 resource provider; 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 62550867-3939-482e-9647-5e1f1f291553 found for delete ", "request_id": "req-ca5736c6-3975-4824-b196-4f9c980f09df"}]} 2026-08-22 11:57:44.317 7 INFO neutron.db.l3_hamode_db [None req-c09b88e1-f346-44e9-a19e-bf03cc0d16e7 91864050f25d4508a739d55da17a9ee5 4f56b4fd9c9b4067b1375bf9f0c9730f - - default default] HA network 615b848b-dfe5-416e-91e1-1a49569ead25 was deleted as no HA routers are present in tenant 4f56b4fd9c9b4067b1375bf9f0c9730f. [pid: 7|app: 0|req: 1297/2582] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 11:57:43 2026] DELETE /v2.0/routers/6c6bdd8a-c05d-41e5-8af3-70df49a00f02 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2583] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:57:44 2026] GET /v2.0/networks?id=65aaced0-ada7-465c-8642-ca132713653b => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2584] 199.19.213.179 () {34 vars in 1050 bytes} [Sat Aug 22 11:57:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ca807da0169841588cbbfabcf717c80d => generated 343 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2587] 199.19.213.179 () {38 vars in 955 bytes} [Sat Aug 22 11:57:44 2026] POST /v2.0/ports => generated 1074 bytes in 332 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: 1288/2588] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:44 2026] GET /v2.0/security-groups?tenant_id=dfce5ec763174e1facdf3bfad06d093f&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: 1289/2589] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:45 2026] DELETE /v2.0/security-groups/1c1a8148-a9d5-49c4-84ed-14b72603e7e0 => 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: 1301/2590] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:57:44 2026] PUT /v2.0/ports/5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => generated 1235 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:57:45.433 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8944be2-f965-4e1a-a460-14d90aabb740'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': '5bf7ffd7-7210-455b-97dc-056f5d8bc5cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1290/2591] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 11:57:45 2026] GET /v2.0/security-groups?tenant_id=4f56b4fd9c9b4067b1375bf9f0c9730f&name=default => generated 2929 bytes in 141 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: 1302/2592] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 11:57:45 2026] DELETE /v2.0/security-groups/d8a2e04a-b5ed-40e5-b85d-e2004b9b7bde => 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: 1291/2593] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:57:45 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2594] 199.19.213.179 () {34 vars in 1018 bytes} [Sat Aug 22 11:57:46 2026] GET /v2.0/networks?tenant_id=ca807da0169841588cbbfabcf717c80d&shared=False => generated 735 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2595] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:46 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2596] 199.19.213.179 () {34 vars in 930 bytes} [Sat Aug 22 11:57:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2597] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:46 2026] GET /v2.0/security-groups?id=154a3bf2-6a58-43a7-917e-4f7c495e3e33&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2598] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:46 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2599] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:57:47 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2600] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:57:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.5&port_id=5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => 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/2601] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:57:47 2026] GET /v2.0/subnets?id=6e47ef71-f47c-4d1d-92e4-bb26f7be2719 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2602] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:57:47 2026] GET /v2.0/ports?network_id=65aaced0-ada7-465c-8642-ca132713653b&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2603] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:57:47 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1296/2604] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:57:47 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 7|app: 0|req: 1309/2605] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:49 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2606] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:49 2026] GET /v2.0/security-groups?id=154a3bf2-6a58-43a7-917e-4f7c495e3e33&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2607] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:49 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2608] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 11:57:51 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2609] 199.19.213.179 () {34 vars in 1044 bytes} [Sat Aug 22 11:57:51 2026] GET /v2.0/security-groups?id=154a3bf2-6a58-43a7-917e-4f7c495e3e33&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2610] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:52 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2611] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:52 2026] GET /v2.0/security-groups?id=154a3bf2-6a58-43a7-917e-4f7c495e3e33&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2612] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:52 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2613] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:55 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2614] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 11:57:55 2026] GET /v2.0/security-groups?id=154a3bf2-6a58-43a7-917e-4f7c495e3e33&fields=id&fields=name => generated 96 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2615] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 11:57:55 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2622] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:58:33 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: 1305/2623] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:58: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: 7|app: 0|req: 1319/2624] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:58:33 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: 1306/2625] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:58:33 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: 1320/2626] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:58:33 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2627] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 11:58:33 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2628] 199.19.213.179 () {34 vars in 717 bytes} [Sat Aug 22 11:58:33 2026] POST /v2.0/ports => generated 1055 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2629] 10.0.0.111 () {34 vars in 971 bytes} [Sat Aug 22 11:58:33 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1055 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2630] 10.0.0.111 () {34 vars in 907 bytes} [Sat Aug 22 11:58:33 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2631] 199.19.213.179 () {34 vars in 1262 bytes} [Sat Aug 22 11:58:34 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2632] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:58:35 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1310/2633] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:58:35 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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/2634] 199.19.213.179 () {34 vars in 975 bytes} [Sat Aug 22 11:58:35 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1055 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2635] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:58:35 2026] GET /v2.0/networks?id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 803 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2636] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:58:35 2026] PUT /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1245 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:58:36.319 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6556f666-8733-416e-b492-4e2dfe3ba12a'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': '9b53fadd-dff2-43ce-9500-6683195a2163', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1312/2637] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:58:36 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2477 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2638] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:58:36 2026] GET /v2.0/networks?id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 803 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2639] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:58:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => 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: 1327/2640] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:58:36 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2641] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:58:37 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&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: 1328/2642] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:58:37 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1315/2643] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:58:37 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1329/2644] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2477 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2645] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.5&port_id=5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2646] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/subnets?id=6e47ef71-f47c-4d1d-92e4-bb26f7be2719 => 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: 1317/2647] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/ports?network_id=65aaced0-ada7-465c-8642-ca132713653b&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: 7|app: 0|req: 1331/2648] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1318/2649] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1332/2650] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2651] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2652] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2653] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1334/2654] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:58:38 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1321/2655] 10.0.0.111 () {34 vars in 971 bytes} [Sat Aug 22 11:58:42 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1247 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2656] 199.19.213.179 () {34 vars in 789 bytes} [Sat Aug 22 11:58:42 2026] PUT /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1271 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:58:43.245 8 INFO neutron.api.v2.resource [None req-4cbcdc28-3a31-44b7-bcf9-b084f2cd497f 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1322/2657] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 11:58:43 2026] GET /v2.0/security-groups/lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 11:58:43.261 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9dbcc4e0-99a0-42b9-8a93-ea45108fbabf'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': '9b53fadd-dff2-43ce-9500-6683195a2163', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1336/2658] 199.19.213.179 () {30 vars in 785 bytes} [Sat Aug 22 11:58:43 2026] GET /v2.0/security-groups?name=lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 1639 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2659] 199.19.213.179 () {34 vars in 789 bytes} [Sat Aug 22 11:58:43 2026] PUT /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1309 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:58:43.651 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4613c25d-509d-4f77-a6f9-ca6afddc5721'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': '9b53fadd-dff2-43ce-9500-6683195a2163', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1337/2660] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:58:43 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 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, ' [pid: 8|app: 0|req: 1324/2661] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:58:43 2026] GET /v2.0/networks?id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 803 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2662] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:58:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => 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: 1325/2663] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:58:43 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2664] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:58:43 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2665] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1340/2666] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1327/2667] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:58:44 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: 1341/2668] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:58:44 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: 1328/2669] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:58:44 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: 1342/2670] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:58:44 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: 1329/2671] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2672] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => 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: 1330/2673] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2674] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2675] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2676] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => 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: 1332/2677] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:58:44 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2680] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:58:45 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2681] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:58:45 2026] GET /v2.0/networks?id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 803 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2682] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:58:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => 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: 1348/2683] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:58:45 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => 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: 1336/2684] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:58:45 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2685] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:58:45 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2686] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:58:45 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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-22 11:58:58.112 7 INFO neutron.db.l3_db [None req-57bff6b0-26a0-495b-a851-bf657a866d74 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Floating IP 1a21a963-dcd6-4614-bcd1-216e3041db35 associated. External IP: 10.96.250.206, port: f1f6b022-7229-42fd-b4d9-8e740993100e. [pid: 7|app: 0|req: 1350/2687] 10.0.0.158 () {34 vars in 677 bytes} [Sat Aug 22 11:58:57 2026] POST /v2.0/floatingips => generated 898 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2690] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59:01 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: 1352/2691] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59:01 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: 1340/2692] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59:01 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: 7|app: 0|req: 1353/2693] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:01 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-22 11:59:01.737 8 INFO neutron.api.v2.resource [None req-4bf99226-1f7f-42f5-b934-5d783bd69168 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1341/2694] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 11:59:01 2026] GET /v2.0/security-groups/lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2695] 199.19.213.179 () {30 vars in 785 bytes} [Sat Aug 22 11:59:01 2026] GET /v2.0/security-groups?name=lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2696] 199.19.213.179 () {30 vars in 815 bytes} [Sat Aug 22 11:59:01 2026] GET /v2.0/security-group-rules?security_group_id=d178c0d6-7e6e-426a-a280-d01a86835483 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2697] 199.19.213.179 () {34 vars in 747 bytes} [Sat Aug 22 11:59:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2698] 199.19.213.179 () {34 vars in 747 bytes} [Sat Aug 22 11:59:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2699] 10.0.0.67 () {30 vars in 689 bytes} [Sat Aug 22 11:59:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2700] 10.0.0.67 () {30 vars in 691 bytes} [Sat Aug 22 11:59:10 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: 7|app: 0|req: 1357/2701] 10.0.0.67 () {30 vars in 667 bytes} [Sat Aug 22 11:59:10 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: 1345/2702] 10.0.0.67 () {30 vars in 703 bytes} [Sat Aug 22 11:59:10 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: 7|app: 0|req: 1358/2703] 10.0.0.67 () {28 vars in 438 bytes} [Sat Aug 22 11:59:10 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: 1346/2704] 10.0.0.67 () {30 vars in 727 bytes} [Sat Aug 22 11:59:10 2026] GET /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2705] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59:11 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: 1347/2706] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59:11 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: 1360/2707] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59:11 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: 1348/2708] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2709] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:11 2026] GET /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2710] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 11:59:11 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2711] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59:12 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: 1350/2712] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59:12 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: 1363/2713] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59:12 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: 1351/2714] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:12 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: 1364/2715] 199.19.213.179 () {34 vars in 717 bytes} [Sat Aug 22 11:59:12 2026] POST /v2.0/ports => generated 1328 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2716] 10.0.0.111 () {34 vars in 971 bytes} [Sat Aug 22 11:59:12 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1328 bytes in 44 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: 1365/2717] 199.19.213.179 () {34 vars in 1262 bytes} [Sat Aug 22 11:59:13 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2718] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:13 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2719] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:13 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1354/2720] 199.19.213.179 () {34 vars in 975 bytes} [Sat Aug 22 11:59:14 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1328 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2721] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:59:14 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2724] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:59:14 2026] PUT /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1518 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:59:15.058 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a70310f9-0276-4421-a4c6-2d3437b33a4e'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': '698396f0-a78b-48bb-a72a-9251af09ae36', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1370/2725] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4087 bytes in 47 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: 1356/2726] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2727] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => 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: 1357/2728] 199.19.213.179 () {34 vars in 1104 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d1&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2729] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/subnets?id=77d8af4b-d7dc-45e8-a936-0dcecaef1693&id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2730] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&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: 7|app: 0|req: 1373/2731] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&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: 8|app: 0|req: 1359/2732] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2733] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:15 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 8|app: 0|req: 1360/2734] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4087 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2735] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.5&port_id=5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => 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: 1361/2736] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/subnets?id=6e47ef71-f47c-4d1d-92e4-bb26f7be2719 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2737] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/ports?network_id=65aaced0-ada7-465c-8642-ca132713653b&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: 8|app: 0|req: 1362/2738] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1377/2739] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1363/2740] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2741] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2742] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&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: 7|app: 0|req: 1379/2743] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1365/2744] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1380/2745] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => 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/2746] 199.19.213.179 () {34 vars in 1104 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d1&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => 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: 1381/2747] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/subnets?id=77d8af4b-d7dc-45e8-a936-0dcecaef1693&id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 1409 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2748] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2749] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&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: 8|app: 0|req: 1368/2750] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1383/2751] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:17 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 8|app: 0|req: 1369/2752] 10.0.0.111 () {34 vars in 971 bytes} [Sat Aug 22 11:59:21 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2753] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:59:21 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2754] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:21 2026] GET /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2755] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:21 2026] GET /v2.0/subnets/77d8af4b-d7dc-45e8-a936-0dcecaef1693 => generated 743 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2756] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59: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: 7|app: 0|req: 1386/2757] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59:22 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: 1372/2758] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59:22 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: 7|app: 0|req: 1387/2759] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:22 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: 1373/2760] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:22 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => 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: 1388/2761] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:22 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2762] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:22 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1345 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2763] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:22 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2764] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:59:22 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2765] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:22 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2766] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:22 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2769] 10.0.0.67 () {30 vars in 689 bytes} [Sat Aug 22 11:59:31 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: 1378/2770] 10.0.0.67 () {30 vars in 691 bytes} [Sat Aug 22 11:59:31 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: 1393/2771] 10.0.0.67 () {30 vars in 667 bytes} [Sat Aug 22 11:59:31 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: 1379/2772] 10.0.0.67 () {30 vars in 703 bytes} [Sat Aug 22 11:59:31 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: 1394/2773] 10.0.0.67 () {28 vars in 438 bytes} [Sat Aug 22 11:59:31 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2774] 10.0.0.67 () {30 vars in 727 bytes} [Sat Aug 22 11:59:31 2026] GET /v2.0/subnets/855789f8-df48-4c71-868b-1ce4d7663d43 => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2775] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2776] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59:34 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: 1396/2777] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59: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: 1382/2778] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2779] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:34 2026] GET /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2780] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:34 2026] GET /v2.0/subnets/855789f8-df48-4c71-868b-1ce4d7663d43 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2781] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 11:59:34 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4089 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2782] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59: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: 1399/2783] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59: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: 1385/2784] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59:34 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: 7|app: 0|req: 1400/2785] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:34 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: 1386/2786] 199.19.213.179 () {34 vars in 717 bytes} [Sat Aug 22 11:59:34 2026] POST /v2.0/ports => generated 1332 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2787] 10.0.0.111 () {34 vars in 971 bytes} [Sat Aug 22 11:59:35 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1332 bytes in 34 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: 1387/2788] 199.19.213.179 () {34 vars in 1262 bytes} [Sat Aug 22 11:59:36 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2789] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:36 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 1388/2790] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:36 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 7|app: 0|req: 1403/2791] 199.19.213.179 () {34 vars in 975 bytes} [Sat Aug 22 11:59:37 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1332 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2792] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:59:37 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2793] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 11:59:37 2026] PUT /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1522 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:59:38.126 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f4c70e0-2029-42e5-aaba-6a3b8b4e1df6'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': 'bb185706-cd76-4262-810a-cfcfcafcb63e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1390/2794] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 5603 bytes in 59 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: 1405/2795] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2796] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=bb185706-cd76-4262-810a-cfcfcafcb63e => 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: 1406/2797] 199.19.213.179 () {34 vars in 1106 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2cf&port_id=bb185706-cd76-4262-810a-cfcfcafcb63e => 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: 1392/2798] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/subnets?id=a1775020-d2da-4e2e-8439-20dc01949831&id=855789f8-df48-4c71-868b-1ce4d7663d43 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2799] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2800] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2801] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:38 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2802] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:39 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 1409/2803] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 5603 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2804] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.5&port_id=5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2805] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/subnets?id=6e47ef71-f47c-4d1d-92e4-bb26f7be2719 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2806] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/ports?network_id=65aaced0-ada7-465c-8642-ca132713653b&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: 1411/2807] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1397/2808] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1412/2809] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => 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: 1398/2810] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2811] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2812] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1414/2813] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1400/2814] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => 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: 1415/2815] 199.19.213.179 () {34 vars in 1104 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d1&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => 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: 1401/2816] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/subnets?id=77d8af4b-d7dc-45e8-a936-0dcecaef1693&id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2817] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&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: 1402/2818] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2819] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2820] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:40 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 7|app: 0|req: 1418/2821] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=bb185706-cd76-4262-810a-cfcfcafcb63e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2822] 199.19.213.179 () {34 vars in 1106 bytes} [Sat Aug 22 11:59:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2cf&port_id=bb185706-cd76-4262-810a-cfcfcafcb63e => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2823] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 11:59:41 2026] GET /v2.0/subnets?id=a1775020-d2da-4e2e-8439-20dc01949831&id=855789f8-df48-4c71-868b-1ce4d7663d43 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2824] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:41 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&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: 1420/2825] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:41 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&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: 1406/2826] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:41 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 1421/2827] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:41 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 1408/2830] 10.0.0.111 () {34 vars in 971 bytes} [Sat Aug 22 11:59:45 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2831] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:59:45 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c => generated 796 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2832] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:45 2026] GET /v2.0/subnets/855789f8-df48-4c71-868b-1ce4d7663d43 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2833] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:45 2026] GET /v2.0/subnets/a1775020-d2da-4e2e-8439-20dc01949831 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2834] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:45 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2835] 199.19.213.179 () {34 vars in 790 bytes} [Sat Aug 22 11:59:45 2026] PUT /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1255 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:59:46.055 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d29c5e9-80eb-4f4e-b8d7-e3a555f5cdce'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': '698396f0-a78b-48bb-a72a-9251af09ae36', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1411/2836] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 798 bytes in 61 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: 1426/2837] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2838] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59:46 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: 1427/2839] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59:46 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: 1413/2840] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59:46 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: 1428/2841] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2842] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => 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: 1429/2843] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => 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: 1415/2844] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2845] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2846] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => 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: 1431/2847] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2848] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2849] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 5376 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2850] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2851] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => 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: 1434/2852] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/subnets?id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => 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: 1419/2853] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2854] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1420/2855] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:46 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1436/2856] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59:56 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: 8|app: 0|req: 1421/2857] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59: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: 7|app: 0|req: 1437/2858] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59:56 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: 1422/2859] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59: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: 7|app: 0|req: 1438/2860] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:56 2026] GET /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2861] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 11:59:56 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 5376 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2862] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 11:59:57 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: 1424/2863] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 11:59:57 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: 1440/2864] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 11:59: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: 1425/2865] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 11:59:57 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) [pid: 7|app: 0|req: 1441/2866] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:57 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2867] 199.19.213.179 () {34 vars in 790 bytes} [Sat Aug 22 11:59:57 2026] PUT /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1311 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 11:59:58.138 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3e430ec-1521-4892-af1a-bc9727a342f8'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': 'bb185706-cd76-4262-810a-cfcfcafcb63e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1442/2868] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c => generated 796 bytes in 52 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: 1427/2869] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/subnets/a1775020-d2da-4e2e-8439-20dc01949831 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2870] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1347 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2871] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 5199 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2872] 199.19.213.179 () {34 vars in 789 bytes} [Sat Aug 22 11:59:58 2026] PUT /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1080 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2873] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 799 bytes in 49 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: 1446/2874] 199.19.213.179 () {34 vars in 1106 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2cf&port_id=bb185706-cd76-4262-810a-cfcfcafcb63e => 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: 1429/2875] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c => generated 796 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2876] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/subnets?id=a1775020-d2da-4e2e-8439-20dc01949831 => generated 750 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2877] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4968 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2878] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&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: 1431/2879] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2880] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?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: 1432/2881] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 11:59:58 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4968 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2884] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:00 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4968 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:00:00.196 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7815e599-7704-4d20-9a9e-1822de7eeff0'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': 'bb185706-cd76-4262-810a-cfcfcafcb63e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1434/2885] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 12:00:00 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4968 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2886] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 12:00:00 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 799 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2887] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:00 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2888] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:00 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2889] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:01 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 4968 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2890] 199.19.213.179 () {34 vars in 975 bytes} [Sat Aug 22 12:00:01 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 1116 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2891] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 12:00:01 2026] GET /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2892] 199.19.213.179 () {34 vars in 1016 bytes} [Sat Aug 22 12:00:01 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2893] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 12:00:01 2026] PUT /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 917 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2894] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:02 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3860 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, ' 2026-08-22 12:00:02.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fbb8e46-ab74-44d7-8fb0-9bf75d39f5ec 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: bb185706-cd76-4262-810a-cfcfcafcb63e 2026-08-22 12:00:02.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fbb8e46-ab74-44d7-8fb0-9bf75d39f5ec 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: bb185706-cd76-4262-810a-cfcfcafcb63e [pid: 8|app: 0|req: 1439/2895] 199.19.213.179 () {32 vars in 759 bytes} [Sat Aug 22 12:00:02 2026] DELETE /v2.0/ports/bb185706-cd76-4262-810a-cfcfcafcb63e => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2896] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:02 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: 1440/2897] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:02 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: 1458/2898] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:02 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: 1441/2899] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:02 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: 1459/2900] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 12:00:02 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2901] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:02 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2902] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:02 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2903] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 12:00:02 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2904] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 12:00:02 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2905] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:02 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2906] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2907] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2908] 199.19.213.179 () {34 vars in 1226 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/networks?id=65aaced0-ada7-465c-8642-ca132713653b&id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 3096 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2909] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.5&port_id=5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => 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: 1464/2910] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/subnets?id=6e47ef71-f47c-4d1d-92e4-bb26f7be2719 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2911] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/ports?network_id=65aaced0-ada7-465c-8642-ca132713653b&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: 1465/2912] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2913] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1466/2914] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => 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: 1449/2915] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2916] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&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: 1450/2917] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2918] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2919] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 12:00:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=698396f0-a78b-48bb-a72a-9251af09ae36 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2920] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 12:00:04 2026] GET /v2.0/subnets?id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2921] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:04 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2922] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:04 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2923] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:04 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 7|app: 0|req: 1471/2924] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:07 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: 1454/2925] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:07 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: 1472/2926] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:07 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: 1455/2927] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:07 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: 1473/2928] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:07 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2929] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:07 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: 1474/2930] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:07 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: 1457/2931] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:07 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: 1475/2932] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:07 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: 1458/2933] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:07 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2934] 199.19.213.179 () {34 vars in 789 bytes} [Sat Aug 22 12:00:07 2026] PUT /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1080 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:00:08.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b7f7b65-6428-479b-8bd3-3bae02ef769f'] response: {'name': 'network-changed', 'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'tag': '698396f0-a78b-48bb-a72a-9251af09ae36', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1459/2935] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 12:00:08 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 798 bytes in 80 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: 1477/2936] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:08 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3685 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2937] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:08 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3685 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2938] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 12:00:08 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3685 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2939] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 12:00:08 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2940] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:08 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1462/2941] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:08 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2942] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:09 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3685 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2943] 199.19.213.179 () {34 vars in 975 bytes} [Sat Aug 22 12:00:10 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 1116 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2944] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 12:00:10 2026] GET /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2945] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:10 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 3685 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2946] 199.19.213.179 () {34 vars in 1016 bytes} [Sat Aug 22 12:00:10 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=dns_domain => generated 29 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2947] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 12:00:10 2026] PUT /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 917 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2948] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:11 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 47 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-22 12:00:11.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-802843b1-fe48-4a5f-a8fb-e319d8f5275c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 698396f0-a78b-48bb-a72a-9251af09ae36 2026-08-22 12:00:11.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-802843b1-fe48-4a5f-a8fb-e319d8f5275c 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 698396f0-a78b-48bb-a72a-9251af09ae36 [pid: 7|app: 0|req: 1484/2949] 199.19.213.179 () {32 vars in 759 bytes} [Sat Aug 22 12:00:11 2026] DELETE /v2.0/ports/698396f0-a78b-48bb-a72a-9251af09ae36 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2950] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:11 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: 1485/2951] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:11 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: 1467/2952] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2953] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:12 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: 1468/2954] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2955] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2956] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1345 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2957] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2958] 199.19.213.179 () {30 vars in 743 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2959] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2960] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2961] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2962] 199.19.213.179 () {34 vars in 1146 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/networks?id=65aaced0-ada7-465c-8642-ca132713653b&id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 2311 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2963] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.5&port_id=5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2964] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/subnets?id=6e47ef71-f47c-4d1d-92e4-bb26f7be2719 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2965] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/ports?network_id=65aaced0-ada7-465c-8642-ca132713653b&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2966] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1493/2967] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2968] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.44&port_id=9b53fadd-dff2-43ce-9500-6683195a2163 => 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: 1494/2969] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/subnets?id=e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2970] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/ports?network_id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02&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: 7|app: 0|req: 1495/2971] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?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: 1477/2972] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:12 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2975] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:23 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: 1497/2976] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:23 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: 8|app: 0|req: 1480/2977] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:23 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: 7|app: 0|req: 1498/2978] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:23 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) 2026-08-22 12:00:23.570 8 INFO neutron.api.v2.resource [None req-134a3aa1-1b68-407e-89ba-ea32179141b2 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1481/2979] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 12:00:23 2026] GET /v2.0/security-groups/lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2980] 199.19.213.179 () {30 vars in 785 bytes} [Sat Aug 22 12:00:23 2026] GET /v2.0/security-groups?name=lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 2865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2981] 199.19.213.179 () {30 vars in 815 bytes} [Sat Aug 22 12:00:23 2026] GET /v2.0/security-group-rules?security_group_id=d178c0d6-7e6e-426a-a280-d01a86835483 => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2982] 199.19.213.179 () {32 vars in 789 bytes} [Sat Aug 22 12:00:23 2026] DELETE /v2.0/security-group-rules/56d3c563-903c-4008-b717-a2730f02257d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2983] 199.19.213.179 () {32 vars in 789 bytes} [Sat Aug 22 12:00:23 2026] DELETE /v2.0/security-group-rules/850bb301-9cd9-4329-a383-8bc6fe509dcc => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:00:27.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2a42828-4f3b-4af8-8a17-2ae111986554 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 571bb77e-9401-4aa3-a94e-fe308b95388c 2026-08-22 12:00:27.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2a42828-4f3b-4af8-8a17-2ae111986554 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 571bb77e-9401-4aa3-a94e-fe308b95388c 2026-08-22 12:00:27.700 7 INFO neutron.db.l3_db [None req-b2a42828-4f3b-4af8-8a17-2ae111986554 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Floating IP 1a21a963-dcd6-4614-bcd1-216e3041db35 disassociated (deleted). External IP: 10.96.250.206, port: f1f6b022-7229-42fd-b4d9-8e740993100e. [pid: 7|app: 0|req: 1501/2984] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:00:27 2026] DELETE /v2.0/floatingips/1a21a963-dcd6-4614-bcd1-216e3041db35 => generated 0 bytes in 787 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:00:28.208 8 INFO neutron.api.v2.resource [None req-2f90318d-2264-4f27-a5e3-ef8cc82e1bb7 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1484/2985] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 12:00:28 2026] GET /v2.0/floatingips/1a21a963-dcd6-4614-bcd1-216e3041db35 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2986] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:28 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: 1485/2987] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:28 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: 1503/2988] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:28 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: 1486/2989] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:28 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-22 12:00:28.940 7 INFO neutron.api.v2.resource [None req-61efcc4e-a12d-4136-9938-e4343910c756 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/2990] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 12:00:28 2026] GET /v2.0/security-groups/lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2991] 199.19.213.179 () {30 vars in 785 bytes} [Sat Aug 22 12:00:28 2026] GET /v2.0/security-groups?name=lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2992] 199.19.213.179 () {30 vars in 815 bytes} [Sat Aug 22 12:00:29 2026] GET /v2.0/security-group-rules?security_group_id=d178c0d6-7e6e-426a-a280-d01a86835483 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2993] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:29 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: 1506/2994] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:29 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: 1489/2995] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:29 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: 7|app: 0|req: 1507/2996] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:29 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: 1490/2997] 199.19.213.179 () {30 vars in 741 bytes} [Sat Aug 22 12:00:29 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => 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: 1508/2998] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:29 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2999] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:29 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3000] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:29 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3003] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:30 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3004] 199.19.213.179 () {34 vars in 975 bytes} [Sat Aug 22 12:00:31 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3005] 199.19.213.179 () {34 vars in 1060 bytes} [Sat Aug 22 12:00:31 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3006] 199.19.213.179 () {34 vars in 1016 bytes} [Sat Aug 22 12:00:31 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3007] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:31 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 2577 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3008] 199.19.213.179 () {38 vars in 1028 bytes} [Sat Aug 22 12:00:31 2026] PUT /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1146 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3009] 199.19.213.179 () {30 vars in 769 bytes} [Sat Aug 22 12:00:32 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 36 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: 1514/3010] 199.19.213.179 () {34 vars in 789 bytes} [Sat Aug 22 12:00:32 2026] PUT /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1086 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3011] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:32 2026] GET /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 1086 bytes in 49 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-22 12:00:33.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa2efb4a-ccb7-4dd1-b049-c5398f5d3098 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 9b53fadd-dff2-43ce-9500-6683195a2163 2026-08-22 12:00:33.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa2efb4a-ccb7-4dd1-b049-c5398f5d3098 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 9b53fadd-dff2-43ce-9500-6683195a2163 [pid: 7|app: 0|req: 1515/3012] 199.19.213.179 () {32 vars in 759 bytes} [Sat Aug 22 12:00:32 2026] DELETE /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3013] 199.19.213.179 () {30 vars in 703 bytes} [Sat Aug 22 12:00:33 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: 1516/3014] 199.19.213.179 () {30 vars in 705 bytes} [Sat Aug 22 12:00:33 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: 1517/3015] 199.19.213.179 () {30 vars in 681 bytes} [Sat Aug 22 12:00:33 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: 7|app: 0|req: 1518/3016] 199.19.213.179 () {30 vars in 717 bytes} [Sat Aug 22 12:00:33 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: 1499/3017] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/ports?tenant_id=ca807da0169841588cbbfabcf717c80d&device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:00:33.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdc385a7-7013-4c6c-909e-563cf2f644bf 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/3018] 199.19.213.179 () {32 vars in 759 bytes} [Sat Aug 22 12:00:33 2026] DELETE /v2.0/ports/9b53fadd-dff2-43ce-9500-6683195a2163 => 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: 1520/3019] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3020] 199.19.213.179 () {34 vars in 1066 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/networks?id=65aaced0-ada7-465c-8642-ca132713653b&id=7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 1524 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:00:33.438 7 INFO neutron.api.v2.resource [None req-c5333df4-3106-4309-9b6a-14abc2824b80 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3021] 199.19.213.179 () {30 vars in 763 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/security-groups/lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3022] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.5&port_id=5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3023] 199.19.213.179 () {30 vars in 785 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/security-groups?name=lb-d7c6cd0d-f0f9-4221-b6ab-13ff4ca3497f => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3024] 199.19.213.179 () {34 vars in 984 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/subnets?id=6e47ef71-f47c-4d1d-92e4-bb26f7be2719 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3025] 199.19.213.179 () {30 vars in 737 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => 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: 1503/3026] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/ports?network_id=65aaced0-ada7-465c-8642-ca132713653b&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: 8|app: 0|req: 1504/3027] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 1505/3028] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:33 2026] GET /v2.0/networks/65aaced0-ada7-465c-8642-ca132713653b?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: 7|app: 0|req: 1524/3029] 199.19.213.179 () {34 vars in 789 bytes} [Sat Aug 22 12:00:33 2026] PUT /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => generated 1090 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3030] 199.19.213.179 () {32 vars in 779 bytes} [Sat Aug 22 12:00:33 2026] DELETE /v2.0/security-groups/d178c0d6-7e6e-426a-a280-d01a86835483 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:00:34.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9b3d6a3-e05e-4f5b-9c2e-9ea83ff80c2b 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: f1f6b022-7229-42fd-b4d9-8e740993100e 2026-08-22 12:00:34.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9b3d6a3-e05e-4f5b-9c2e-9ea83ff80c2b 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: f1f6b022-7229-42fd-b4d9-8e740993100e [pid: 7|app: 0|req: 1525/3031] 199.19.213.179 () {32 vars in 759 bytes} [Sat Aug 22 12:00:33 2026] DELETE /v2.0/ports/f1f6b022-7229-42fd-b4d9-8e740993100e => 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: 1507/3032] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 12:00:37 2026] GET /v2.0/ports?device_id=ee5af603-5b3b-4e8f-88f8-56a2239407ac => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:00:37.259 7 INFO neutron_taas.services.taas.taas_plugin [req-e2490f7c-c9fb-4f25-bbf9-7bb5c06badee req-f6d1577f-3490-49be-865f-4107556a4c78 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] TaaS: Handle Delete Port: 5bf7ffd7-7210-455b-97dc-056f5d8bc5cb 2026-08-22 12:00:37.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e2490f7c-c9fb-4f25-bbf9-7bb5c06badee req-f6d1577f-3490-49be-865f-4107556a4c78 5db254f8b7274e1e8c8603b6719f50c6 ca807da0169841588cbbfabcf717c80d - - default default] Tap Mirror: Handle Delete Port: 5bf7ffd7-7210-455b-97dc-056f5d8bc5cb [pid: 7|app: 0|req: 1526/3033] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 12:00:37 2026] DELETE /v2.0/ports/5bf7ffd7-7210-455b-97dc-056f5d8bc5cb => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:00:37.435 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf5b9720-f804-446c-860f-dbe1412df2d1'] response: {'server_uuid': 'ee5af603-5b3b-4e8f-88f8-56a2239407ac', 'name': 'network-vif-deleted', 'tag': '5bf7ffd7-7210-455b-97dc-056f5d8bc5cb', 'status': 'completed', 'code': 200} 2026-08-22 12:00:38.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-36909c27-a9d1-41e9-9cb7-9dc616c1b52c 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 64e76188-7ae3-4de8-8906-4fa70d0373b3 2026-08-22 12:00:38.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36909c27-a9d1-41e9-9cb7-9dc616c1b52c 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 64e76188-7ae3-4de8-8906-4fa70d0373b3 2026-08-22 12:00:38.721 8 INFO neutron.db.l3_db [None req-36909c27-a9d1-41e9-9cb7-9dc616c1b52c 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Floating IP 58e48e1c-c375-424d-820f-e287f684b368 disassociated (deleted). External IP: 10.96.250.213, port: 96930481-cdfe-4efa-a00e-a1bb6e820776. [pid: 8|app: 0|req: 1508/3034] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:00:38 2026] DELETE /v2.0/floatingips/58e48e1c-c375-424d-820f-e287f684b368 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:00:39.072 7 INFO neutron.api.v2.resource [None req-fb84ee96-c0f1-4392-bb72-1c68095b3d3c 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3035] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/floatingips/58e48e1c-c375-424d-820f-e287f684b368 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:00:39.087 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb4de72e-783d-4d7b-9949-0c17149d1ee4'] response: {'name': 'network-changed', 'server_uuid': '05bcc9c5-569f-434f-8b8b-14a53bb290d8', 'tag': '96930481-cdfe-4efa-a00e-a1bb6e820776', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1509/3036] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1196 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3037] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3038] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3039] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/networks?id=19beb370-ee21-486e-ae32-b4b015cffa6c => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3040] 199.19.213.179 () {34 vars in 1056 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.96&port_id=96930481-cdfe-4efa-a00e-a1bb6e820776 => 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: 1530/3041] 199.19.213.179 () {34 vars in 1104 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aca&port_id=96930481-cdfe-4efa-a00e-a1bb6e820776 => 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: 1512/3042] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/subnets?id=a1775020-d2da-4e2e-8439-20dc01949831&id=855789f8-df48-4c71-868b-1ce4d7663d43 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3043] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&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: 1513/3044] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/ports?network_id=19beb370-ee21-486e-ae32-b4b015cffa6c&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3045] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3046] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:39 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3047] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 12:00:41 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:00:41.852 8 INFO neutron_taas.services.taas.taas_plugin [req-31d1346d-fc18-40d7-b51e-20445de47322 req-37301a0f-6013-405c-96d1-24ddcf20dd44 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 96930481-cdfe-4efa-a00e-a1bb6e820776 2026-08-22 12:00:41.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-31d1346d-fc18-40d7-b51e-20445de47322 req-37301a0f-6013-405c-96d1-24ddcf20dd44 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 96930481-cdfe-4efa-a00e-a1bb6e820776 [pid: 8|app: 0|req: 1515/3048] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 12:00:41 2026] DELETE /v2.0/ports/96930481-cdfe-4efa-a00e-a1bb6e820776 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:00:42.129 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f685bc33-3bfe-4894-a17f-2a4ab537bca3'] response: {'server_uuid': '05bcc9c5-569f-434f-8b8b-14a53bb290d8', 'name': 'network-vif-deleted', 'tag': '96930481-cdfe-4efa-a00e-a1bb6e820776', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1534/3049] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 12:00:44 2026] GET /v2.0/ports?device_id=05bcc9c5-569f-434f-8b8b-14a53bb290d8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:00:49.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-81c06ec1-ffea-4412-b623-8b6bfab2c873 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 2801915c-5491-4bec-bdb8-5efe14edac33 2026-08-22 12:00:49.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c06ec1-ffea-4412-b623-8b6bfab2c873 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 2801915c-5491-4bec-bdb8-5efe14edac33 2026-08-22 12:00:49.930 8 INFO neutron.db.l3_db [None req-81c06ec1-ffea-4412-b623-8b6bfab2c873 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Floating IP 971b873a-ccbf-48d6-abb7-e52c2b66b01e disassociated (deleted). External IP: 10.96.250.217, port: 92fef555-6834-4194-818e-84087ee6cc5b. [pid: 8|app: 0|req: 1517/3052] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:00:49 2026] DELETE /v2.0/floatingips/971b873a-ccbf-48d6-abb7-e52c2b66b01e => generated 0 bytes in 698 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:00:50.310 7 INFO neutron.api.v2.resource [None req-812c7b0c-5f3e-484d-9d02-2b6bff355b77 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3053] 10.0.0.158 () {32 vars in 729 bytes} [Sat Aug 22 12:00:50 2026] GET /v2.0/floatingips/971b873a-ccbf-48d6-abb7-e52c2b66b01e => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:00:50.334 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9776c57-739c-44fa-b014-46c6f24c0a42'] response: {'name': 'network-changed', 'server_uuid': '8d4aae96-c9c0-4fb8-b69b-716d3fd9b921', 'tag': '92fef555-6834-4194-818e-84087ee6cc5b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1518/3054] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 12:00:50 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1196 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3055] 10.0.0.111 () {34 vars in 1040 bytes} [Sat Aug 22 12:00:50 2026] GET /v2.0/security-groups?id=0cf80c8c-11c0-4f42-a456-b5031ea435eb&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: 1519/3056] 199.19.213.179 () {34 vars in 1080 bytes} [Sat Aug 22 12:00:50 2026] GET /v2.0/ports?tenant_id=827b9e4acc634ebc96287953df9344e6&device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3057] 199.19.213.179 () {34 vars in 986 bytes} [Sat Aug 22 12:00:50 2026] GET /v2.0/networks?id=e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3058] 199.19.213.179 () {34 vars in 1058 bytes} [Sat Aug 22 12:00:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=92fef555-6834-4194-818e-84087ee6cc5b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3059] 199.19.213.179 () {34 vars in 1102 bytes} [Sat Aug 22 12:00:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Abb&port_id=92fef555-6834-4194-818e-84087ee6cc5b => 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: 1521/3060] 199.19.213.179 () {34 vars in 1064 bytes} [Sat Aug 22 12:00:51 2026] GET /v2.0/subnets?id=77d8af4b-d7dc-45e8-a936-0dcecaef1693&id=1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3061] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:51 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3062] 199.19.213.179 () {34 vars in 1052 bytes} [Sat Aug 22 12:00:51 2026] GET /v2.0/ports?network_id=e6beeabe-e39c-4e68-89e6-9d178ff198dc&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3063] 199.19.213.179 () {34 vars in 1012 bytes} [Sat Aug 22 12:00:51 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3064] 199.19.213.179 () {34 vars in 1112 bytes} [Sat Aug 22 12:00:51 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc?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: 1542/3065] 199.19.213.179 () {34 vars in 994 bytes} [Sat Aug 22 12:00:52 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:00:53.109 8 INFO neutron_taas.services.taas.taas_plugin [req-581d9573-5219-415b-944f-1ba505dae02d req-d64faad0-b3b1-4ad2-bfe2-aa080c018da5 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 92fef555-6834-4194-818e-84087ee6cc5b 2026-08-22 12:00:53.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-581d9573-5219-415b-944f-1ba505dae02d req-d64faad0-b3b1-4ad2-bfe2-aa080c018da5 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 92fef555-6834-4194-818e-84087ee6cc5b [pid: 8|app: 0|req: 1524/3066] 199.19.213.179 () {36 vars in 997 bytes} [Sat Aug 22 12:00:52 2026] DELETE /v2.0/ports/92fef555-6834-4194-818e-84087ee6cc5b => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:00:53.344 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b068f1c-7b31-4b56-9e6a-2998c14eba14'] response: {'server_uuid': '8d4aae96-c9c0-4fb8-b69b-716d3fd9b921', 'name': 'network-vif-deleted', 'tag': '92fef555-6834-4194-818e-84087ee6cc5b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1543/3067] 10.0.0.111 () {34 vars in 990 bytes} [Sat Aug 22 12:00:55 2026] GET /v2.0/ports?device_id=8d4aae96-c9c0-4fb8-b69b-716d3fd9b921 => 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: 1526/3070] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:00 2026] DELETE /v2.0/security-group-rules/559a20d9-69f3-44cf-ac3d-ad382fe19e4a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:00.943 7 INFO neutron.api.v2.resource [None req-9c56af13-6636-41fd-bebc-f36fd20d0e7e 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3071] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:00 2026] GET /v2.0/security-group-rules/559a20d9-69f3-44cf-ac3d-ad382fe19e4a => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3072] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:00 2026] DELETE /v2.0/security-group-rules/813183ff-02ab-4cd8-81a3-e9746650a0a1 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.038 7 INFO neutron.api.v2.resource [None req-94864bf5-8c0a-49da-9694-6b370f4959f2 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3073] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/813183ff-02ab-4cd8-81a3-e9746650a0a1 => 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: 1528/3074] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/6b08efb5-2fec-42b0-8d14-9ed91bdeacac => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.127 7 INFO neutron.api.v2.resource [None req-d299264c-04ca-4def-b00e-a2d20c3490fc 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3075] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/6b08efb5-2fec-42b0-8d14-9ed91bdeacac => 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: 1529/3076] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/20aa9918-2b08-41f6-8968-9c425452c870 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.214 7 INFO neutron.api.v2.resource [None req-8ee5736d-9309-428a-af77-3f675cc10663 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3077] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/20aa9918-2b08-41f6-8968-9c425452c870 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3078] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/704381e4-a387-47f3-a5f4-06f5402cc23f => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.300 7 INFO neutron.api.v2.resource [None req-522aa4c2-c4bf-4110-93a2-5a24540885a5 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3079] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/704381e4-a387-47f3-a5f4-06f5402cc23f => 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: 1531/3080] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/04873f85-4b69-4da6-9789-cca55d659585 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.382 7 INFO neutron.api.v2.resource [None req-83b16667-82e8-40c6-b377-578a7fe80663 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/3081] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/04873f85-4b69-4da6-9789-cca55d659585 => 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: 1532/3082] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/e209d3da-a949-47a5-83d6-465f5b7777a7 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.462 7 INFO neutron.api.v2.resource [None req-b50f7d08-e7d5-4932-bad7-e9e0751498a8 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3083] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/e209d3da-a949-47a5-83d6-465f5b7777a7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3084] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/3ae7e09d-9944-4f5d-8be0-2092f4a7fead => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.566 7 INFO neutron.api.v2.resource [None req-637b06b3-ac7d-41b2-83f2-f82a95e4de47 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3085] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/3ae7e09d-9944-4f5d-8be0-2092f4a7fead => 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: 1534/3086] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/602ca700-0bad-42da-a7bc-2a4396eefce9 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.657 7 INFO neutron.api.v2.resource [None req-4486f695-a7dd-417d-9dc0-89c41afff0da 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/3087] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/602ca700-0bad-42da-a7bc-2a4396eefce9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3088] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/ab65053b-1dec-49cc-b1ca-748df7508ecc => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.743 7 INFO neutron.api.v2.resource [None req-afc46529-c78c-4a2e-bc8b-9ecaf9ef745f 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3089] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/ab65053b-1dec-49cc-b1ca-748df7508ecc => 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: 1536/3090] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-group-rules/433dbf67-bac5-4721-a025-320444c65a6d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.830 7 INFO neutron.api.v2.resource [None req-7255ad0c-ab8f-4d2f-b509-6fdf66e26b8d 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3091] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-group-rules/433dbf67-bac5-4721-a025-320444c65a6d => 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: 1537/3092] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:01 2026] DELETE /v2.0/security-groups/0cf80c8c-11c0-4f42-a456-b5031ea435eb => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:01.965 7 INFO neutron.api.v2.resource [None req-0e0da4b2-d275-4184-a337-74f5fc0e3b00 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3093] 10.0.0.158 () {32 vars in 737 bytes} [Sat Aug 22 12:01:01 2026] GET /v2.0/security-groups/0cf80c8c-11c0-4f42-a456-b5031ea435eb => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:02.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f2f7ca3-544c-4d55-8a81-4fd1de307a29 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 1607ac82-e706-487d-a2c2-626ca4c33940 2026-08-22 12:01:02.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f2f7ca3-544c-4d55-8a81-4fd1de307a29 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 1607ac82-e706-487d-a2c2-626ca4c33940 [pid: 8|app: 0|req: 1538/3094] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 12:01:02 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 12:01:03.140 7 INFO neutron.api.v2.resource [None req-b7d81ebb-94f5-44b5-8157-88f11894b721 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3095] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 12:01:02 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/remove_router_interface => generated 198 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:03.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b8a4341-d111-44ed-bd63-906af93fc959 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: f921698e-1b79-43f0-b23b-d00db2314f35 2026-08-22 12:01:03.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b8a4341-d111-44ed-bd63-906af93fc959 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: f921698e-1b79-43f0-b23b-d00db2314f35 [pid: 8|app: 0|req: 1539/3096] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 12:01:03 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 12:01:04.344 7 INFO neutron.api.v2.resource [None req-2605f145-f9a4-46fc-bd02-38abbe68ccc9 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/3097] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 12:01:04 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/remove_router_interface => generated 198 bytes in 210 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:04.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fa8f5d9-77b5-4955-a0d6-639bd903339a 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 77b05946-d3a4-4fb8-b418-18112c77effb 2026-08-22 12:01:04.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fa8f5d9-77b5-4955-a0d6-639bd903339a 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 77b05946-d3a4-4fb8-b418-18112c77effb [pid: 8|app: 0|req: 1540/3098] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 12:01:04 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-22 12:01:05.568 7 INFO neutron.api.v2.resource [None req-ac9b758c-ce4a-4190-8eeb-985dde71fd41 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3099] 10.0.0.158 () {34 vars in 789 bytes} [Sat Aug 22 12:01:05 2026] PUT /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84/remove_router_interface => generated 198 bytes in 191 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:05.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7040797-e64a-4b9d-8575-a767e70c92e1 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 52d05a2e-4b42-49fe-92f3-4e1cd354dea5 2026-08-22 12:01:05.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7040797-e64a-4b9d-8575-a767e70c92e1 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 52d05a2e-4b42-49fe-92f3-4e1cd354dea5 2026-08-22 12:01:05.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7040797-e64a-4b9d-8575-a767e70c92e1 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: ba945dfd-ad16-4f68-8b89-3c58486382c3 2026-08-22 12:01:05.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7040797-e64a-4b9d-8575-a767e70c92e1 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: ba945dfd-ad16-4f68-8b89-3c58486382c3 2026-08-22 12:01:06.348 8 INFO neutron.db.l3_hamode_db [None req-e7040797-e64a-4b9d-8575-a767e70c92e1 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] HA network dec78e4d-7315-4f0e-b7cb-90a0eb315fba was deleted as no HA routers are present in tenant 827b9e4acc634ebc96287953df9344e6. [pid: 8|app: 0|req: 1541/3100] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:05 2026] DELETE /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:06.377 8 INFO neutron.services.segments.plugin [-] Segment b10e6bfc-cbee-4a30-9882-ccad9b0d9832 resource provider aggregate not found 2026-08-22 12:01:06.383 7 INFO neutron.api.v2.resource [None req-8f915258-a4d4-4daa-85c7-bb4c5bd209f5 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3101] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:06 2026] GET /v2.0/routers/e6d40075-4509-4555-a5f0-621a6f2d1f84 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:06.386 8 INFO neutron.services.segments.plugin [-] Segment b10e6bfc-cbee-4a30-9882-ccad9b0d9832 resource provider aggregate not found 2026-08-22 12:01:06.401 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b10e6bfc-cbee-4a30-9882-ccad9b0d9832 resource provider; 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 b10e6bfc-cbee-4a30-9882-ccad9b0d9832 found for delete ", "request_id": "req-6975e412-a5b5-4e23-bd53-b9f710c670d2"}]} 2026-08-22 12:01:06.409 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b10e6bfc-cbee-4a30-9882-ccad9b0d9832 resource provider; 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 b10e6bfc-cbee-4a30-9882-ccad9b0d9832 found for delete ", "request_id": "req-6d8f5669-a6e2-42e2-a845-e6d56a5bd817"}]} [pid: 8|app: 0|req: 1542/3102] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:06 2026] DELETE /v2.0/subnets/a1775020-d2da-4e2e-8439-20dc01949831 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:06.545 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f72ecc2-1039-4a6b-b7b5-c4374b1a8fbd 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3103] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:06 2026] GET /v2.0/subnets/a1775020-d2da-4e2e-8439-20dc01949831 => 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: 1543/3104] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:06 2026] DELETE /v2.0/subnets/855789f8-df48-4c71-868b-1ce4d7663d43 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:06.737 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35198483-d5d0-46f7-a95b-671ede1ac18f 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3105] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:06 2026] GET /v2.0/subnets/855789f8-df48-4c71-868b-1ce4d7663d43 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:06.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-dae0f90f-26e7-4e81-89e9-79483a32ef5c 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: 3356a0af-3647-41a8-bd5f-67c32dc47717 2026-08-22 12:01:06.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dae0f90f-26e7-4e81-89e9-79483a32ef5c 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: 3356a0af-3647-41a8-bd5f-67c32dc47717 [pid: 8|app: 0|req: 1544/3106] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 12:01:06 2026] DELETE /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:07.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f64f2d95-1875-4afe-ac10-f81cd7aa9a04 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3107] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 12:01:07 2026] GET /v2.0/networks/19beb370-ee21-486e-ae32-b4b015cffa6c => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3108] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:07 2026] DELETE /v2.0/subnets/77d8af4b-d7dc-45e8-a936-0dcecaef1693 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:07.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdadd308-2a37-46f1-b7a0-987bd1e077e2 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3109] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:07 2026] GET /v2.0/subnets/77d8af4b-d7dc-45e8-a936-0dcecaef1693 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3110] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:07 2026] DELETE /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:07.455 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8fd14dc0-1488-4fcb-b8e0-3157d7ed322f 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3111] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:07 2026] GET /v2.0/subnets/1c4e7b2e-3445-4dcd-b467-a4fbf25e69c9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:07.555 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9915fa1-2601-4e52-9267-9679544ae9f3 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: e07588aa-6eff-47af-a448-4946cfe0fc66 2026-08-22 12:01:07.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9915fa1-2601-4e52-9267-9679544ae9f3 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: e07588aa-6eff-47af-a448-4946cfe0fc66 [pid: 8|app: 0|req: 1547/3112] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 12:01:07 2026] DELETE /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:07.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1133c832-aaf7-4889-8f5e-bcd0914fa87b 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3113] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 12:01:07 2026] GET /v2.0/networks/e6beeabe-e39c-4e68-89e6-9d178ff198dc => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3114] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:07 2026] DELETE /v2.0/subnets/097d6250-b80d-4c38-8ae2-b0ef177db5f3 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:07.906 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe0344d1-f2af-49d9-88f3-1bf28519ec84 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3115] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:07 2026] GET /v2.0/subnets/097d6250-b80d-4c38-8ae2-b0ef177db5f3 => 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: 1549/3116] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:07 2026] DELETE /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:08.127 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9d7646e-4a6a-4512-b76d-f1263c7827d3 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3117] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:08 2026] GET /v2.0/subnets/e3b79cd3-ae36-4c4b-a737-ae5d39b194d3 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:08.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-4494228d-3e25-4bf5-b088-c00db7d61161 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] TaaS: Handle Delete Port: cc87d1b4-c1e8-49b0-b0f0-0802f3f490ec 2026-08-22 12:01:08.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4494228d-3e25-4bf5-b088-c00db7d61161 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] Tap Mirror: Handle Delete Port: cc87d1b4-c1e8-49b0-b0f0-0802f3f490ec 2026-08-22 12:01:08.422 8 INFO neutron.services.segments.plugin [-] Segment e22aed7c-8fe4-4adc-bb78-ccf029d67626 resource provider aggregate not found 2026-08-22 12:01:08.441 8 INFO neutron.services.segments.plugin [-] Segment e22aed7c-8fe4-4adc-bb78-ccf029d67626 resource provider aggregate not found 2026-08-22 12:01:08.448 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e22aed7c-8fe4-4adc-bb78-ccf029d67626 resource provider; 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 e22aed7c-8fe4-4adc-bb78-ccf029d67626 found for delete ", "request_id": "req-d25a8474-ce08-4c05-9c37-f61aed9efd01"}]} 2026-08-22 12:01:08.466 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e22aed7c-8fe4-4adc-bb78-ccf029d67626 resource provider; 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 e22aed7c-8fe4-4adc-bb78-ccf029d67626 found for delete ", "request_id": "req-479f85a2-7833-4076-a9af-427b83c72c37"}]} 2026-08-22 12:01:08.472 8 INFO neutron.services.segments.plugin [-] Segment ce92a901-d9a7-4352-a230-0b4dc40dd8f8 resource provider aggregate not found 2026-08-22 12:01:08.491 8 INFO neutron.services.segments.plugin [-] Segment ce92a901-d9a7-4352-a230-0b4dc40dd8f8 resource provider aggregate not found 2026-08-22 12:01:08.497 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce92a901-d9a7-4352-a230-0b4dc40dd8f8 resource provider; 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 ce92a901-d9a7-4352-a230-0b4dc40dd8f8 found for delete ", "request_id": "req-e05bae27-faef-405b-b4d1-a07c45f84185"}]} [pid: 8|app: 0|req: 1550/3118] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 12:01:08 2026] DELETE /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:08.511 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce92a901-d9a7-4352-a230-0b4dc40dd8f8 resource provider; 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 ce92a901-d9a7-4352-a230-0b4dc40dd8f8 found for delete ", "request_id": "req-96821ee8-e5fd-4ced-8a74-165579752af1"}]} 2026-08-22 12:01:08.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4567f6a-ed46-4a60-b5fc-89d8e5bed51a 3780cbb90e8c43f7bc0760b5e2f1ea08 827b9e4acc634ebc96287953df9344e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3119] 10.0.0.158 () {32 vars in 723 bytes} [Sat Aug 22 12:01:08 2026] GET /v2.0/networks/7b34bd99-971e-4d5a-ba45-16bf1c52ae02 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-22 12:01:10.523 8 INFO neutron.services.segments.plugin [-] Segment bd5c7e66-8cf5-43e7-9191-9a4fc082f36a resource provider aggregate not found 2026-08-22 12:01:10.530 8 INFO neutron.services.segments.plugin [-] Segment bd5c7e66-8cf5-43e7-9191-9a4fc082f36a resource provider aggregate not found 2026-08-22 12:01:10.538 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd5c7e66-8cf5-43e7-9191-9a4fc082f36a resource provider; 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 bd5c7e66-8cf5-43e7-9191-9a4fc082f36a found for delete ", "request_id": "req-45fd8e0e-390c-4d5d-9c02-be7011c706ee"}]} 2026-08-22 12:01:10.546 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd5c7e66-8cf5-43e7-9191-9a4fc082f36a resource provider; 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 bd5c7e66-8cf5-43e7-9191-9a4fc082f36a found for delete ", "request_id": "req-0df5c215-ab32-466f-b395-3cb76740fcc1"}]} [pid: 8|app: 0|req: 1551/3120] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:10 2026] GET /v2.0/security-groups?tenant_id=162637f3d70946f7a0880ca8d41e8b6b&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3121] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:10 2026] DELETE /v2.0/security-groups/93dc9bb4-380a-45dc-ab68-e55c7a0ba6ce => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3122] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:11 2026] GET /v2.0/security-groups?tenant_id=338a4d005cc94a5aab9a2c731eb988fe&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: 1571/3123] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:11 2026] DELETE /v2.0/security-groups/bc13b804-07e4-4ceb-a984-051631e2d9ee => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3124] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:11 2026] GET /v2.0/security-groups?tenant_id=93c2a14e7f944b908b91a262030b1a19&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3125] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:11 2026] DELETE /v2.0/security-groups/6857b02b-fa0f-4cc9-9ff1-05943777c28f => 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: 1554/3126] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:11 2026] GET /v2.0/security-groups?tenant_id=f52b733eca714930b591ae348ef8dee0&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3127] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:11 2026] DELETE /v2.0/security-groups/687cda6a-fa70-4a7f-842c-bf30bd72a4a4 => 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: 1555/3128] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:12 2026] GET /v2.0/security-groups?tenant_id=827b9e4acc634ebc96287953df9344e6&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3129] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:12 2026] DELETE /v2.0/security-groups/a6953122-b197-481a-8e68-723ac438eeb4 => 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: 1556/3130] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:12 2026] GET /v2.0/security-groups?tenant_id=c9199ebeffad4cf8abebc4150616fd93&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3131] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:12 2026] DELETE /v2.0/security-groups/096941fb-139f-4b72-8c45-64bbc10850e9 => 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: 1557/3132] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:12 2026] GET /v2.0/security-groups?tenant_id=1f3fea578d6a4934912740a018369f35&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3133] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:13 2026] DELETE /v2.0/security-groups/e4429f65-16e5-4642-a0ad-53b9179e8b32 => 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: 1578/3136] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 12:01:17 2026] POST /v2.0/floatingips => generated 552 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3137] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 12:01:17 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3138] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 12:01:18 2026] POST /v2.0/floatingips => generated 552 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3139] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 12:01:19 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3140] 10.0.0.158 () {34 vars in 676 bytes} [Sat Aug 22 12:01:19 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3141] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 12:01:20 2026] PUT /v2.0/floatingips/c0811dec-5adf-49e2-b92d-3bb3515cad62/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3142] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 12:01:20 2026] PUT /v2.0/floatingips/afac594c-cd19-471c-866e-f691b8ff2dcc/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: 1562/3143] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 12:01:20 2026] PUT /v2.0/floatingips/e96c0452-5e48-44c4-b585-4d4bf857e4b2/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: 1582/3144] 10.0.0.158 () {34 vars in 759 bytes} [Sat Aug 22 12:01:20 2026] PUT /v2.0/floatingips/5a60f0ff-2529-4253-b226-f6c0b191d6e3/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3145] 10.0.0.158 () {32 vars in 672 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3146] 10.0.0.158 () {32 vars in 686 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3147] 10.0.0.158 () {32 vars in 682 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3148] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3149] 10.0.0.158 () {32 vars in 680 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3150] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3151] 10.0.0.158 () {32 vars in 690 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3152] 10.0.0.158 () {32 vars in 702 bytes} [Sat Aug 22 12:01:20 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-22 12:01:20.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc6403c9-b6ae-4b69-b45d-30f93f878306 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] TaaS: Handle Delete Port: 49bd8492-623e-409b-a92c-7ae7d0058a24 2026-08-22 12:01:20.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc6403c9-b6ae-4b69-b45d-30f93f878306 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] Tap Mirror: Handle Delete Port: 49bd8492-623e-409b-a92c-7ae7d0058a24 [pid: 8|app: 0|req: 1567/3153] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:01:20 2026] DELETE /v2.0/floatingips/c0811dec-5adf-49e2-b92d-3bb3515cad62 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:21.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6463ca4-4eb9-467d-aaa6-009f9066b648 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] TaaS: Handle Delete Port: a67f1240-6d0a-4a9c-85b6-20648a47f5c2 2026-08-22 12:01:21.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6463ca4-4eb9-467d-aaa6-009f9066b648 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] Tap Mirror: Handle Delete Port: a67f1240-6d0a-4a9c-85b6-20648a47f5c2 [pid: 7|app: 0|req: 1587/3154] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:01:21 2026] DELETE /v2.0/floatingips/afac594c-cd19-471c-866e-f691b8ff2dcc => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:21.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-8db6ce94-45c9-4e65-8aad-ab9ad83b6132 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] TaaS: Handle Delete Port: fce8b740-3bc6-40df-b240-104fa332380d 2026-08-22 12:01:21.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8db6ce94-45c9-4e65-8aad-ab9ad83b6132 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] Tap Mirror: Handle Delete Port: fce8b740-3bc6-40df-b240-104fa332380d [pid: 8|app: 0|req: 1568/3155] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:01:21 2026] DELETE /v2.0/floatingips/e96c0452-5e48-44c4-b585-4d4bf857e4b2 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:21.824 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6c01e2c-8a61-4dff-b324-20194fd9c634 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] TaaS: Handle Delete Port: 6f495f62-6fb0-4017-9631-1db88b878ab3 2026-08-22 12:01:21.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6c01e2c-8a61-4dff-b324-20194fd9c634 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] Tap Mirror: Handle Delete Port: 6f495f62-6fb0-4017-9631-1db88b878ab3 [pid: 7|app: 0|req: 1588/3156] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:01:21 2026] DELETE /v2.0/floatingips/5a60f0ff-2529-4253-b226-f6c0b191d6e3 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:22.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-d861107b-4cc6-4b24-9915-a53301429158 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] TaaS: Handle Delete Port: 7a31b118-0eac-4d7c-ae63-c2686c9118d1 2026-08-22 12:01:22.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d861107b-4cc6-4b24-9915-a53301429158 bc0f213f80624b4cacdc746fa26756f1 f6791bb0ba7740ecb12a11a8729f1413 - - default default] Tap Mirror: Handle Delete Port: 7a31b118-0eac-4d7c-ae63-c2686c9118d1 [pid: 8|app: 0|req: 1569/3157] 10.0.0.158 () {32 vars in 732 bytes} [Sat Aug 22 12:01:22 2026] DELETE /v2.0/floatingips/b345b6a8-976d-4e0b-a04c-26982823155f => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3158] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:23 2026] GET /v2.0/security-groups?tenant_id=f6791bb0ba7740ecb12a11a8729f1413&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3159] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:23 2026] DELETE /v2.0/security-groups/cdcb1c9c-39ae-44fe-9d54-87c6772f7062 => 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: 1590/3160] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:23 2026] GET /v2.0/security-groups?tenant_id=75365a5a9f43430fb9930618676981a3&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3161] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:23 2026] DELETE /v2.0/security-groups/c8765eba-fe3b-40d5-9b09-4217f2683a8d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3162] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:24 2026] GET /v2.0/security-groups?tenant_id=bbd2f843febf43f7b1e1cf88670a97a2&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3163] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:24 2026] DELETE /v2.0/security-groups/d229f958-54c0-4867-8d28-f5b9a2013c5a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:28.624 7 INFO neutron.db.segments_db [None req-30ddba32-ee7f-4d9b-b626-98d942ed108e 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Added segment 8c753ba6-4e3a-4da7-bd6f-9d8f971e2db5 of type vxlan for network b29b4c55-925b-4d59-aa47-0d6888ccb78c 2026-08-22 12:01:28.888 7 INFO neutron.db.l3_hamode_db [None req-30ddba32-ee7f-4d9b-b626-98d942ed108e 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 12:01:29.042 7 INFO neutron.db.l3_hamode_db [None req-30ddba32-ee7f-4d9b-b626-98d942ed108e 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1592/3164] 10.0.0.158 () {34 vars in 668 bytes} [Sat Aug 22 12:01:28 2026] POST /v2.0/routers => generated 474 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 12:01:29.655 8 INFO neutron.db.l3_hamode_db [None req-2da1019e-1c05-4bc0-90e9-1cc27f43b075 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 12:01:29.798 8 INFO neutron.db.l3_hamode_db [None req-2da1019e-1c05-4bc0-90e9-1cc27f43b075 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1573/3167] 10.0.0.158 () {34 vars in 668 bytes} [Sat Aug 22 12:01:29 2026] POST /v2.0/routers => generated 474 bytes in 851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 12:01:30.510 7 INFO neutron.db.l3_hamode_db [None req-8d26968c-0e01-4918-b3a5-44e11fef1f1f 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 12:01:30.633 7 INFO neutron.db.l3_hamode_db [None req-8d26968c-0e01-4918-b3a5-44e11fef1f1f 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1595/3168] 10.0.0.158 () {34 vars in 668 bytes} [Sat Aug 22 12:01:30 2026] POST /v2.0/routers => generated 474 bytes in 1601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 12:01:32.106 8 INFO neutron.db.l3_hamode_db [None req-71f39457-d372-4a65-9d0d-25829ab4013f 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 12:01:32.226 8 INFO neutron.db.l3_hamode_db [None req-71f39457-d372-4a65-9d0d-25829ab4013f 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1574/3169] 10.0.0.158 () {34 vars in 668 bytes} [Sat Aug 22 12:01:32 2026] POST /v2.0/routers => generated 474 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-22 12:01:32.873 7 INFO neutron.db.l3_hamode_db [None req-9717e3ff-0154-4ba2-a0dd-6760afabecad 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-22 12:01:32.999 7 INFO neutron.db.l3_hamode_db [None req-9717e3ff-0154-4ba2-a0dd-6760afabecad 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1596/3170] 10.0.0.158 () {34 vars in 668 bytes} [Sat Aug 22 12:01:32 2026] POST /v2.0/routers => generated 474 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3171] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 12:01:33 2026] PUT /v2.0/routers/5e84dcea-dc36-443a-bf8d-049f795fc692/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3172] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 12:01:33 2026] PUT /v2.0/routers/7dc65795-8023-4492-857e-d21d9d2b6299/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3173] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 12:01:33 2026] PUT /v2.0/routers/695984ef-c2cd-406f-b0bc-89e14bab17e4/tags => generated 34 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3174] 10.0.0.158 () {34 vars in 751 bytes} [Sat Aug 22 12:01:33 2026] PUT /v2.0/routers/88d797d7-78ff-4e59-9021-06924b79648c/tags => generated 19 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3175] 10.0.0.158 () {32 vars in 664 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3176] 10.0.0.158 () {32 vars in 678 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3177] 10.0.0.158 () {32 vars in 674 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3178] 10.0.0.158 () {32 vars in 686 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3179] 10.0.0.158 () {32 vars in 672 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3180] 10.0.0.158 () {32 vars in 686 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3181] 10.0.0.158 () {32 vars in 682 bytes} [Sat Aug 22 12:01:34 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: 7|app: 0|req: 1602/3182] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3183] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:34 2026] GET /v2.0/routers/5e84dcea-dc36-443a-bf8d-049f795fc692 => generated 485 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3184] 10.0.0.158 () {34 vars in 742 bytes} [Sat Aug 22 12:01:34 2026] PUT /v2.0/routers/5e84dcea-dc36-443a-bf8d-049f795fc692 => generated 485 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3185] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 12:01:35 2026] GET /v2.0/ports?device_id=5e84dcea-dc36-443a-bf8d-049f795fc692 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:01:35.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-f958a2d2-ad2a-4e57-bceb-1bde5476d2f5 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] TaaS: Handle Delete Port: d8ccd116-b7b2-4786-a07a-3a7b74da2dd7 2026-08-22 12:01:35.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f958a2d2-ad2a-4e57-bceb-1bde5476d2f5 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Tap Mirror: Handle Delete Port: d8ccd116-b7b2-4786-a07a-3a7b74da2dd7 [pid: 7|app: 0|req: 1604/3186] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:35 2026] DELETE /v2.0/routers/5e84dcea-dc36-443a-bf8d-049f795fc692 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3187] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:35 2026] GET /v2.0/routers/7dc65795-8023-4492-857e-d21d9d2b6299 => generated 493 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3188] 10.0.0.158 () {34 vars in 742 bytes} [Sat Aug 22 12:01:35 2026] PUT /v2.0/routers/7dc65795-8023-4492-857e-d21d9d2b6299 => generated 493 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3189] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 12:01:36 2026] GET /v2.0/ports?device_id=7dc65795-8023-4492-857e-d21d9d2b6299 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:01:36.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-98048731-36be-4590-82ea-39dafcc2bfd0 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] TaaS: Handle Delete Port: 777d73de-b65b-438f-b076-21e3520b541a 2026-08-22 12:01:36.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98048731-36be-4590-82ea-39dafcc2bfd0 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Tap Mirror: Handle Delete Port: 777d73de-b65b-438f-b076-21e3520b541a [pid: 7|app: 0|req: 1606/3190] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:36 2026] DELETE /v2.0/routers/7dc65795-8023-4492-857e-d21d9d2b6299 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3191] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:36 2026] GET /v2.0/routers/695984ef-c2cd-406f-b0bc-89e14bab17e4 => generated 502 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3192] 10.0.0.158 () {34 vars in 742 bytes} [Sat Aug 22 12:01:37 2026] PUT /v2.0/routers/695984ef-c2cd-406f-b0bc-89e14bab17e4 => generated 502 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3193] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 12:01:37 2026] GET /v2.0/ports?device_id=695984ef-c2cd-406f-b0bc-89e14bab17e4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:01:37.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6dfabe9-624f-4e68-acef-accfe062cddc 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] TaaS: Handle Delete Port: 920a3dad-4ed7-4958-8c9d-fd49d57295de 2026-08-22 12:01:37.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6dfabe9-624f-4e68-acef-accfe062cddc 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Tap Mirror: Handle Delete Port: 920a3dad-4ed7-4958-8c9d-fd49d57295de [pid: 7|app: 0|req: 1608/3194] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:37 2026] DELETE /v2.0/routers/695984ef-c2cd-406f-b0bc-89e14bab17e4 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3195] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:38 2026] GET /v2.0/routers/88d797d7-78ff-4e59-9021-06924b79648c => generated 487 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3196] 10.0.0.158 () {34 vars in 742 bytes} [Sat Aug 22 12:01:38 2026] PUT /v2.0/routers/88d797d7-78ff-4e59-9021-06924b79648c => generated 487 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3197] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 12:01:38 2026] GET /v2.0/ports?device_id=88d797d7-78ff-4e59-9021-06924b79648c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:01:38.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0251f57-c047-42d9-afce-898d60b1ca14 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] TaaS: Handle Delete Port: 9a16ce17-76c5-4c58-9bba-ae2e238d6c23 2026-08-22 12:01:38.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0251f57-c047-42d9-afce-898d60b1ca14 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Tap Mirror: Handle Delete Port: 9a16ce17-76c5-4c58-9bba-ae2e238d6c23 [pid: 7|app: 0|req: 1610/3198] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:38 2026] DELETE /v2.0/routers/88d797d7-78ff-4e59-9021-06924b79648c => generated 0 bytes in 388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3199] 10.0.0.158 () {32 vars in 721 bytes} [Sat Aug 22 12:01:39 2026] GET /v2.0/routers/ddefe765-ae46-4fb7-8fbd-288bef1e3585 => generated 480 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3200] 10.0.0.158 () {34 vars in 742 bytes} [Sat Aug 22 12:01:39 2026] PUT /v2.0/routers/ddefe765-ae46-4fb7-8fbd-288bef1e3585 => generated 480 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3201] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 12:01:39 2026] GET /v2.0/ports?device_id=ddefe765-ae46-4fb7-8fbd-288bef1e3585 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:01:39.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3d53e86-f6fd-4ace-b442-e0aba0d4e2a1 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] TaaS: Handle Delete Port: 34baaeb1-2d39-4b4c-a1f0-f7a40af941aa 2026-08-22 12:01:39.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3d53e86-f6fd-4ace-b442-e0aba0d4e2a1 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] Tap Mirror: Handle Delete Port: 34baaeb1-2d39-4b4c-a1f0-f7a40af941aa 2026-08-22 12:01:40.176 7 INFO neutron.db.l3_hamode_db [None req-b3d53e86-f6fd-4ace-b442-e0aba0d4e2a1 8f440969a9f24e2f8a707ef8c3265728 619b1a8224fc492e9c7cf44a6fe715bf - - default default] HA network b29b4c55-925b-4d59-aa47-0d6888ccb78c was deleted as no HA routers are present in tenant 619b1a8224fc492e9c7cf44a6fe715bf. [pid: 7|app: 0|req: 1612/3202] 10.0.0.158 () {32 vars in 724 bytes} [Sat Aug 22 12:01:39 2026] DELETE /v2.0/routers/ddefe765-ae46-4fb7-8fbd-288bef1e3585 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:40.258 7 INFO neutron.services.segments.plugin [-] Segment 8c753ba6-4e3a-4da7-bd6f-9d8f971e2db5 resource provider aggregate not found 2026-08-22 12:01:40.271 7 INFO neutron.services.segments.plugin [-] Segment 8c753ba6-4e3a-4da7-bd6f-9d8f971e2db5 resource provider aggregate not found 2026-08-22 12:01:40.276 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c753ba6-4e3a-4da7-bd6f-9d8f971e2db5 resource provider; 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 8c753ba6-4e3a-4da7-bd6f-9d8f971e2db5 found for delete ", "request_id": "req-84bff378-65f9-4b92-8152-a28f77d5c71a"}]} 2026-08-22 12:01:40.288 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c753ba6-4e3a-4da7-bd6f-9d8f971e2db5 resource provider; 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 8c753ba6-4e3a-4da7-bd6f-9d8f971e2db5 found for delete ", "request_id": "req-7ab376da-f163-4c93-8f72-0194c7f6363d"}]} [pid: 8|app: 0|req: 1591/3203] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:41 2026] GET /v2.0/security-groups?tenant_id=07c68e1d5e394008aa72655a878e8043&name=default => generated 2929 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3204] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:41 2026] DELETE /v2.0/security-groups/41cb7e59-d86b-4097-b4de-001b43dc5304 => 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/3205] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:41 2026] GET /v2.0/security-groups?tenant_id=619b1a8224fc492e9c7cf44a6fe715bf&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3206] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:41 2026] DELETE /v2.0/security-groups/cd2748be-eb25-4cc8-b601-54fda3472e15 => 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: 1593/3207] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:41 2026] GET /v2.0/security-groups?tenant_id=f8e46e4f0bb4494f98444547470baa8b&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3208] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:42 2026] DELETE /v2.0/security-groups/ed730cd4-7093-4f6f-91e5-d719c9a03f05 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3211] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 12:01:46 2026] POST /v2.0/security-groups => generated 1603 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3212] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 12:01:46 2026] POST /v2.0/security-groups => generated 1603 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3213] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 12:01:46 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3214] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 12:01:46 2026] POST /v2.0/security-groups => generated 1603 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3215] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 12:01:47 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3216] 10.0.0.158 () {34 vars in 767 bytes} [Sat Aug 22 12:01:47 2026] PUT /v2.0/security-groups/96034302-7a6f-4ff6-ad1c-8337b956ec83/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3217] 10.0.0.158 () {34 vars in 767 bytes} [Sat Aug 22 12:01:47 2026] PUT /v2.0/security-groups/5834ccb9-27e2-434f-a856-5b651f20f517/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3218] 10.0.0.158 () {34 vars in 767 bytes} [Sat Aug 22 12:01:47 2026] PUT /v2.0/security-groups/9c23443c-eb88-4c80-bb16-3bbfb0634c0d/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3219] 10.0.0.158 () {34 vars in 767 bytes} [Sat Aug 22 12:01:47 2026] PUT /v2.0/security-groups/0a683de8-17f9-41e2-9f81-f5da55dc0830/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3220] 10.0.0.158 () {32 vars in 680 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3221] 10.0.0.158 () {32 vars in 694 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3222] 10.0.0.158 () {32 vars in 690 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3223] 10.0.0.158 () {32 vars in 702 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3224] 10.0.0.158 () {32 vars in 688 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3225] 10.0.0.158 () {32 vars in 702 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3226] 10.0.0.158 () {32 vars in 698 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3227] 10.0.0.158 () {32 vars in 710 bytes} [Sat Aug 22 12:01:47 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3228] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:47 2026] DELETE /v2.0/security-groups/96034302-7a6f-4ff6-ad1c-8337b956ec83 => 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: 1626/3229] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:47 2026] DELETE /v2.0/security-groups/5834ccb9-27e2-434f-a856-5b651f20f517 => 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: 1604/3230] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:48 2026] DELETE /v2.0/security-groups/9c23443c-eb88-4c80-bb16-3bbfb0634c0d => 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: 1627/3231] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:48 2026] DELETE /v2.0/security-groups/0a683de8-17f9-41e2-9f81-f5da55dc0830 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3232] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:48 2026] DELETE /v2.0/security-groups/e89db1e9-b6ef-4593-ba43-c7bcf1e8e709 => 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: 1628/3233] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:49 2026] GET /v2.0/security-groups?tenant_id=4f087eaa6eeb42c1a719d635d6a763d6&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3234] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:49 2026] DELETE /v2.0/security-groups/24a3f55c-dc73-455e-81af-221b3933563f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3235] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:49 2026] GET /v2.0/security-groups?tenant_id=1257ce7cfa594ce4911f99496b6bb14d&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3236] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:49 2026] DELETE /v2.0/security-groups/6ee377d0-fb7f-4aa0-aefb-fb61de30bffd => 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: 1630/3237] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:49 2026] GET /v2.0/security-groups?tenant_id=81a7e85cc33a46ddb8c10ae11cff3ce3&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3238] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:50 2026] DELETE /v2.0/security-groups/6f7db7c4-597b-4592-89a2-f617c5899ba9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:53.734 7 INFO neutron.db.segments_db [None req-f1a9abcd-cb9a-49ba-9e03-6e36e3527a88 c0fdc9f9abb041f7ab97b09263bb04b7 9079f224bdfb4498bd8e360a24b90137 - - default default] Added segment 6c57839d-f466-41bd-855f-5d17c0dc9c4e of type vxlan for network 3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd [pid: 7|app: 0|req: 1631/3239] 10.0.0.158 () {34 vars in 670 bytes} [Sat Aug 22 12:01:53 2026] POST /v2.0/networks => generated 632 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3240] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 12:01:53 2026] PUT /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/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: 1632/3241] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 12:01:53 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3242] 10.0.0.158 () {34 vars in 764 bytes} [Sat Aug 22 12:01:54 2026] PUT /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3243] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 12:01:54 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3244] 10.0.0.158 () {34 vars in 760 bytes} [Sat Aug 22 12:01:54 2026] PUT /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags/red => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3245] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 12:01:54 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3246] 10.0.0.158 () {34 vars in 782 bytes} [Sat Aug 22 12:01:54 2026] PUT /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3247] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 12:01:54 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 52 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3248] 10.0.0.158 () {34 vars in 753 bytes} [Sat Aug 22 12:01:54 2026] PUT /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3249] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 12:01:54 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3250] 10.0.0.158 () {32 vars in 741 bytes} [Sat Aug 22 12:01:54 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:01:54.803 7 INFO neutron.api.v2.resource [None req-9d133448-6d1b-45dd-b6f3-3cc2cb12708b c0fdc9f9abb041f7ab97b09263bb04b7 9079f224bdfb4498bd8e360a24b90137 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3251] 10.0.0.158 () {32 vars in 745 bytes} [Sat Aug 22 12:01:54 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3252] 10.0.0.158 () {32 vars in 744 bytes} [Sat Aug 22 12:01:54 2026] DELETE /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags/red => 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: 1638/3253] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 12:01:54 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 30 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:01:55.040 8 INFO neutron.api.v2.resource [None req-da8e6154-1cdd-4d6b-9efb-4f36ee9f0c66 c0fdc9f9abb041f7ab97b09263bb04b7 9079f224bdfb4498bd8e360a24b90137 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3254] 10.0.0.158 () {32 vars in 748 bytes} [Sat Aug 22 12:01:54 2026] DELETE /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3255] 10.0.0.158 () {32 vars in 736 bytes} [Sat Aug 22 12:01:55 2026] DELETE /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => 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: 1617/3256] 10.0.0.158 () {32 vars in 733 bytes} [Sat Aug 22 12:01:55 2026] GET /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:01:55.314 7 INFO neutron.services.segments.plugin [-] Segment 6c57839d-f466-41bd-855f-5d17c0dc9c4e resource provider aggregate not found 2026-08-22 12:01:55.324 7 INFO neutron.services.segments.plugin [-] Segment 6c57839d-f466-41bd-855f-5d17c0dc9c4e resource provider aggregate not found 2026-08-22 12:01:55.338 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c57839d-f466-41bd-855f-5d17c0dc9c4e resource provider; 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 6c57839d-f466-41bd-855f-5d17c0dc9c4e found for delete ", "request_id": "req-9bb971d6-19bc-44d2-ad02-0c2b8d8dfbb6"}]} [pid: 7|app: 0|req: 1640/3257] 10.0.0.158 () {32 vars in 726 bytes} [Sat Aug 22 12:01:55 2026] DELETE /v2.0/networks/3b0549bf-fab1-4af0-b3f0-d1c2024dd0fd => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-22 12:01:55.352 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c57839d-f466-41bd-855f-5d17c0dc9c4e resource provider; 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 6c57839d-f466-41bd-855f-5d17c0dc9c4e found for delete ", "request_id": "req-74d78aeb-6683-41cb-a153-861812bed4d0"}]} [pid: 8|app: 0|req: 1618/3258] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:55 2026] GET /v2.0/security-groups?tenant_id=1eb65efba1cc42e897bc287fd4a90325&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3259] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:56 2026] DELETE /v2.0/security-groups/a81a9026-60c3-4fd1-b161-8c2d60b740c7 => 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: 1619/3260] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:01:56 2026] GET /v2.0/security-groups?tenant_id=9079f224bdfb4498bd8e360a24b90137&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3261] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:01:56 2026] DELETE /v2.0/security-groups/4f4a520c-9309-4697-9598-ebb323e0e9ee => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3264] 10.0.0.158 () {34 vars in 684 bytes} [Sat Aug 22 12:01:59 2026] POST /v2.0/security-groups => generated 1603 bytes in 992 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3265] 10.0.0.158 () {34 vars in 767 bytes} [Sat Aug 22 12:02:00 2026] PUT /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3266] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:02:00 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3267] 10.0.0.158 () {34 vars in 778 bytes} [Sat Aug 22 12:02:00 2026] PUT /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3268] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3269] 10.0.0.158 () {34 vars in 774 bytes} [Sat Aug 22 12:02:01 2026] PUT /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3270] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3271] 10.0.0.158 () {34 vars in 796 bytes} [Sat Aug 22 12:02:01 2026] PUT /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/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: 8|app: 0|req: 1625/3272] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3273] 10.0.0.158 () {34 vars in 767 bytes} [Sat Aug 22 12:02:01 2026] PUT /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3274] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/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: 1649/3275] 10.0.0.158 () {32 vars in 755 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-22 12:02:01.494 8 INFO neutron.api.v2.resource [None req-6e648530-466e-4df0-ae99-f2b2aed491f1 10176540f6ee4b36bf71e6574aa5c70f 121b2e3d8ec54d12a984804804056a2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3276] 10.0.0.158 () {32 vars in 759 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3277] 10.0.0.158 () {32 vars in 758 bytes} [Sat Aug 22 12:02:01 2026] DELETE /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3278] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-22 12:02:01.639 7 INFO neutron.api.v2.resource [None req-e38d9777-3c9e-492c-9010-431532679846 10176540f6ee4b36bf71e6574aa5c70f 121b2e3d8ec54d12a984804804056a2b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3279] 10.0.0.158 () {32 vars in 762 bytes} [Sat Aug 22 12:02:01 2026] DELETE /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3280] 10.0.0.158 () {32 vars in 750 bytes} [Sat Aug 22 12:02:01 2026] DELETE /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3281] 10.0.0.158 () {32 vars in 747 bytes} [Sat Aug 22 12:02:01 2026] GET /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3282] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:02:01 2026] DELETE /v2.0/security-groups/4b404ee5-04cb-448a-b2b4-07c32f35ad24 => 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: 1653/3283] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:02:02 2026] GET /v2.0/security-groups?tenant_id=a005b260ccec404c8e89cd61890a7d42&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3284] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:02:02 2026] DELETE /v2.0/security-groups/bc48575a-1a1d-4edc-983a-828423ae6e90 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3285] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:02:02 2026] GET /v2.0/security-groups?tenant_id=121b2e3d8ec54d12a984804804056a2b&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3286] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:02:02 2026] DELETE /v2.0/security-groups/68781c5e-61e3-4d5f-b09c-4e6ade445e61 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3287] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:02:06 2026] GET /v2.0/security-groups?tenant_id=f18e792bfada402886ff425220c684fe&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3288] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:02:06 2026] DELETE /v2.0/security-groups/47e7185b-1288-49b6-81ae-57cd59562f44 => 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: 1656/3289] 10.0.0.158 () {32 vars in 774 bytes} [Sat Aug 22 12:02:07 2026] GET /v2.0/security-groups?tenant_id=354a05e9586d49b6a7762348e7ab242b&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3290] 10.0.0.158 () {32 vars in 740 bytes} [Sat Aug 22 12:02:07 2026] DELETE /v2.0/security-groups/3f223768-985b-4695-a6f5-14e7a5d24e77 => 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: 1657/3291] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 12:02:10 2026] GET /v2.0/networks => generated 2168 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3292] 10.0.0.158 () {32 vars in 655 bytes} [Sat Aug 22 12:02:11 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3293] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 12:02:11 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3294] 10.0.0.158 () {32 vars in 643 bytes} [Sat Aug 22 12:02:11 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3295] 10.0.0.158 () {32 vars in 647 bytes} [Sat Aug 22 12:02:11 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3296] 10.0.0.158 () {32 vars in 649 bytes} [Sat Aug 22 12:02:11 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3297] 10.0.0.158 () {32 vars in 663 bytes} [Sat Aug 22 12:02:11 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3298] 10.0.0.158 () {32 vars in 655 bytes} [Sat Aug 22 12:02:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)