+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 9 04:32:07 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-7bf4fbf4f6-rdpwm machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7ff820293668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-09 04:32:11.719 7 INFO neutron.common.config [-] Logging enabled! 2026-07-09 04:32:11.719 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-09 04:32:11.885 8 INFO neutron.common.config [-] Logging enabled! 2026-07-09 04:32:11.885 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-09 04:32:12.713 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-09 04:32:12.936 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-09 04:32:14.177 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 04:32:14.180 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-09 04:32:14.184 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-09 04:32:14.185 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 04:32:14.185 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-09 04:32:14.185 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-09 04:32:14.186 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 04:32:14.194 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 04:32:14.194 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 04:32:14.194 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 04:32:14.217 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-09 04:32:14.218 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 04:32:14.218 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-09 04:32:14.251 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-09 04:32:14.251 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-09 04:32:14.251 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-09 04:32:14.251 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-09 04:32:14.429 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 04:32:14.431 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-09 04:32:14.435 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-09 04:32:14.436 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 04:32:14.436 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-09 04:32:14.436 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-09 04:32:14.436 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 04:32:14.444 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 04:32:14.444 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 04:32:14.444 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 04:32:14.469 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-09 04:32:14.470 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 04:32:14.470 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-09 04:32:14.500 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-09 04:32:14.500 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-09 04:32:14.500 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-09 04:32:14.500 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-09 04:32:14.546 7 INFO neutron.plugins.ml2.managers [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] Initializing driver for type 'vlan' 2026-07-09 04:32:14.790 8 INFO neutron.plugins.ml2.managers [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] Initializing driver for type 'vlan' 2026-07-09 04:32:14.810 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] VlanTypeDriver initialization complete 2026-07-09 04:32:14.810 7 INFO neutron.plugins.ml2.managers [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] Initializing driver for type 'vxlan' 2026-07-09 04:32:14.810 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-09 04:32:14.824 7 INFO neutron.plugins.ml2.managers [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-09 04:32:14.824 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-09 04:32:14.824 7 INFO neutron.plugins.ml2.managers [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] Initializing extension driver 'port_security' 2026-07-09 04:32:14.824 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-09 04:32:14.824 7 INFO neutron.plugins.ml2.managers [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] Initializing extension driver 'qos' 2026-07-09 04:32:14.824 7 INFO neutron.plugins.ml2.managers [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-09 04:32:14.825 7 INFO neutron.plugins.ml2.managers [None req-e9224a0d-976f-4a8f-9471-0c2e4f69cff9 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-09 04:32:14.836 7 INFO neutron.quota [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded quota_driver: . 2026-07-09 04:32:14.837 7 INFO neutron.plugins.ml2.plugin [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Modular L2 Plugin initialization complete 2026-07-09 04:32:14.837 7 INFO neutron.plugins.ml2.managers [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-09 04:32:14.837 7 INFO neutron.plugins.ml2.managers [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-09 04:32:14.837 7 INFO neutron.plugins.ml2.managers [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-09 04:32:14.837 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: qos 2026-07-09 04:32:14.850 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: router 2026-07-09 04:32:14.894 7 INFO neutron.services.service_base [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-09 04:32:14.894 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: segments 2026-07-09 04:32:14.991 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: trunk 2026-07-09 04:32:15.005 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: vpnaas 2026-07-09 04:32:15.043 7 WARNING stevedore.named [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 04:32:15.058 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] VlanTypeDriver initialization complete 2026-07-09 04:32:15.058 8 INFO neutron.plugins.ml2.managers [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] Initializing driver for type 'vxlan' 2026-07-09 04:32:15.059 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-09 04:32:15.072 8 INFO neutron.plugins.ml2.managers [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-09 04:32:15.072 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-09 04:32:15.072 8 INFO neutron.plugins.ml2.managers [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] Initializing extension driver 'port_security' 2026-07-09 04:32:15.072 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-09 04:32:15.072 8 INFO neutron.plugins.ml2.managers [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] Initializing extension driver 'qos' 2026-07-09 04:32:15.072 8 INFO neutron.plugins.ml2.managers [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-09 04:32:15.072 8 INFO neutron.plugins.ml2.managers [None req-cdaefd82-2c0f-46a2-8b38-74c5d87f5a80 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-09 04:32:15.088 8 INFO neutron.quota [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded quota_driver: . 2026-07-09 04:32:15.088 8 INFO neutron.plugins.ml2.plugin [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Modular L2 Plugin initialization complete 2026-07-09 04:32:15.088 8 INFO neutron.plugins.ml2.managers [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-09 04:32:15.088 8 INFO neutron.plugins.ml2.managers [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-09 04:32:15.088 8 INFO neutron.plugins.ml2.managers [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Got port-security extension from driver 'port_security' 2026-07-09 04:32:15.089 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: qos 2026-07-09 04:32:15.101 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: router 2026-07-09 04:32:15.107 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-09 04:32:15.107 7 INFO neutron.common.utils [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-09 04:32:15.107 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: taas 2026-07-09 04:32:15.130 7 WARNING stevedore.named [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 04:32:15.130 7 WARNING stevedore.named [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 04:32:15.145 8 INFO neutron.services.service_base [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-09 04:32:15.145 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: segments 2026-07-09 04:32:15.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-09 04:32:15.162 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: tapmirror 2026-07-09 04:32:15.177 7 WARNING stevedore.named [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 04:32:15.178 7 WARNING stevedore.named [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 04:32:15.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-09 04:32:15.216 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: auto_allocate 2026-07-09 04:32:15.225 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: tag 2026-07-09 04:32:15.235 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: timestamp 2026-07-09 04:32:15.239 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: network_ip_availability 2026-07-09 04:32:15.243 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: flavors 2026-07-09 04:32:15.243 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: trunk 2026-07-09 04:32:15.246 7 INFO neutron.manager [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loading Plugin: revisions 2026-07-09 04:32:15.250 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Initializing extension manager. 2026-07-09 04:32:15.252 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: address-group 2026-07-09 04:32:15.253 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: address-scope 2026-07-09 04:32:15.253 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-09 04:32:15.254 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: agent 2026-07-09 04:32:15.255 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: agent-resources-synced 2026-07-09 04:32:15.256 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-09 04:32:15.257 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-09 04:32:15.257 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: vpnaas 2026-07-09 04:32:15.257 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: availability_zone 2026-07-09 04:32:15.258 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: availability_zone_filter 2026-07-09 04:32:15.258 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-09 04:32:15.259 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: default-subnetpools 2026-07-09 04:32:15.260 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-09 04:32:15.261 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: dns-integration 2026-07-09 04:32:15.261 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: dns-domain-ports 2026-07-09 04:32:15.262 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-09 04:32:15.263 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: dvr 2026-07-09 04:32:15.263 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-09 04:32:15.265 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: empty-string-filtering 2026-07-09 04:32:15.265 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 04:32:15.266 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-09 04:32:15.267 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: external-net 2026-07-09 04:32:15.267 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-09 04:32:15.267 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: extraroute 2026-07-09 04:32:15.268 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: extraroute-atomic 2026-07-09 04:32:15.269 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-09 04:32:15.270 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-09 04:32:15.270 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-09 04:32:15.271 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-09 04:32:15.271 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: fip-port-details 2026-07-09 04:32:15.272 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: flavors 2026-07-09 04:32:15.273 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-09 04:32:15.274 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: floatingip-pools 2026-07-09 04:32:15.274 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: ip_allocation 2026-07-09 04:32:15.275 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-09 04:32:15.275 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: l2_adjacency 2026-07-09 04:32:15.276 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: router 2026-07-09 04:32:15.278 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 04:32:15.279 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-09 04:32:15.279 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-09 04:32:15.280 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: ext-gw-mode 2026-07-09 04:32:15.280 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: l3-ha 2026-07-09 04:32:15.281 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-09 04:32:15.281 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-09 04:32:15.282 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: l3-flavors 2026-07-09 04:32:15.283 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-09 04:32:15.283 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-09 04:32:15.286 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-09 04:32:15.287 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-09 04:32:15.288 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-09 04:32:15.289 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-09 04:32:15.290 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-09 04:32:15.294 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: multi-provider 2026-07-09 04:32:15.295 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: net-mtu 2026-07-09 04:32:15.296 8 WARNING stevedore.named [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 04:32:15.296 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: net-mtu-writable 2026-07-09 04:32:15.298 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: network_availability_zone 2026-07-09 04:32:15.299 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: network_ha 2026-07-09 04:32:15.300 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: network-ip-availability 2026-07-09 04:32:15.302 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-09 04:32:15.303 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: pagination 2026-07-09 04:32:15.303 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-device-profile 2026-07-09 04:32:15.304 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-09 04:32:15.305 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-09 04:32:15.306 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-09 04:32:15.306 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-mac-override 2026-07-09 04:32:15.307 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-09 04:32:15.307 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-09 04:32:15.308 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-09 04:32:15.308 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-resource-request 2026-07-09 04:32:15.309 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-09 04:32:15.310 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-09 04:32:15.310 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: binding 2026-07-09 04:32:15.311 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: binding-extended 2026-07-09 04:32:15.312 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-security 2026-07-09 04:32:15.312 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: project-id 2026-07-09 04:32:15.313 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: provider 2026-07-09 04:32:15.313 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-09 04:32:15.316 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos 2026-07-09 04:32:15.317 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-09 04:32:15.318 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-09 04:32:15.318 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-default 2026-07-09 04:32:15.319 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-fip 2026-07-09 04:32:15.319 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-09 04:32:15.320 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-09 04:32:15.320 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-09 04:32:15.321 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-09 04:32:15.322 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-09 04:32:15.322 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-pps 2026-07-09 04:32:15.323 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-09 04:32:15.323 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-09 04:32:15.324 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: qos-rules-alias 2026-07-09 04:32:15.325 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: quota-check-limit 2026-07-09 04:32:15.325 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: quota-check-limit-default 2026-07-09 04:32:15.328 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: quotas 2026-07-09 04:32:15.329 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: quota_details 2026-07-09 04:32:15.331 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: rbac-policies 2026-07-09 04:32:15.331 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: rbac-address-group 2026-07-09 04:32:15.332 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: rbac-address-scope 2026-07-09 04:32:15.332 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: rbac-security-groups 2026-07-09 04:32:15.333 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-09 04:32:15.334 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: revision-if-match 2026-07-09 04:32:15.335 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-09 04:32:15.335 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: router_availability_zone 2026-07-09 04:32:15.336 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-09 04:32:15.338 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-09 04:32:15.338 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-09 04:32:15.339 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-09 04:32:15.339 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-09 04:32:15.340 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-09 04:32:15.340 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-09 04:32:15.345 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: security-group 2026-07-09 04:32:15.347 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: segment 2026-07-09 04:32:15.347 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-09 04:32:15.348 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: service-type 2026-07-09 04:32:15.348 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: sorting 2026-07-09 04:32:15.349 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: standard-attr-segment 2026-07-09 04:32:15.351 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: standard-attr-description 2026-07-09 04:32:15.351 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: stateful-security-group 2026-07-09 04:32:15.352 7 WARNING neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-09 04:32:15.353 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-09 04:32:15.354 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: subnet-external-network 2026-07-09 04:32:15.355 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: subnet_onboard 2026-07-09 04:32:15.355 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-09 04:32:15.356 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: subnet-service-types 2026-07-09 04:32:15.357 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: subnet_allocation 2026-07-09 04:32:15.358 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-09 04:32:15.358 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: tag-creation 2026-07-09 04:32:15.359 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-09 04:32:15.364 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: standard-attr-tag 2026-07-09 04:32:15.365 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-09 04:32:15.366 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: trunk 2026-07-09 04:32:15.366 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: trunk-details 2026-07-09 04:32:15.366 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-09 04:32:15.367 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-09 04:32:15.367 8 INFO neutron.common.utils [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-09 04:32:15.367 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: taas 2026-07-09 04:32:15.367 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-09 04:32:15.368 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-09 04:32:15.369 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-09 04:32:15.371 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-09 04:32:15.371 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-09 04:32:15.372 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: vpn-flavors 2026-07-09 04:32:15.377 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: vpnaas 2026-07-09 04:32:15.378 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: taas 2026-07-09 04:32:15.379 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: tap-mirror 2026-07-09 04:32:15.380 7 INFO neutron.api.extensions [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Loaded extension: taas-vlan-filter 2026-07-09 04:32:15.383 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-09 04:32:15.383 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-09 04:32:15.383 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.383 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-09 04:32:15.387 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 04:32:15.387 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 04:32:15.393 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 04:32:15.394 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 04:32:15.394 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 04:32:15.395 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.395 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.396 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.396 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.396 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 04:32:15.397 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.397 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.398 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 04:32:15.398 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 04:32:15.398 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 04:32:15.399 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.399 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] ipsecpolicy is already registered 2026-07-09 04:32:15.399 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.400 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] ikepolicy is already registered 2026-07-09 04:32:15.401 8 WARNING stevedore.named [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 04:32:15.401 8 WARNING stevedore.named [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 04:32:15.404 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 04:32:15.404 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] router is already registered 2026-07-09 04:32:15.405 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 04:32:15.405 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] floatingip is already registered 2026-07-09 04:32:15.410 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 04:32:15.410 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] rbac_policy is already registered 2026-07-09 04:32:15.411 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 04:32:15.411 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] security_group is already registered 2026-07-09 04:32:15.411 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 04:32:15.411 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] security_group_rule is already registered 2026-07-09 04:32:15.412 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.412 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.413 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.413 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.413 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 04:32:15.413 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] trunk is already registered 2026-07-09 04:32:15.414 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.414 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] ikepolicy is already registered 2026-07-09 04:32:15.414 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.414 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] ipsecpolicy is already registered 2026-07-09 04:32:15.415 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 04:32:15.415 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] endpoint_group is already registered 2026-07-09 04:32:15.415 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 04:32:15.416 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] vpnservice is already registered 2026-07-09 04:32:15.416 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 04:32:15.416 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] ipsec_site_connection is already registered 2026-07-09 04:32:15.416 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.417 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] ipsecpolicy is already registered 2026-07-09 04:32:15.417 7 INFO neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.417 7 WARNING neutron.quota.resource_registry [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] ikepolicy is already registered 2026-07-09 04:32:15.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-09 04:32:15.421 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: tapmirror 2026-07-09 04:32:15.436 8 WARNING stevedore.named [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 04:32:15.436 8 WARNING stevedore.named [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 04:32:15.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-09 04:32:15.453 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: auto_allocate 2026-07-09 04:32:15.457 7 WARNING keystonemiddleware._common.config [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 04:32:15.464 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: tag 2026-07-09 04:32:15.465 7 WARNING oslo_config.cfg [None req-f131b239-2fee-4fdf-bfd0-963eddaefe3a - - - - - -] 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 0x7ff820293668 pid: 7 (default app) 2026-07-09 04:32:15.471 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: timestamp 2026-07-09 04:32:15.474 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: network_ip_availability 2026-07-09 04:32:15.478 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: flavors 2026-07-09 04:32:15.482 8 INFO neutron.manager [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loading Plugin: revisions 2026-07-09 04:32:15.485 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Initializing extension manager. 2026-07-09 04:32:15.486 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: address-group 2026-07-09 04:32:15.487 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: address-scope 2026-07-09 04:32:15.488 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-09 04:32:15.488 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: agent 2026-07-09 04:32:15.489 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: agent-resources-synced 2026-07-09 04:32:15.490 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: allowed-address-pairs 2026-07-09 04:32:15.491 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: auto-allocated-topology 2026-07-09 04:32:15.492 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: availability_zone 2026-07-09 04:32:15.492 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: availability_zone_filter 2026-07-09 04:32:15.493 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-09 04:32:15.493 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: default-subnetpools 2026-07-09 04:32:15.495 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-09 04:32:15.495 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: dns-integration 2026-07-09 04:32:15.496 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: dns-domain-ports 2026-07-09 04:32:15.496 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-09 04:32:15.497 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: dvr 2026-07-09 04:32:15.498 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-09 04:32:15.499 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: empty-string-filtering 2026-07-09 04:32:15.500 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 04:32:15.500 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-09 04:32:15.500 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: external-net 2026-07-09 04:32:15.501 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-09 04:32:15.501 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: extraroute 2026-07-09 04:32:15.502 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: extraroute-atomic 2026-07-09 04:32:15.503 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-09 04:32:15.503 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-09 04:32:15.504 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-09 04:32:15.504 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-09 04:32:15.504 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: fip-port-details 2026-07-09 04:32:15.506 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: flavors 2026-07-09 04:32:15.509 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-09 04:32:15.510 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: floatingip-pools 2026-07-09 04:32:15.511 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: ip_allocation 2026-07-09 04:32:15.511 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: ip-substring-filtering 2026-07-09 04:32:15.512 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: l2_adjacency 2026-07-09 04:32:15.513 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: router 2026-07-09 04:32:15.515 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 04:32:15.516 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-09 04:32:15.516 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-09 04:32:15.517 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: ext-gw-mode 2026-07-09 04:32:15.517 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: l3-ha 2026-07-09 04:32:15.518 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-09 04:32:15.518 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-09 04:32:15.519 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: l3-flavors 2026-07-09 04:32:15.520 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-09 04:32:15.520 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-09 04:32:15.523 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-09 04:32:15.524 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-09 04:32:15.525 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-09 04:32:15.526 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-09 04:32:15.527 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-09 04:32:15.527 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: multi-provider 2026-07-09 04:32:15.528 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: net-mtu 2026-07-09 04:32:15.528 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: net-mtu-writable 2026-07-09 04:32:15.529 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: network_availability_zone 2026-07-09 04:32:15.530 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: network_ha 2026-07-09 04:32:15.530 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: network-ip-availability 2026-07-09 04:32:15.532 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-09 04:32:15.532 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: pagination 2026-07-09 04:32:15.533 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-device-profile 2026-07-09 04:32:15.533 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-09 04:32:15.534 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-09 04:32:15.534 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-09 04:32:15.535 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-mac-override 2026-07-09 04:32:15.535 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-09 04:32:15.536 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-09 04:32:15.536 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-09 04:32:15.537 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-resource-request 2026-07-09 04:32:15.537 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-resource-request-groups 2026-07-09 04:32:15.538 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-09 04:32:15.538 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: binding 2026-07-09 04:32:15.539 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: binding-extended 2026-07-09 04:32:15.539 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-security 2026-07-09 04:32:15.540 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: project-id 2026-07-09 04:32:15.540 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: provider 2026-07-09 04:32:15.541 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-09 04:32:15.543 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos 2026-07-09 04:32:15.544 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-09 04:32:15.544 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-09 04:32:15.545 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-default 2026-07-09 04:32:15.545 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-fip 2026-07-09 04:32:15.546 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-09 04:32:15.546 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-gateway-ip 2026-07-09 04:32:15.547 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-port-network-policy 2026-07-09 04:32:15.547 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-pps-minimum 2026-07-09 04:32:15.548 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-09 04:32:15.549 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-pps 2026-07-09 04:32:15.549 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-rule-type-details 2026-07-09 04:32:15.550 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-09 04:32:15.550 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: qos-rules-alias 2026-07-09 04:32:15.551 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: quota-check-limit 2026-07-09 04:32:15.551 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: quota-check-limit-default 2026-07-09 04:32:15.554 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: quotas 2026-07-09 04:32:15.555 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: quota_details 2026-07-09 04:32:15.556 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: rbac-policies 2026-07-09 04:32:15.557 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: rbac-address-group 2026-07-09 04:32:15.557 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: rbac-address-scope 2026-07-09 04:32:15.558 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: rbac-security-groups 2026-07-09 04:32:15.558 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: rbac-subnetpool 2026-07-09 04:32:15.559 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: revision-if-match 2026-07-09 04:32:15.559 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: standard-attr-revisions 2026-07-09 04:32:15.560 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: router_availability_zone 2026-07-09 04:32:15.560 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-09 04:32:15.562 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: security-groups-default-rules 2026-07-09 04:32:15.563 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-09 04:32:15.563 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-09 04:32:15.564 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-09 04:32:15.565 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-09 04:32:15.565 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-09 04:32:15.570 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: security-group 2026-07-09 04:32:15.571 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: segment 2026-07-09 04:32:15.572 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-09 04:32:15.572 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: service-type 2026-07-09 04:32:15.573 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: sorting 2026-07-09 04:32:15.573 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: standard-attr-segment 2026-07-09 04:32:15.574 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: standard-attr-description 2026-07-09 04:32:15.575 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: stateful-security-group 2026-07-09 04:32:15.575 8 WARNING neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-09 04:32:15.575 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-09 04:32:15.576 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: subnet-external-network 2026-07-09 04:32:15.577 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: subnet_onboard 2026-07-09 04:32:15.577 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-09 04:32:15.578 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: subnet-service-types 2026-07-09 04:32:15.578 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: subnet_allocation 2026-07-09 04:32:15.579 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-09 04:32:15.579 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: tag-creation 2026-07-09 04:32:15.580 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-09 04:32:15.584 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: standard-attr-tag 2026-07-09 04:32:15.584 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-09 04:32:15.585 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: trunk 2026-07-09 04:32:15.585 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: trunk-details 2026-07-09 04:32:15.586 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-09 04:32:15.586 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-09 04:32:15.589 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-09 04:32:15.590 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-09 04:32:15.591 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-09 04:32:15.592 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-09 04:32:15.593 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: vpn-flavors 2026-07-09 04:32:15.595 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: vpnaas 2026-07-09 04:32:15.596 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: taas 2026-07-09 04:32:15.598 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: tap-mirror 2026-07-09 04:32:15.598 8 INFO neutron.api.extensions [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Loaded extension: taas-vlan-filter 2026-07-09 04:32:15.601 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-09 04:32:15.601 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-09 04:32:15.601 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.601 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-09 04:32:15.605 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 04:32:15.605 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 04:32:15.610 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 04:32:15.611 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 04:32:15.611 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 04:32:15.612 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.612 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.613 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.613 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.613 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 04:32:15.614 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.614 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.614 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 04:32:15.615 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 04:32:15.615 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 04:32:15.616 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.616 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] ipsecpolicy is already registered 2026-07-09 04:32:15.616 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.617 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] ikepolicy is already registered 2026-07-09 04:32:15.621 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 04:32:15.621 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] router is already registered 2026-07-09 04:32:15.622 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 04:32:15.622 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] floatingip is already registered 2026-07-09 04:32:15.626 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 04:32:15.626 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] rbac_policy is already registered 2026-07-09 04:32:15.626 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 04:32:15.626 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] security_group is already registered 2026-07-09 04:32:15.627 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 04:32:15.627 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] security_group_rule is already registered 2026-07-09 04:32:15.628 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.628 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.628 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 04:32:15.628 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] subnetpool is already registered 2026-07-09 04:32:15.629 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 04:32:15.629 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] trunk is already registered 2026-07-09 04:32:15.629 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.630 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] ikepolicy is already registered 2026-07-09 04:32:15.630 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.630 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] ipsecpolicy is already registered 2026-07-09 04:32:15.630 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 04:32:15.630 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] endpoint_group is already registered 2026-07-09 04:32:15.631 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 04:32:15.631 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] vpnservice is already registered 2026-07-09 04:32:15.631 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 04:32:15.631 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] ipsec_site_connection is already registered 2026-07-09 04:32:15.632 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 04:32:15.632 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] ipsecpolicy is already registered 2026-07-09 04:32:15.632 8 INFO neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 04:32:15.632 8 WARNING neutron.quota.resource_registry [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] ikepolicy is already registered 2026-07-09 04:32:15.671 8 WARNING keystonemiddleware._common.config [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 04:32:15.679 8 WARNING oslo_config.cfg [None req-4185f0d9-535c-486a-90ec-cec8741b0ead - - - - - -] 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 0x7ff820293668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 04:32:20.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f66981d6-479a-4615-b83b-dd41373cf811 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 04:32:19 2026] GET /v2.0/networks/public => generated 108 bytes in 824 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/5] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 04:32:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:32:21.250 7 WARNING neutron.services.revisions.revision_plugin [None req-3fc5ed8c-d180-4cc8-8278-33c40b668922 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Could not find related network for resource to bump revision. 2026-07-09 04:32:21.313 7 INFO neutron.db.segments_db [None req-3fc5ed8c-d180-4cc8-8278-33c40b668922 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 53b11f7a-5fa6-487c-8e10-bf371f4e640e of type flat for network c4fd24c1-9016-431b-9ecc-bba3e6cf88fd 2026-07-09 04:32:21.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3fc5ed8c-d180-4cc8-8278-33c40b668922 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.222 () {48 vars in 967 bytes} [Thu Jul 9 04:32:20 2026] POST /v2.0/networks => generated 124 bytes in 633 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 04:32:27.623 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bf1e6aa-8d90-48f5-9018-63147164be39 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 04:32:27 2026] GET /v2.0/networks/public => generated 108 bytes in 415 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 04:32:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:32:27.892 8 WARNING neutron.services.revisions.revision_plugin [None req-c56779d9-274b-4ab9-bd7b-f8fbadc7b4fe 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Could not find related network for resource to bump revision. 2026-07-09 04:32:27.925 8 INFO neutron.db.segments_db [None req-c56779d9-274b-4ab9-bd7b-f8fbadc7b4fe 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment f002a40f-351c-4fd3-ad76-68bbbf753e09 of type flat for network 1ed7c908-2e54-4bf5-8801-61460fa1e917 2026-07-09 04:32:27.992 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c56779d9-274b-4ab9-bd7b-f8fbadc7b4fe 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.222 () {48 vars in 967 bytes} [Thu Jul 9 04:32:27 2026] POST /v2.0/networks => generated 124 bytes in 344 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 04:32:33.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-54b910c8-fd36-4091-b229-938cca7f4bb5 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 04:32:33 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: 8|app: 0|req: 5/11] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 04:32:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:32:34.010 7 WARNING neutron.services.revisions.revision_plugin [None req-12a470e6-cf41-40ee-b3d1-50bd76d1f90f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Could not find related network for resource to bump revision. 2026-07-09 04:32:34.026 7 INFO neutron.db.segments_db [None req-12a470e6-cf41-40ee-b3d1-50bd76d1f90f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 7b911d46-6981-4a6b-bcb0-6f4789a185b3 of type flat for network 455e8ebf-2f49-4432-864e-13cd13a7a746 2026-07-09 04:32:34.051 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12a470e6-cf41-40ee-b3d1-50bd76d1f90f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.222 () {48 vars in 967 bytes} [Thu Jul 9 04:32:33 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 04:32:39.920 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44c1927d-98b4-43a8-82aa-8f709f574842 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 04:32:39 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 04:32:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:32:39.996 7 WARNING neutron.services.revisions.revision_plugin [None req-ed2fb9a8-dcb3-43f3-b4b3-fa3afb93d1df 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Could not find related network for resource to bump revision. 2026-07-09 04:32:40.025 7 INFO neutron.db.segments_db [None req-ed2fb9a8-dcb3-43f3-b4b3-fa3afb93d1df 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment aea71808-3fbe-44c6-a12e-5e89818f724a of type flat for network 980526a0-fbfc-4111-b377-faea759ffd72 2026-07-09 04:32:40.061 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed2fb9a8-dcb3-43f3-b4b3-fa3afb93d1df 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.222 () {48 vars in 967 bytes} [Thu Jul 9 04:32:39 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 04:32:45.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff2d2b66-1df1-4e9d-a536-3afd92a08427 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 04:32:45 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 04:32:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:32:46.068 8 WARNING neutron.services.revisions.revision_plugin [None req-03844519-2c2f-45cf-9459-29aacb2ff4b2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Could not find related network for resource to bump revision. 2026-07-09 04:32:46.086 8 INFO neutron.db.segments_db [None req-03844519-2c2f-45cf-9459-29aacb2ff4b2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 5e79826f-2e58-4a7e-b43e-125be7085975 of type flat for network c10ff74d-dbc1-4f0c-9081-f43371c5637a 2026-07-09 04:32:46.114 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03844519-2c2f-45cf-9459-29aacb2ff4b2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.222 () {48 vars in 967 bytes} [Thu Jul 9 04:32:46 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 04:32:51.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7226b08-1123-435f-a528-1479bef7f715 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 04:32:51 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 04:32:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:32:52.055 8 WARNING neutron.services.revisions.revision_plugin [None req-4a764e57-15c3-4678-bfd1-1abbb513f24a 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Could not find related network for resource to bump revision. 2026-07-09 04:32:52.087 8 INFO neutron.db.segments_db [None req-4a764e57-15c3-4678-bfd1-1abbb513f24a 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 84d10986-2b3b-4704-bc08-c694d3d3ad11 of type flat for network 7b3c6782-7855-4984-83fc-899a7ec7a1b7 [pid: 8|app: 0|req: 11/23] 199.204.45.222 () {48 vars in 967 bytes} [Thu Jul 9 04:32:52 2026] POST /v2.0/networks => generated 706 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 04:32:53.651 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02b451f9-8060-4d6b-bf2c-a61935559c6d 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 04:32:53 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 04:32:53 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 04:32:53.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5bfa8db-726d-4dfd-b766-9856c0239380 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.222 () {44 vars in 1034 bytes} [Thu Jul 9 04:32:53 2026] GET /v2.0/subnets/public-subnet?network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7 => 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/27] 199.204.45.222 () {44 vars in 1057 bytes} [Thu Jul 9 04:32:53 2026] GET /v2.0/subnets?name=public-subnet&network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.204.45.222 () {48 vars in 965 bytes} [Thu Jul 9 04:32:53 2026] POST /v2.0/subnets => generated 664 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 04:37:50.322 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89af25ac-9744-462e-b6e0-368bc43920c7 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/68] 199.204.45.222 () {44 vars in 937 bytes} [Thu Jul 9 04:37:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 199.204.45.222 () {44 vars in 959 bytes} [Thu Jul 9 04:37:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:37:50.422 7 INFO neutron.db.segments_db [None req-c078eecc-5b25-40ff-92a9-69adc09d459b 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 2e247ea4-f507-4033-acfa-8a122dc1bc02 of type vxlan for network 18e4730d-0d97-4bcc-8fa3-a13704f6df01 [pid: 7|app: 0|req: 36/70] 199.204.45.222 () {48 vars in 966 bytes} [Thu Jul 9 04:37:50 2026] POST /v2.0/networks => generated 688 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 04:37:51.518 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a4d3fba-54fa-49f5-813f-a5df8e086355 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/71] 199.204.45.222 () {44 vars in 937 bytes} [Thu Jul 9 04:37:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.222 () {44 vars in 959 bytes} [Thu Jul 9 04:37:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 04:37:51.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2ef1b4c-8281-4f81-be98-f9a0734c4af5 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/73] 199.204.45.222 () {44 vars in 1036 bytes} [Thu Jul 9 04:37:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 114 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.222 () {44 vars in 1059 bytes} [Thu Jul 9 04:37:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.222 () {48 vars in 965 bytes} [Thu Jul 9 04:37:51 2026] POST /v2.0/subnets => generated 651 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 04:37:53.139 7 INFO neutron.api.v2.resource [None req-c6e8c1c5-c06c-431d-9949-f987dc3d299d 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/76] 199.204.45.222 () {44 vars in 971 bytes} [Thu Jul 9 04:37:53 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.222 () {44 vars in 993 bytes} [Thu Jul 9 04:37:53 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.222 () {48 vars in 980 bytes} [Thu Jul 9 04:37:53 2026] POST /v2.0/security-groups => generated 1616 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:54 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 1616 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:54 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:54 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:37:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:55 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:55 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:55 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:37:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:56 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 2846 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:56 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:56 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => 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: 46/90] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:37:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:57 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 3462 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:57 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:57 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:37:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:58 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4078 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:59 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:37:59 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:37:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.222 () {44 vars in 987 bytes} [Thu Jul 9 04:38:00 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 04:38:00.543 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f815bb6-bc56-47e1-b485-53195541c96f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/100] 199.204.45.222 () {44 vars in 1076 bytes} [Thu Jul 9 04:38:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.222 () {44 vars in 1099 bytes} [Thu Jul 9 04:38:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:00 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.222 () {48 vars in 961 bytes} [Thu Jul 9 04:38:00 2026] POST /v2.0/ports => generated 1100 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 04:38:08.446 7 INFO neutron.pecan_wsgi.hooks.translation [None req-221359ee-8de3-4fa0-af62-67835c5b0cf3 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/106] 199.204.45.222 () {44 vars in 979 bytes} [Thu Jul 9 04:38:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/107] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.222 () {48 vars in 1031 bytes} [Thu Jul 9 04:38:08 2026] PUT /v2.0/ports/7a51635f-59a4-4182-937f-f859b1699a38 => generated 1249 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.222 () {44 vars in 920 bytes} [Thu Jul 9 04:38:12 2026] GET /v2.0/ports => generated 3730 bytes in 85 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-07-09 04:38:13.878 7 INFO neutron.api.v2.resource [None req-f8b5c5df-3787-40b4-8d70-fc8445988ada 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.222 () {44 vars in 959 bytes} [Thu Jul 9 04:38:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.222 () {44 vars in 981 bytes} [Thu Jul 9 04:38:13 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: 7|app: 0|req: 57/112] 199.204.45.222 () {48 vars in 980 bytes} [Thu Jul 9 04:38:13 2026] POST /v2.0/security-groups => generated 1610 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:14 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:14 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:15 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:38:15 2026] POST /v2.0/security-group-rules => generated 623 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:15 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:16 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:38:16 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:38:16 2026] POST /v2.0/security-group-rules => generated 627 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/131] 199.204.45.222 () {44 vars in 975 bytes} [Thu Jul 9 04:39:31 2026] GET /v2.0/quotas/d2b46bc7b994462897bf8734a05ffcf3 => 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: 67/132] 199.204.45.222 () {48 vars in 1027 bytes} [Thu Jul 9 04:39:32 2026] PUT /v2.0/quotas/d2b46bc7b994462897bf8734a05ffcf3 => generated 291 bytes in 30 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-07-09 04:41:55.761 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ea87a25-8eaf-4aa1-9d85-640ccde7d0e0 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/153] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 04:41:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 157 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: 7|app: 0|req: 78/154] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 04:41:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 04:41:57.921 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47b5e5f7-d84f-4ad5-98e9-05d99df1b80c 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/155] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 04:41:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => 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: 79/156] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 04:41:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 04:50:56.469 8 INFO neutron.api.v2.resource [None req-e9397b0c-c6c4-4faa-8c35-542acf6f6c7d 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 114/229] 199.204.45.222 () {44 vars in 1074 bytes} [Thu Jul 9 04:50:56 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 139 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/230] 199.204.45.222 () {44 vars in 1097 bytes} [Thu Jul 9 04:50:56 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8362858a62804ff8a50ed10cbfeb195f => generated 23 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/231] 199.204.45.222 () {48 vars in 981 bytes} [Thu Jul 9 04:50:56 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: 117/232] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:50:57 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/233] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:50:57 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/234] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:50:57 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/235] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:50:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/236] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:50:59 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 2234 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/237] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:50:59 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/238] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:50:59 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/239] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:50:59 2026] POST /v2.0/security-group-rules => generated 599 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/240] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:51:00 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/241] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:51:00 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/242] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:51:00 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/243] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:51:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/244] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:51:01 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 04:51:01 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 04:51:01 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/247] 199.204.45.222 () {48 vars in 991 bytes} [Thu Jul 9 04:51:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/268] 199.204.45.222 () {30 vars in 740 bytes} [Thu Jul 9 04:53:29 2026] GET /v2.0/networks?tenant_id=8362858a62804ff8a50ed10cbfeb195f&shared=False => generated 15 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 04:53:29.282 7 INFO neutron.db.segments_db [None req-ef634349-8992-407a-98a2-65d42914c747 b929f74ef20d40dc8ecbc60a8531d0d2 8362858a62804ff8a50ed10cbfeb195f - - 3feeb3c356254951ad19af3370b98adb 3feeb3c356254951ad19af3370b98adb] Added segment e4dc0851-0ec6-4e5a-9332-a1cc8dcc24ae of type vxlan for network 9edbcfdb-0075-4bf4-9eee-0b8a5370081d [pid: 7|app: 0|req: 135/269] 199.204.45.222 () {34 vars in 682 bytes} [Thu Jul 9 04:53:29 2026] POST /v2.0/networks => generated 699 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/270] 199.204.45.222 () {30 vars in 722 bytes} [Thu Jul 9 04:53:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/271] 199.204.45.222 () {30 vars in 633 bytes} [Thu Jul 9 04:53:29 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/272] 199.204.45.222 () {34 vars in 677 bytes} [Thu Jul 9 04:53:29 2026] POST /v2.0/ports => generated 999 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/273] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 04:53:29 2026] GET /v2.0/networks/9edbcfdb-0075-4bf4-9eee-0b8a5370081d => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/274] 199.204.45.222 () {30 vars in 722 bytes} [Thu Jul 9 04:53:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/275] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 04:53:31 2026] GET /v2.0/networks/9edbcfdb-0075-4bf4-9eee-0b8a5370081d => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/278] 199.204.45.222 () {44 vars in 975 bytes} [Thu Jul 9 04:53:44 2026] GET /v2.0/quotas/8362858a62804ff8a50ed10cbfeb195f => 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: 140/279] 199.204.45.222 () {48 vars in 1027 bytes} [Thu Jul 9 04:53:45 2026] PUT /v2.0/quotas/8362858a62804ff8a50ed10cbfeb195f => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:05:38.478 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcb73333-ab60-461d-9907-b6228a599d3c 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/376] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 05:05:38 2026] GET /v2.0/networks/public => generated 108 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 05:05:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:05:39.686 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4946704f-655a-4dc5-a4cd-392ad87b405f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/378] 199.204.45.222 () {44 vars in 927 bytes} [Thu Jul 9 05:05:39 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 05:05:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:05:39.743 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4b0b02f-17bf-4cec-bf7d-62ed5e579026 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/380] 199.204.45.222 () {44 vars in 1034 bytes} [Thu Jul 9 05:05:39 2026] GET /v2.0/subnets/public-subnet?network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.222 () {44 vars in 1057 bytes} [Thu Jul 9 05:05:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:06:07.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7600b2b8-15fb-4b26-9f29-6e36b357822b 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/386] 199.204.45.222 () {44 vars in 937 bytes} [Thu Jul 9 05:06:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.204.45.222 () {44 vars in 959 bytes} [Thu Jul 9 05:06:07 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-07-09 05:06:08.135 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c4e81dd-3c78-4b06-88e6-0260e56a6c2b 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/388] 199.204.45.222 () {44 vars in 937 bytes} [Thu Jul 9 05:06:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.222 () {44 vars in 959 bytes} [Thu Jul 9 05:06:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:06:08.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16fbb143-53e0-4fe4-98f8-d1b4b3c9cfaa 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/390] 199.204.45.222 () {44 vars in 1036 bytes} [Thu Jul 9 05:06:08 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.222 () {44 vars in 1059 bytes} [Thu Jul 9 05:06:08 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:06:09.441 7 INFO neutron.api.v2.resource [None req-55dce1d7-8bbd-4d55-a7e7-f3249946d7eb 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/392] 199.204.45.222 () {44 vars in 971 bytes} [Thu Jul 9 05:06:09 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: 196/393] 199.204.45.222 () {44 vars in 993 bytes} [Thu Jul 9 05:06:09 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: 198/394] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:10 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:10 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:06:10 2026] GET /v2.0/security-group-rules/9a53b973-d6d5-4633-af95-490bac4c6446 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:11 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:11 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:06:11 2026] GET /v2.0/security-group-rules/3aeff095-9da6-42df-9c63-d7693f15d85c => 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: 201/400] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:12 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:12 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:06:12 2026] GET /v2.0/security-group-rules/861407e6-228c-47f4-8a4c-ba76bde1c85e => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:13 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:13 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/405] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:06:13 2026] GET /v2.0/security-group-rules/d6c69367-1f96-4731-97a3-3a1f040c912c => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:14 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:14 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:06:14 2026] GET /v2.0/security-group-rules/63d8b930-2447-4e18-b6d4-f1af8359c329 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.204.45.222 () {44 vars in 987 bytes} [Thu Jul 9 05:06:15 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:06:15.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fdcce0a-a552-41ac-8c9a-629b9cf50a68 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/410] 199.204.45.222 () {44 vars in 1076 bytes} [Thu Jul 9 05:06:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/411] 199.204.45.222 () {44 vars in 1099 bytes} [Thu Jul 9 05:06:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:15 2026] GET /v2.0/security-groups/92bdc867-2a2b-41ac-b2e8-e236f659e4e4 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:06:24.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d51f01cc-108a-4750-a5f2-317958ac72c7 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/415] 199.204.45.222 () {44 vars in 979 bytes} [Thu Jul 9 05:06:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.222 () {44 vars in 920 bytes} [Thu Jul 9 05:06:26 2026] GET /v2.0/ports => generated 4725 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:06:27.267 8 INFO neutron.api.v2.resource [None req-df7d12b5-f55c-475d-8770-086d2b999403 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/418] 199.204.45.222 () {44 vars in 959 bytes} [Thu Jul 9 05:06:27 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: 211/419] 199.204.45.222 () {44 vars in 981 bytes} [Thu Jul 9 05:06:27 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:28 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:28 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 2886 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:06:28 2026] GET /v2.0/security-group-rules/b2520cd8-c92a-4857-aca2-25c92cdeec38 => generated 623 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:29 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => 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: 211/424] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:06:29 2026] GET /v2.0/security-groups/9aa3ee8b-fa4a-4872-b6cf-8c3b27131155 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:06:29 2026] GET /v2.0/security-group-rules/248f3aab-11e1-489f-bc54-f20b670e18a2 => generated 627 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.222 () {44 vars in 975 bytes} [Thu Jul 9 05:06:41 2026] GET /v2.0/quotas/d2b46bc7b994462897bf8734a05ffcf3 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:07:36.937 7 INFO neutron.api.v2.resource [None req-1ca3b557-d186-4a9b-b005-78ad6cf8cec7 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 220/437] 199.204.45.222 () {44 vars in 1074 bytes} [Thu Jul 9 05:07:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/438] 199.204.45.222 () {44 vars in 1097 bytes} [Thu Jul 9 05:07:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8362858a62804ff8a50ed10cbfeb195f => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/439] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 05:07:37 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:07:38 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:07:38 2026] GET /v2.0/security-group-rules/96ba1d5e-d953-48b6-973e-a146dfaa4628 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/442] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 05:07:38 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/443] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:07:39 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:07:39 2026] GET /v2.0/security-group-rules/aa089d90-9bea-492a-8ef6-9149bebc51e9 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/445] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 05:07:39 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 4075 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:07:40 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/447] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:07:40 2026] GET /v2.0/security-group-rules/898d8aa4-9722-4850-882d-78b63544edea => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/448] 199.204.45.222 () {44 vars in 1088 bytes} [Thu Jul 9 05:07:41 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7?project_id=8362858a62804ff8a50ed10cbfeb195f => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 199.204.45.222 () {44 vars in 1001 bytes} [Thu Jul 9 05:07:41 2026] GET /v2.0/security-groups/884295c3-54db-4223-b292-0bbb949d12b7 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 199.204.45.222 () {44 vars in 1011 bytes} [Thu Jul 9 05:07:41 2026] GET /v2.0/security-group-rules/b3784403-e62c-48cf-bb18-217fede4fec7 => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 199.204.45.222 () {44 vars in 975 bytes} [Thu Jul 9 05:07:48 2026] GET /v2.0/quotas/8362858a62804ff8a50ed10cbfeb195f => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 199.204.45.222 () {44 vars in 949 bytes} [Thu Jul 9 05:08:39 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:09:18 2026] GET /v2.0/networks => generated 2168 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/466] 10.0.0.27 () {32 vars in 654 bytes} [Thu Jul 9 05:09:19 2026] GET /v2.0/floatingips => 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: 233/467] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:09:19 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:09:19 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:09:20 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:09:20 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:09:20 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.27 () {32 vars in 654 bytes} [Thu Jul 9 05:09:20 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) 2026-07-09 05:09:30.796 7 INFO neutron.db.segments_db [None req-47bc2dd2-973b-4c37-bb95-6386bf8340e6 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 961f083c-fc9c-4e4f-86f8-51a04325c7f8 of type vxlan for network 287d193d-c406-4ae6-84fc-1ba1353db3a3 [pid: 7|app: 0|req: 239/475] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:09:30 2026] POST /v2.0/networks => generated 733 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:09:31.010 7 INFO neutron.db.segments_db [None req-b6d8fbdb-95dc-4393-82f5-db134695e9d9 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 2b5f5620-e4a3-4b66-bc90-40d0153c81b0 of type vxlan for network 992f9864-b726-44b7-ba15-5ee2b5d23a37 2026-07-09 05:09:31.029 8 INFO neutron.db.segments_db [None req-b60ec745-8c7c-4391-9526-48407d90fe73 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 84dc9d6d-852b-4820-9985-4a407d67929f of type vxlan for network ff11b757-599f-43e0-ba6f-de645a271b80 [pid: 7|app: 0|req: 240/476] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:09:30 2026] POST /v2.0/networks => generated 725 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:09:30 2026] POST /v2.0/networks => generated 717 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:31 2026] POST /v2.0/subnets => generated 699 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/479] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:31 2026] POST /v2.0/subnets => generated 691 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:09:31.288 8 INFO neutron.db.segments_db [None req-b7e8a99e-2d96-4ff1-97ce-9ff66473c8ce 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment caeed365-abb1-4777-b954-4bf353ed2779 of type vxlan for network d7542184-dc89-490e-bb43-962f77cfc614 [pid: 7|app: 0|req: 242/480] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:31 2026] POST /v2.0/subnets => generated 683 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:09:31.424 7 INFO neutron.db.segments_db [None req-0e756df6-abba-4472-ac00-6b31389b8b75 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 9dc738ef-540b-4810-9e31-688444b40abf of type vxlan for network d6df148b-13ec-4c0a-a2dd-a459b0ff31fb 2026-07-09 05:09:31.529 8 INFO neutron.db.l3_hamode_db [None req-b7e8a99e-2d96-4ff1-97ce-9ff66473c8ce 5fba8b1ace6d499baac40eddf8097d08 92e22c65ad0145449532c73fc81afdbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:09:31.664 7 INFO neutron.db.l3_hamode_db [None req-0e756df6-abba-4472-ac00-6b31389b8b75 5fba8b1ace6d499baac40eddf8097d08 926f13acb6ee4eb582a26e1ba8a7b2e6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:09:32.370 8 INFO neutron.db.l3_hamode_db [None req-b7e8a99e-2d96-4ff1-97ce-9ff66473c8ce 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:09:32.480 7 INFO neutron.db.l3_hamode_db [None req-0e756df6-abba-4472-ac00-6b31389b8b75 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/481] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:31 2026] POST /v2.0/routers => generated 739 bytes in 2406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:09:33.699 8 INFO neutron.db.segments_db [None req-bee941e6-1bf3-47e3-be90-25ccc005d3a9 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 0f496bd3-50f9-4405-8f81-3a157162098c of type vxlan for network 3b5f2a5f-df74-416d-8268-60980183b11d [pid: 7|app: 0|req: 243/482] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:31 2026] POST /v2.0/routers => generated 731 bytes in 2393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:09:33.926 8 INFO neutron.db.l3_hamode_db [None req-bee941e6-1bf3-47e3-be90-25ccc005d3a9 5fba8b1ace6d499baac40eddf8097d08 87240be2d21744fb91008a0f44772d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 244/483] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:09:33 2026] GET /v2.0/security-groups?tenant_id=4fa488d735f946ffa7b9f323859578f6&name=default => generated 2923 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:09:34.705 8 INFO neutron.db.l3_hamode_db [None req-bee941e6-1bf3-47e3-be90-25ccc005d3a9 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 245/484] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:09:34 2026] PUT /v2.0/routers/1182d477-45a1-4216-8895-eb34d4b688c9/add_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/485] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:33 2026] POST /v2.0/routers => generated 723 bytes in 1767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/486] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:09:35 2026] DELETE /v2.0/security-groups/a6f8a23a-9cc9-45f6-b435-d329d6c18681 => 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: 246/489] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:09:35 2026] PUT /v2.0/routers/ef3109a3-d1ff-40fd-8508-9c481905fa3b/add_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/490] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:09:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/491] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:09:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/492] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:09:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/493] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:09:35 2026] PUT /v2.0/routers/d0500c44-4a78-4a89-a456-2b5fa1117503/add_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/494] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:09:36 2026] POST /v2.0/floatingips => generated 552 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/495] 10.0.0.167 () {38 vars in 971 bytes} [Thu Jul 9 05:09:37 2026] POST /v2.0/security-groups => generated 1681 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:09:37 2026] POST /v2.0/security-groups => generated 1659 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/497] 10.0.0.167 () {34 vars in 1098 bytes} [Thu Jul 9 05:09:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--344954919&fields=id&tenant_id=92e22c65ad0145449532c73fc81afdbd => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/498] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:09:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/499] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:09:37 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:37.738 7 INFO neutron.db.segments_db [None req-1cd59858-54d2-4284-a5f5-23f4568989e2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment b5b53524-b536-4943-99a5-e46d14311455 of type vxlan for network 89158609-f09e-4052-ae17-cb51fcfaa401 [pid: 8|app: 0|req: 248/500] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:09:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/501] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:09:37 2026] GET /v2.0/quotas/92e22c65ad0145449532c73fc81afdbd => 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: 253/502] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:09:37 2026] POST /v2.0/networks => generated 730 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/503] 10.0.0.167 () {38 vars in 971 bytes} [Thu Jul 9 05:09:37 2026] POST /v2.0/security-groups => generated 1678 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/504] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:09:37 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/505] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:38 2026] POST /v2.0/subnets => generated 696 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/506] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:09:37 2026] POST /v2.0/floatingips => generated 552 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/507] 10.0.0.167 () {38 vars in 971 bytes} [Thu Jul 9 05:09:38 2026] POST /v2.0/security-groups => generated 1681 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 05:09:38.348 7 INFO neutron.db.segments_db [None req-d830ce9c-59b9-486d-a34b-d6d85053adfb 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 8c04804f-0d9d-4eeb-9784-d765b66040d1 of type vxlan for network d5dae5d4-acec-4e90-ad48-f88abd2802b8 [pid: 8|app: 0|req: 254/508] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/security-groups?tenant_id=926f13acb6ee4eb582a26e1ba8a7b2e6 => generated 7901 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/509] 10.0.0.167 () {34 vars in 907 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/extensions => generated 21537 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/510] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/security-groups/42fdb049-fc6f-4f97-bde2-10e392d57c86 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/511] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 258/512] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/security-groups/42fdb049-fc6f-4f97-bde2-10e392d57c86 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:09:38.588 7 INFO neutron.db.l3_hamode_db [None req-d830ce9c-59b9-486d-a34b-d6d85053adfb 5fba8b1ace6d499baac40eddf8097d08 bf22846c5208483b948c06343c9244da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 259/513] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 260/514] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/security-groups/8ae2813f-8a2c-4dd7-8bd7-ec72f7404653 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/515] 10.0.0.167 () {36 vars in 1013 bytes} [Thu Jul 9 05:09:38 2026] DELETE /v2.0/security-groups/8ae2813f-8a2c-4dd7-8bd7-ec72f7404653 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:09:38.781 8 INFO neutron.api.v2.resource [req-31b682e8-1bb0-445a-9d58-fcda0bb7e007 req-7050f5c8-5d37-4d3b-a1a7-cf6577c735a4 a65ddcceb6a4430b8e8a040616347394 926f13acb6ee4eb582a26e1ba8a7b2e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/516] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/security-groups/8ae2813f-8a2c-4dd7-8bd7-ec72f7404653 => 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: 263/517] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => 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: 264/518] 10.0.0.167 () {34 vars in 1098 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--431329380&fields=id&tenant_id=87240be2d21744fb91008a0f44772d2d => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/519] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/security-groups/0f71b9c9-e8c8-450f-9755-938f564c63a6 => generated 1678 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/520] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:09:38 2026] GET /v2.0/networks?id=ff11b757-599f-43e0-ba6f-de645a271b80 => generated 668 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/521] 10.0.0.167 () {36 vars in 1013 bytes} [Thu Jul 9 05:09:38 2026] DELETE /v2.0/security-groups/0f71b9c9-e8c8-450f-9755-938f564c63a6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/522] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/quotas/87240be2d21744fb91008a0f44772d2d => 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: 269/523] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/ports?tenant_id=87240be2d21744fb91008a0f44772d2d&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:09:39.151 8 INFO neutron.api.v2.resource [req-d1c1d801-e055-4b79-a35a-e1f6c4105e15 req-e246f8af-3fd1-438b-9b15-42685015f81a a65ddcceb6a4430b8e8a040616347394 926f13acb6ee4eb582a26e1ba8a7b2e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/524] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/0f71b9c9-e8c8-450f-9755-938f564c63a6 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/525] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/e8d856fe-197c-4fba-b760-668e410d2354 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:09:39.261 7 INFO neutron.db.l3_hamode_db [None req-d830ce9c-59b9-486d-a34b-d6d85053adfb 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 272/526] 10.0.0.167 () {36 vars in 1013 bytes} [Thu Jul 9 05:09:39 2026] DELETE /v2.0/security-groups/e8d856fe-197c-4fba-b760-668e410d2354 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:09:39.325 8 INFO neutron.api.v2.resource [req-4092a9d0-9e65-4407-b3f1-6d348321a8e8 req-09a14ea8-f696-4585-a79c-30c39300aec1 a65ddcceb6a4430b8e8a040616347394 926f13acb6ee4eb582a26e1ba8a7b2e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/527] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/e8d856fe-197c-4fba-b760-668e410d2354 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/528] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups?tenant_id=926f13acb6ee4eb582a26e1ba8a7b2e6 => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/529] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/42fdb049-fc6f-4f97-bde2-10e392d57c86 => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/530] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/42fdb049-fc6f-4f97-bde2-10e392d57c86 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/531] 10.0.0.167 () {34 vars in 907 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-09 05:09:39.540 8 INFO neutron.api.v2.resource [req-95606741-2bf4-46ea-b140-3870c47924ca req-e37e1081-6b3e-4b4e-9bd4-58e3000e84a9 a65ddcceb6a4430b8e8a040616347394 926f13acb6ee4eb582a26e1ba8a7b2e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 278/532] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/e8d856fe-197c-4fba-b760-668e410d2354 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/533] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:09:39.587 8 INFO neutron.api.v2.resource [req-6c02c656-5abd-472c-876d-50f19a3bcf31 req-67788ecc-1f97-42eb-89ee-5cd6d0de621c a65ddcceb6a4430b8e8a040616347394 926f13acb6ee4eb582a26e1ba8a7b2e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 280/534] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/0f71b9c9-e8c8-450f-9755-938f564c63a6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/535] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:09:39.631 8 INFO neutron.api.v2.resource [req-6852a3b4-85bd-4e18-a74d-69227b9a776d req-b87b48be-73a6-48b4-a01f-9d5727919a87 a65ddcceb6a4430b8e8a040616347394 926f13acb6ee4eb582a26e1ba8a7b2e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 282/536] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:39 2026] GET /v2.0/security-groups/8ae2813f-8a2c-4dd7-8bd7-ec72f7404653 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/537] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:38 2026] POST /v2.0/routers => generated 736 bytes in 1905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/538] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:40 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:09:40.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-e358f419-d8b9-48a8-84ea-64116a5acfdb 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 632991e7-4ae0-4535-a414-198153d63096 2026-07-09 05:09:40.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e358f419-d8b9-48a8-84ea-64116a5acfdb 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 632991e7-4ae0-4535-a414-198153d63096 [pid: 7|app: 0|req: 257/539] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:40 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 12 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/540] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:09:39 2026] PUT /v2.0/routers/ef3109a3-d1ff-40fd-8508-9c481905fa3b/remove_router_interface => generated 309 bytes in 1456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:41.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b463d75-31b5-49c5-8634-77e8d115fcdf 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 7cd0c27f-d114-4949-a3a3-d6c05cd42029 2026-07-09 05:09:41.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b463d75-31b5-49c5-8634-77e8d115fcdf 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 7cd0c27f-d114-4949-a3a3-d6c05cd42029 2026-07-09 05:09:41.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b463d75-31b5-49c5-8634-77e8d115fcdf 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 96452409-356a-41ff-a59b-7c0767f0d000 2026-07-09 05:09:41.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b463d75-31b5-49c5-8634-77e8d115fcdf 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 96452409-356a-41ff-a59b-7c0767f0d000 [pid: 7|app: 0|req: 258/541] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:09:40 2026] PUT /v2.0/routers/3efe52bf-5a75-4d28-a9a7-9af8857185d6/add_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/542] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:41 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 260/543] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:41 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:09:41.705 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-8b463d75-31b5-49c5-8634-77e8d115fcdf 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-09 05:09:42.075 8 INFO neutron.db.l3_hamode_db [None req-8b463d75-31b5-49c5-8634-77e8d115fcdf 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network d6df148b-13ec-4c0a-a2dd-a459b0ff31fb was deleted as no HA routers are present in tenant 926f13acb6ee4eb582a26e1ba8a7b2e6. [pid: 8|app: 0|req: 284/544] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:09:41 2026] DELETE /v2.0/routers/ef3109a3-d1ff-40fd-8508-9c481905fa3b => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/545] 10.0.0.167 () {38 vars in 971 bytes} [Thu Jul 9 05:09:42 2026] POST /v2.0/security-groups => generated 1684 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/546] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:09:42 2026] DELETE /v2.0/subnets/25323191-3f54-45f5-9d15-412c59be6990 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/547] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:42 2026] GET /v2.0/security-groups/b039c8ae-151f-4eb2-8c6e-ce353b151e75 => generated 1684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:09:42.422 8 INFO neutron.services.segments.plugin [-] Segment 9dc738ef-540b-4810-9e31-688444b40abf resource provider aggregate not found 2026-07-09 05:09:42.423 8 INFO neutron.services.segments.plugin [-] Segment 9dc738ef-540b-4810-9e31-688444b40abf resource provider aggregate not found 2026-07-09 05:09:42.443 8 INFO neutron.services.segments.plugin [-] Segment 9dc738ef-540b-4810-9e31-688444b40abf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc738ef-540b-4810-9e31-688444b40abf found for delete ", "request_id": "req-5972ca40-927f-465e-be9b-e89f738c532d"}]} 2026-07-09 05:09:42.449 8 INFO neutron.services.segments.plugin [-] Segment 9dc738ef-540b-4810-9e31-688444b40abf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc738ef-540b-4810-9e31-688444b40abf found for delete ", "request_id": "req-715c873b-0787-49f2-82d4-b865882a05e8"}]} 2026-07-09 05:09:42.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-1baccda8-ab73-419e-b2b8-548b5649916a 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 81c768a7-c3e6-461e-97ec-68534b566e30 2026-07-09 05:09:42.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1baccda8-ab73-419e-b2b8-548b5649916a 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 81c768a7-c3e6-461e-97ec-68534b566e30 [pid: 7|app: 0|req: 263/548] 10.0.0.167 () {38 vars in 981 bytes} [Thu Jul 9 05:09:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/549] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:09:42 2026] DELETE /v2.0/networks/992f9864-b726-44b7-ba15-5ee2b5d23a37 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/550] 10.0.0.167 () {38 vars in 971 bytes} [Thu Jul 9 05:09:42 2026] POST /v2.0/security-groups => generated 1685 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/551] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:42 2026] GET /v2.0/security-groups/5cd093be-e8c8-456f-8069-d95f57c52b2b => generated 1685 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/552] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:09:42 2026] GET /v2.0/security-groups?tenant_id=926f13acb6ee4eb582a26e1ba8a7b2e6&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/553] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:42 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 265/554] 10.0.0.167 () {38 vars in 981 bytes} [Thu Jul 9 05:09:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/555] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:42 2026] GET /v2.0/security-groups/5cd093be-e8c8-456f-8069-d95f57c52b2b => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/556] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:09:42 2026] DELETE /v2.0/security-groups/42fdb049-fc6f-4f97-bde2-10e392d57c86 => 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: 267/557] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:42 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/558] 10.0.0.167 () {38 vars in 981 bytes} [Thu Jul 9 05:09:42 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/559] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/security-groups/5cd093be-e8c8-456f-8069-d95f57c52b2b => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/560] 10.0.0.167 () {34 vars in 1001 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/security-group-rules/2c510e8d-7b9d-4c8e-bd71-319ed3bd2bfa => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/561] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/security-groups/5cd093be-e8c8-456f-8069-d95f57c52b2b => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/562] 10.0.0.167 () {36 vars in 1023 bytes} [Thu Jul 9 05:09:43 2026] DELETE /v2.0/security-group-rules/2c510e8d-7b9d-4c8e-bd71-319ed3bd2bfa => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/563] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/security-groups/5cd093be-e8c8-456f-8069-d95f57c52b2b => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/564] 10.0.0.167 () {36 vars in 1013 bytes} [Thu Jul 9 05:09:43 2026] DELETE /v2.0/security-groups/5cd093be-e8c8-456f-8069-d95f57c52b2b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/565] 10.0.0.167 () {34 vars in 991 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/security-groups/b039c8ae-151f-4eb2-8c6e-ce353b151e75 => generated 2309 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/566] 10.0.0.167 () {36 vars in 1013 bytes} [Thu Jul 9 05:09:43 2026] DELETE /v2.0/security-groups/b039c8ae-151f-4eb2-8c6e-ce353b151e75 => 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: 296/567] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 684 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/568] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/569] 199.204.45.222 () {34 vars in 911 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/570] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:09:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=92e22c65ad0145449532c73fc81afdbd => generated 180 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:44.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-7baceea2-680d-4f0b-98e5-220a4b15a0a5 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 4431b246-d9ee-4808-b6b6-19715c73f705 2026-07-09 05:09:44.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7baceea2-680d-4f0b-98e5-220a4b15a0a5 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 4431b246-d9ee-4808-b6b6-19715c73f705 [pid: 8|app: 0|req: 300/571] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:09:43 2026] POST /v2.0/ports => generated 958 bytes in 438 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: 301/572] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:44 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 961 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:44.482 8 INFO neutron.services.segments.plugin [-] Segment 2b5f5620-e4a3-4b66-bc90-40d0153c81b0 resource provider aggregate not found 2026-07-09 05:09:44.486 8 INFO neutron.services.segments.plugin [-] Segment 2b5f5620-e4a3-4b66-bc90-40d0153c81b0 resource provider aggregate not found 2026-07-09 05:09:44.507 8 INFO neutron.services.segments.plugin [-] Segment 2b5f5620-e4a3-4b66-bc90-40d0153c81b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b5f5620-e4a3-4b66-bc90-40d0153c81b0 found for delete ", "request_id": "req-5ed956af-37d5-4dce-a8b1-715982d16c10"}]} 2026-07-09 05:09:44.508 8 INFO neutron.services.segments.plugin [-] Segment 2b5f5620-e4a3-4b66-bc90-40d0153c81b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b5f5620-e4a3-4b66-bc90-40d0153c81b0 found for delete ", "request_id": "req-69846f94-d3a2-4af1-869a-2e063c7c4250"}]} [pid: 8|app: 0|req: 302/573] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:44 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/574] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:09:43 2026] PUT /v2.0/routers/3efe52bf-5a75-4d28-a9a7-9af8857185d6/remove_router_interface => generated 309 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:44.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebc45749-5691-4a82-832f-cc5888f36cae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: dd508672-b435-4aea-b40b-ea9c5e620c30 2026-07-09 05:09:44.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebc45749-5691-4a82-832f-cc5888f36cae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: dd508672-b435-4aea-b40b-ea9c5e620c30 2026-07-09 05:09:45.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebc45749-5691-4a82-832f-cc5888f36cae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 2b9dcf03-b8b8-48a1-8fd0-e464bd155ff8 2026-07-09 05:09:45.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebc45749-5691-4a82-832f-cc5888f36cae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 2b9dcf03-b8b8-48a1-8fd0-e464bd155ff8 [pid: 7|app: 0|req: 273/575] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:09:44 2026] PUT /v2.0/ports/3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 1239 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 274/576] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:45 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/577] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:09:45 2026] GET /v2.0/networks?id=ff11b757-599f-43e0-ba6f-de645a271b80 => generated 668 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/578] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:09:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=87240be2d21744fb91008a0f44772d2d => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:45.590 8 INFO neutron.db.l3_hamode_db [None req-ebc45749-5691-4a82-832f-cc5888f36cae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network d5dae5d4-acec-4e90-ad48-f88abd2802b8 was deleted as no HA routers are present in tenant bf22846c5208483b948c06343c9244da. [pid: 8|app: 0|req: 303/579] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:09:44 2026] DELETE /v2.0/routers/3efe52bf-5a75-4d28-a9a7-9af8857185d6 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/580] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:09:45 2026] DELETE /v2.0/subnets/e7c888bb-9ec2-4ce6-8673-e28fe5a4b180 => 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: 305/581] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:45 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/582] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:09:45 2026] DELETE /v2.0/networks/89158609-f09e-4052-ae17-cb51fcfaa401 => 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: 307/583] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:45 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:46.044 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01bbd1b8-bf24-4104-9d9f-018f286c2180'] response: {'name': 'network-changed', 'server_uuid': 'e73f2fa4-fe3d-48e4-9316-b0eacd6fd449', 'tag': '3c9eea80-57da-4966-96bf-6f697f3a92d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 277/584] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:09:45 2026] POST /v2.0/ports => generated 958 bytes in 511 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: 278/585] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/security-groups?tenant_id=bf22846c5208483b948c06343c9244da&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/586] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:09:46 2026] DELETE /v2.0/security-groups/08e4abc7-749e-4147-a41f-cd5bf019d4e6 => 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: 280/587] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 1242 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:09:46.539 8 INFO neutron.services.segments.plugin [-] Segment 8c04804f-0d9d-4eeb-9784-d765b66040d1 resource provider aggregate not found 2026-07-09 05:09:46.541 8 INFO neutron.services.segments.plugin [-] Segment 8c04804f-0d9d-4eeb-9784-d765b66040d1 resource provider aggregate not found 2026-07-09 05:09:46.553 8 INFO neutron.services.segments.plugin [-] Segment 8c04804f-0d9d-4eeb-9784-d765b66040d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c04804f-0d9d-4eeb-9784-d765b66040d1 found for delete ", "request_id": "req-75eb8e79-052b-4c9b-bb49-c456e6264574"}]} 2026-07-09 05:09:46.568 8 INFO neutron.services.segments.plugin [-] Segment 8c04804f-0d9d-4eeb-9784-d765b66040d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c04804f-0d9d-4eeb-9784-d765b66040d1 found for delete ", "request_id": "req-b5e60726-11e2-444a-9f94-c18cd583dc8c"}]} [pid: 7|app: 0|req: 281/588] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:46.572 8 INFO neutron.services.segments.plugin [-] Segment b5b53524-b536-4943-99a5-e46d14311455 resource provider aggregate not found 2026-07-09 05:09:46.585 8 INFO neutron.services.segments.plugin [-] Segment b5b53524-b536-4943-99a5-e46d14311455 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b53524-b536-4943-99a5-e46d14311455 found for delete ", "request_id": "req-3a0041e0-3dd2-4ee9-8818-11b1992529d6"}]} 2026-07-09 05:09:46.593 8 INFO neutron.services.segments.plugin [-] Segment b5b53524-b536-4943-99a5-e46d14311455 resource provider aggregate not found [pid: 7|app: 0|req: 282/589] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:09:46.615 8 INFO neutron.services.segments.plugin [-] Segment b5b53524-b536-4943-99a5-e46d14311455 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b53524-b536-4943-99a5-e46d14311455 found for delete ", "request_id": "req-44994f32-1e95-42d7-86d9-b2f091cfd182"}]} [pid: 8|app: 0|req: 308/590] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:09:46 2026] PUT /v2.0/ports/20162eb5-11e3-45c8-8e61-026aee1a63d8 => generated 1239 bytes in 517 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: 283/591] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/592] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/subnets?id=54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/593] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/ports?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/594] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 285/595] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:09:46 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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-07-09 05:09:47.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c588081-c8c8-471d-bd8c-427f4570de70'] response: {'name': 'network-changed', 'server_uuid': '6c327e80-e402-4089-844b-5f80356c1fd5', 'tag': '20162eb5-11e3-45c8-8e61-026aee1a63d8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 311/596] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/597] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&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: 286/598] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/security-groups?tenant_id=faaf38f5aa464678b7028eec765312fa&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/599] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:09:47 2026] DELETE /v2.0/security-groups/40c90132-249c-4bc5-90a6-34fc80ef0378 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/600] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/ports?tenant_id=87240be2d21744fb91008a0f44772d2d&device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/601] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=20162eb5-11e3-45c8-8e61-026aee1a63d8 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/602] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/603] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/subnets?id=3b867ffb-e026-44d1-9aee-8da81be04b35 => generated 686 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/604] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/605] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/ports?network_id=ff11b757-599f-43e0-ba6f-de645a271b80&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/606] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/607] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/security-groups?tenant_id=fbd25a62e29e460faa768dea8c489032&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/608] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/609] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:09:47 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/610] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?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: 319/611] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:09:47 2026] DELETE /v2.0/security-groups/16bfad15-2ed4-485f-a098-202c7584842d => 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: 293/612] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => 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: 320/613] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/subnets?id=54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/614] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/ports?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/615] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 295/616] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 8|app: 0|req: 322/617] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/618] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:48.736 8 INFO neutron.db.segments_db [None req-d7924940-982d-48f0-9712-344d71cebbfa 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment ccb891ff-fab5-4313-9133-fa6edd943989 of type vxlan for network 05327c04-2189-48b5-900f-46efb52da3cd [pid: 8|app: 0|req: 323/619] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:09:48 2026] POST /v2.0/networks => generated 729 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/620] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/621] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:48 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/622] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:48 2026] POST /v2.0/subnets => generated 695 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:09:49.075 8 INFO neutron.db.segments_db [None req-1ae15188-8f95-4234-836a-abfe7afb7b2b 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment f55b1ffe-719b-4d8a-89ad-7b5f008f3d6e of type vxlan for network bf50b8be-b7b9-45b1-8b30-02ff68606f70 [pid: 7|app: 0|req: 298/623] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/ports?tenant_id=87240be2d21744fb91008a0f44772d2d&device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/624] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/networks?id=ff11b757-599f-43e0-ba6f-de645a271b80 => generated 764 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/625] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=20162eb5-11e3-45c8-8e61-026aee1a63d8 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/626] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/subnets?id=3b867ffb-e026-44d1-9aee-8da81be04b35 => generated 686 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/627] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/ports?network_id=ff11b757-599f-43e0-ba6f-de645a271b80&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:09:49.307 8 INFO neutron.db.l3_hamode_db [None req-1ae15188-8f95-4234-836a-abfe7afb7b2b 5fba8b1ace6d499baac40eddf8097d08 cdf39005f8d54de486b05830d6313290 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 303/628] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?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: 304/629] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?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: 7|app: 0|req: 305/630] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/631] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:49 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:50.138 8 INFO neutron.db.l3_hamode_db [None req-1ae15188-8f95-4234-836a-abfe7afb7b2b 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 309/634] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:50 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 310/635] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:50 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/636] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:09:50 2026] GET /v2.0/security-groups?tenant_id=3522e72baed6416194c04ad8bf9c0f69&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/637] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:50 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => 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: 326/638] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:49 2026] POST /v2.0/routers => generated 735 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/639] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:51 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/640] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:09:50 2026] DELETE /v2.0/security-groups/ea9b9311-25b7-48a1-8f3e-16f93f801b41 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/641] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:51 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/642] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:51 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/643] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:52 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/644] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:52 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/645] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:52 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/646] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:52 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/647] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:09:51 2026] PUT /v2.0/routers/7582f0b2-296c-48e3-9754-749b39c16733/add_router_interface => generated 309 bytes in 1692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/648] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:53 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/649] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:53 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/650] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:09:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/651] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:09:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/652] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:53 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/653] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:53 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/654] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:09:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/655] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:09:53 2026] POST /v2.0/floatingips => generated 552 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/656] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:54 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/657] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:54 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/658] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:54 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 326/659] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:54 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/660] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:55 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/661] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:55 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/662] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:55 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/663] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:56 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 337/664] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:56 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/665] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:09:56 2026] GET /v2.0/security-groups?tenant_id=8c716df13096493db61d9cd79fce2109&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/666] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:09:56 2026] DELETE /v2.0/security-groups/8d122c62-c393-40fc-9336-db66ed3690e4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:09:56.891 7 INFO neutron.db.l3_db [None req-bdde4f89-12f7-45bf-8a44-07ae2b9c95bf 939bb4cffc3844d58268649f507e45c7 92e22c65ad0145449532c73fc81afdbd - - default default] Floating IP 3148dd6f-6377-405f-bf49-870d8b70c685 associated. External IP: 10.96.250.210, port: 3c9eea80-57da-4966-96bf-6f697f3a92d7. [pid: 7|app: 0|req: 328/667] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:09:55 2026] PUT /v2.0/floatingips/3148dd6f-6377-405f-bf49-870d8b70c685 => generated 856 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/668] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 329/669] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/670] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:57.305 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a2919b6-b5c9-427a-9778-d1d1ad6b5e91'] response: {'name': 'network-changed', 'server_uuid': 'e73f2fa4-fe3d-48e4-9316-b0eacd6fd449', 'tag': '3c9eea80-57da-4966-96bf-6f697f3a92d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 330/671] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&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: 8|app: 0|req: 342/672] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:57.820 7 INFO neutron.db.l3_db [None req-dfdd910b-9107-4753-8874-c1032607accf 42541c8384f142ce9a9478d4a7867f63 87240be2d21744fb91008a0f44772d2d - - default default] Floating IP ac1057e4-9412-45d6-a5ef-de33781004d1 associated. External IP: 10.96.250.212, port: 20162eb5-11e3-45c8-8e61-026aee1a63d8. [pid: 8|app: 0|req: 343/673] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => 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: 344/674] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/675] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/676] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:09:57 2026] GET /v2.0/subnets?id=54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/677] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:09:58 2026] GET /v2.0/ports?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3&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: 348/678] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:09:58 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/679] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:09:58 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/680] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:09:57 2026] PUT /v2.0/floatingips/ac1057e4-9412-45d6-a5ef-de33781004d1 => generated 856 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/681] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:58 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/682] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:58 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/683] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:58 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/684] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:09:58 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:59.114 8 INFO neutron.db.segments_db [None req-9b88c4c8-6c16-4ab6-9a98-9087f1112a0c 4d2b3e1df3404e2b917b8c5716ab48e7 e4c0fd0644e84502829669bf4bb96903 - - default default] Added segment 8da35d27-6242-4b87-a1ab-22262400ba5a of type vxlan for network 1aa7b1b6-4d44-4091-bf32-67a09d537afd [pid: 7|app: 0|req: 335/685] 10.0.0.167 () {34 vars in 1100 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1041679075&fields=id&tenant_id=cdf39005f8d54de486b05830d6313290 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/686] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/networks?id=05327c04-2189-48b5-900f-46efb52da3cd => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/687] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:09:58 2026] POST /v2.0/networks => generated 629 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/688] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/quotas/cdf39005f8d54de486b05830d6313290 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:09:59.350 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9f6883e-8a6d-4196-9cb2-258337d70121'] response: {'name': 'network-changed', 'server_uuid': '6c327e80-e402-4089-844b-5f80356c1fd5', 'tag': '20162eb5-11e3-45c8-8e61-026aee1a63d8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/689] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/ports?tenant_id=cdf39005f8d54de486b05830d6313290&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/690] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/networks/05327c04-2189-48b5-900f-46efb52da3cd?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: 353/691] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/networks/05327c04-2189-48b5-900f-46efb52da3cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/692] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 355/693] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/ports?tenant_id=87240be2d21744fb91008a0f44772d2d&device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/694] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/networks?id=ff11b757-599f-43e0-ba6f-de645a271b80 => generated 764 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/695] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:09:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=20162eb5-11e3-45c8-8e61-026aee1a63d8 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/696] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:09:59 2026] POST /v2.0/subnets => generated 673 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/697] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:00 2026] GET /v2.0/subnets?id=3b867ffb-e026-44d1-9aee-8da81be04b35 => generated 686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:00.053 8 INFO neutron.db.segments_db [None req-6ec365cc-3cde-4558-9dac-9cb0eb235be2 4d2b3e1df3404e2b917b8c5716ab48e7 e4c0fd0644e84502829669bf4bb96903 - - default default] Added segment 53468052-9add-45ed-a959-a88c14267ef8 of type vxlan for network 0731495d-0033-4e21-a7db-4d2e20d43e73 [pid: 7|app: 0|req: 341/698] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:00 2026] GET /v2.0/ports?network_id=ff11b757-599f-43e0-ba6f-de645a271b80&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: 342/699] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:00 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/700] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:00 2026] POST /v2.0/networks => generated 629 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/701] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:00 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?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: 359/702] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:00 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/703] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:00 2026] GET /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80?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: 344/704] 10.0.0.27 () {34 vars in 742 bytes} [Thu Jul 9 05:10:00 2026] PUT /v2.0/networks/0731495d-0033-4e21-a7db-4d2e20d43e73 => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/705] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:00 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/706] 10.0.0.27 () {34 vars in 740 bytes} [Thu Jul 9 05:10:00 2026] PUT /v2.0/subnets/54b47a95-f15c-4615-9043-88bf125556e3 => generated 656 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/707] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:00 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:00.962 8 INFO neutron.services.segments.plugin [-] Segment 53468052-9add-45ed-a959-a88c14267ef8 resource provider aggregate not found 2026-07-09 05:10:00.965 8 INFO neutron.services.segments.plugin [-] Segment 53468052-9add-45ed-a959-a88c14267ef8 resource provider aggregate not found 2026-07-09 05:10:00.987 8 INFO neutron.services.segments.plugin [-] Segment 53468052-9add-45ed-a959-a88c14267ef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53468052-9add-45ed-a959-a88c14267ef8 found for delete ", "request_id": "req-15260eda-24ec-418e-9876-d0c094c15986"}]} 2026-07-09 05:10:00.988 8 INFO neutron.services.segments.plugin [-] Segment 53468052-9add-45ed-a959-a88c14267ef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53468052-9add-45ed-a959-a88c14267ef8 found for delete ", "request_id": "req-a717c4fe-f816-4ddd-b462-04b26bbe93af"}]} [pid: 8|app: 0|req: 362/708] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:00 2026] DELETE /v2.0/networks/0731495d-0033-4e21-a7db-4d2e20d43e73 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:01.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45563354-3fb6-4161-b12d-2ff95a25a047 4d2b3e1df3404e2b917b8c5716ab48e7 e4c0fd0644e84502829669bf4bb96903 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 347/709] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:01 2026] DELETE /v2.0/networks/0731495d-0033-4e21-a7db-4d2e20d43e73 => 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: 363/710] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/711] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/subnets?network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7 => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/712] 10.0.0.27 () {32 vars in 652 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/713] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/networks => generated 1313 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/714] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/subnets => generated 1312 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/715] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/716] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/717] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/networks/1aa7b1b6-4d44-4091-bf32-67a09d537afd => generated 673 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/718] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/security-groups?id=15a57e02-6fb0-4503-bb96-4fec256b0383&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/719] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/subnets/a2922bbe-c359-489f-b14d-3e0092f09c17 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:01.477 8 INFO neutron.pecan_wsgi.hooks.translation [None req-381f1097-ce41-4661-9092-cbdf9d217b81 4d2b3e1df3404e2b917b8c5716ab48e7 e4c0fd0644e84502829669bf4bb96903 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 369/720] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:01 2026] DELETE /v2.0/subnets/54b47a95-f15c-4615-9043-88bf125556e3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:01.501 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a16d8ce-f743-42c1-87c9-3b71a2c64296 4d2b3e1df3404e2b917b8c5716ab48e7 e4c0fd0644e84502829669bf4bb96903 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 370/721] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:01 2026] DELETE /v2.0/networks/0731495d-0033-4e21-a7db-4d2e20d43e73 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:01.535 7 INFO neutron_taas.services.taas.taas_plugin [req-b2b381f7-48f6-4ca3-bfbc-046e20f48501 req-66468ae1-e800-4ec4-b0c7-be62dcc84287 42541c8384f142ce9a9478d4a7867f63 87240be2d21744fb91008a0f44772d2d - - default default] TaaS: Handle Delete Port: 20162eb5-11e3-45c8-8e61-026aee1a63d8 2026-07-09 05:10:01.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b2b381f7-48f6-4ca3-bfbc-046e20f48501 req-66468ae1-e800-4ec4-b0c7-be62dcc84287 42541c8384f142ce9a9478d4a7867f63 87240be2d21744fb91008a0f44772d2d - - default default] Tap Mirror: Handle Delete Port: 20162eb5-11e3-45c8-8e61-026aee1a63d8 [pid: 8|app: 0|req: 371/722] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:01 2026] DELETE /v2.0/subnets/a2922bbe-c359-489f-b14d-3e0092f09c17 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:01.722 7 INFO neutron.db.l3_db [req-b2b381f7-48f6-4ca3-bfbc-046e20f48501 req-66468ae1-e800-4ec4-b0c7-be62dcc84287 42541c8384f142ce9a9478d4a7867f63 87240be2d21744fb91008a0f44772d2d - - default default] Floating IP ac1057e4-9412-45d6-a5ef-de33781004d1 disassociated. External IP: 10.96.250.212, port: 20162eb5-11e3-45c8-8e61-026aee1a63d8. [pid: 8|app: 0|req: 372/723] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:01 2026] DELETE /v2.0/networks/1aa7b1b6-4d44-4091-bf32-67a09d537afd => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/724] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:01 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 352/725] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:10:01 2026] DELETE /v2.0/ports/20162eb5-11e3-45c8-8e61-026aee1a63d8 => generated 0 bytes in 663 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:02.103 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51617a5a-c5c0-460a-93ec-762808ba36bf'] response: {'server_uuid': '6c327e80-e402-4089-844b-5f80356c1fd5', 'name': 'network-vif-deleted', 'tag': '20162eb5-11e3-45c8-8e61-026aee1a63d8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 374/726] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:02 2026] GET /v2.0/security-groups?tenant_id=e4c0fd0644e84502829669bf4bb96903&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/727] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:02 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 353/728] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:02 2026] DELETE /v2.0/security-groups/6d9969b9-b0c7-4e18-bc63-35202b0be1e1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:03.010 8 INFO neutron.services.segments.plugin [-] Segment 8da35d27-6242-4b87-a1ab-22262400ba5a resource provider aggregate not found 2026-07-09 05:10:03.016 8 INFO neutron.services.segments.plugin [-] Segment 8da35d27-6242-4b87-a1ab-22262400ba5a resource provider aggregate not found 2026-07-09 05:10:03.039 8 INFO neutron.services.segments.plugin [-] Segment 8da35d27-6242-4b87-a1ab-22262400ba5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8da35d27-6242-4b87-a1ab-22262400ba5a found for delete ", "request_id": "req-46f3d70a-996e-40e2-bcfd-2838b3bba6d0"}]} 2026-07-09 05:10:03.045 8 INFO neutron.services.segments.plugin [-] Segment 8da35d27-6242-4b87-a1ab-22262400ba5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8da35d27-6242-4b87-a1ab-22262400ba5a found for delete ", "request_id": "req-734893a3-8d4a-4734-bad2-b65ff22137e3"}]} [pid: 8|app: 0|req: 376/729] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:03 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 354/730] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:03 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 377/731] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:04 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 355/732] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:04 2026] GET /v2.0/networks?id=05327c04-2189-48b5-900f-46efb52da3cd => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/733] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:10:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cdf39005f8d54de486b05830d6313290 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:04.743 7 INFO neutron.db.segments_db [None req-a6786eba-e2fa-4566-9856-8a614ef8ffcc ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment d627928e-aaf0-40a6-a141-22c67c859aef of type vxlan for network fbf9e731-d64b-429b-97b3-87c98b9dc56d [pid: 8|app: 0|req: 379/734] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:10:04 2026] POST /v2.0/ports => generated 958 bytes in 380 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: 380/735] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:04 2026] GET /v2.0/ports?device_id=6c327e80-e402-4089-844b-5f80356c1fd5 => 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: 356/736] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:04 2026] POST /v2.0/networks => generated 615 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:04.946 7 INFO neutron.db.segments_db [None req-2882948e-93ee-43f5-b590-51ca12e75d47 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment 40add141-6a94-474e-a7a9-d4ef6f27a6e7 of type vxlan for network f9b399d3-8729-4311-a8f3-354b2c1be017 [pid: 7|app: 0|req: 357/737] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:04 2026] POST /v2.0/networks => generated 614 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/740] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:10:04 2026] PUT /v2.0/ports/eba63a38-5d85-4dc4-a4f6-56c967b466cc => generated 1239 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:05.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5faa485c-9b4c-4ce2-8110-17316e5e0698'] response: {'name': 'network-changed', 'server_uuid': '8247ff50-d5dc-4e24-bba9-d55422b35e4c', 'tag': 'eba63a38-5d85-4dc4-a4f6-56c967b466cc', '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: 360/741] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:05 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/742] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:05 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/743] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:05 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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: 361/744] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:05 2026] POST /v2.0/subnets => generated 655 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:05.660 8 INFO neutron.db.segments_db [None req-ef058ffd-2894-4ff9-bcd9-0d022fdb3feb ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment 1ab7e97f-3427-4821-b35b-38d34369f799 of type vxlan for network 30850ce4-f67d-40b7-9250-0632f96ad903 [pid: 7|app: 0|req: 362/745] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:05 2026] GET /v2.0/ports?tenant_id=cdf39005f8d54de486b05830d6313290&device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:05.833 8 INFO neutron.db.l3_hamode_db [None req-ef058ffd-2894-4ff9-bcd9-0d022fdb3feb ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 363/746] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:10:05 2026] GET /v2.0/networks?tenant_id=cdf39005f8d54de486b05830d6313290&shared=False => generated 776 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/747] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:10:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:05.955 8 INFO neutron.db.l3_hamode_db [None req-ef058ffd-2894-4ff9-bcd9-0d022fdb3feb ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 365/748] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:05 2026] DELETE /v2.0/security-groups/15a57e02-6fb0-4503-bb96-4fec256b0383 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:06.026 7 INFO neutron.api.v2.resource [None req-c560bbbc-2dc2-47ee-ab9a-6c4f7abd723a 42541c8384f142ce9a9478d4a7867f63 87240be2d21744fb91008a0f44772d2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 366/749] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:10:06 2026] GET /v2.0/security-groups/15a57e02-6fb0-4503-bb96-4fec256b0383 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:06.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-cff56e85-a2a6-4de0-8617-d3af6ee8bcbf 42541c8384f142ce9a9478d4a7867f63 87240be2d21744fb91008a0f44772d2d - - default default] TaaS: Handle Delete Port: 0c4fc1e2-17b6-46a5-9eb0-0078418b8113 2026-07-09 05:10:06.121 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cff56e85-a2a6-4de0-8617-d3af6ee8bcbf 42541c8384f142ce9a9478d4a7867f63 87240be2d21744fb91008a0f44772d2d - - default default] Tap Mirror: Handle Delete Port: 0c4fc1e2-17b6-46a5-9eb0-0078418b8113 [pid: 7|app: 0|req: 367/750] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:10:06 2026] DELETE /v2.0/floatingips/ac1057e4-9412-45d6-a5ef-de33781004d1 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/751] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:05 2026] POST /v2.0/routers => generated 511 bytes in 906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/752] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:06 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:06.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-762cc99a-7c27-42b2-85ff-e73c63460ee3 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 2671bb37-974c-461a-82ce-5b875d1ff618 2026-07-09 05:10:06.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-762cc99a-7c27-42b2-85ff-e73c63460ee3 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 2671bb37-974c-461a-82ce-5b875d1ff618 [pid: 7|app: 0|req: 368/753] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:06 2026] PUT /v2.0/routers/d0500c44-4a78-4a89-a456-2b5fa1117503/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/754] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:07 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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: 370/755] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:07 2026] GET /v2.0/ports?tenant_id=cdf39005f8d54de486b05830d6313290&device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:07.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-0de3735c-578d-45d4-ba53-82ff64795974 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 4d75621d-218d-4562-b34a-11ab9b0d622d 2026-07-09 05:10:07.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de3735c-578d-45d4-ba53-82ff64795974 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 4d75621d-218d-4562-b34a-11ab9b0d622d [pid: 8|app: 0|req: 386/756] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:06 2026] PUT /v2.0/routers/5d48e751-edd9-46b7-862e-81a9e4e37705/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/757] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eba63a38-5d85-4dc4-a4f6-56c967b466cc => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:07.784 7 INFO neutron_taas.services.taas.taas_plugin [None req-0de3735c-578d-45d4-ba53-82ff64795974 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 399ce8b8-1cb6-4135-8255-64199c67404f 2026-07-09 05:10:07.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de3735c-578d-45d4-ba53-82ff64795974 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 399ce8b8-1cb6-4135-8255-64199c67404f [pid: 8|app: 0|req: 388/758] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:07 2026] GET /v2.0/ports/55fa9761-87af-4025-98b6-990904aa7cc8 => generated 959 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/759] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:07 2026] GET /v2.0/subnets?id=f9bce89f-e500-414b-9f72-3c0e47dceb5a => generated 698 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:07.886 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-0de3735c-578d-45d4-ba53-82ff64795974 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-09 05:10:08.321 7 INFO neutron.db.l3_hamode_db [None req-0de3735c-578d-45d4-ba53-82ff64795974 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network 3b5f2a5f-df74-416d-8268-60980183b11d was deleted as no HA routers are present in tenant 87240be2d21744fb91008a0f44772d2d. [pid: 7|app: 0|req: 371/760] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:07 2026] DELETE /v2.0/routers/d0500c44-4a78-4a89-a456-2b5fa1117503 => generated 0 bytes in 1073 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/761] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:08 2026] GET /v2.0/ports?network_id=05327c04-2189-48b5-900f-46efb52da3cd&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: 373/762] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:10:08 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 1244 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/763] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:08 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:08.732 7 INFO neutron.services.segments.plugin [-] Segment 0f496bd3-50f9-4405-8f81-3a157162098c resource provider aggregate not found 2026-07-09 05:10:08.754 7 INFO neutron.services.segments.plugin [-] Segment 0f496bd3-50f9-4405-8f81-3a157162098c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f496bd3-50f9-4405-8f81-3a157162098c found for delete ", "request_id": "req-92769ec7-dd6d-44b8-b6c7-924b7c87d62f"}]} 2026-07-09 05:10:08.757 7 INFO neutron.services.segments.plugin [-] Segment 0f496bd3-50f9-4405-8f81-3a157162098c resource provider aggregate not found 2026-07-09 05:10:08.773 7 INFO neutron.services.segments.plugin [-] Segment 0f496bd3-50f9-4405-8f81-3a157162098c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f496bd3-50f9-4405-8f81-3a157162098c found for delete ", "request_id": "req-5acea0b8-8b38-495c-991e-7bc49f771682"}]} [pid: 7|app: 0|req: 375/764] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:08 2026] DELETE /v2.0/subnets/3b867ffb-e026-44d1-9aee-8da81be04b35 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/765] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:08 2026] GET /v2.0/networks/05327c04-2189-48b5-900f-46efb52da3cd?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: 377/766] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:08 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/767] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:08 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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-07-09 05:10:09.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6829106-7b48-47a8-bdcd-287837df5953 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 8f2e33d0-313c-44c9-b767-c6bec462638a 2026-07-09 05:10:09.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6829106-7b48-47a8-bdcd-287837df5953 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 8f2e33d0-313c-44c9-b767-c6bec462638a [pid: 8|app: 0|req: 390/768] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:07 2026] PUT /v2.0/routers/5d48e751-edd9-46b7-862e-81a9e4e37705/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/769] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:09 2026] GET /v2.0/networks/05327c04-2189-48b5-900f-46efb52da3cd?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: 392/770] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:09 2026] GET /v2.0/ports/851a9ce5-068d-4b41-a19a-4d78e3eab29b => generated 967 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/771] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:08 2026] DELETE /v2.0/networks/ff11b757-599f-43e0-ba6f-de645a271b80 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/772] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:09 2026] GET /v2.0/security-groups?tenant_id=87240be2d21744fb91008a0f44772d2d&name=default => generated 2921 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/773] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:09 2026] DELETE /v2.0/security-groups/1578d0d0-01ad-4176-99d0-04cce580e27e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:09.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae70fa20-a096-4e0b-8e36-37562162c587 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 851a9ce5-068d-4b41-a19a-4d78e3eab29b 2026-07-09 05:10:09.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae70fa20-a096-4e0b-8e36-37562162c587 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 851a9ce5-068d-4b41-a19a-4d78e3eab29b [pid: 7|app: 0|req: 382/774] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:09 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/775] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:10 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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: 393/776] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:09 2026] PUT /v2.0/routers/5d48e751-edd9-46b7-862e-81a9e4e37705/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:10.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b07b257-ae6c-41f6-a19e-ab690b632d47 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 55fa9761-87af-4025-98b6-990904aa7cc8 2026-07-09 05:10:10.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b07b257-ae6c-41f6-a19e-ab690b632d47 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 55fa9761-87af-4025-98b6-990904aa7cc8 2026-07-09 05:10:10.782 7 INFO neutron.services.segments.plugin [-] Segment 84dc9d6d-852b-4820-9985-4a407d67929f resource provider aggregate not found 2026-07-09 05:10:10.814 7 INFO neutron.services.segments.plugin [-] Segment 84dc9d6d-852b-4820-9985-4a407d67929f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84dc9d6d-852b-4820-9985-4a407d67929f found for delete ", "request_id": "req-5248c80d-e98b-4e45-b38a-6dac38cc488a"}]} 2026-07-09 05:10:10.814 7 INFO neutron.services.segments.plugin [-] Segment 84dc9d6d-852b-4820-9985-4a407d67929f resource provider aggregate not found 2026-07-09 05:10:10.835 7 INFO neutron.services.segments.plugin [-] Segment 84dc9d6d-852b-4820-9985-4a407d67929f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84dc9d6d-852b-4820-9985-4a407d67929f found for delete ", "request_id": "req-9a503bd7-471b-4583-9de3-3747305b613b"}]} [pid: 7|app: 0|req: 384/777] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:10 2026] PUT /v2.0/routers/5d48e751-edd9-46b7-862e-81a9e4e37705/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/778] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:10 2026] GET /v2.0/ports?device_id=5d48e751-edd9-46b7-862e-81a9e4e37705 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:11.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-c57c126b-1194-451a-98b7-a1d38e1cef4b ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 485ce2f7-a467-40e3-8ba1-348d0422b244 2026-07-09 05:10:11.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c57c126b-1194-451a-98b7-a1d38e1cef4b ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 485ce2f7-a467-40e3-8ba1-348d0422b244 [pid: 8|app: 0|req: 395/779] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:11 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/780] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:11 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:11.600 7 INFO neutron.db.l3_hamode_db [None req-c57c126b-1194-451a-98b7-a1d38e1cef4b ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] HA network 30850ce4-f67d-40b7-9250-0632f96ad903 was deleted as no HA routers are present in tenant 7b5451c2ce1d4813b07f5f4433fb5ef8. [pid: 7|app: 0|req: 385/781] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:10 2026] DELETE /v2.0/routers/5d48e751-edd9-46b7-862e-81a9e4e37705 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:11.662 8 INFO neutron.db.segments_db [None req-54317d22-ca9b-49ff-9250-70d8cc250fe4 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 41746c90-9224-4de8-995b-e5a7e6829108 of type vxlan for network 9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2 [pid: 7|app: 0|req: 386/782] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:11 2026] DELETE /v2.0/subnets/dfea465b-5210-45e8-8fa7-36a114d525bd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/783] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:10:11 2026] POST /v2.0/networks => generated 725 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/784] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:11 2026] DELETE /v2.0/subnets/99d1f10c-35ca-4625-8d1b-5def35a7b9ab => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/785] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:11 2026] POST /v2.0/subnets => generated 691 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:12.057 8 INFO neutron.db.segments_db [None req-42d1bb37-1fea-4443-a49a-384db98c9358 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment edd28958-7c35-4155-97ae-a4b48ff19628 of type vxlan for network 19efc838-c303-4d41-957c-debf27e9bdb6 [pid: 7|app: 0|req: 388/786] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:11 2026] DELETE /v2.0/networks/f9b399d3-8729-4311-a8f3-354b2c1be017 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:12.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-9256f501-5dec-4d72-861a-81f9b94f233a ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 5962d680-535b-429d-b52e-0a4341b2fe9c 2026-07-09 05:10:12.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9256f501-5dec-4d72-861a-81f9b94f233a ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 5962d680-535b-429d-b52e-0a4341b2fe9c 2026-07-09 05:10:12.342 8 INFO neutron.db.l3_hamode_db [None req-42d1bb37-1fea-4443-a49a-384db98c9358 5fba8b1ace6d499baac40eddf8097d08 8665f89150054394822d668106679204 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 389/787] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:12 2026] DELETE /v2.0/networks/fbf9e731-d64b-429b-97b3-87c98b9dc56d => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:12.456 7 INFO neutron.db.segments_db [None req-5e80e462-d717-48c6-a217-9a220cdf46a2 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment 2d59bc5b-094b-4768-a411-c5d02795322c of type vxlan for network c53cd969-946f-40cf-b2ad-ae13af18961a [pid: 7|app: 0|req: 390/788] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:12 2026] POST /v2.0/networks => generated 614 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/789] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:12 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:12.834 7 INFO neutron.services.segments.plugin [-] Segment 1ab7e97f-3427-4821-b35b-38d34369f799 resource provider aggregate not found [pid: 7|app: 0|req: 392/790] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:12 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:12.858 7 INFO neutron.services.segments.plugin [-] Segment 1ab7e97f-3427-4821-b35b-38d34369f799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ab7e97f-3427-4821-b35b-38d34369f799 found for delete ", "request_id": "req-a5c2e24e-1c3a-415b-aac1-be0b90e0d67f"}]} 2026-07-09 05:10:12.861 7 INFO neutron.services.segments.plugin [-] Segment 1ab7e97f-3427-4821-b35b-38d34369f799 resource provider aggregate not found 2026-07-09 05:10:12.885 7 INFO neutron.services.segments.plugin [-] Segment 1ab7e97f-3427-4821-b35b-38d34369f799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ab7e97f-3427-4821-b35b-38d34369f799 found for delete ", "request_id": "req-837b364f-a281-4f56-ae5b-202c5997a1b3"}]} 2026-07-09 05:10:12.890 7 INFO neutron.services.segments.plugin [-] Segment 40add141-6a94-474e-a7a9-d4ef6f27a6e7 resource provider aggregate not found [pid: 7|app: 0|req: 393/791] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:12 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:12.910 7 INFO neutron.services.segments.plugin [-] Segment 40add141-6a94-474e-a7a9-d4ef6f27a6e7 resource provider aggregate not found 2026-07-09 05:10:12.914 7 INFO neutron.services.segments.plugin [-] Segment 40add141-6a94-474e-a7a9-d4ef6f27a6e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40add141-6a94-474e-a7a9-d4ef6f27a6e7 found for delete ", "request_id": "req-1d4cb902-7e33-4b65-ad8d-1379f2cb804e"}]} 2026-07-09 05:10:12.926 7 INFO neutron.services.segments.plugin [-] Segment 40add141-6a94-474e-a7a9-d4ef6f27a6e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40add141-6a94-474e-a7a9-d4ef6f27a6e7 found for delete ", "request_id": "req-a3420340-d57f-4b5f-aafd-50394fd53fe4"}]} 2026-07-09 05:10:12.933 7 INFO neutron.services.segments.plugin [-] Segment d627928e-aaf0-40a6-a141-22c67c859aef resource provider aggregate not found 2026-07-09 05:10:12.943 7 INFO neutron.services.segments.plugin [-] Segment d627928e-aaf0-40a6-a141-22c67c859aef resource provider aggregate not found 2026-07-09 05:10:12.955 7 INFO neutron.services.segments.plugin [-] Segment d627928e-aaf0-40a6-a141-22c67c859aef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d627928e-aaf0-40a6-a141-22c67c859aef found for delete ", "request_id": "req-9206a6a1-db03-4063-97a5-63153b0ee97f"}]} 2026-07-09 05:10:12.965 7 INFO neutron.services.segments.plugin [-] Segment d627928e-aaf0-40a6-a141-22c67c859aef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d627928e-aaf0-40a6-a141-22c67c859aef found for delete ", "request_id": "req-173b6ccb-a04e-40a6-a907-478aadccdd7b"}]} 2026-07-09 05:10:12.972 7 INFO neutron.db.segments_db [None req-8cb92987-4e06-43eb-920e-f12e9f90eed9 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment 7c88ef77-1372-48b8-a882-12d36842c0b8 of type vxlan for network 9e53d1fe-094e-4d56-9097-5e244fb97dbc 2026-07-09 05:10:13.156 8 INFO neutron.db.l3_hamode_db [None req-42d1bb37-1fea-4443-a49a-384db98c9358 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:10:13.223 7 INFO neutron.db.l3_hamode_db [None req-8cb92987-4e06-43eb-920e-f12e9f90eed9 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:10:13.326 7 INFO neutron.db.l3_hamode_db [None req-8cb92987-4e06-43eb-920e-f12e9f90eed9 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 399/792] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:12 2026] POST /v2.0/routers => generated 731 bytes in 2147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/793] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:14 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 394/794] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:12 2026] POST /v2.0/routers => generated 511 bytes in 1475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/795] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:14 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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: 396/796] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:10:14 2026] POST /v2.0/ports => generated 962 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 401/797] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:14 2026] PUT /v2.0/routers/af805f43-bbca-4f97-8e12-153de3e1ce86/add_router_interface => generated 309 bytes in 1348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/798] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:15 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/799] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:15 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/800] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:14 2026] PUT /v2.0/routers/91155d14-c9cb-4220-8ea8-1d21f581fe9e/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/801] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:15 2026] GET /v2.0/ports/145b27cc-5a5f-47f3-849a-c320a0671f6a => generated 1036 bytes in 76 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: 405/802] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:10:16 2026] POST /v2.0/security-groups => generated 1661 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/803] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:10:16 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) 2026-07-09 05:10:16.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-695b2dac-59ab-4814-b905-66dcc9a49a91 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 145b27cc-5a5f-47f3-849a-c320a0671f6a 2026-07-09 05:10:16.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-695b2dac-59ab-4814-b905-66dcc9a49a91 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 145b27cc-5a5f-47f3-849a-c320a0671f6a [pid: 8|app: 0|req: 407/804] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:10:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/805] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:16 2026] PUT /v2.0/routers/91155d14-c9cb-4220-8ea8-1d21f581fe9e/remove_router_interface => generated 309 bytes in 831 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: 399/806] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:16 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:17.019 7 INFO neutron.api.v2.resource [None req-e99d48b8-d621-4a35-aa6a-b9c5030ad9d0 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 400/807] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:16 2026] PUT /v2.0/routers/91155d14-c9cb-4220-8ea8-1d21f581fe9e/remove_router_interface => generated 197 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/808] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:17 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/809] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:17 2026] GET /v2.0/ports?device_id=91155d14-c9cb-4220-8ea8-1d21f581fe9e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:17.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8474961-3f07-4d96-8fe3-f1910598d8ca ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: dc3e1356-ec15-4a67-ba04-792e6aa8b77a 2026-07-09 05:10:17.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8474961-3f07-4d96-8fe3-f1910598d8ca ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: dc3e1356-ec15-4a67-ba04-792e6aa8b77a 2026-07-09 05:10:17.614 7 INFO neutron.services.segments.plugin [-] Segment 7c88ef77-1372-48b8-a882-12d36842c0b8 resource provider aggregate not found 2026-07-09 05:10:17.627 7 INFO neutron.services.segments.plugin [-] Segment 7c88ef77-1372-48b8-a882-12d36842c0b8 resource provider aggregate not found 2026-07-09 05:10:17.641 7 INFO neutron.services.segments.plugin [-] Segment 7c88ef77-1372-48b8-a882-12d36842c0b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c88ef77-1372-48b8-a882-12d36842c0b8 found for delete ", "request_id": "req-cd0ffd2e-7808-441f-a0c6-fa6392c774f6"}]} 2026-07-09 05:10:17.659 7 INFO neutron.db.l3_hamode_db [None req-c8474961-3f07-4d96-8fe3-f1910598d8ca ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] HA network 9e53d1fe-094e-4d56-9097-5e244fb97dbc was deleted as no HA routers are present in tenant 7b5451c2ce1d4813b07f5f4433fb5ef8. 2026-07-09 05:10:17.669 7 INFO neutron.services.segments.plugin [-] Segment 7c88ef77-1372-48b8-a882-12d36842c0b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c88ef77-1372-48b8-a882-12d36842c0b8 found for delete ", "request_id": "req-665657a7-f29b-4865-a2fe-748d340387b7"}]} [pid: 7|app: 0|req: 403/810] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:17 2026] DELETE /v2.0/routers/91155d14-c9cb-4220-8ea8-1d21f581fe9e => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/811] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:10:16 2026] POST /v2.0/floatingips => generated 552 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/812] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:17 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 409/813] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:17 2026] DELETE /v2.0/subnets/b5db444e-6969-4b95-a0ac-3dd8748d546b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:17.988 8 INFO neutron.services.segments.plugin [-] Segment 2d59bc5b-094b-4768-a411-c5d02795322c resource provider aggregate not found 2026-07-09 05:10:17.996 8 INFO neutron.services.segments.plugin [-] Segment 2d59bc5b-094b-4768-a411-c5d02795322c resource provider aggregate not found 2026-07-09 05:10:18.008 8 INFO neutron.services.segments.plugin [-] Segment 2d59bc5b-094b-4768-a411-c5d02795322c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d59bc5b-094b-4768-a411-c5d02795322c found for delete ", "request_id": "req-eff5b399-83cc-4f48-9393-5b5a0e65d9fe"}]} 2026-07-09 05:10:18.018 7 INFO neutron.db.l3_db [None req-4c3d47fe-f340-4500-94cf-a698dfe14fe8 460eb101d03244d99e03ffb3aaacd86b cdf39005f8d54de486b05830d6313290 - - default default] Floating IP 41b38df5-998c-48f5-b699-fda74a2f7910 associated. External IP: 10.96.250.206, port: eba63a38-5d85-4dc4-a4f6-56c967b466cc. 2026-07-09 05:10:18.025 8 INFO neutron.services.segments.plugin [-] Segment 2d59bc5b-094b-4768-a411-c5d02795322c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d59bc5b-094b-4768-a411-c5d02795322c found for delete ", "request_id": "req-22d04d59-9807-4bca-940d-dddfd654ffc4"}]} [pid: 8|app: 0|req: 410/814] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:17 2026] DELETE /v2.0/networks/c53cd969-946f-40cf-b2ad-ae13af18961a => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:18.114 8 INFO neutron.db.segments_db [None req-c34bd75c-c3d0-4fef-8cb6-89514b651f38 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment 72d4a58b-c9ce-4239-a27c-7568310c792d of type vxlan for network 41365f9b-a521-483f-9326-67e13e72bac0 [pid: 8|app: 0|req: 411/815] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:18 2026] POST /v2.0/networks => generated 615 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/816] 10.0.0.167 () {34 vars in 1100 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1787878669&fields=id&tenant_id=8665f89150054394822d668106679204 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/817] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:10:17 2026] PUT /v2.0/floatingips/41b38df5-998c-48f5-b699-fda74a2f7910 => generated 856 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/818] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/networks?id=9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/819] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 408/820] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/quotas/8665f89150054394822d668106679204 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/821] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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: 413/822] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:18 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:18.576 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98dd03d8-bd3e-4fbf-ab29-2c232f47607e'] response: {'name': 'network-changed', 'server_uuid': '8247ff50-d5dc-4e24-bba9-d55422b35e4c', 'tag': 'eba63a38-5d85-4dc4-a4f6-56c967b466cc', 'status': 'completed', 'code': 200} 2026-07-09 05:10:18.602 8 INFO neutron.db.segments_db [None req-b5b301ff-a641-4bfc-a657-c21febe84d66 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment 029e1c08-3e34-4f30-b1e1-1b369f73982a of type vxlan for network f0b78de3-e96a-4718-852c-4283eb8af645 [pid: 7|app: 0|req: 410/823] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/ports?tenant_id=8665f89150054394822d668106679204&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/824] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/825] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?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: 413/826] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:18.914 8 INFO neutron.db.l3_hamode_db [None req-b5b301ff-a641-4bfc-a657-c21febe84d66 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 414/827] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 415/828] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:18 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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-07-09 05:10:19.102 8 INFO neutron.db.l3_hamode_db [None req-b5b301ff-a641-4bfc-a657-c21febe84d66 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 416/829] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:19 2026] GET /v2.0/ports?tenant_id=cdf39005f8d54de486b05830d6313290&device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/830] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:19 2026] GET /v2.0/networks?id=05327c04-2189-48b5-900f-46efb52da3cd => generated 776 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/831] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eba63a38-5d85-4dc4-a4f6-56c967b466cc => generated 859 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/832] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:19 2026] GET /v2.0/subnets?id=f9bce89f-e500-414b-9f72-3c0e47dceb5a => generated 698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/833] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:19 2026] GET /v2.0/ports?network_id=05327c04-2189-48b5-900f-46efb52da3cd&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: 421/834] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:19 2026] GET /v2.0/networks/05327c04-2189-48b5-900f-46efb52da3cd?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/835] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:19 2026] GET /v2.0/networks/05327c04-2189-48b5-900f-46efb52da3cd?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: 414/836] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:18 2026] POST /v2.0/routers => generated 511 bytes in 1174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/839] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:20 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 418/840] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:20 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/841] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:20 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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: 423/842] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:19 2026] PUT /v2.0/routers/cea9bfd4-ccbb-48b2-862b-e432d2e02e51/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/843] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:21 2026] GET /v2.0/ports/3595ec13-5dc9-4348-b331-1c06068ff1da => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/844] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:21 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 422/845] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:21 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/846] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:21 2026] GET /v2.0/security-groups?id=dc78cd18-465b-4739-8305-e7523d25264a&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-07-09 05:10:21.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9662a27-0b2b-4381-970f-1289cd61b2a7 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 3595ec13-5dc9-4348-b331-1c06068ff1da 2026-07-09 05:10:21.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9662a27-0b2b-4381-970f-1289cd61b2a7 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 3595ec13-5dc9-4348-b331-1c06068ff1da [pid: 8|app: 0|req: 424/847] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:10:21 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:21.644 8 INFO neutron_taas.services.taas.taas_plugin [req-f8772c3b-3bdd-46de-b242-b918ca2e63bf req-5c816640-ea8b-4eec-96a9-fd1ced20d83a 460eb101d03244d99e03ffb3aaacd86b cdf39005f8d54de486b05830d6313290 - - default default] TaaS: Handle Delete Port: eba63a38-5d85-4dc4-a4f6-56c967b466cc 2026-07-09 05:10:21.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f8772c3b-3bdd-46de-b242-b918ca2e63bf req-5c816640-ea8b-4eec-96a9-fd1ced20d83a 460eb101d03244d99e03ffb3aaacd86b cdf39005f8d54de486b05830d6313290 - - default default] Tap Mirror: Handle Delete Port: eba63a38-5d85-4dc4-a4f6-56c967b466cc 2026-07-09 05:10:21.838 8 INFO neutron.db.l3_db [req-f8772c3b-3bdd-46de-b242-b918ca2e63bf req-5c816640-ea8b-4eec-96a9-fd1ced20d83a 460eb101d03244d99e03ffb3aaacd86b cdf39005f8d54de486b05830d6313290 - - default default] Floating IP 41b38df5-998c-48f5-b699-fda74a2f7910 disassociated. External IP: 10.96.250.206, port: eba63a38-5d85-4dc4-a4f6-56c967b466cc. [pid: 7|app: 0|req: 424/848] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:21 2026] PUT /v2.0/routers/cea9bfd4-ccbb-48b2-862b-e432d2e02e51/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/849] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:21 2026] GET /v2.0/ports?device_id=cea9bfd4-ccbb-48b2-862b-e432d2e02e51 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:22.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-07d75661-a4da-4233-a5f9-82ec5249975d ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 068a19c3-bfbb-4aea-b1d6-78d627c5ee37 2026-07-09 05:10:22.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d75661-a4da-4233-a5f9-82ec5249975d ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 068a19c3-bfbb-4aea-b1d6-78d627c5ee37 [pid: 8|app: 0|req: 425/850] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:10:21 2026] DELETE /v2.0/ports/eba63a38-5d85-4dc4-a4f6-56c967b466cc => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:22.200 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-754a95c3-5dcb-461a-9f46-7e739e59dd6d'] response: {'server_uuid': '8247ff50-d5dc-4e24-bba9-d55422b35e4c', 'name': 'network-vif-deleted', 'tag': 'eba63a38-5d85-4dc4-a4f6-56c967b466cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 426/851] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:22 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:22.481 7 INFO neutron.services.segments.plugin [-] Segment 029e1c08-3e34-4f30-b1e1-1b369f73982a resource provider aggregate not found 2026-07-09 05:10:22.489 7 INFO neutron.services.segments.plugin [-] Segment 029e1c08-3e34-4f30-b1e1-1b369f73982a resource provider aggregate not found 2026-07-09 05:10:22.513 7 INFO neutron.services.segments.plugin [-] Segment 029e1c08-3e34-4f30-b1e1-1b369f73982a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 029e1c08-3e34-4f30-b1e1-1b369f73982a found for delete ", "request_id": "req-f9bfb3da-46cc-41ca-b5ec-40c557d25aca"}]} 2026-07-09 05:10:22.516 7 INFO neutron.db.l3_hamode_db [None req-07d75661-a4da-4233-a5f9-82ec5249975d ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] HA network f0b78de3-e96a-4718-852c-4283eb8af645 was deleted as no HA routers are present in tenant 7b5451c2ce1d4813b07f5f4433fb5ef8. 2026-07-09 05:10:22.517 7 INFO neutron.services.segments.plugin [-] Segment 029e1c08-3e34-4f30-b1e1-1b369f73982a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 029e1c08-3e34-4f30-b1e1-1b369f73982a found for delete ", "request_id": "req-eb4be7b9-8a47-4043-a005-c02e3aa7749a"}]} [pid: 8|app: 0|req: 427/852] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:22 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/853] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:21 2026] DELETE /v2.0/routers/cea9bfd4-ccbb-48b2-862b-e432d2e02e51 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/854] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:22 2026] DELETE /v2.0/subnets/24227fbf-2153-4055-b8d9-380c0a7f3795 => 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: 427/855] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:22 2026] DELETE /v2.0/networks/41365f9b-a521-483f-9326-67e13e72bac0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:22.887 8 INFO neutron.db.segments_db [None req-9b78207a-2ad4-48e6-ab96-6e3564e04787 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Added segment cd413726-8da9-41e8-ae98-5df79ef0d437 of type vxlan for network 9a0d2d3b-6d4c-4fdb-a5ba-dc23083a06b2 2026-07-09 05:10:23.097 8 INFO neutron.db.l3_hamode_db [None req-9b78207a-2ad4-48e6-ab96-6e3564e04787 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 428/856] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:23 2026] GET /v2.0/networks?id=9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/857] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:10:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8665f89150054394822d668106679204 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/858] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:10:23 2026] POST /v2.0/ports => generated 954 bytes in 414 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: 431/859] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:23 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/860] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:23 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:23.910 8 INFO neutron.db.l3_hamode_db [None req-9b78207a-2ad4-48e6-ab96-6e3564e04787 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 433/861] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:10:23 2026] PUT /v2.0/ports/70d095ed-0aa0-4a66-a520-debe799ab495 => generated 1235 bytes in 415 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: 434/862] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:24 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:24.261 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae9a36e-14dd-48b7-93b2-0e0dd124d3ed'] response: {'name': 'network-changed', 'server_uuid': '4b9bc56e-19c6-46da-8a24-3bd5588e9d32', 'tag': '70d095ed-0aa0-4a66-a520-debe799ab495', 'status': 'completed', 'code': 200} 2026-07-09 05:10:24.531 7 INFO neutron.services.segments.plugin [-] Segment 72d4a58b-c9ce-4239-a27c-7568310c792d resource provider aggregate not found 2026-07-09 05:10:24.537 7 INFO neutron.services.segments.plugin [-] Segment 72d4a58b-c9ce-4239-a27c-7568310c792d resource provider aggregate not found 2026-07-09 05:10:24.552 7 INFO neutron.services.segments.plugin [-] Segment 72d4a58b-c9ce-4239-a27c-7568310c792d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d4a58b-c9ce-4239-a27c-7568310c792d found for delete ", "request_id": "req-f55749fd-f5d4-48d6-9fab-a336c85df6ce"}]} 2026-07-09 05:10:24.554 7 INFO neutron.services.segments.plugin [-] Segment 72d4a58b-c9ce-4239-a27c-7568310c792d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d4a58b-c9ce-4239-a27c-7568310c792d found for delete ", "request_id": "req-f3688d4e-ec07-4cc2-bcad-6799c82000f9"}]} [pid: 8|app: 0|req: 429/863] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:22 2026] POST /v2.0/routers => generated 691 bytes in 1930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/864] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:24 2026] GET /v2.0/ports?tenant_id=8665f89150054394822d668106679204&device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 430/865] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:10:24 2026] GET /v2.0/routers/3a9b0df6-a4a3-48a3-aa64-a8920b450859 => generated 697 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/866] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:10:24 2026] GET /v2.0/networks?tenant_id=8665f89150054394822d668106679204&shared=False => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/867] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:10:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/868] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:24 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/869] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:10:24 2026] GET /v2.0/routers => generated 700 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/870] 10.0.0.27 () {34 vars in 740 bytes} [Thu Jul 9 05:10:24 2026] PUT /v2.0/routers/3a9b0df6-a4a3-48a3-aa64-a8920b450859 => generated 704 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/871] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/routers/3a9b0df6-a4a3-48a3-aa64-a8920b450859 => generated 704 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/872] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/ports?device_id=3a9b0df6-a4a3-48a3-aa64-a8920b450859 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/873] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 442/874] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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-07-09 05:10:25.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-1390c511-cf2e-4ca5-89b8-2a41d510c1ec ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: 62d90cc9-f7bf-481c-8eda-caf5d5eafdd0 2026-07-09 05:10:25.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1390c511-cf2e-4ca5-89b8-2a41d510c1ec ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: 62d90cc9-f7bf-481c-8eda-caf5d5eafdd0 2026-07-09 05:10:25.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-1390c511-cf2e-4ca5-89b8-2a41d510c1ec ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] TaaS: Handle Delete Port: bdd61997-26bd-4932-bd53-9c6a4c4af121 2026-07-09 05:10:25.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1390c511-cf2e-4ca5-89b8-2a41d510c1ec ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] Tap Mirror: Handle Delete Port: bdd61997-26bd-4932-bd53-9c6a4c4af121 [pid: 7|app: 0|req: 443/875] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/876] 10.0.0.167 () {34 vars in 971 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/ports/3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 972 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/877] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/ports?tenant_id=8665f89150054394822d668106679204&device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/878] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70d095ed-0aa0-4a66-a520-debe799ab495 => 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: 447/879] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:25 2026] GET /v2.0/ports?device_id=8247ff50-d5dc-4e24-bba9-d55422b35e4c => 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: 448/880] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/subnets?id=2f43483f-e2f5-4cc8-bab0-f1a373de64d5 => generated 694 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/881] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/ports?network_id=9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2&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: 450/882] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:26.116 8 INFO neutron.services.segments.plugin [-] Segment cd413726-8da9-41e8-ae98-5df79ef0d437 resource provider aggregate not found 2026-07-09 05:10:26.125 8 INFO neutron.services.segments.plugin [-] Segment cd413726-8da9-41e8-ae98-5df79ef0d437 resource provider aggregate not found 2026-07-09 05:10:26.138 8 INFO neutron.services.segments.plugin [-] Segment cd413726-8da9-41e8-ae98-5df79ef0d437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd413726-8da9-41e8-ae98-5df79ef0d437 found for delete ", "request_id": "req-84543a58-af32-4bf8-b1bb-9608c014a2e1"}]} 2026-07-09 05:10:26.146 8 INFO neutron.services.segments.plugin [-] Segment cd413726-8da9-41e8-ae98-5df79ef0d437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd413726-8da9-41e8-ae98-5df79ef0d437 found for delete ", "request_id": "req-5c61492e-5bfe-41f8-b9f6-187ee61c967d"}]} [pid: 7|app: 0|req: 451/883] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:26.153 8 INFO neutron.db.l3_hamode_db [None req-1390c511-cf2e-4ca5-89b8-2a41d510c1ec ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] HA network 9a0d2d3b-6d4c-4fdb-a5ba-dc23083a06b2 was deleted as no HA routers are present in tenant 7b5451c2ce1d4813b07f5f4433fb5ef8. [pid: 8|app: 0|req: 433/884] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:25 2026] DELETE /v2.0/routers/3a9b0df6-a4a3-48a3-aa64-a8920b450859 => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/885] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/ports?device_id=3a9b0df6-a4a3-48a3-aa64-a8920b450859 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:26.205 8 INFO neutron.api.v2.resource [None req-e729a80d-52c8-4ab3-af8f-1f55c3810c8b ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 434/886] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/routers/3a9b0df6-a4a3-48a3-aa64-a8920b450859 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/887] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/ports?device_id=cea9bfd4-ccbb-48b2-862b-e432d2e02e51 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:26.254 8 INFO neutron.api.v2.resource [None req-acb149a3-a18c-46b2-8d4c-072b962267c7 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 435/888] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/routers/cea9bfd4-ccbb-48b2-862b-e432d2e02e51 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:26.269 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42f7b040-0e68-4294-af8b-3ecd6918b25a ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/889] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/subnets/24227fbf-2153-4055-b8d9-380c0a7f3795 => 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: 436/890] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/ports?device_id=91155d14-c9cb-4220-8ea8-1d21f581fe9e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:26.335 7 INFO neutron.api.v2.resource [None req-5c4dc86f-31f8-463c-a032-e9564f7fb269 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 455/891] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/routers/91155d14-c9cb-4220-8ea8-1d21f581fe9e => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:26.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b33e907-2f96-4433-9c76-30ce3f87a305 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 437/892] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/subnets/b5db444e-6969-4b95-a0ac-3dd8748d546b => 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: 456/893] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/ports?device_id=5d48e751-edd9-46b7-862e-81a9e4e37705 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:26.409 8 INFO neutron.api.v2.resource [None req-e78c4f6b-3182-46ba-8f18-eb9b68709816 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/894] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/routers/5d48e751-edd9-46b7-862e-81a9e4e37705 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:26.425 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f504114-c0d7-49a8-88d2-6064fb9a3b82 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 457/895] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/subnets/dfea465b-5210-45e8-8fa7-36a114d525bd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:26.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ac6310c-87d4-4fd9-82b6-6803d5fdaf47 ecc7cde603bc4828bdf815bd342fb286 7b5451c2ce1d4813b07f5f4433fb5ef8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 439/896] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:26 2026] DELETE /v2.0/subnets/99d1f10c-35ca-4625-8d1b-5def35a7b9ab => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/897] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/898] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 459/899] 199.204.45.222 () {34 vars in 1000 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/subnets?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 684 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/900] 199.204.45.222 () {34 vars in 1146 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449&device_owner=compute%3Anova&network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/901] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:26 2026] GET /v2.0/security-groups?tenant_id=7b5451c2ce1d4813b07f5f4433fb5ef8&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/902] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:27 2026] DELETE /v2.0/security-groups/dc78cd18-465b-4739-8305-e7523d25264a => 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: 460/903] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:10:26 2026] PUT /v2.0/ports/3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 1153 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:10:27.197 7 INFO neutron.api.v2.resource [None req-cfbc161b-b252-4dbc-8fca-aaea1bec3141 460eb101d03244d99e03ffb3aaacd86b cdf39005f8d54de486b05830d6313290 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 461/904] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/security-groups/dc78cd18-465b-4739-8305-e7523d25264a => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:27.236 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9c05a54-6aa2-404a-ac19-903dcc0f8ae7'] response: {'name': 'network-changed', 'server_uuid': 'e73f2fa4-fe3d-48e4-9316-b0eacd6fd449', 'tag': '3c9eea80-57da-4966-96bf-6f697f3a92d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 444/905] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:27 2026] DELETE /v2.0/security-groups/be5e3777-6a46-4fe3-ae8f-2ad9d7522c39 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:27.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-c44bcedd-db25-4ce0-9ac2-143fa339bf27 460eb101d03244d99e03ffb3aaacd86b cdf39005f8d54de486b05830d6313290 - - default default] TaaS: Handle Delete Port: 935131f2-f0c8-4aac-a395-61a6f33aca9b 2026-07-09 05:10:27.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c44bcedd-db25-4ce0-9ac2-143fa339bf27 460eb101d03244d99e03ffb3aaacd86b cdf39005f8d54de486b05830d6313290 - - default default] Tap Mirror: Handle Delete Port: 935131f2-f0c8-4aac-a395-61a6f33aca9b [pid: 7|app: 0|req: 462/906] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:10:27 2026] DELETE /v2.0/floatingips/41b38df5-998c-48f5-b699-fda74a2f7910 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/907] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/908] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/909] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 1425 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/910] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/911] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:27.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-53e57621-4ec4-42d0-8a40-8298e316297e 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 3c133460-8e86-4372-acf8-f982a332482a 2026-07-09 05:10:27.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53e57621-4ec4-42d0-8a40-8298e316297e 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 3c133460-8e86-4372-acf8-f982a332482a [pid: 7|app: 0|req: 468/912] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 861 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/913] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/subnets?id=54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 702 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/914] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/ports?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/915] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?fields=segments => 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: 472/916] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:27 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/917] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:28 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 1156 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/918] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:28 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/919] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:27 2026] PUT /v2.0/routers/7582f0b2-296c-48e3-9754-749b39c16733/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:28.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cf5230a-125d-4cdc-8279-11d925bfdf77 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 93e8a018-c924-4c8a-b612-b71fcc64d288 2026-07-09 05:10:28.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cf5230a-125d-4cdc-8279-11d925bfdf77 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 93e8a018-c924-4c8a-b612-b71fcc64d288 2026-07-09 05:10:28.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cf5230a-125d-4cdc-8279-11d925bfdf77 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 07886e01-abff-4af9-a9c6-2e5222b55765 2026-07-09 05:10:28.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cf5230a-125d-4cdc-8279-11d925bfdf77 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 07886e01-abff-4af9-a9c6-2e5222b55765 [pid: 8|app: 0|req: 446/920] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:28 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 969 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/921] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:28 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 448/922] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:28 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 1425 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:29.295 7 INFO neutron.services.segments.plugin [-] Segment f55b1ffe-719b-4d8a-89ad-7b5f008f3d6e resource provider aggregate not found 2026-07-09 05:10:29.301 7 INFO neutron.services.segments.plugin [-] Segment f55b1ffe-719b-4d8a-89ad-7b5f008f3d6e resource provider aggregate not found 2026-07-09 05:10:29.318 7 INFO neutron.services.segments.plugin [-] Segment f55b1ffe-719b-4d8a-89ad-7b5f008f3d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55b1ffe-719b-4d8a-89ad-7b5f008f3d6e found for delete ", "request_id": "req-09b65487-52e4-4112-90a5-e7761e14ec2a"}]} 2026-07-09 05:10:29.322 7 INFO neutron.services.segments.plugin [-] Segment f55b1ffe-719b-4d8a-89ad-7b5f008f3d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55b1ffe-719b-4d8a-89ad-7b5f008f3d6e found for delete ", "request_id": "req-4fd3af8d-b3f7-4e8a-a81f-a0a8d2660fb5"}]} 2026-07-09 05:10:29.338 7 INFO neutron.db.l3_hamode_db [None req-2cf5230a-125d-4cdc-8279-11d925bfdf77 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network bf50b8be-b7b9-45b1-8b30-02ff68606f70 was deleted as no HA routers are present in tenant cdf39005f8d54de486b05830d6313290. [pid: 7|app: 0|req: 475/923] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:28 2026] DELETE /v2.0/routers/7582f0b2-296c-48e3-9754-749b39c16733 => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:29.360 8 INFO neutron.db.segments_db [None req-5cb6abec-854e-4f7b-8972-f90f467aed4c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment 061c2a41-bbeb-46a4-979c-b865e4b67357 of type vxlan for network 47d10016-d458-4a84-a515-e3ec53f88412 [pid: 7|app: 0|req: 476/924] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:29 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/925] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:29 2026] POST /v2.0/networks => generated 611 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/926] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:29.546 8 INFO neutron.db.segments_db [None req-a5bc9c58-16dc-4ac3-8ca7-9d7094877ae0 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment 8f33dab9-b2a2-48b0-8ead-1f11fef56088 of type vxlan for network 9e0f7989-59c3-4f49-8cdc-29ffb7c5ca96 [pid: 7|app: 0|req: 477/927] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:29 2026] DELETE /v2.0/subnets/f9bce89f-e500-414b-9f72-3c0e47dceb5a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/928] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/929] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:29 2026] POST /v2.0/networks => generated 611 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/930] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:29 2026] GET /v2.0/subnets?id=54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:29.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d27f701-cde4-4171-a091-f27a72dbac2f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: c4170cd2-9e53-4f1d-a043-97e05b400456 2026-07-09 05:10:29.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d27f701-cde4-4171-a091-f27a72dbac2f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: c4170cd2-9e53-4f1d-a043-97e05b400456 [pid: 8|app: 0|req: 453/931] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:29 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/932] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:29 2026] GET /v2.0/ports?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/933] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:29 2026] DELETE /v2.0/networks/05327c04-2189-48b5-900f-46efb52da3cd => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/934] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:29 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/935] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:29 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 7|app: 0|req: 482/936] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:30 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/937] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:29 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: 7|app: 0|req: 483/938] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:30 2026] GET /v2.0/security-groups?tenant_id=cdf39005f8d54de486b05830d6313290&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/939] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:30 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:30.247 7 INFO neutron.db.segments_db [None req-7c3bea2c-6b7b-4829-ae3b-70f7d8169b46 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment 00a91e7b-6142-4f4c-8d23-3a1eaee7221d of type vxlan for network 389b21fa-f57a-4740-8d16-082708850702 [pid: 8|app: 0|req: 457/940] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:30 2026] DELETE /v2.0/security-groups/f514262b-aead-4c34-ac48-4755e2d7240d => 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: 458/941] 199.204.45.222 () {34 vars in 1120 bytes} [Thu Jul 9 05:10:30 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1156 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:30.571 7 INFO neutron.db.l3_hamode_db [None req-7c3bea2c-6b7b-4829-ae3b-70f7d8169b46 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:10:30.710 7 INFO neutron.db.l3_hamode_db [None req-7c3bea2c-6b7b-4829-ae3b-70f7d8169b46 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 459/942] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:10:30 2026] PUT /v2.0/ports/3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 972 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:30.984 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bfd1a87-0abe-4135-8fe0-9527c0da3302'] response: {'name': 'network-changed', 'server_uuid': 'e73f2fa4-fe3d-48e4-9316-b0eacd6fd449', 'tag': '3c9eea80-57da-4966-96bf-6f697f3a92d7', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 460/943] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:31.347 7 INFO neutron.services.segments.plugin [-] Segment ccb891ff-fab5-4313-9133-fa6edd943989 resource provider aggregate not found 2026-07-09 05:10:31.356 7 INFO neutron.services.segments.plugin [-] Segment ccb891ff-fab5-4313-9133-fa6edd943989 resource provider aggregate not found [pid: 7|app: 0|req: 484/944] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:30 2026] POST /v2.0/routers => generated 504 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:31.380 7 INFO neutron.services.segments.plugin [-] Segment ccb891ff-fab5-4313-9133-fa6edd943989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb891ff-fab5-4313-9133-fa6edd943989 found for delete ", "request_id": "req-f26a2ffc-35a8-4008-a2df-afc29830eafc"}]} [pid: 8|app: 0|req: 461/945] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:31.392 7 INFO neutron.services.segments.plugin [-] Segment ccb891ff-fab5-4313-9133-fa6edd943989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb891ff-fab5-4313-9133-fa6edd943989 found for delete ", "request_id": "req-83f448e6-525b-41b8-bd72-61e0160fcd8d"}]} [pid: 8|app: 0|req: 462/946] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => 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: 463/947] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/948] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/949] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/subnets?id=54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/950] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/ports?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/951] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 468/952] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:31 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/953] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:31 2026] PUT /v2.0/routers/02ebc0a5-ead1-48c6-aac0-246b4bd995aa/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/954] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:32 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:32.609 8 INFO neutron.db.segments_db [None req-8832c403-5811-4f10-9ae1-7067b8af2866 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 5693be73-48d6-42a1-8143-d010fe0e8126 of type vxlan for network f1cfb39d-f52b-42df-a92e-d826a4e8896a [pid: 7|app: 0|req: 487/955] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:32 2026] GET /v2.0/ports/0ddbc7c8-5d2d-48b1-a760-54fb97ae84a5 => generated 955 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/956] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:32 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 469/957] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:10:32 2026] POST /v2.0/networks => generated 725 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/958] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:32 2026] POST /v2.0/subnets => generated 691 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/959] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:32 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/960] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:32 2026] GET /v2.0/ports?tenant_id=92e22c65ad0145449532c73fc81afdbd&device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/961] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:32 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:33.134 8 INFO neutron.db.segments_db [None req-65edabae-5e11-4af5-9713-de6797e581e3 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment a7ca3104-a002-46be-94f6-c314d0931fce of type vxlan for network 83fe487e-f007-4fd5-be25-fb194afae18d 2026-07-09 05:10:33.435 8 INFO neutron.db.l3_hamode_db [None req-65edabae-5e11-4af5-9713-de6797e581e3 5fba8b1ace6d499baac40eddf8097d08 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 489/962] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:32 2026] PUT /v2.0/routers/02ebc0a5-ead1-48c6-aac0-246b4bd995aa/add_router_interface => generated 309 bytes in 1380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:34.195 8 INFO neutron.db.l3_hamode_db [None req-65edabae-5e11-4af5-9713-de6797e581e3 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:10:34.392 7 INFO neutron.db.l3_db [None req-cd820c4d-9a84-4e70-9a2d-5c311eea1245 77a9c9bd195f4efb8227690f5cc4dcc2 8665f89150054394822d668106679204 - - default default] Floating IP f70e5249-ff37-498b-9a4c-7c874142b715 associated. External IP: 10.96.250.219, port: 70d095ed-0aa0-4a66-a520-debe799ab495. [pid: 7|app: 0|req: 490/963] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:10:34 2026] PUT /v2.0/floatingips/f70e5249-ff37-498b-9a4c-7c874142b715 => generated 855 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:34.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4791aed-5bab-4ec7-9d8d-2cd1e3ef5d55'] response: {'name': 'network-changed', 'server_uuid': '4b9bc56e-19c6-46da-8a24-3bd5588e9d32', 'tag': '70d095ed-0aa0-4a66-a520-debe799ab495', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 491/964] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:34 2026] GET /v2.0/networks?id=287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/965] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:34 2026] GET /v2.0/security-groups?id=4b4ada37-6262-4cf1-a1ee-f9027db2a673&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/966] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:34 2026] GET /v2.0/ports/1d6e8f77-d125-45e7-b3b3-ebd59f0ec82f => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/967] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:10:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/968] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:33 2026] POST /v2.0/routers => generated 731 bytes in 1950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/969] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:35 2026] GET /v2.0/subnets?id=54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:35.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-4be8aec0-8ac0-4934-9452-0420ec4e375b fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 1d6e8f77-d125-45e7-b3b3-ebd59f0ec82f 2026-07-09 05:10:35.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4be8aec0-8ac0-4934-9452-0420ec4e375b fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 1d6e8f77-d125-45e7-b3b3-ebd59f0ec82f [pid: 7|app: 0|req: 495/972] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:34 2026] PUT /v2.0/routers/02ebc0a5-ead1-48c6-aac0-246b4bd995aa/remove_router_interface => generated 309 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/973] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:35 2026] GET /v2.0/ports?network_id=287d193d-c406-4ae6-84fc-1ba1353db3a3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/974] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:35 2026] GET /v2.0/ports?tenant_id=8665f89150054394822d668106679204&device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/975] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:10:35 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:36.105 7 INFO neutron_taas.services.taas.taas_plugin [None req-e333b3bc-12bf-4400-8ab8-988a78f2278c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 0ddbc7c8-5d2d-48b1-a760-54fb97ae84a5 2026-07-09 05:10:36.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e333b3bc-12bf-4400-8ab8-988a78f2278c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 0ddbc7c8-5d2d-48b1-a760-54fb97ae84a5 [pid: 8|app: 0|req: 478/976] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:35 2026] PUT /v2.0/routers/025a24eb-f9da-482d-95c2-445319a5dc02/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/977] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?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: 480/978] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/networks?id=9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2 => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:36.480 8 INFO neutron_taas.services.taas.taas_plugin [req-3536f4ad-e802-4a3c-b7e9-bf03d6736a5e req-61ca95dd-311e-4b73-acbc-4fcd4b09cd58 939bb4cffc3844d58268649f507e45c7 92e22c65ad0145449532c73fc81afdbd - - default default] TaaS: Handle Delete Port: 3c9eea80-57da-4966-96bf-6f697f3a92d7 2026-07-09 05:10:36.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3536f4ad-e802-4a3c-b7e9-bf03d6736a5e req-61ca95dd-311e-4b73-acbc-4fcd4b09cd58 939bb4cffc3844d58268649f507e45c7 92e22c65ad0145449532c73fc81afdbd - - default default] Tap Mirror: Handle Delete Port: 3c9eea80-57da-4966-96bf-6f697f3a92d7 2026-07-09 05:10:36.622 8 INFO neutron.db.l3_db [req-3536f4ad-e802-4a3c-b7e9-bf03d6736a5e req-61ca95dd-311e-4b73-acbc-4fcd4b09cd58 939bb4cffc3844d58268649f507e45c7 92e22c65ad0145449532c73fc81afdbd - - default default] Floating IP 3148dd6f-6377-405f-bf49-870d8b70c685 disassociated. External IP: 10.96.250.210, port: 3c9eea80-57da-4966-96bf-6f697f3a92d7. [pid: 7|app: 0|req: 499/979] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:35 2026] PUT /v2.0/routers/02ebc0a5-ead1-48c6-aac0-246b4bd995aa/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/980] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => 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: 501/981] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/982] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70d095ed-0aa0-4a66-a520-debe799ab495 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/983] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/ports?device_id=02ebc0a5-ead1-48c6-aac0-246b4bd995aa => 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: 504/984] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/subnets?id=2f43483f-e2f5-4cc8-bab0-f1a373de64d5 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/985] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:10:36 2026] DELETE /v2.0/ports/3c9eea80-57da-4966-96bf-6f697f3a92d7 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:36.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee90bdfc-763b-48ae-ae0d-f2c43b282100'] response: {'server_uuid': 'e73f2fa4-fe3d-48e4-9316-b0eacd6fd449', 'name': 'network-vif-deleted', 'tag': '3c9eea80-57da-4966-96bf-6f697f3a92d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 482/986] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:36 2026] GET /v2.0/ports?network_id=9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2&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-07-09 05:10:37.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-e31a1087-8324-4d09-9699-49a3f1c8af1f fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: fc929742-97f4-4b5d-8493-237efefd4fb2 2026-07-09 05:10:37.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e31a1087-8324-4d09-9699-49a3f1c8af1f fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: fc929742-97f4-4b5d-8493-237efefd4fb2 [pid: 8|app: 0|req: 483/987] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:10:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/988] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:37 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?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: 485/989] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:10:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:37.323 7 INFO neutron.services.segments.plugin [-] Segment 00a91e7b-6142-4f4c-8d23-3a1eaee7221d resource provider aggregate not found 2026-07-09 05:10:37.328 7 INFO neutron.services.segments.plugin [-] Segment 00a91e7b-6142-4f4c-8d23-3a1eaee7221d resource provider aggregate not found [pid: 8|app: 0|req: 486/990] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:37 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?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) 2026-07-09 05:10:37.350 7 INFO neutron.services.segments.plugin [-] Segment 00a91e7b-6142-4f4c-8d23-3a1eaee7221d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00a91e7b-6142-4f4c-8d23-3a1eaee7221d found for delete ", "request_id": "req-bf522421-d649-449a-965f-7bdde635fd4d"}]} 2026-07-09 05:10:37.351 7 INFO neutron.services.segments.plugin [-] Segment 00a91e7b-6142-4f4c-8d23-3a1eaee7221d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00a91e7b-6142-4f4c-8d23-3a1eaee7221d found for delete ", "request_id": "req-c68f6fa0-540c-4fb8-b8ee-f4736fb4774e"}]} 2026-07-09 05:10:37.362 7 INFO neutron.db.l3_hamode_db [None req-e31a1087-8324-4d09-9699-49a3f1c8af1f fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] HA network 389b21fa-f57a-4740-8d16-082708850702 was deleted as no HA routers are present in tenant 5c85c477668843e49bd619dca56bd673. [pid: 7|app: 0|req: 505/991] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:36 2026] DELETE /v2.0/routers/02ebc0a5-ead1-48c6-aac0-246b4bd995aa => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/992] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:10:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/993] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:37 2026] DELETE /v2.0/subnets/b7468a73-0a6b-4095-864b-94587abfeb86 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/994] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:37 2026] DELETE /v2.0/subnets/457b6f39-ef97-46cd-b193-6522400cfc0d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/995] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:37 2026] DELETE /v2.0/networks/9e0f7989-59c3-4f49-8cdc-29ffb7c5ca96 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/996] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:37 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:37.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-41314c99-c940-433a-bfeb-d4093529d460 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 2f032908-92d1-415f-81f3-34670e9c312a 2026-07-09 05:10:37.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41314c99-c940-433a-bfeb-d4093529d460 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 2f032908-92d1-415f-81f3-34670e9c312a [pid: 7|app: 0|req: 510/997] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:37 2026] DELETE /v2.0/networks/47d10016-d458-4a84-a515-e3ec53f88412 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/998] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:10:37 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:38.194 7 INFO neutron.db.segments_db [None req-24248011-1db3-4b6e-8feb-979195950208 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment 58a85c48-d297-4328-8814-26c0b0e5c990 of type vxlan for network 4788dde0-b0eb-41a2-a559-f49869fd1dc1 [pid: 7|app: 0|req: 511/999] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:38 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1000] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:38 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1001] 10.0.0.167 () {34 vars in 1100 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1037721681&fields=id&tenant_id=35c06a9e71494e2fbd96ed93b2eaca61 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1002] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/networks?id=f1cfb39d-f52b-42df-a92e-d826a4e8896a => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1003] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/quotas/35c06a9e71494e2fbd96ed93b2eaca61 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:38.668 8 INFO neutron.db.segments_db [None req-57ace2d2-5492-4eb8-b98e-d951a9ec2e04 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment ec287e13-7c7f-48cf-bc8b-faee39939337 of type vxlan for network c5c0797c-ac98-4939-9211-9a6f1cbb3a0c [pid: 7|app: 0|req: 515/1004] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/ports?tenant_id=35c06a9e71494e2fbd96ed93b2eaca61&fields=id => generated 57 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1005] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/networks/f1cfb39d-f52b-42df-a92e-d826a4e8896a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1006] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/networks/f1cfb39d-f52b-42df-a92e-d826a4e8896a?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: 7|app: 0|req: 518/1007] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:38.972 8 INFO neutron.db.l3_hamode_db [None req-57ace2d2-5492-4eb8-b98e-d951a9ec2e04 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 519/1008] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:38 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:39.371 7 INFO neutron.services.segments.plugin [-] Segment 8f33dab9-b2a2-48b0-8ead-1f11fef56088 resource provider aggregate not found 2026-07-09 05:10:39.381 7 INFO neutron.services.segments.plugin [-] Segment 8f33dab9-b2a2-48b0-8ead-1f11fef56088 resource provider aggregate not found 2026-07-09 05:10:39.386 7 INFO neutron.services.segments.plugin [-] Segment 8f33dab9-b2a2-48b0-8ead-1f11fef56088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f33dab9-b2a2-48b0-8ead-1f11fef56088 found for delete ", "request_id": "req-e4a81d22-f7cd-43ee-b7e8-2e956d589467"}]} 2026-07-09 05:10:39.402 7 INFO neutron.services.segments.plugin [-] Segment 8f33dab9-b2a2-48b0-8ead-1f11fef56088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f33dab9-b2a2-48b0-8ead-1f11fef56088 found for delete ", "request_id": "req-4faf7863-e897-4a70-902b-cb643a352479"}]} 2026-07-09 05:10:39.406 7 INFO neutron.services.segments.plugin [-] Segment 061c2a41-bbeb-46a4-979c-b865e4b67357 resource provider aggregate not found 2026-07-09 05:10:39.421 7 INFO neutron.services.segments.plugin [-] Segment 061c2a41-bbeb-46a4-979c-b865e4b67357 resource provider aggregate not found 2026-07-09 05:10:39.425 7 INFO neutron.services.segments.plugin [-] Segment 061c2a41-bbeb-46a4-979c-b865e4b67357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 061c2a41-bbeb-46a4-979c-b865e4b67357 found for delete ", "request_id": "req-a765ca93-cb4d-406b-a0e0-ebb2508b2032"}]} 2026-07-09 05:10:39.426 8 INFO neutron.db.l3_hamode_db [None req-57ace2d2-5492-4eb8-b98e-d951a9ec2e04 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:10:39.436 7 INFO neutron.services.segments.plugin [-] Segment 061c2a41-bbeb-46a4-979c-b865e4b67357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 061c2a41-bbeb-46a4-979c-b865e4b67357 found for delete ", "request_id": "req-fffd68eb-fd80-41df-886b-73ec83d10fb7"}]} [pid: 8|app: 0|req: 490/1009] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:38 2026] POST /v2.0/routers => generated 506 bytes in 1330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1010] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:40 2026] GET /v2.0/ports?device_id=e73f2fa4-fe3d-48e4-9316-b0eacd6fd449 => 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: 492/1011] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:40 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 520/1012] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:10:39 2026] POST /v2.0/ports => generated 951 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: 7|app: 0|req: 521/1013] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:41 2026] DELETE /v2.0/security-groups/4b4ada37-6262-4cf1-a1ee-f9027db2a673 => 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: 522/1014] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:41 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:41.285 7 INFO neutron.api.v2.resource [None req-c3b99bb1-d322-45d1-88d4-5b5723a299f2 939bb4cffc3844d58268649f507e45c7 92e22c65ad0145449532c73fc81afdbd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1015] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:10:41 2026] GET /v2.0/security-groups/4b4ada37-6262-4cf1-a1ee-f9027db2a673 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:41.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-48143a5e-68ad-4c79-8b18-9fa0863a6368 939bb4cffc3844d58268649f507e45c7 92e22c65ad0145449532c73fc81afdbd - - default default] TaaS: Handle Delete Port: a8f73a18-3249-412a-8e14-5ef404519304 2026-07-09 05:10:41.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48143a5e-68ad-4c79-8b18-9fa0863a6368 939bb4cffc3844d58268649f507e45c7 92e22c65ad0145449532c73fc81afdbd - - default default] Tap Mirror: Handle Delete Port: a8f73a18-3249-412a-8e14-5ef404519304 [pid: 8|app: 0|req: 493/1016] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:40 2026] PUT /v2.0/routers/5184fc0a-e055-4801-983d-900a5eb8b9f5/add_router_interface => generated 309 bytes in 1148 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: 494/1017] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:41 2026] GET /v2.0/ports/4c0c1d3d-cfc6-42a1-acfb-8ce2b1ef2d60 => generated 1025 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1018] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:10:41 2026] DELETE /v2.0/floatingips/3148dd6f-6377-405f-bf49-870d8b70c685 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:41.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f52954b-5b7e-4422-9e0e-65fe740e701e fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 4c0c1d3d-cfc6-42a1-acfb-8ce2b1ef2d60 2026-07-09 05:10:41.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f52954b-5b7e-4422-9e0e-65fe740e701e fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 4c0c1d3d-cfc6-42a1-acfb-8ce2b1ef2d60 2026-07-09 05:10:42.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec678353-e4a3-4006-9179-851e2886bcf1 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: b13fcc3f-58d0-4d1b-a7c6-2f8aa3129341 2026-07-09 05:10:42.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec678353-e4a3-4006-9179-851e2886bcf1 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: b13fcc3f-58d0-4d1b-a7c6-2f8aa3129341 [pid: 8|app: 0|req: 495/1019] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:41 2026] PUT /v2.0/routers/5184fc0a-e055-4801-983d-900a5eb8b9f5/remove_router_interface => generated 309 bytes in 846 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: 496/1020] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:42 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:42.504 8 INFO neutron.api.v2.resource [None req-4e7d9422-e5c6-4bf7-939b-3dc2673f6573 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 497/1021] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:42 2026] PUT /v2.0/routers/5184fc0a-e055-4801-983d-900a5eb8b9f5/remove_router_interface => generated 197 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1022] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:42 2026] GET /v2.0/ports?device_id=5184fc0a-e055-4801-983d-900a5eb8b9f5 => 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: 525/1023] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:41 2026] PUT /v2.0/routers/1182d477-45a1-4216-8895-eb34d4b688c9/remove_router_interface => generated 309 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:42.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-858a0710-b290-4162-9f8c-97942e4c04ed fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 2b228b8a-3a19-45bf-b38b-c4fff9c27fdc 2026-07-09 05:10:42.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-858a0710-b290-4162-9f8c-97942e4c04ed fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 2b228b8a-3a19-45bf-b38b-c4fff9c27fdc 2026-07-09 05:10:42.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d607103-cc02-4a4c-814b-86ce20354a57 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 577ff008-1ae5-4114-8507-cf5081481226 2026-07-09 05:10:42.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d607103-cc02-4a4c-814b-86ce20354a57 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 577ff008-1ae5-4114-8507-cf5081481226 2026-07-09 05:10:43.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d607103-cc02-4a4c-814b-86ce20354a57 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 3762b6cc-e111-4b7b-a5f7-8b9dfc10bf75 2026-07-09 05:10:43.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d607103-cc02-4a4c-814b-86ce20354a57 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 3762b6cc-e111-4b7b-a5f7-8b9dfc10bf75 2026-07-09 05:10:43.170 8 INFO neutron.services.segments.plugin [-] Segment ec287e13-7c7f-48cf-bc8b-faee39939337 resource provider aggregate not found 2026-07-09 05:10:43.171 8 INFO neutron.services.segments.plugin [-] Segment ec287e13-7c7f-48cf-bc8b-faee39939337 resource provider aggregate not found 2026-07-09 05:10:43.189 8 INFO neutron.db.l3_hamode_db [None req-858a0710-b290-4162-9f8c-97942e4c04ed fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] HA network c5c0797c-ac98-4939-9211-9a6f1cbb3a0c was deleted as no HA routers are present in tenant 5c85c477668843e49bd619dca56bd673. 2026-07-09 05:10:43.196 8 INFO neutron.services.segments.plugin [-] Segment ec287e13-7c7f-48cf-bc8b-faee39939337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec287e13-7c7f-48cf-bc8b-faee39939337 found for delete ", "request_id": "req-4890802c-417e-4fff-a0d6-fb945e969bc4"}]} [pid: 8|app: 0|req: 499/1024] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:42 2026] DELETE /v2.0/routers/5184fc0a-e055-4801-983d-900a5eb8b9f5 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:43.201 8 INFO neutron.services.segments.plugin [-] Segment ec287e13-7c7f-48cf-bc8b-faee39939337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec287e13-7c7f-48cf-bc8b-faee39939337 found for delete ", "request_id": "req-80c8ec61-c588-4be8-a42f-6182da1def1b"}]} [pid: 8|app: 0|req: 500/1025] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:43 2026] DELETE /v2.0/subnets/6729c5b0-0c7c-4711-9953-5416bfc90537 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:43.368 7 INFO neutron.services.segments.plugin [-] Segment caeed365-abb1-4777-b954-4bf353ed2779 resource provider aggregate not found 2026-07-09 05:10:43.380 7 INFO neutron.services.segments.plugin [-] Segment caeed365-abb1-4777-b954-4bf353ed2779 resource provider aggregate not found [pid: 8|app: 0|req: 501/1026] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:43 2026] GET /v2.0/networks?id=f1cfb39d-f52b-42df-a92e-d826a4e8896a => generated 676 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:43.400 7 INFO neutron.services.segments.plugin [-] Segment caeed365-abb1-4777-b954-4bf353ed2779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caeed365-abb1-4777-b954-4bf353ed2779 found for delete ", "request_id": "req-86de8f2e-352a-44fc-9da4-4d0799b5bec9"}]} 2026-07-09 05:10:43.402 7 INFO neutron.services.segments.plugin [-] Segment caeed365-abb1-4777-b954-4bf353ed2779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caeed365-abb1-4777-b954-4bf353ed2779 found for delete ", "request_id": "req-e3dd3c5a-23cc-4108-b7d6-926541e307c7"}]} 2026-07-09 05:10:43.416 7 INFO neutron.db.l3_hamode_db [None req-2d607103-cc02-4a4c-814b-86ce20354a57 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network d7542184-dc89-490e-bb43-962f77cfc614 was deleted as no HA routers are present in tenant 92e22c65ad0145449532c73fc81afdbd. [pid: 7|app: 0|req: 526/1027] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:42 2026] DELETE /v2.0/routers/1182d477-45a1-4216-8895-eb34d4b688c9 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1028] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:10:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=35c06a9e71494e2fbd96ed93b2eaca61 => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1029] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:43 2026] DELETE /v2.0/networks/4788dde0-b0eb-41a2-a559-f49869fd1dc1 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1030] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:43 2026] DELETE /v2.0/subnets/54b42a1c-37b0-41d4-8a3f-7124a49f5653 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1031] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:43 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:43.740 7 INFO neutron.db.segments_db [None req-c0d8535c-ca7a-468e-b5db-3ea73268df72 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment bb579bb9-58bb-4197-9c5f-55359a778208 of type vxlan for network fbff6a08-dd26-4fa7-95f3-8b511d8ff8ea [pid: 7|app: 0|req: 530/1032] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:10:43 2026] POST /v2.0/networks => generated 611 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:43.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-61ddfb1a-42e1-4315-b2af-44dece779bd8 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 37c63f9d-08c3-4698-95f7-a8ec4953db3b 2026-07-09 05:10:43.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61ddfb1a-42e1-4315-b2af-44dece779bd8 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 37c63f9d-08c3-4698-95f7-a8ec4953db3b [pid: 8|app: 0|req: 503/1033] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:10:43 2026] POST /v2.0/ports => generated 954 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: 7|app: 0|req: 531/1034] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:43 2026] DELETE /v2.0/networks/287d193d-c406-4ae6-84fc-1ba1353db3a3 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1035] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:43 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:44.267 8 INFO neutron.db.segments_db [None req-6435a3a8-7fed-4294-99ef-be5e2e3773db fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment 25d9319f-395e-40ef-9243-b9a712d06f32 of type vxlan for network 51f1025f-6cb7-498a-8399-64609d1a8a76 [pid: 7|app: 0|req: 532/1036] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:10:44 2026] PUT /v2.0/ports/8af0570e-6842-421c-88fe-f715bce72fe6 => generated 1235 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:10:44.561 8 INFO neutron.db.l3_hamode_db [None req-6435a3a8-7fed-4294-99ef-be5e2e3773db fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 533/1037] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:44 2026] GET /v2.0/security-groups?tenant_id=92e22c65ad0145449532c73fc81afdbd&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:44.583 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0320d77-3a13-4e54-9668-67fee443e3f2'] response: {'name': 'network-changed', 'server_uuid': 'b3314e43-4b88-4794-9cac-5b839c042a67', 'tag': '8af0570e-6842-421c-88fe-f715bce72fe6', 'status': 'completed', 'code': 200} 2026-07-09 05:10:44.667 8 INFO neutron.db.l3_hamode_db [None req-6435a3a8-7fed-4294-99ef-be5e2e3773db fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 534/1038] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:44 2026] DELETE /v2.0/security-groups/6b413a77-8e05-41eb-9db5-df9ab3d601db => 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: 535/1039] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:44 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1040] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:44 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1041] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:45 2026] GET /v2.0/ports?tenant_id=35c06a9e71494e2fbd96ed93b2eaca61&device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 538/1042] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:10:45 2026] GET /v2.0/networks?tenant_id=35c06a9e71494e2fbd96ed93b2eaca61&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:45.225 8 INFO neutron.services.segments.plugin [-] Segment 58a85c48-d297-4328-8814-26c0b0e5c990 resource provider aggregate not found 2026-07-09 05:10:45.233 8 INFO neutron.services.segments.plugin [-] Segment 58a85c48-d297-4328-8814-26c0b0e5c990 resource provider aggregate not found [pid: 7|app: 0|req: 539/1043] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:10:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:45.249 8 INFO neutron.services.segments.plugin [-] Segment 58a85c48-d297-4328-8814-26c0b0e5c990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58a85c48-d297-4328-8814-26c0b0e5c990 found for delete ", "request_id": "req-67de6569-a1b7-4ead-93a6-6edcc5f56938"}]} 2026-07-09 05:10:45.252 8 INFO neutron.services.segments.plugin [-] Segment 58a85c48-d297-4328-8814-26c0b0e5c990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58a85c48-d297-4328-8814-26c0b0e5c990 found for delete ", "request_id": "req-9d74069e-b3b0-412f-9c6d-cb90f725ab72"}]} [pid: 8|app: 0|req: 505/1044] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:44 2026] POST /v2.0/routers => generated 506 bytes in 1054 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:10:45.434 7 INFO neutron.services.segments.plugin [-] Segment 961f083c-fc9c-4e4f-86f8-51a04325c7f8 resource provider aggregate not found 2026-07-09 05:10:45.443 7 INFO neutron.services.segments.plugin [-] Segment 961f083c-fc9c-4e4f-86f8-51a04325c7f8 resource provider aggregate not found 2026-07-09 05:10:45.452 7 INFO neutron.services.segments.plugin [-] Segment 961f083c-fc9c-4e4f-86f8-51a04325c7f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 961f083c-fc9c-4e4f-86f8-51a04325c7f8 found for delete ", "request_id": "req-53f83d43-7f6a-4500-a2d5-531fec878239"}]} 2026-07-09 05:10:45.458 7 INFO neutron.services.segments.plugin [-] Segment 961f083c-fc9c-4e4f-86f8-51a04325c7f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 961f083c-fc9c-4e4f-86f8-51a04325c7f8 found for delete ", "request_id": "req-93c7eebd-fcc3-46d4-9db0-6c01492c6e00"}]} [pid: 8|app: 0|req: 506/1045] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:45 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1046] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1047] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/ports?tenant_id=35c06a9e71494e2fbd96ed93b2eaca61&device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1048] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=8af0570e-6842-421c-88fe-f715bce72fe6 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1049] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/subnets?id=85075c11-59b8-43bb-b159-76686f92efbb => generated 694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1050] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/ports?network_id=f1cfb39d-f52b-42df-a92e-d826a4e8896a&device_owner=network%3Adhcp => 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: 540/1051] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:10:45 2026] PUT /v2.0/routers/51ed87af-5a20-415c-9a81-bb5213d21d87/add_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1052] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/networks/f1cfb39d-f52b-42df-a92e-d826a4e8896a?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: 541/1053] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/ports/7673592d-5f9f-4b51-88d3-821e57d63c18 => generated 955 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1054] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:46 2026] GET /v2.0/networks/f1cfb39d-f52b-42df-a92e-d826a4e8896a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:46.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-72db12a1-8a44-4b71-b36c-02b2d4a2360c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 7673592d-5f9f-4b51-88d3-821e57d63c18 2026-07-09 05:10:46.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72db12a1-8a44-4b71-b36c-02b2d4a2360c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 7673592d-5f9f-4b51-88d3-821e57d63c18 [pid: 8|app: 0|req: 514/1055] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:47 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 515/1056] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:47 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1057] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:10:46 2026] PUT /v2.0/routers/51ed87af-5a20-415c-9a81-bb5213d21d87/remove_router_interface => generated 309 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1058] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:47 2026] GET /v2.0/ports?device_id=51ed87af-5a20-415c-9a81-bb5213d21d87 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:47.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c831d49-9108-4cc3-a691-8e1eea48e063 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 7ff873c5-a7db-42a7-9db0-488ca7b00433 2026-07-09 05:10:47.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c831d49-9108-4cc3-a691-8e1eea48e063 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 7ff873c5-a7db-42a7-9db0-488ca7b00433 [pid: 8|app: 0|req: 517/1059] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:47 2026] GET /v2.0/security-groups?tenant_id=8a1c0b5f7e4444ad9ce4a044c8065d60&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:47.832 7 INFO neutron.services.segments.plugin [-] Segment 25d9319f-395e-40ef-9243-b9a712d06f32 resource provider aggregate not found 2026-07-09 05:10:47.838 7 INFO neutron.services.segments.plugin [-] Segment 25d9319f-395e-40ef-9243-b9a712d06f32 resource provider aggregate not found 2026-07-09 05:10:47.859 7 INFO neutron.services.segments.plugin [-] Segment 25d9319f-395e-40ef-9243-b9a712d06f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25d9319f-395e-40ef-9243-b9a712d06f32 found for delete ", "request_id": "req-4bf581a0-c31b-40fa-bab0-e0c7f59562dc"}]} 2026-07-09 05:10:47.860 7 INFO neutron.services.segments.plugin [-] Segment 25d9319f-395e-40ef-9243-b9a712d06f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25d9319f-395e-40ef-9243-b9a712d06f32 found for delete ", "request_id": "req-e4187d3d-8a5a-4510-b3b0-5aad5c08c2e8"}]} 2026-07-09 05:10:47.877 7 INFO neutron.db.l3_hamode_db [None req-3c831d49-9108-4cc3-a691-8e1eea48e063 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] HA network 51f1025f-6cb7-498a-8399-64609d1a8a76 was deleted as no HA routers are present in tenant 5c85c477668843e49bd619dca56bd673. [pid: 7|app: 0|req: 543/1060] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:47 2026] DELETE /v2.0/routers/51ed87af-5a20-415c-9a81-bb5213d21d87 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1061] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:47 2026] DELETE /v2.0/security-groups/cbae145e-3bd8-4faa-b012-7fdda9eb7374 => 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: 544/1062] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:47 2026] DELETE /v2.0/subnets/b38cae36-ee42-42d5-9015-141952c9602b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:48.180 8 INFO neutron.services.segments.plugin [-] Segment bb579bb9-58bb-4197-9c5f-55359a778208 resource provider aggregate not found 2026-07-09 05:10:48.189 8 INFO neutron.services.segments.plugin [-] Segment bb579bb9-58bb-4197-9c5f-55359a778208 resource provider aggregate not found 2026-07-09 05:10:48.198 8 INFO neutron.services.segments.plugin [-] Segment bb579bb9-58bb-4197-9c5f-55359a778208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb579bb9-58bb-4197-9c5f-55359a778208 found for delete ", "request_id": "req-7ae14660-ade0-436c-936e-6ea5960460ec"}]} 2026-07-09 05:10:48.204 8 INFO neutron.services.segments.plugin [-] Segment bb579bb9-58bb-4197-9c5f-55359a778208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb579bb9-58bb-4197-9c5f-55359a778208 found for delete ", "request_id": "req-0bc603fa-a388-456c-8c64-63e1af2e8bc3"}]} [pid: 8|app: 0|req: 519/1063] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:10:48 2026] DELETE /v2.0/networks/fbff6a08-dd26-4fa7-95f3-8b511d8ff8ea => 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: 520/1064] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:48 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:48.304 7 INFO neutron.db.segments_db [None req-964f68ce-ec8a-4a00-b348-adc4bc19590c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Added segment 7e1bc53e-7234-411d-9730-f0d506fa1f3f of type vxlan for network 428256bd-3aa1-435b-b8f8-1e987ee0fb87 [pid: 8|app: 0|req: 521/1065] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:48 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&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-07-09 05:10:48.545 7 INFO neutron.db.l3_hamode_db [None req-964f68ce-ec8a-4a00-b348-adc4bc19590c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:10:49.313 7 INFO neutron.db.l3_hamode_db [None req-964f68ce-ec8a-4a00-b348-adc4bc19590c fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 522/1066] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:49 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1067] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:49 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&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: 545/1070] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:10:48 2026] POST /v2.0/routers => generated 688 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1071] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:10:50 2026] GET /v2.0/routers/94707341-6f8d-4b42-a266-504d5eeae5a5 => generated 694 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1072] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:10:50 2026] GET /v2.0/routers => generated 697 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1073] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:50 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1074] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:50 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&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: 8|app: 0|req: 527/1075] 10.0.0.27 () {34 vars in 740 bytes} [Thu Jul 9 05:10:50 2026] PUT /v2.0/routers/94707341-6f8d-4b42-a266-504d5eeae5a5 => generated 701 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1076] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:10:50 2026] GET /v2.0/routers/94707341-6f8d-4b42-a266-504d5eeae5a5 => generated 701 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1077] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:51 2026] GET /v2.0/ports?device_id=94707341-6f8d-4b42-a266-504d5eeae5a5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:51.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbc49118-e425-44c6-8fec-510fbdd5d2e3 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 4484360c-b9cd-44cf-8488-a04ca3395313 2026-07-09 05:10:51.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbc49118-e425-44c6-8fec-510fbdd5d2e3 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 4484360c-b9cd-44cf-8488-a04ca3395313 2026-07-09 05:10:51.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbc49118-e425-44c6-8fec-510fbdd5d2e3 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] TaaS: Handle Delete Port: 6222e9a1-548a-42c2-8620-0822eb13b80d 2026-07-09 05:10:51.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbc49118-e425-44c6-8fec-510fbdd5d2e3 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] Tap Mirror: Handle Delete Port: 6222e9a1-548a-42c2-8620-0822eb13b80d [pid: 8|app: 0|req: 529/1078] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:51 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:51.889 7 INFO neutron.services.segments.plugin [-] Segment 7e1bc53e-7234-411d-9730-f0d506fa1f3f resource provider aggregate not found 2026-07-09 05:10:51.894 7 INFO neutron.services.segments.plugin [-] Segment 7e1bc53e-7234-411d-9730-f0d506fa1f3f resource provider aggregate not found [pid: 8|app: 0|req: 530/1079] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:51 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:51.907 7 INFO neutron.services.segments.plugin [-] Segment 7e1bc53e-7234-411d-9730-f0d506fa1f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e1bc53e-7234-411d-9730-f0d506fa1f3f found for delete ", "request_id": "req-afa6fcce-c950-44cd-8788-f516f21efecc"}]} 2026-07-09 05:10:51.911 7 INFO neutron.db.l3_hamode_db [None req-cbc49118-e425-44c6-8fec-510fbdd5d2e3 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] HA network 428256bd-3aa1-435b-b8f8-1e987ee0fb87 was deleted as no HA routers are present in tenant 5c85c477668843e49bd619dca56bd673. [pid: 7|app: 0|req: 550/1080] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:51 2026] DELETE /v2.0/routers/94707341-6f8d-4b42-a266-504d5eeae5a5 => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:51.924 7 INFO neutron.services.segments.plugin [-] Segment 7e1bc53e-7234-411d-9730-f0d506fa1f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e1bc53e-7234-411d-9730-f0d506fa1f3f found for delete ", "request_id": "req-bfea9f88-16f5-4e73-b262-b289570a53b5"}]} [pid: 8|app: 0|req: 531/1081] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:51 2026] GET /v2.0/ports?device_id=94707341-6f8d-4b42-a266-504d5eeae5a5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:51.972 7 INFO neutron.api.v2.resource [None req-f3e066ba-4da1-45f1-9306-f38a054270a5 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/1082] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:51 2026] DELETE /v2.0/routers/94707341-6f8d-4b42-a266-504d5eeae5a5 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1083] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:51 2026] GET /v2.0/ports?device_id=51ed87af-5a20-415c-9a81-bb5213d21d87 => 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: 532/1084] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:51 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:52.035 8 INFO neutron.api.v2.resource [None req-63904b2e-7449-477c-8b53-3b6785d775cd fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 533/1085] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/routers/51ed87af-5a20-415c-9a81-bb5213d21d87 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1086] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:51 2026] GET /v2.0/security-groups?tenant_id=63b1515dc8794cbbb29120538cb39819&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:52.332 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc237844-a279-4e99-bad6-b6f6ff1b9134 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 554/1087] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/subnets/b38cae36-ee42-42d5-9015-141952c9602b => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1088] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/security-groups/4f152bf1-fa3b-4faa-9f4b-a16505d372a0 => 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: 556/1089] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:52 2026] GET /v2.0/ports?device_id=5184fc0a-e055-4801-983d-900a5eb8b9f5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:52.475 8 INFO neutron.db.l3_db [None req-f9297a47-34de-47fc-b589-a4664b144abd 26063c7a29474e6d84d4bf03e1fb5281 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] Floating IP a876a107-dba0-45a9-a499-e6d1022a8f38 associated. External IP: 10.96.250.205, port: 8af0570e-6842-421c-88fe-f715bce72fe6. 2026-07-09 05:10:52.482 7 INFO neutron.api.v2.resource [None req-09bd8c79-6314-40b3-b277-f1ecf57faa94 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 557/1090] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/routers/5184fc0a-e055-4801-983d-900a5eb8b9f5 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:52.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58c95836-976d-466b-92c4-c964cd5de70d fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 558/1091] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/subnets/6729c5b0-0c7c-4711-9953-5416bfc90537 => 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: 559/1092] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:10:52 2026] GET /v2.0/ports?device_id=02ebc0a5-ead1-48c6-aac0-246b4bd995aa => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:10:52.544 7 INFO neutron.api.v2.resource [None req-8178ece7-ec95-414d-a90d-9d4f6e5424ef fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1093] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/routers/02ebc0a5-ead1-48c6-aac0-246b4bd995aa => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:52.558 7 INFO neutron.pecan_wsgi.hooks.translation [None req-355a9070-c462-4c4b-8b78-26058aee8550 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1094] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/subnets/b7468a73-0a6b-4095-864b-94587abfeb86 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1095] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:52 2026] GET /v2.0/security-groups?tenant_id=99a9a11faeef43b2a18abc7dff7cdf60&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:10:52.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dff1c352-55c2-4788-83b5-da4effccc742 fde5eca440f94378933090ba5414730c 5c85c477668843e49bd619dca56bd673 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1096] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/subnets/457b6f39-ef97-46cd-b193-6522400cfc0d => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1097] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:52 2026] DELETE /v2.0/security-groups/25ce6247-f63d-4d41-a606-c6d83e5a9eeb => 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: 534/1098] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:10:52 2026] PUT /v2.0/floatingips/a876a107-dba0-45a9-a499-e6d1022a8f38 => generated 855 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:52.863 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24339c22-cc5f-40c1-8159-27b93ea818af'] response: {'name': 'network-changed', 'server_uuid': 'b3314e43-4b88-4794-9cac-5b839c042a67', 'tag': '8af0570e-6842-421c-88fe-f715bce72fe6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 565/1099] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:52 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 535/1100] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:52 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&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: 7|app: 0|req: 566/1101] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1102] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&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: 568/1103] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/ports?tenant_id=35c06a9e71494e2fbd96ed93b2eaca61&device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 569/1104] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/networks?id=f1cfb39d-f52b-42df-a92e-d826a4e8896a => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1105] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=8af0570e-6842-421c-88fe-f715bce72fe6 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1106] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/subnets?id=85075c11-59b8-43bb-b159-76686f92efbb => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1107] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/security-groups?tenant_id=5c85c477668843e49bd619dca56bd673&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1108] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/ports?network_id=f1cfb39d-f52b-42df-a92e-d826a4e8896a&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1109] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:53 2026] DELETE /v2.0/security-groups/cfd5ef38-816a-4bdc-ad88-a239458ba148 => 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: 573/1110] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/networks/f1cfb39d-f52b-42df-a92e-d826a4e8896a?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: 538/1111] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:10:53 2026] GET /v2.0/networks/f1cfb39d-f52b-42df-a92e-d826a4e8896a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1112] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:54 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1113] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:54 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&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: 575/1114] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:55 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 540/1115] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:10:55 2026] GET /v2.0/security-groups?id=1fc0d887-d9a5-4eea-a083-b5a28413e5fe&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1116] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:10:55 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:55.931 8 INFO neutron_taas.services.taas.taas_plugin [req-ee1e2204-6caf-47a8-8acf-8061ea4e4f3f req-6c885269-4708-4809-b347-273127d91904 26063c7a29474e6d84d4bf03e1fb5281 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] TaaS: Handle Delete Port: 8af0570e-6842-421c-88fe-f715bce72fe6 2026-07-09 05:10:55.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee1e2204-6caf-47a8-8acf-8061ea4e4f3f req-6c885269-4708-4809-b347-273127d91904 26063c7a29474e6d84d4bf03e1fb5281 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] Tap Mirror: Handle Delete Port: 8af0570e-6842-421c-88fe-f715bce72fe6 [pid: 7|app: 0|req: 576/1117] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:10:55 2026] POST /v2.0/subnetpools => generated 548 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1118] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:10:55 2026] GET /v2.0/subnetpools/3adc1c0a-4417-4123-ad1b-76327cd95fad => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:10:56.058 8 INFO neutron.db.l3_db [req-ee1e2204-6caf-47a8-8acf-8061ea4e4f3f req-6c885269-4708-4809-b347-273127d91904 26063c7a29474e6d84d4bf03e1fb5281 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] Floating IP a876a107-dba0-45a9-a499-e6d1022a8f38 disassociated. External IP: 10.96.250.205, port: 8af0570e-6842-421c-88fe-f715bce72fe6. [pid: 7|app: 0|req: 578/1119] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:10:56 2026] PUT /v2.0/subnetpools/3adc1c0a-4417-4123-ad1b-76327cd95fad => generated 501 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1120] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:10:56 2026] DELETE /v2.0/subnetpools/3adc1c0a-4417-4123-ad1b-76327cd95fad => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:10:56.189 7 INFO neutron.api.v2.resource [None req-510e62c5-e4b0-46b9-99a6-092dc777170b 2e696421ac9542298b7338f65b1d7c19 9a0e518b46bf48d297e86c67a1a032a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1121] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:10:56 2026] GET /v2.0/subnetpools/3adc1c0a-4417-4123-ad1b-76327cd95fad => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:10:56.204 7 INFO neutron.api.v2.resource [None req-7669ebdd-155d-4c10-8c93-64359fc6bcce 2e696421ac9542298b7338f65b1d7c19 9a0e518b46bf48d297e86c67a1a032a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1122] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:10:56 2026] DELETE /v2.0/subnetpools/3adc1c0a-4417-4123-ad1b-76327cd95fad => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1123] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:10:55 2026] DELETE /v2.0/ports/8af0570e-6842-421c-88fe-f715bce72fe6 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:10:56.455 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a96d593c-e879-4c6c-a59d-28cb0774a25d'] response: {'server_uuid': 'b3314e43-4b88-4794-9cac-5b839c042a67', 'name': 'network-vif-deleted', 'tag': '8af0570e-6842-421c-88fe-f715bce72fe6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 582/1124] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:56 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 543/1125] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:56 2026] GET /v2.0/security-groups?tenant_id=9a0e518b46bf48d297e86c67a1a032a8&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1126] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:57 2026] DELETE /v2.0/security-groups/2d5af87a-6746-48e7-a7cf-5bd08c54055e => 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: 544/1127] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:57 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 584/1128] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:10:59 2026] GET /v2.0/ports?device_id=b3314e43-4b88-4794-9cac-5b839c042a67 => 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: 585/1129] 10.0.0.27 () {32 vars in 622 bytes} [Thu Jul 9 05:10:59 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1130] 10.0.0.27 () {32 vars in 632 bytes} [Thu Jul 9 05:10:59 2026] GET /v2.0/ => generated 632 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1131] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:59 2026] GET /v2.0/security-groups?tenant_id=1d989b3aff43482191221279cdd683e8&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1132] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:59 2026] DELETE /v2.0/security-groups/5ae60900-b999-4fd9-b1b2-c539dc2d9ccc => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1133] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:59 2026] GET /v2.0/security-groups?tenant_id=2b4914b9213f4ab8bbc249d4703164b1&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1134] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:10:59 2026] GET /v2.0/security-groups?tenant_id=c9766cecdfe14b2b833a7e796dcc0d5a&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1135] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:10:59 2026] DELETE /v2.0/security-groups/1f8eb754-2c9b-4eb9-8944-df2367fe347a => 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: 547/1136] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:00 2026] DELETE /v2.0/security-groups/6c08c8fe-b306-4472-899e-e023e5c70e68 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1137] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:00 2026] DELETE /v2.0/security-groups/1fc0d887-d9a5-4eea-a083-b5a28413e5fe => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:00.267 8 INFO neutron.api.v2.resource [None req-3ce0f475-9aa1-4fec-bc9f-c28ab6b45290 26063c7a29474e6d84d4bf03e1fb5281 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1138] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:11:00 2026] GET /v2.0/security-groups/1fc0d887-d9a5-4eea-a083-b5a28413e5fe => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:00.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e5d68d8-cf0a-4a96-b76a-536cf5a0efde 26063c7a29474e6d84d4bf03e1fb5281 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] TaaS: Handle Delete Port: 607818f5-d9fe-4074-8a3a-599e6c89357a 2026-07-09 05:11:00.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e5d68d8-cf0a-4a96-b76a-536cf5a0efde 26063c7a29474e6d84d4bf03e1fb5281 35c06a9e71494e2fbd96ed93b2eaca61 - - default default] Tap Mirror: Handle Delete Port: 607818f5-d9fe-4074-8a3a-599e6c89357a [pid: 7|app: 0|req: 591/1139] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:00 2026] DELETE /v2.0/floatingips/a876a107-dba0-45a9-a499-e6d1022a8f38 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:00.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-72d07e6a-654a-4884-ab82-bf2e98042872 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 7d58e944-8296-4a3a-a775-c0219eafb940 2026-07-09 05:11:00.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72d07e6a-654a-4884-ab82-bf2e98042872 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 7d58e944-8296-4a3a-a775-c0219eafb940 [pid: 8|app: 0|req: 549/1140] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:11:00 2026] PUT /v2.0/routers/025a24eb-f9da-482d-95c2-445319a5dc02/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:01.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-b88d0ba0-4342-48ce-8ea6-206187408472 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 6c910a82-791b-4ce2-ae6c-ee24e6f513ab 2026-07-09 05:11:01.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b88d0ba0-4342-48ce-8ea6-206187408472 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 6c910a82-791b-4ce2-ae6c-ee24e6f513ab 2026-07-09 05:11:01.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-b88d0ba0-4342-48ce-8ea6-206187408472 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: b102ccc0-6750-4b56-8218-47d90cef1314 2026-07-09 05:11:01.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b88d0ba0-4342-48ce-8ea6-206187408472 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: b102ccc0-6750-4b56-8218-47d90cef1314 2026-07-09 05:11:02.325 7 INFO neutron.services.segments.plugin [-] Segment a7ca3104-a002-46be-94f6-c314d0931fce resource provider aggregate not found 2026-07-09 05:11:02.336 7 INFO neutron.services.segments.plugin [-] Segment a7ca3104-a002-46be-94f6-c314d0931fce resource provider aggregate not found 2026-07-09 05:11:02.347 7 INFO neutron.services.segments.plugin [-] Segment a7ca3104-a002-46be-94f6-c314d0931fce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7ca3104-a002-46be-94f6-c314d0931fce found for delete ", "request_id": "req-9cd37df9-8fdb-4baf-be7a-25fe23c15cea"}]} 2026-07-09 05:11:02.357 7 INFO neutron.db.l3_hamode_db [None req-b88d0ba0-4342-48ce-8ea6-206187408472 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network 83fe487e-f007-4fd5-be25-fb194afae18d was deleted as no HA routers are present in tenant 35c06a9e71494e2fbd96ed93b2eaca61. [pid: 7|app: 0|req: 592/1141] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:01 2026] DELETE /v2.0/routers/025a24eb-f9da-482d-95c2-445319a5dc02 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:02.366 7 INFO neutron.services.segments.plugin [-] Segment a7ca3104-a002-46be-94f6-c314d0931fce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7ca3104-a002-46be-94f6-c314d0931fce found for delete ", "request_id": "req-849a2508-a9f1-41cd-9be1-7083d4846b51"}]} [pid: 8|app: 0|req: 550/1142] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:02 2026] DELETE /v2.0/subnets/85075c11-59b8-43bb-b159-76686f92efbb => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:02.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d25a0a3-0f32-4606-a268-6dfe952170af 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: d7d4812c-d1f5-47ce-8bd0-ca5389d5dfdd 2026-07-09 05:11:02.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d25a0a3-0f32-4606-a268-6dfe952170af 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: d7d4812c-d1f5-47ce-8bd0-ca5389d5dfdd [pid: 7|app: 0|req: 593/1143] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:02 2026] GET /v2.0/security-groups?tenant_id=56800aba8cb8427b9e3ac1a33c661e21&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:02.845 8 INFO neutron.services.segments.plugin [-] Segment 5693be73-48d6-42a1-8143-d010fe0e8126 resource provider aggregate not found 2026-07-09 05:11:02.850 8 INFO neutron.services.segments.plugin [-] Segment 5693be73-48d6-42a1-8143-d010fe0e8126 resource provider aggregate not found 2026-07-09 05:11:02.868 8 INFO neutron.services.segments.plugin [-] Segment 5693be73-48d6-42a1-8143-d010fe0e8126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5693be73-48d6-42a1-8143-d010fe0e8126 found for delete ", "request_id": "req-8e7ffe36-bcb7-4704-85c5-664ea8bc2631"}]} 2026-07-09 05:11:02.869 8 INFO neutron.services.segments.plugin [-] Segment 5693be73-48d6-42a1-8143-d010fe0e8126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5693be73-48d6-42a1-8143-d010fe0e8126 found for delete ", "request_id": "req-257e5bfb-99fc-418d-8a10-f23aef1cc8dc"}]} [pid: 8|app: 0|req: 551/1144] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:02 2026] DELETE /v2.0/networks/f1cfb39d-f52b-42df-a92e-d826a4e8896a => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1145] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:02 2026] DELETE /v2.0/security-groups/0dbe7e4d-ac3c-4ee2-866d-acab3e0a374f => 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: 552/1146] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:03 2026] GET /v2.0/security-groups?tenant_id=35c06a9e71494e2fbd96ed93b2eaca61&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1147] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:03 2026] DELETE /v2.0/security-groups/202f9f5e-c828-4747-882e-41c4502a5bd7 => 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: 553/1148] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:11:04 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 1240 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1149] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:04 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:05.272 8 INFO neutron.db.segments_db [None req-6cbceff8-14cf-4a5a-b20e-ebeabb3e80f2 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Added segment ae886af8-b8a1-40d5-b33a-907501a6bb44 of type vxlan for network e44ed66d-6b53-4869-887b-21adfade4354 [pid: 8|app: 0|req: 554/1152] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:04 2026] POST /v2.0/networks => generated 631 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1153] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:05 2026] POST /v2.0/subnets => generated 627 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:05.724 8 INFO neutron.db.segments_db [None req-9f91e6d0-a7cd-4773-ab1a-bcdf547da477 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Added segment d40927c2-4e4a-4750-b581-2fe635c869e3 of type vxlan for network a85340b4-9551-4231-bfdf-3388882ac58d 2026-07-09 05:11:05.951 8 INFO neutron.db.l3_hamode_db [None req-9f91e6d0-a7cd-4773-ab1a-bcdf547da477 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 600/1154] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:06 2026] GET /v2.0/security-groups?tenant_id=a507e43cf8fe4cc682d52585c556d887&name=default => generated 2925 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1155] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:06 2026] DELETE /v2.0/security-groups/732313bc-5b09-4ef2-9a94-b1af1aeb7b5c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:06.786 8 INFO neutron.db.l3_hamode_db [None req-9f91e6d0-a7cd-4773-ab1a-bcdf547da477 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 602/1156] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:06 2026] GET /v2.0/security-groups?tenant_id=9be41c4ebd1b48efaba8f70e3e608b5c&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1157] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:06 2026] DELETE /v2.0/security-groups/d99277da-7875-4703-a2de-1f8be02e8998 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1158] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:05 2026] POST /v2.0/routers => generated 695 bytes in 1957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1159] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:11:07 2026] PUT /v2.0/routers/e2dad94f-9124-4bed-9fb0-606da7912af4/add_router_interface => generated 309 bytes in 1582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1160] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:09 2026] POST /v2.0/ports => generated 959 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1161] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:09 2026] POST /v2.0/ports => generated 959 bytes in 383 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, ' /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: 606/1162] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:10 2026] GET /v2.0/security-groups?tenant_id=b4aaf41d860b4c80a4fc4ecb42ea2e33&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1163] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:10 2026] DELETE /v2.0/security-groups/520e4fb9-21ed-403e-87a3-c8cb052400d3 => 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: 608/1164] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:10 2026] GET /v2.0/security-groups?tenant_id=505be3dfb56e42399d5e850cb6a82c2a&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1165] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:11 2026] GET /v2.0/security-groups?tenant_id=e74474b84ecc45b1a287ede131757c56&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:11.243 8 INFO neutron.db.l3_db [None req-dd65105b-8a6f-4d6e-9de9-e42e9dd0b818 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Floating IP fef83ef9-ab8d-4e30-a87d-8868969f8945 associated. External IP: 10.96.250.214, port: b57c4483-5b4c-4ab7-9ac4-fed31faf8fc4. [pid: 7|app: 0|req: 610/1166] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:11 2026] DELETE /v2.0/security-groups/55b3a8fc-c139-4219-8549-0044b796a59c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1167] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:11 2026] DELETE /v2.0/security-groups/9c15cba7-3db0-4965-a659-de6b08e491cc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1168] 10.0.0.27 () {34 vars in 676 bytes} [Thu Jul 9 05:11:10 2026] POST /v2.0/floatingips => generated 843 bytes in 1537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:11.715 7 INFO neutron.db.l3_db [None req-60f39a2d-4a43-4614-bd95-b25ac2e7a29b aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Floating IP fef83ef9-ab8d-4e30-a87d-8868969f8945 disassociated. External IP: 10.96.250.214, port: b57c4483-5b4c-4ab7-9ac4-fed31faf8fc4. [pid: 7|app: 0|req: 612/1169] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:11:11 2026] PUT /v2.0/floatingips/fef83ef9-ab8d-4e30-a87d-8868969f8945 => generated 552 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:12.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-486e6d01-62d4-4314-bc22-e84e27f48e4f aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] TaaS: Handle Delete Port: 66c615d1-cd6a-4a1b-95ba-b5fbd4533f1c 2026-07-09 05:11:12.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-486e6d01-62d4-4314-bc22-e84e27f48e4f aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Tap Mirror: Handle Delete Port: 66c615d1-cd6a-4a1b-95ba-b5fbd4533f1c [pid: 8|app: 0|req: 558/1170] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:12 2026] DELETE /v2.0/floatingips/fef83ef9-ab8d-4e30-a87d-8868969f8945 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:13.095 7 INFO neutron.db.l3_db [None req-603667e5-70e8-4eb4-96a9-16955e50c0e3 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Floating IP c49531d0-42b0-4f40-98a3-6477efb6e193 associated. External IP: 10.96.250.213, port: 48d43e9c-7c07-47e6-88fa-7058c32a4f73. [pid: 7|app: 0|req: 613/1171] 10.0.0.27 () {34 vars in 676 bytes} [Thu Jul 9 05:11:12 2026] POST /v2.0/floatingips => generated 843 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1172] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:13 2026] GET /v2.0/floatingips/c49531d0-42b0-4f40-98a3-6477efb6e193 => generated 843 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1173] 10.0.0.27 () {32 vars in 654 bytes} [Thu Jul 9 05:11:13 2026] GET /v2.0/floatingips => generated 846 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:13.946 8 INFO neutron.db.l3_db [None req-8c44d85a-b282-4d16-9c56-a29c1667c3a1 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Floating IP c49531d0-42b0-4f40-98a3-6477efb6e193 associated. External IP: 10.96.250.213, port: 48d43e9c-7c07-47e6-88fa-7058c32a4f73. [pid: 8|app: 0|req: 560/1174] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:11:13 2026] PUT /v2.0/floatingips/c49531d0-42b0-4f40-98a3-6477efb6e193 => generated 843 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:14.752 7 INFO neutron.db.l3_db [None req-ddda89d1-8e7f-4852-9cd8-a108f60e7e78 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Floating IP c49531d0-42b0-4f40-98a3-6477efb6e193 disassociated. External IP: 10.96.250.213, port: b57c4483-5b4c-4ab7-9ac4-fed31faf8fc4. [pid: 7|app: 0|req: 615/1175] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:11:14 2026] PUT /v2.0/floatingips/c49531d0-42b0-4f40-98a3-6477efb6e193 => generated 552 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:15.187 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ae9e8e8-6105-40b7-9d39-10e7dd61275b aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] TaaS: Handle Delete Port: 7fff49b9-1dc6-4a56-9779-1497600cec0f 2026-07-09 05:11:15.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ae9e8e8-6105-40b7-9d39-10e7dd61275b aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Tap Mirror: Handle Delete Port: 7fff49b9-1dc6-4a56-9779-1497600cec0f [pid: 8|app: 0|req: 561/1176] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:15 2026] DELETE /v2.0/floatingips/c49531d0-42b0-4f40-98a3-6477efb6e193 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:15.406 7 INFO neutron.api.v2.resource [None req-11315b10-8a15-4bdd-917a-354a1980854c aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1177] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:15 2026] DELETE /v2.0/floatingips/c49531d0-42b0-4f40-98a3-6477efb6e193 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:15.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3dc6b3a-70c0-469f-b4a0-bbd7bfb9504e aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] TaaS: Handle Delete Port: b57c4483-5b4c-4ab7-9ac4-fed31faf8fc4 2026-07-09 05:11:15.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3dc6b3a-70c0-469f-b4a0-bbd7bfb9504e aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Tap Mirror: Handle Delete Port: b57c4483-5b4c-4ab7-9ac4-fed31faf8fc4 [pid: 8|app: 0|req: 562/1178] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:15 2026] DELETE /v2.0/ports/b57c4483-5b4c-4ab7-9ac4-fed31faf8fc4 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1179] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:15 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:15.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-44421d3b-3d6f-466f-8e2f-b5932ab7fab2 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] TaaS: Handle Delete Port: 48d43e9c-7c07-47e6-88fa-7058c32a4f73 2026-07-09 05:11:15.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44421d3b-3d6f-466f-8e2f-b5932ab7fab2 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Tap Mirror: Handle Delete Port: 48d43e9c-7c07-47e6-88fa-7058c32a4f73 2026-07-09 05:11:16.019 7 INFO neutron.db.segments_db [None req-840c6528-e21c-4407-8c55-43761a944152 0a0ba5f1a656453c80b90681891e9cb0 54861baa38ea41ac89781ce3a6d06aa1 - - default default] Added segment ba338efc-9157-4141-9f44-b53df89927b6 of type vxlan for network 6f9c3dc0-a76b-4ed0-9b37-42f1387748b3 [pid: 8|app: 0|req: 564/1180] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:15 2026] DELETE /v2.0/ports/48d43e9c-7c07-47e6-88fa-7058c32a4f73 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1181] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:16 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 566/1182] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:11:16 2026] GET /v2.0/ports?device_id=e2dad94f-9124-4bed-9fb0-606da7912af4 => generated 958 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1183] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:15 2026] POST /v2.0/networks => generated 611 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1184] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:16 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1185] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:16 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:16.482 7 INFO neutron.db.segments_db [None req-9f359883-add1-483f-8f4f-ba75d25b142a 0a0ba5f1a656453c80b90681891e9cb0 54861baa38ea41ac89781ce3a6d06aa1 - - default default] Added segment 8a2a023f-8a46-4195-b2e3-b4ec92c8f1f2 of type vxlan for network 3da55fb6-4f7d-4662-95d8-19dd05d4f2a5 2026-07-09 05:11:16.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-7089487f-3cd0-4094-bb55-da9c147c6908 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] TaaS: Handle Delete Port: 56c9dcd6-5bbd-4c10-8bfd-7c5674d005f3 2026-07-09 05:11:16.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7089487f-3cd0-4094-bb55-da9c147c6908 aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Tap Mirror: Handle Delete Port: 56c9dcd6-5bbd-4c10-8bfd-7c5674d005f3 [pid: 7|app: 0|req: 620/1186] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:16 2026] POST /v2.0/networks => generated 612 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1187] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:16 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1188] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:16 2026] POST /v2.0/subnets => generated 629 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:16.879 7 INFO neutron.db.segments_db [None req-651c2990-5746-43c6-8c30-3e29ad14c120 0a0ba5f1a656453c80b90681891e9cb0 54861baa38ea41ac89781ce3a6d06aa1 - - default default] Added segment ae20f2a9-b538-43f7-835e-ded424d0fb5f of type vxlan for network b0eab1e6-267b-42c6-afec-803170d4aec7 [pid: 7|app: 0|req: 623/1189] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:16 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1190] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:11:16 2026] PUT /v2.0/routers/e2dad94f-9124-4bed-9fb0-606da7912af4/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1191] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:17 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 624/1192] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:16 2026] POST /v2.0/subnets => generated 629 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1193] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:17 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:17.281 7 INFO neutron.db.segments_db [None req-0ed1ceb3-3d44-4fee-bdc5-0d451f7e70b8 0a0ba5f1a656453c80b90681891e9cb0 54861baa38ea41ac89781ce3a6d06aa1 - - default default] Added segment 6da0e34b-218a-4f54-88de-7547fd4dbdda of type vxlan for network 7014347f-4b84-47b5-9935-707ff2297ec6 2026-07-09 05:11:17.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-97ef994e-fae8-4778-818e-b13aa138d09d aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] TaaS: Handle Delete Port: 28e1720b-3ebf-4738-a38b-9f4098cf7905 2026-07-09 05:11:17.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97ef994e-fae8-4778-818e-b13aa138d09d aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Tap Mirror: Handle Delete Port: 28e1720b-3ebf-4738-a38b-9f4098cf7905 [pid: 7|app: 0|req: 626/1194] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:17 2026] POST /v2.0/networks => generated 611 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:17.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-97ef994e-fae8-4778-818e-b13aa138d09d aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] TaaS: Handle Delete Port: d290556f-3fe3-4789-b3d2-206ff8b4fca5 2026-07-09 05:11:17.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97ef994e-fae8-4778-818e-b13aa138d09d aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] Tap Mirror: Handle Delete Port: d290556f-3fe3-4789-b3d2-206ff8b4fca5 [pid: 7|app: 0|req: 627/1195] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:17 2026] POST /v2.0/subnets => generated 629 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:17.925 8 INFO neutron.services.segments.plugin [-] Segment d40927c2-4e4a-4750-b581-2fe635c869e3 resource provider aggregate not found 2026-07-09 05:11:17.932 8 INFO neutron.services.segments.plugin [-] Segment d40927c2-4e4a-4750-b581-2fe635c869e3 resource provider aggregate not found 2026-07-09 05:11:17.946 8 INFO neutron.services.segments.plugin [-] Segment d40927c2-4e4a-4750-b581-2fe635c869e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40927c2-4e4a-4750-b581-2fe635c869e3 found for delete ", "request_id": "req-196b2c49-57f6-49b3-b82b-30da10558204"}]} 2026-07-09 05:11:17.952 8 INFO neutron.services.segments.plugin [-] Segment d40927c2-4e4a-4750-b581-2fe635c869e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d40927c2-4e4a-4750-b581-2fe635c869e3 found for delete ", "request_id": "req-c49cde61-b14b-485a-a6df-3bfda2633103"}]} 2026-07-09 05:11:17.957 8 INFO neutron.db.l3_hamode_db [None req-97ef994e-fae8-4778-818e-b13aa138d09d aaa6028b9f0e4b8e8617382bacf55531 64c1be06fd3542b5bfed27619b529009 - - default default] HA network a85340b4-9551-4231-bfdf-3388882ac58d was deleted as no HA routers are present in tenant 64c1be06fd3542b5bfed27619b529009. [pid: 8|app: 0|req: 569/1196] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:17 2026] DELETE /v2.0/routers/e2dad94f-9124-4bed-9fb0-606da7912af4 => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:18.029 8 INFO neutron.db.segments_db [None req-7f9143d0-d99f-459a-a3be-8fd5600f4df4 0a0ba5f1a656453c80b90681891e9cb0 54861baa38ea41ac89781ce3a6d06aa1 - - default default] Added segment 70c14079-8ddf-4ee9-aa98-82332f50dbd2 of type vxlan for network 92a2d9bc-2913-439e-a974-10bf68b8df0b [pid: 7|app: 0|req: 628/1197] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:17 2026] GET /v2.0/security-groups?tenant_id=500f64a6397f480e88b5182df1a38003&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1198] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:17 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1199] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:18 2026] DELETE /v2.0/subnets/a813b40e-6ce8-44ce-84b9-2437ef208d1f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1200] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:18 2026] DELETE /v2.0/security-groups/d669bf8c-301c-4e82-a40e-ea7ad7a63d09 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1201] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:18 2026] DELETE /v2.0/networks/e44ed66d-6b53-4869-887b-21adfade4354 => 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: 573/1202] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1203] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:18 2026] POST /v2.0/subnets => generated 629 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1204] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 632/1205] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/ports?tenant_id=8665f89150054394822d668106679204&device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 574/1206] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/security-groups?tenant_id=4e0bf5e505ab476ca55df95ee036ffef&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1207] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:11:18 2026] PUT /v2.0/subnets/877cbf6c-8ec3-4659-b218-5f692990f1a3/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1208] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/networks?id=9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1209] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:11:18 2026] PUT /v2.0/subnets/1b64a3be-a76e-4b6d-9c29-68dd92c39b9c/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: 634/1210] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:18 2026] DELETE /v2.0/security-groups/ff6a2848-2802-4a4e-aa2d-f0bb748ec37f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1211] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=70d095ed-0aa0-4a66-a520-debe799ab495 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1212] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/subnets?id=2f43483f-e2f5-4cc8-bab0-f1a373de64d5 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1213] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:11:18 2026] PUT /v2.0/subnets/59f40fba-27f5-478a-ba35-898419742c82/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1214] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/ports?network_id=9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1215] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:11:18 2026] PUT /v2.0/subnets/2148617d-1dc3-46f6-8e37-05aefb80162b/tags => 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: 580/1216] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?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: 637/1217] 10.0.0.27 () {32 vars in 663 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1218] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2?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: 638/1219] 10.0.0.27 () {32 vars in 677 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1220] 10.0.0.27 () {32 vars in 673 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1221] 10.0.0.27 () {32 vars in 685 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1222] 10.0.0.27 () {32 vars in 671 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1223] 10.0.0.27 () {32 vars in 685 bytes} [Thu Jul 9 05:11:19 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1224] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:18 2026] GET /v2.0/security-groups?tenant_id=64c1be06fd3542b5bfed27619b529009&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1225] 10.0.0.27 () {32 vars in 681 bytes} [Thu Jul 9 05:11:19 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1226] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:11:19 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: 8|app: 0|req: 583/1227] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:19 2026] DELETE /v2.0/security-groups/4aea956a-1995-4a61-b572-62b52e8a785e => 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: 645/1228] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:19 2026] DELETE /v2.0/subnets/877cbf6c-8ec3-4659-b218-5f692990f1a3 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1229] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:19 2026] DELETE /v2.0/subnets/1b64a3be-a76e-4b6d-9c29-68dd92c39b9c => 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: 646/1230] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:19 2026] DELETE /v2.0/subnets/59f40fba-27f5-478a-ba35-898419742c82 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1231] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:19 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 585/1232] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:19 2026] DELETE /v2.0/subnets/2148617d-1dc3-46f6-8e37-05aefb80162b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1233] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:19 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 586/1234] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:19 2026] DELETE /v2.0/subnets/26aa38d0-b416-45cb-9b2c-8c9928fc72ed => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:19.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2a954ba-1b74-4de1-8662-7dbd6f59d8f4 0a0ba5f1a656453c80b90681891e9cb0 54861baa38ea41ac89781ce3a6d06aa1 - - default default] TaaS: Handle Delete Port: d597fd97-97ed-4650-a43c-5f022b2c45fa 2026-07-09 05:11:19.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2a954ba-1b74-4de1-8662-7dbd6f59d8f4 0a0ba5f1a656453c80b90681891e9cb0 54861baa38ea41ac89781ce3a6d06aa1 - - default default] Tap Mirror: Handle Delete Port: d597fd97-97ed-4650-a43c-5f022b2c45fa 2026-07-09 05:11:19.967 8 INFO neutron.services.segments.plugin [-] Segment ae886af8-b8a1-40d5-b33a-907501a6bb44 resource provider aggregate not found 2026-07-09 05:11:19.973 8 INFO neutron.services.segments.plugin [-] Segment ae886af8-b8a1-40d5-b33a-907501a6bb44 resource provider aggregate not found 2026-07-09 05:11:19.989 8 INFO neutron.services.segments.plugin [-] Segment ae886af8-b8a1-40d5-b33a-907501a6bb44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae886af8-b8a1-40d5-b33a-907501a6bb44 found for delete ", "request_id": "req-fb5dfbc1-0d4f-41f6-b7db-e26d72852a3a"}]} 2026-07-09 05:11:19.995 8 INFO neutron.services.segments.plugin [-] Segment ae886af8-b8a1-40d5-b33a-907501a6bb44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae886af8-b8a1-40d5-b33a-907501a6bb44 found for delete ", "request_id": "req-905f2289-96fd-4f47-91cd-4e0a63f4760e"}]} 2026-07-09 05:11:20.087 7 INFO neutron.services.segments.plugin [-] Segment ba338efc-9157-4141-9f44-b53df89927b6 resource provider aggregate not found 2026-07-09 05:11:20.093 7 INFO neutron.services.segments.plugin [-] Segment ba338efc-9157-4141-9f44-b53df89927b6 resource provider aggregate not found 2026-07-09 05:11:20.104 7 INFO neutron.services.segments.plugin [-] Segment ba338efc-9157-4141-9f44-b53df89927b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba338efc-9157-4141-9f44-b53df89927b6 found for delete ", "request_id": "req-b9d956a6-fad0-41ae-9aca-39c83947f19e"}]} 2026-07-09 05:11:20.107 7 INFO neutron.services.segments.plugin [-] Segment ba338efc-9157-4141-9f44-b53df89927b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba338efc-9157-4141-9f44-b53df89927b6 found for delete ", "request_id": "req-c14cfa20-bd26-406f-8bb2-fe7f689965bb"}]} [pid: 7|app: 0|req: 649/1237] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:19 2026] DELETE /v2.0/networks/6f9c3dc0-a76b-4ed0-9b37-42f1387748b3 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1238] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:20 2026] DELETE /v2.0/networks/3da55fb6-4f7d-4662-95d8-19dd05d4f2a5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1239] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:20 2026] DELETE /v2.0/networks/b0eab1e6-267b-42c6-afec-803170d4aec7 => 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: 590/1240] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:20 2026] DELETE /v2.0/networks/7014347f-4b84-47b5-9935-707ff2297ec6 => 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: 651/1241] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:20 2026] DELETE /v2.0/networks/92a2d9bc-2913-439e-a974-10bf68b8df0b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1242] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:20 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 652/1243] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:20 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1244] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:20 2026] GET /v2.0/security-groups?tenant_id=711b8defcc9a41c1a089d537b3f276be&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:21.363 8 INFO neutron.db.segments_db [None req-355ae42b-bb30-4cd1-87be-e5ff0935439b a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Added segment 8bd26a0a-0e72-4eb9-8de1-e2ac723b1c99 of type vxlan for network 1962a515-1eb6-4a68-bc3c-9fbd5f309232 [pid: 7|app: 0|req: 654/1245] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:21 2026] DELETE /v2.0/security-groups/0fd2c5a8-3eb6-49e7-a376-da49643db595 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:21.434 8 INFO neutron.db.segments_db [None req-355ae42b-bb30-4cd1-87be-e5ff0935439b a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Added segment 1e08d212-8c83-4bd3-8c87-6a1ea5b20390 of type vxlan for network 64c01509-9f49-4353-9248-3589cf830516 [pid: 8|app: 0|req: 592/1246] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:20 2026] POST /v2.0/networks => generated 1206 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1247] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:11:21 2026] GET /v2.0/networks => generated 1843 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1248] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:21 2026] DELETE /v2.0/networks/1962a515-1eb6-4a68-bc3c-9fbd5f309232 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1249] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:21 2026] GET /v2.0/security-groups?tenant_id=a3b39182bb5c4bfe81c17dc178423fe4&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1250] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:21 2026] DELETE /v2.0/networks/64c01509-9f49-4353-9248-3589cf830516 => 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: 596/1251] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:11:21 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1252] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:21 2026] DELETE /v2.0/security-groups/c6a29f0c-f2f5-4883-ab02-6c38eef1db30 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:22.014 8 INFO neutron.services.segments.plugin [-] Segment 8a2a023f-8a46-4195-b2e3-b4ec92c8f1f2 resource provider aggregate not found 2026-07-09 05:11:22.028 8 INFO neutron.services.segments.plugin [-] Segment 8a2a023f-8a46-4195-b2e3-b4ec92c8f1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2a023f-8a46-4195-b2e3-b4ec92c8f1f2 found for delete ", "request_id": "req-e12e6401-064d-4618-a242-45711afe23d4"}]} 2026-07-09 05:11:22.038 7 INFO neutron.db.segments_db [None req-e50196e0-4017-45e8-9841-a32a2fa5b255 a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Added segment f934d3cc-4dfc-4458-98bb-adecda00c0f4 of type vxlan for network 0b6ff714-4bd3-4a46-ba0a-c0c541b4bbde [pid: 8|app: 0|req: 597/1253] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:21 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:22.051 8 INFO neutron.services.segments.plugin [-] Segment 6da0e34b-218a-4f54-88de-7547fd4dbdda resource provider aggregate not found 2026-07-09 05:11:22.054 8 INFO neutron.services.segments.plugin [-] Segment 8a2a023f-8a46-4195-b2e3-b4ec92c8f1f2 resource provider aggregate not found 2026-07-09 05:11:22.077 8 INFO neutron.services.segments.plugin [-] Segment 6da0e34b-218a-4f54-88de-7547fd4dbdda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da0e34b-218a-4f54-88de-7547fd4dbdda found for delete ", "request_id": "req-5aaa2751-3525-48f6-8ba4-bd5899748a7b"}]} 2026-07-09 05:11:22.087 8 INFO neutron.services.segments.plugin [-] Segment 8a2a023f-8a46-4195-b2e3-b4ec92c8f1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a2a023f-8a46-4195-b2e3-b4ec92c8f1f2 found for delete ", "request_id": "req-122bdb0d-58b7-4d5e-9801-ebdc01f93f18"}]} 2026-07-09 05:11:22.100 8 INFO neutron.services.segments.plugin [-] Segment 8bd26a0a-0e72-4eb9-8de1-e2ac723b1c99 resource provider aggregate not found 2026-07-09 05:11:22.107 8 INFO neutron.services.segments.plugin [-] Segment 6da0e34b-218a-4f54-88de-7547fd4dbdda resource provider aggregate not found [pid: 8|app: 0|req: 598/1254] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:22 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:22.123 8 INFO neutron.services.segments.plugin [-] Segment 8bd26a0a-0e72-4eb9-8de1-e2ac723b1c99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd26a0a-0e72-4eb9-8de1-e2ac723b1c99 found for delete ", "request_id": "req-2e1a1ade-b09f-4cdd-9b8b-6be559ebe203"}]} 2026-07-09 05:11:22.127 7 INFO neutron.services.segments.plugin [-] Segment ae20f2a9-b538-43f7-835e-ded424d0fb5f resource provider aggregate not found 2026-07-09 05:11:22.128 8 INFO neutron.services.segments.plugin [-] Segment 6da0e34b-218a-4f54-88de-7547fd4dbdda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da0e34b-218a-4f54-88de-7547fd4dbdda found for delete ", "request_id": "req-bc557e73-3f54-4ced-8e05-90e63643573d"}]} [pid: 7|app: 0|req: 657/1255] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:21 2026] POST /v2.0/networks => generated 635 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:22.139 7 INFO neutron.services.segments.plugin [-] Segment ae20f2a9-b538-43f7-835e-ded424d0fb5f resource provider aggregate not found 2026-07-09 05:11:22.144 8 INFO neutron.services.segments.plugin [-] Segment 1e08d212-8c83-4bd3-8c87-6a1ea5b20390 resource provider aggregate not found 2026-07-09 05:11:22.145 7 INFO neutron.services.segments.plugin [-] Segment ae20f2a9-b538-43f7-835e-ded424d0fb5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae20f2a9-b538-43f7-835e-ded424d0fb5f found for delete ", "request_id": "req-98e646f1-45c5-47a3-bf3d-b141391967a7"}]} 2026-07-09 05:11:22.153 8 INFO neutron.services.segments.plugin [-] Segment 8bd26a0a-0e72-4eb9-8de1-e2ac723b1c99 resource provider aggregate not found 2026-07-09 05:11:22.159 7 INFO neutron.services.segments.plugin [-] Segment ae20f2a9-b538-43f7-835e-ded424d0fb5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae20f2a9-b538-43f7-835e-ded424d0fb5f found for delete ", "request_id": "req-0d38c481-18af-4eae-8556-73a5a4ebe469"}]} 2026-07-09 05:11:22.164 7 INFO neutron.services.segments.plugin [-] Segment 70c14079-8ddf-4ee9-aa98-82332f50dbd2 resource provider aggregate not found 2026-07-09 05:11:22.166 8 INFO neutron.services.segments.plugin [-] Segment 1e08d212-8c83-4bd3-8c87-6a1ea5b20390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e08d212-8c83-4bd3-8c87-6a1ea5b20390 found for delete ", "request_id": "req-ece72273-6830-4587-afad-ee1505a08731"}]} [pid: 8|app: 0|req: 599/1256] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:22 2026] GET /v2.0/security-groups?tenant_id=54861baa38ea41ac89781ce3a6d06aa1&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:22.174 8 INFO neutron.services.segments.plugin [-] Segment 8bd26a0a-0e72-4eb9-8de1-e2ac723b1c99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd26a0a-0e72-4eb9-8de1-e2ac723b1c99 found for delete ", "request_id": "req-81f4a848-bbe3-4bcc-816f-04e9d45a0956"}]} 2026-07-09 05:11:22.180 7 INFO neutron.services.segments.plugin [-] Segment 70c14079-8ddf-4ee9-aa98-82332f50dbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70c14079-8ddf-4ee9-aa98-82332f50dbd2 found for delete ", "request_id": "req-e72eb5a8-4ab4-46c6-9e87-8bf968616830"}]} 2026-07-09 05:11:22.183 7 INFO neutron.services.segments.plugin [-] Segment 70c14079-8ddf-4ee9-aa98-82332f50dbd2 resource provider aggregate not found 2026-07-09 05:11:22.192 8 INFO neutron.services.segments.plugin [-] Segment 1e08d212-8c83-4bd3-8c87-6a1ea5b20390 resource provider aggregate not found 2026-07-09 05:11:22.205 7 INFO neutron.services.segments.plugin [-] Segment 70c14079-8ddf-4ee9-aa98-82332f50dbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70c14079-8ddf-4ee9-aa98-82332f50dbd2 found for delete ", "request_id": "req-eff60dc1-edff-4ef2-ac32-7e98ba46d0c4"}]} 2026-07-09 05:11:22.215 8 INFO neutron.services.segments.plugin [-] Segment 1e08d212-8c83-4bd3-8c87-6a1ea5b20390 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e08d212-8c83-4bd3-8c87-6a1ea5b20390 found for delete ", "request_id": "req-5fe9ce54-b523-406b-bc17-e2b6def586a1"}]} 2026-07-09 05:11:22.232 7 INFO neutron.db.segments_db [None req-380d6d6e-b2cc-4df4-b8b4-96d80bbb0b4a a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Added segment fc499ad8-6fa8-43c9-b7b7-d1e290753645 of type vxlan for network 3a60507b-87f7-4ce8-872b-77f1223b61f9 [pid: 8|app: 0|req: 600/1257] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:22 2026] DELETE /v2.0/security-groups/3713af6f-710b-45a1-89d5-f48f79ce0f11 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1258] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:22 2026] POST /v2.0/networks => generated 635 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1259] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:22 2026] GET /v2.0/security-groups?tenant_id=1a42f177803a4a3c8a55da1eec617f3a&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1260] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:22 2026] DELETE /v2.0/security-groups/bde91b4a-4f4a-4bd4-a713-1a577fd5032e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1261] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:22 2026] POST /v2.0/ports => generated 1504 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1262] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:11:22 2026] GET /v2.0/ports => generated 1504 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:11:23.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-d189cad0-5704-499b-b895-bfdf27ba6c07 a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] TaaS: Handle Delete Port: 073e05f8-54d6-4337-a061-940c00b5094b 2026-07-09 05:11:23.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d189cad0-5704-499b-b895-bfdf27ba6c07 a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Tap Mirror: Handle Delete Port: 073e05f8-54d6-4337-a061-940c00b5094b [pid: 7|app: 0|req: 662/1263] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:23 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1264] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:23 2026] DELETE /v2.0/ports/073e05f8-54d6-4337-a061-940c00b5094b => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1265] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:23 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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-07-09 05:11:23.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-f67407e5-69f6-4378-b0b0-5221d2366a96 a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] TaaS: Handle Delete Port: 470f7564-0f3f-4c50-b63d-c40208f80d47 2026-07-09 05:11:23.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f67407e5-69f6-4378-b0b0-5221d2366a96 a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Tap Mirror: Handle Delete Port: 470f7564-0f3f-4c50-b63d-c40208f80d47 [pid: 8|app: 0|req: 604/1266] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:23 2026] DELETE /v2.0/ports/470f7564-0f3f-4c50-b63d-c40208f80d47 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:23.570 7 INFO neutron.db.segments_db [None req-8eb9cb03-52d1-46ba-8dc6-71871f5fd1f7 8e05701980a44144b830c5d21cbe70cd 93dacca91bc642eba3a9d0c39680291d - - default default] Added segment 725c5e75-5b7b-4c72-8543-593a2b424297 of type vxlan for network 94046d87-9238-4c5d-a9d5-8f291d443713 [pid: 8|app: 0|req: 605/1267] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:11:23 2026] GET /v2.0/ports => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:23.653 8 INFO neutron.db.segments_db [None req-65426716-2fa9-477f-adae-7515e11a9dfb a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Added segment c1fc0785-f1b0-4cf5-a8e3-6cd21aaf7d8b of type vxlan for network f69532f5-6562-4af5-a21e-6cf599a0b743 [pid: 7|app: 0|req: 663/1268] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:23 2026] POST /v2.0/networks => generated 625 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1269] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:23 2026] POST /v2.0/networks => generated 635 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:23.777 8 INFO neutron.db.segments_db [None req-484afe5a-508d-448e-870f-9fa3ed9e68dc a084f06ff01a49948129cf143a4cee31 534bbbee98f1462b9825a308cabbe3ff - - default default] Added segment b950246c-f24f-4655-90c0-fc35896d36d8 of type vxlan for network bb7cf1db-88cb-4c90-bc56-aa32471ccac6 [pid: 8|app: 0|req: 607/1270] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:23 2026] POST /v2.0/networks => generated 635 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1271] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:23 2026] POST /v2.0/subnets => generated 641 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:24.004 8 INFO neutron.db.segments_db [None req-35180d89-b322-4534-a277-81cd7b23304c 8e05701980a44144b830c5d21cbe70cd 93dacca91bc642eba3a9d0c39680291d - - default default] Added segment 4da2e176-571b-408d-8547-e21dca75cd90 of type vxlan for network c74feb8f-232c-4259-bc1f-02310f201da4 [pid: 8|app: 0|req: 608/1272] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:23 2026] POST /v2.0/networks => generated 624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1273] 10.0.0.27 () {34 vars in 742 bytes} [Thu Jul 9 05:11:24 2026] PUT /v2.0/networks/c74feb8f-232c-4259-bc1f-02310f201da4 => generated 592 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1274] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:24 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1275] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:24 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1276] 10.0.0.27 () {34 vars in 740 bytes} [Thu Jul 9 05:11:24 2026] PUT /v2.0/subnets/1dcd69ce-f141-4192-ab1e-b826c6bb8cc8 => generated 636 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1277] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:24 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 666/1278] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:24 2026] POST /v2.0/subnets => generated 1324 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1279] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:11:24 2026] GET /v2.0/subnets => generated 1960 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:24.864 8 INFO neutron.services.segments.plugin [-] Segment 4da2e176-571b-408d-8547-e21dca75cd90 resource provider aggregate not found 2026-07-09 05:11:24.870 8 INFO neutron.services.segments.plugin [-] Segment 4da2e176-571b-408d-8547-e21dca75cd90 resource provider aggregate not found 2026-07-09 05:11:24.883 8 INFO neutron.services.segments.plugin [-] Segment 4da2e176-571b-408d-8547-e21dca75cd90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4da2e176-571b-408d-8547-e21dca75cd90 found for delete ", "request_id": "req-edd5e7b9-b661-427a-b11b-18d427b40496"}]} 2026-07-09 05:11:24.894 8 INFO neutron.services.segments.plugin [-] Segment 4da2e176-571b-408d-8547-e21dca75cd90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4da2e176-571b-408d-8547-e21dca75cd90 found for delete ", "request_id": "req-9b794614-d7c7-4f26-a89d-4ae44f68adc5"}]} [pid: 8|app: 0|req: 613/1280] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:24 2026] DELETE /v2.0/networks/c74feb8f-232c-4259-bc1f-02310f201da4 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:24.913 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4558415-cd1e-46a2-9bd8-4cfa0935b034 8e05701980a44144b830c5d21cbe70cd 93dacca91bc642eba3a9d0c39680291d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 614/1281] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:24 2026] DELETE /v2.0/networks/c74feb8f-232c-4259-bc1f-02310f201da4 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1282] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:11:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1283] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:24 2026] DELETE /v2.0/subnets/cb8a69f4-ba86-4347-ae4c-e8da49a169a3 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1284] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:11:24 2026] GET /v2.0/subnets?network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7 => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1285] 10.0.0.27 () {32 vars in 652 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1286] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/networks => generated 1309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1287] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:24 2026] DELETE /v2.0/subnets/6a9f8a92-dd86-46ab-a080-561db8569f45 => 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: 670/1288] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1289] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/subnets => generated 1280 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1290] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/networks/94046d87-9238-4c5d-a9d5-8f291d443713 => generated 669 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1291] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/subnets/f78a1cc8-49f0-419f-8adc-03f6c2fc14f4 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:25.233 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3aee764-a459-44ca-9ef7-20abdfcb0308 8e05701980a44144b830c5d21cbe70cd 93dacca91bc642eba3a9d0c39680291d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1292] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/subnets/1dcd69ce-f141-4192-ab1e-b826c6bb8cc8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:25.240 7 INFO neutron.services.segments.plugin [-] Segment b950246c-f24f-4655-90c0-fc35896d36d8 resource provider aggregate not found 2026-07-09 05:11:25.248 7 INFO neutron.services.segments.plugin [-] Segment b950246c-f24f-4655-90c0-fc35896d36d8 resource provider aggregate not found 2026-07-09 05:11:25.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f474a465-1979-49ba-8684-b477430e6ab6 8e05701980a44144b830c5d21cbe70cd 93dacca91bc642eba3a9d0c39680291d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 623/1293] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/networks/c74feb8f-232c-4259-bc1f-02310f201da4 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:25.260 7 INFO neutron.services.segments.plugin [-] Segment b950246c-f24f-4655-90c0-fc35896d36d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b950246c-f24f-4655-90c0-fc35896d36d8 found for delete ", "request_id": "req-8135d2d3-b3b3-4640-8f5f-3a7a8f7c3c99"}]} 2026-07-09 05:11:25.263 7 INFO neutron.services.segments.plugin [-] Segment b950246c-f24f-4655-90c0-fc35896d36d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b950246c-f24f-4655-90c0-fc35896d36d8 found for delete ", "request_id": "req-38b35a2e-461e-4f48-a804-1dbf60185e61"}]} [pid: 7|app: 0|req: 671/1294] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/networks/bb7cf1db-88cb-4c90-bc56-aa32471ccac6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1295] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/subnets/f78a1cc8-49f0-419f-8adc-03f6c2fc14f4 => 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: 672/1296] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/networks/f69532f5-6562-4af5-a21e-6cf599a0b743 => 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: 625/1297] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/networks/94046d87-9238-4c5d-a9d5-8f291d443713 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1298] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/networks/3a60507b-87f7-4ce8-872b-77f1223b61f9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1299] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:25 2026] DELETE /v2.0/networks/0b6ff714-4bd3-4a46-ba0a-c0c541b4bbde => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1300] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 627/1301] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:25 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 7|app: 0|req: 675/1302] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:26 2026] GET /v2.0/security-groups?tenant_id=93dacca91bc642eba3a9d0c39680291d&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1303] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:26 2026] DELETE /v2.0/security-groups/5e262f18-2f19-472a-a076-b47b9c728019 => 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: 676/1304] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:26 2026] GET /v2.0/security-groups?tenant_id=534bbbee98f1462b9825a308cabbe3ff&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1305] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:26 2026] DELETE /v2.0/security-groups/dea2eb0d-6529-4f40-968b-3dc3badbb893 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:26.900 8 INFO neutron.services.segments.plugin [-] Segment 725c5e75-5b7b-4c72-8543-593a2b424297 resource provider aggregate not found 2026-07-09 05:11:26.911 8 INFO neutron.services.segments.plugin [-] Segment 725c5e75-5b7b-4c72-8543-593a2b424297 resource provider aggregate not found 2026-07-09 05:11:26.916 8 INFO neutron.services.segments.plugin [-] Segment 725c5e75-5b7b-4c72-8543-593a2b424297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725c5e75-5b7b-4c72-8543-593a2b424297 found for delete ", "request_id": "req-bb508d67-6b02-412c-8d80-85f2636f1cf6"}]} 2026-07-09 05:11:26.930 8 INFO neutron.services.segments.plugin [-] Segment f934d3cc-4dfc-4458-98bb-adecda00c0f4 resource provider aggregate not found 2026-07-09 05:11:26.933 8 INFO neutron.services.segments.plugin [-] Segment 725c5e75-5b7b-4c72-8543-593a2b424297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725c5e75-5b7b-4c72-8543-593a2b424297 found for delete ", "request_id": "req-69e647a3-e1cc-49bf-9499-6ce71c0d15bb"}]} 2026-07-09 05:11:26.944 8 INFO neutron.services.segments.plugin [-] Segment f934d3cc-4dfc-4458-98bb-adecda00c0f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f934d3cc-4dfc-4458-98bb-adecda00c0f4 found for delete ", "request_id": "req-30b13a4c-9d45-4951-ae3f-b6607c33c1f7"}]} 2026-07-09 05:11:26.956 8 INFO neutron.services.segments.plugin [-] Segment f934d3cc-4dfc-4458-98bb-adecda00c0f4 resource provider aggregate not found [pid: 7|app: 0|req: 677/1306] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:26 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:26.975 8 INFO neutron.services.segments.plugin [-] Segment f934d3cc-4dfc-4458-98bb-adecda00c0f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f934d3cc-4dfc-4458-98bb-adecda00c0f4 found for delete ", "request_id": "req-4a8237a4-29ed-4f2d-897f-b5e154383b3d"}]} [pid: 8|app: 0|req: 630/1307] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:26 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1308] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:11:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1309] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:11:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1310] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:11:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:27.282 7 INFO neutron.services.segments.plugin [-] Segment c1fc0785-f1b0-4cf5-a8e3-6cd21aaf7d8b resource provider aggregate not found 2026-07-09 05:11:27.285 7 INFO neutron.services.segments.plugin [-] Segment c1fc0785-f1b0-4cf5-a8e3-6cd21aaf7d8b resource provider aggregate not found 2026-07-09 05:11:27.295 7 INFO neutron.services.segments.plugin [-] Segment c1fc0785-f1b0-4cf5-a8e3-6cd21aaf7d8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1fc0785-f1b0-4cf5-a8e3-6cd21aaf7d8b found for delete ", "request_id": "req-059eec58-1c00-4ab6-a953-96149fd552c1"}]} 2026-07-09 05:11:27.298 7 INFO neutron.services.segments.plugin [-] Segment c1fc0785-f1b0-4cf5-a8e3-6cd21aaf7d8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1fc0785-f1b0-4cf5-a8e3-6cd21aaf7d8b found for delete ", "request_id": "req-cc261534-41f8-4006-8707-56b3aeae426b"}]} 2026-07-09 05:11:27.308 7 INFO neutron.services.segments.plugin [-] Segment fc499ad8-6fa8-43c9-b7b7-d1e290753645 resource provider aggregate not found 2026-07-09 05:11:27.311 7 INFO neutron.services.segments.plugin [-] Segment fc499ad8-6fa8-43c9-b7b7-d1e290753645 resource provider aggregate not found 2026-07-09 05:11:27.326 7 INFO neutron.services.segments.plugin [-] Segment fc499ad8-6fa8-43c9-b7b7-d1e290753645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc499ad8-6fa8-43c9-b7b7-d1e290753645 found for delete ", "request_id": "req-c57fb71f-baa4-4885-a67f-88d46868a63b"}]} 2026-07-09 05:11:27.329 7 INFO neutron.services.segments.plugin [-] Segment fc499ad8-6fa8-43c9-b7b7-d1e290753645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc499ad8-6fa8-43c9-b7b7-d1e290753645 found for delete ", "request_id": "req-1f3e6b68-223e-4ce3-9f29-6ed13afdf1a3"}]} [pid: 8|app: 0|req: 632/1311] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:11:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1312] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:11:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1313] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:11:27 2026] PUT /v2.0/subnetpools/98c7b818-be1f-43cc-81f8-f549b95263f3/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: 681/1314] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:11:27 2026] PUT /v2.0/subnetpools/ef4b28b4-86a8-400d-ae6c-6f2745a50c90/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1315] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:11:27 2026] PUT /v2.0/subnetpools/c8e4d528-5a88-48c6-8af7-d86dc47af438/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1316] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:11:27 2026] PUT /v2.0/subnetpools/c9dc28ff-6cdb-410f-813d-2134db24c978/tags => 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: 635/1317] 10.0.0.27 () {32 vars in 671 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1318] 10.0.0.27 () {32 vars in 685 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1319] 10.0.0.27 () {32 vars in 681 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1320] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1321] 10.0.0.27 () {32 vars in 679 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1322] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1323] 10.0.0.27 () {32 vars in 689 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1324] 10.0.0.27 () {32 vars in 701 bytes} [Thu Jul 9 05:11:27 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1325] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:27 2026] DELETE /v2.0/subnetpools/98c7b818-be1f-43cc-81f8-f549b95263f3 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1326] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:27 2026] DELETE /v2.0/subnetpools/ef4b28b4-86a8-400d-ae6c-6f2745a50c90 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1327] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:28 2026] DELETE /v2.0/subnetpools/c8e4d528-5a88-48c6-8af7-d86dc47af438 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1328] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:28 2026] DELETE /v2.0/subnetpools/c9dc28ff-6cdb-410f-813d-2134db24c978 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1329] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:28 2026] DELETE /v2.0/subnetpools/76d56a35-b2ab-4b31-8fb6-3c86d097beb9 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:28.403 8 INFO neutron.db.segments_db [None req-17284100-6c88-4add-be12-bfed39eb7c58 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] Added segment b569c336-0b46-4158-8ad1-cff06d49b7d0 of type vxlan for network 627b134f-8d71-45ea-9d9d-1aca32767eea [pid: 8|app: 0|req: 641/1330] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:28 2026] POST /v2.0/networks => generated 629 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:28.728 7 INFO neutron.db.segments_db [None req-e8a6ee4d-c74a-4ea3-95e5-734ed728f6cd 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] Added segment a8ad53ad-ee68-46bc-93fb-b391e5ffd806 of type vxlan for network 268e5e99-5c8a-4fe5-91f5-811f378f8bb8 [pid: 8|app: 0|req: 642/1331] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:28 2026] POST /v2.0/ports => generated 779 bytes in 277 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: 690/1332] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:28 2026] POST /v2.0/networks => generated 625 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:28.854 8 INFO neutron.db.segments_db [None req-61157460-e6ad-4e56-83ca-424497308dd4 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] Added segment 1c148451-dcac-4b0e-9d88-c30f0258b95e of type vxlan for network b345f7d6-6b98-4bd5-b2e8-2e28c4273264 [pid: 8|app: 0|req: 643/1333] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:28 2026] POST /v2.0/networks => generated 616 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1334] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:28 2026] POST /v2.0/ports => generated 774 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1335] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:28 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:29.215 8 INFO neutron.db.segments_db [None req-32dafa99-3e80-41c2-a8ad-b777763a563e 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] Added segment 44fcc918-17de-4889-a880-8925122c429f of type vxlan for network de09f662-1a12-4ca2-8d6f-373b9a44749d /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: 645/1336] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:29 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1337] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:29 2026] GET /v2.0/security-groups?tenant_id=ca7679e516484b97b875407ba7a21a63&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1338] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:29 2026] POST /v2.0/ports => generated 965 bytes in 315 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: 693/1339] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:29 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1340] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:29 2026] DELETE /v2.0/security-groups/2795ab7d-33ae-412f-b0f1-1aca1d30b513 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:29.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f1c9b4b-b951-4761-a4d8-9cfef2b343ef 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] TaaS: Handle Delete Port: 724ffbdc-a80e-48aa-839d-7f606b62767e 2026-07-09 05:11:29.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f1c9b4b-b951-4761-a4d8-9cfef2b343ef 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] Tap Mirror: Handle Delete Port: 724ffbdc-a80e-48aa-839d-7f606b62767e [pid: 7|app: 0|req: 694/1341] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:29 2026] DELETE /v2.0/ports/724ffbdc-a80e-48aa-839d-7f606b62767e => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1342] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:29 2026] GET /v2.0/security-groups?tenant_id=f1c5413209df4114a0c55d93c5562e6c&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:30.061 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b8fa1bf-a7ed-4359-a610-2b2d889164c3 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1343] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/ports/724ffbdc-a80e-48aa-839d-7f606b62767e => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1344] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:29 2026] POST /v2.0/ports => generated 953 bytes in 352 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-07-09 05:11:30.103 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87bd9a77-bc0f-4c50-a6bc-e8900bd5f426 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1345] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:30 2026] GET /v2.0/ports/724ffbdc-a80e-48aa-839d-7f606b62767e => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1346] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/security-groups/f216f8e2-46e2-409d-b423-3438572a124b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:30.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-c818da0c-3623-4b4b-a3b9-b187fb2bd623 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] TaaS: Handle Delete Port: cd9311a8-3e80-48f8-80a7-20fb1909e4b7 2026-07-09 05:11:30.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c818da0c-3623-4b4b-a3b9-b187fb2bd623 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] Tap Mirror: Handle Delete Port: cd9311a8-3e80-48f8-80a7-20fb1909e4b7 [pid: 7|app: 0|req: 698/1347] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/subnets/baf1866b-c68a-4adf-91d4-a8fe336e6094 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1348] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/ports/cd9311a8-3e80-48f8-80a7-20fb1909e4b7 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:30.381 7 INFO neutron.services.segments.plugin [-] Segment 1c148451-dcac-4b0e-9d88-c30f0258b95e resource provider aggregate not found 2026-07-09 05:11:30.394 7 INFO neutron.services.segments.plugin [-] Segment 1c148451-dcac-4b0e-9d88-c30f0258b95e resource provider aggregate not found 2026-07-09 05:11:30.402 7 INFO neutron.services.segments.plugin [-] Segment 1c148451-dcac-4b0e-9d88-c30f0258b95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c148451-dcac-4b0e-9d88-c30f0258b95e found for delete ", "request_id": "req-155d553c-55eb-4a6f-89dc-a79f7b408193"}]} [pid: 7|app: 0|req: 699/1349] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/networks/b345f7d6-6b98-4bd5-b2e8-2e28c4273264 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:30.418 7 INFO neutron.services.segments.plugin [-] Segment 1c148451-dcac-4b0e-9d88-c30f0258b95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c148451-dcac-4b0e-9d88-c30f0258b95e found for delete ", "request_id": "req-eb3c9a89-8d77-4f1d-a895-34c6e59d31ff"}]} 2026-07-09 05:11:30.433 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9d33f3a-a847-49e2-9b1f-ef0539e639ea 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1350] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/ports/cd9311a8-3e80-48f8-80a7-20fb1909e4b7 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1351] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:30 2026] GET /v2.0/security-groups?tenant_id=2aa2111dd44c43818e0033678d86e29d&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:30.496 7 INFO neutron.db.segments_db [None req-dc245a85-27e0-470a-9635-b223956e26a2 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] Added segment 38fffee0-da66-4b39-9ca5-6cb7c868bd81 of type vxlan for network 973c3a1b-7e15-47d2-8f0b-05c2ce37b923 2026-07-09 05:11:30.505 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f26e12e-a0b2-46ca-bc74-12ebbd0bb30a 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1352] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:30 2026] GET /v2.0/ports/cd9311a8-3e80-48f8-80a7-20fb1909e4b7 => 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: 701/1353] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:30 2026] POST /v2.0/networks => generated 617 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1354] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/security-groups/7da11e73-b328-4601-965e-536af32a0754 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1355] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/subnets/e001aab6-1c91-4de2-bea0-28aefa75f955 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1356] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:30 2026] DELETE /v2.0/networks/de09f662-1a12-4ca2-8d6f-373b9a44749d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1357] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:30 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-07-09 05:11:30.898 7 INFO neutron.db.segments_db [None req-7bef73c2-d9dc-4c74-934f-2439388977f2 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] Added segment c13bf173-beb6-4525-b73f-06cdbe9065a5 of type vxlan for network a38e27c4-0728-47ce-a5f3-0ee11c3cb479 [pid: 7|app: 0|req: 704/1358] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:30 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1359] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:30 2026] POST /v2.0/ports => generated 928 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:31.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7776762-1203-4a2a-88eb-e2302621b843 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] TaaS: Handle Delete Port: fff711cd-8255-44ea-8c86-ade8f5270a80 2026-07-09 05:11:31.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7776762-1203-4a2a-88eb-e2302621b843 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] Tap Mirror: Handle Delete Port: fff711cd-8255-44ea-8c86-ade8f5270a80 [pid: 7|app: 0|req: 705/1360] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:30 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1361] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:31 2026] DELETE /v2.0/ports/fff711cd-8255-44ea-8c86-ade8f5270a80 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:31.381 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c787d26-6335-4b0f-a3fe-0c575fc7524a 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 657/1362] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:31 2026] GET /v2.0/ports/fff711cd-8255-44ea-8c86-ade8f5270a80 => 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: 658/1363] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:31 2026] DELETE /v2.0/subnets/48eff23c-06b1-468f-8aea-2a6f46986775 => 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: 706/1364] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:31 2026] POST /v2.0/ports => generated 915 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:31.663 8 INFO neutron.services.segments.plugin [-] Segment 38fffee0-da66-4b39-9ca5-6cb7c868bd81 resource provider aggregate not found 2026-07-09 05:11:31.668 8 INFO neutron.services.segments.plugin [-] Segment 38fffee0-da66-4b39-9ca5-6cb7c868bd81 resource provider aggregate not found 2026-07-09 05:11:31.687 8 INFO neutron.services.segments.plugin [-] Segment 38fffee0-da66-4b39-9ca5-6cb7c868bd81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38fffee0-da66-4b39-9ca5-6cb7c868bd81 found for delete ", "request_id": "req-7420ef49-1bfe-46d7-a2c1-42308285c9c2"}]} 2026-07-09 05:11:31.693 8 INFO neutron.services.segments.plugin [-] Segment 38fffee0-da66-4b39-9ca5-6cb7c868bd81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38fffee0-da66-4b39-9ca5-6cb7c868bd81 found for delete ", "request_id": "req-fe0b5487-e529-4850-9e8b-773406cfbe16"}]} [pid: 8|app: 0|req: 659/1365] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:31 2026] DELETE /v2.0/networks/973c3a1b-7e15-47d2-8f0b-05c2ce37b923 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:31.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bcbcd22-62fb-45e7-9f59-e868c5e29f2e 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] TaaS: Handle Delete Port: e5da4d95-3044-47dc-b97d-6239a1ccec8e 2026-07-09 05:11:31.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bcbcd22-62fb-45e7-9f59-e868c5e29f2e 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] Tap Mirror: Handle Delete Port: e5da4d95-3044-47dc-b97d-6239a1ccec8e [pid: 7|app: 0|req: 707/1366] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:31 2026] DELETE /v2.0/ports/e5da4d95-3044-47dc-b97d-6239a1ccec8e => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:31.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c52cb03-4b94-4590-bdbf-4d02bf8608b4 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1367] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:31 2026] GET /v2.0/ports/e5da4d95-3044-47dc-b97d-6239a1ccec8e => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1368] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:31 2026] POST /v2.0/ports => generated 779 bytes in 232 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: 709/1369] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:31 2026] DELETE /v2.0/subnets/8de68d0e-7efc-46fc-8efb-8f1d1a5e1783 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1370] 10.0.0.27 () {34 vars in 736 bytes} [Thu Jul 9 05:11:31 2026] PUT /v2.0/ports/8a65435b-7554-472e-9ee7-ff81bd362cfb => generated 752 bytes in 137 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: 710/1371] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/networks/a38e27c4-0728-47ce-a5f3-0ee11c3cb479 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:32.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6d18d71-e693-4d17-8a1a-5286836f1982 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] TaaS: Handle Delete Port: 8a65435b-7554-472e-9ee7-ff81bd362cfb 2026-07-09 05:11:32.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6d18d71-e693-4d17-8a1a-5286836f1982 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] Tap Mirror: Handle Delete Port: 8a65435b-7554-472e-9ee7-ff81bd362cfb [pid: 8|app: 0|req: 662/1372] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/ports/8a65435b-7554-472e-9ee7-ff81bd362cfb => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1373] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:11:32 2026] GET /v2.0/ports => generated 782 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:32.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3fcbbc3-8230-43d1-bf17-14bd7f88305f 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1374] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:32 2026] GET /v2.0/ports/8a65435b-7554-472e-9ee7-ff81bd362cfb => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1375] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:11:32 2026] GET /v2.0/ports => generated 782 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1376] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:32 2026] GET /v2.0/ports/f1908482-529f-4571-8546-ea85a8c8032a => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:32.427 8 INFO neutron.pecan_wsgi.hooks.translation [None req-876f8e43-2eb0-4cf4-99b5-4e493df45e8d 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 667/1377] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/ports/fff711cd-8255-44ea-8c86-ade8f5270a80 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:32.439 7 INFO neutron.services.segments.plugin [-] Segment 44fcc918-17de-4889-a880-8925122c429f resource provider aggregate not found 2026-07-09 05:11:32.446 7 INFO neutron.services.segments.plugin [-] Segment 44fcc918-17de-4889-a880-8925122c429f resource provider aggregate not found 2026-07-09 05:11:32.449 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59b3756f-95f7-4116-b292-01aa01688623 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1378] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/subnets/48eff23c-06b1-468f-8aea-2a6f46986775 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1379] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:11:32 2026] POST /v2.0/ports => generated 775 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:32.458 7 INFO neutron.services.segments.plugin [-] Segment 44fcc918-17de-4889-a880-8925122c429f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fcc918-17de-4889-a880-8925122c429f found for delete ", "request_id": "req-bfc3b047-3c49-4541-9eff-4a00ef1a44dc"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:11:32.466 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7724375-07da-4bec-99c7-66030176dbd7 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] DELETE failed (client error): The resource could not be found. 2026-07-09 05:11:32.467 7 INFO neutron.services.segments.plugin [-] Segment 44fcc918-17de-4889-a880-8925122c429f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fcc918-17de-4889-a880-8925122c429f found for delete ", "request_id": "req-7acb2bb7-b9f1-4aca-936e-857c26e4a665"}]} [pid: 8|app: 0|req: 669/1380] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/subnets/baf1866b-c68a-4adf-91d4-a8fe336e6094 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:32.492 7 INFO neutron.services.segments.plugin [-] Segment c13bf173-beb6-4525-b73f-06cdbe9065a5 resource provider aggregate not found 2026-07-09 05:11:32.493 7 INFO neutron.services.segments.plugin [-] Segment c13bf173-beb6-4525-b73f-06cdbe9065a5 resource provider aggregate not found 2026-07-09 05:11:32.520 7 INFO neutron.services.segments.plugin [-] Segment c13bf173-beb6-4525-b73f-06cdbe9065a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c13bf173-beb6-4525-b73f-06cdbe9065a5 found for delete ", "request_id": "req-bbe297a1-631f-4b56-9958-311083c7960c"}]} 2026-07-09 05:11:32.522 7 INFO neutron.services.segments.plugin [-] Segment c13bf173-beb6-4525-b73f-06cdbe9065a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c13bf173-beb6-4525-b73f-06cdbe9065a5 found for delete ", "request_id": "req-1c797286-df37-4046-a7bc-225c478d4050"}]} 2026-07-09 05:11:32.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-24fa508b-2118-4f50-b636-1d6d694b9223 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] TaaS: Handle Delete Port: f1908482-529f-4571-8546-ea85a8c8032a 2026-07-09 05:11:32.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24fa508b-2118-4f50-b636-1d6d694b9223 04829bad0d5c490a8303c24533849f66 77a175aee7aa4a17ae92fb1e01766bc4 - - default default] Tap Mirror: Handle Delete Port: f1908482-529f-4571-8546-ea85a8c8032a [pid: 7|app: 0|req: 712/1381] 10.0.0.27 () {34 vars in 736 bytes} [Thu Jul 9 05:11:32 2026] PUT /v2.0/ports/d782db5a-060d-406c-a989-f97d437f27f7 => generated 752 bytes in 218 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: 670/1382] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/ports/f1908482-529f-4571-8546-ea85a8c8032a => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:32.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-56e9e7e1-6d19-4b4e-9a2d-015813315b6e 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] TaaS: Handle Delete Port: d782db5a-060d-406c-a989-f97d437f27f7 2026-07-09 05:11:32.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56e9e7e1-6d19-4b4e-9a2d-015813315b6e 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] Tap Mirror: Handle Delete Port: d782db5a-060d-406c-a989-f97d437f27f7 [pid: 8|app: 0|req: 671/1383] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/networks/627b134f-8d71-45ea-9d9d-1aca32767eea => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1384] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:32 2026] DELETE /v2.0/ports/d782db5a-060d-406c-a989-f97d437f27f7 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1385] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:11:32 2026] GET /v2.0/ports => generated 777 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:32.955 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f2110cc-21bc-454f-9d21-f921f8e42904 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1386] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:32 2026] GET /v2.0/ports/d782db5a-060d-406c-a989-f97d437f27f7 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1387] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:11:32 2026] GET /v2.0/ports => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1388] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:33 2026] GET /v2.0/ports/e74dc9d5-4b7b-44d6-9422-cb39195bd6a9 => generated 774 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:33.085 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f10a6a7-e64d-42d5-b0c4-e851396a3c65 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1389] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:33 2026] DELETE /v2.0/ports/e5da4d95-3044-47dc-b97d-6239a1ccec8e => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:33.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a69b52a2-d54f-478c-a0d8-ad76c418e85b 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1390] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:33 2026] DELETE /v2.0/subnets/8de68d0e-7efc-46fc-8efb-8f1d1a5e1783 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:33.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5cb4a45-63ba-4c7e-ab7d-59a20969c830 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1391] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:33 2026] DELETE /v2.0/subnets/e001aab6-1c91-4de2-bea0-28aefa75f955 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:33.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-9542f3ef-b5db-4b6e-88d1-64281551a022 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] TaaS: Handle Delete Port: e74dc9d5-4b7b-44d6-9422-cb39195bd6a9 2026-07-09 05:11:33.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9542f3ef-b5db-4b6e-88d1-64281551a022 900bd5c983a04e009c2538010caadd21 4bfe5c03b366453e951c7c3ac78cb8f1 - - default default] Tap Mirror: Handle Delete Port: e74dc9d5-4b7b-44d6-9422-cb39195bd6a9 [pid: 7|app: 0|req: 717/1392] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:33 2026] DELETE /v2.0/ports/e74dc9d5-4b7b-44d6-9422-cb39195bd6a9 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1393] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:33 2026] DELETE /v2.0/networks/268e5e99-5c8a-4fe5-91f5-811f378f8bb8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1394] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:33 2026] GET /v2.0/security-groups?tenant_id=77a175aee7aa4a17ae92fb1e01766bc4&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1395] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:33 2026] DELETE /v2.0/security-groups/7e61f51e-3a24-4773-91b5-b3d3d24e068c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:33.710 8 INFO neutron.services.segments.plugin [-] Segment b569c336-0b46-4158-8ad1-cff06d49b7d0 resource provider aggregate not found 2026-07-09 05:11:33.715 8 INFO neutron.services.segments.plugin [-] Segment b569c336-0b46-4158-8ad1-cff06d49b7d0 resource provider aggregate not found 2026-07-09 05:11:33.726 8 INFO neutron.services.segments.plugin [-] Segment b569c336-0b46-4158-8ad1-cff06d49b7d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b569c336-0b46-4158-8ad1-cff06d49b7d0 found for delete ", "request_id": "req-d88e9d75-436c-4a84-9cd0-2c31d96e5acd"}]} 2026-07-09 05:11:33.732 8 INFO neutron.services.segments.plugin [-] Segment b569c336-0b46-4158-8ad1-cff06d49b7d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b569c336-0b46-4158-8ad1-cff06d49b7d0 found for delete ", "request_id": "req-67c5310a-877c-425f-94dd-ced495ea2da7"}]} [pid: 7|app: 0|req: 720/1396] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:33 2026] GET /v2.0/security-groups?tenant_id=4bfe5c03b366453e951c7c3ac78cb8f1&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: 721/1397] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:34 2026] DELETE /v2.0/security-groups/da7ec4d0-0ef3-4991-a012-a7953f929205 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:34.541 7 INFO neutron.services.segments.plugin [-] Segment a8ad53ad-ee68-46bc-93fb-b391e5ffd806 resource provider aggregate not found 2026-07-09 05:11:34.545 7 INFO neutron.services.segments.plugin [-] Segment a8ad53ad-ee68-46bc-93fb-b391e5ffd806 resource provider aggregate not found [pid: 8|app: 0|req: 677/1398] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:11:33 2026] POST /v2.0/floatingips => generated 552 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:34.569 7 INFO neutron.services.segments.plugin [-] Segment a8ad53ad-ee68-46bc-93fb-b391e5ffd806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8ad53ad-ee68-46bc-93fb-b391e5ffd806 found for delete ", "request_id": "req-b1ffc40b-cbaa-4fc9-8449-ee7914aa0646"}]} 2026-07-09 05:11:34.571 7 INFO neutron.services.segments.plugin [-] Segment a8ad53ad-ee68-46bc-93fb-b391e5ffd806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8ad53ad-ee68-46bc-93fb-b391e5ffd806 found for delete ", "request_id": "req-b67a8ad3-28ad-4927-a4ef-6829c3cdf551"}]} [pid: 7|app: 0|req: 722/1399] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:11:34 2026] PUT /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1400] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:11:34 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1401] 10.0.0.27 () {34 vars in 769 bytes} [Thu Jul 9 05:11:34 2026] PUT /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1402] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:11:34 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/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: 724/1403] 10.0.0.27 () {34 vars in 765 bytes} [Thu Jul 9 05:11:34 2026] PUT /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags/red => 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: 680/1404] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:11:34 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/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: 725/1407] 10.0.0.27 () {34 vars in 787 bytes} [Thu Jul 9 05:11:34 2026] PUT /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1408] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:11:35 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1409] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:11:35 2026] PUT /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1410] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:11:35 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/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: 727/1411] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:35 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:35.313 8 INFO neutron.api.v2.resource [None req-f50ef2b1-a665-4824-b823-749416d7ab32 a4b1918233f24cd7bc22ed02821013e8 91d952c3147448e28a6a30a41a7331fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 685/1412] 10.0.0.27 () {32 vars in 750 bytes} [Thu Jul 9 05:11:35 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1413] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:11:35 2026] DELETE /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1414] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:11:35 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:35.492 7 INFO neutron.api.v2.resource [None req-e6ed63dc-0638-488b-95be-7576ef3392c5 a4b1918233f24cd7bc22ed02821013e8 91d952c3147448e28a6a30a41a7331fc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1415] 10.0.0.27 () {32 vars in 753 bytes} [Thu Jul 9 05:11:35 2026] DELETE /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/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: 687/1416] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:11:35 2026] DELETE /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1417] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:11:35 2026] GET /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:35.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-648a3fdb-8a04-4de8-b030-bc94b2249855 a4b1918233f24cd7bc22ed02821013e8 91d952c3147448e28a6a30a41a7331fc - - default default] TaaS: Handle Delete Port: 4d8eac93-432b-48c1-af74-ec2f95ba2a18 2026-07-09 05:11:35.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-648a3fdb-8a04-4de8-b030-bc94b2249855 a4b1918233f24cd7bc22ed02821013e8 91d952c3147448e28a6a30a41a7331fc - - default default] Tap Mirror: Handle Delete Port: 4d8eac93-432b-48c1-af74-ec2f95ba2a18 [pid: 8|app: 0|req: 688/1418] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:35 2026] DELETE /v2.0/floatingips/6e07ba12-e6fd-4956-b4a4-59d5e523b2b6 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1419] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:11:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1420] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:11:36 2026] GET /v2.0/security-groups => generated 4530 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1421] 10.0.0.27 () {34 vars in 757 bytes} [Thu Jul 9 05:11:36 2026] PUT /v2.0/security-groups/689dfb79-394f-439f-a6e0-937c1643de99 => generated 1663 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1422] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:11:36 2026] GET /v2.0/security-groups/689dfb79-394f-439f-a6e0-937c1643de99 => generated 1663 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1423] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:36 2026] DELETE /v2.0/security-groups/689dfb79-394f-439f-a6e0-937c1643de99 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1424] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:11:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:36.518 7 INFO neutron.api.v2.resource [None req-56492ea2-624d-44f8-9d05-3f4b8acc9608 70b279bb0b0745d88b43a3ac7d820867 147525be6eac4a49be2089ce38924b63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1425] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:36 2026] DELETE /v2.0/security-groups/689dfb79-394f-439f-a6e0-937c1643de99 => 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: 692/1426] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:11:36 2026] POST /v2.0/security-groups => generated 1625 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1427] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:11:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1428] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:36 2026] GET /v2.0/security-group-rules/8f33e926-3ce1-43e9-bc25-3990554b660b => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1429] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:11:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1430] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:11:36 2026] DELETE /v2.0/security-group-rules/8f33e926-3ce1-43e9-bc25-3990554b660b => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1431] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:36 2026] GET /v2.0/security-groups?tenant_id=91d952c3147448e28a6a30a41a7331fc&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1432] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:11:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1433] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:36 2026] DELETE /v2.0/security-groups/e046bcad-7406-456f-9307-577d1682f231 => 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: 698/1434] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:11:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1435] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-group-rules/1f4967fb-c373-4779-b4da-156dd32c4f3b => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1436] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1437] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-groups?tenant_id=d44a24e710f7419bbbc184a6ffa6f338&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1438] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:11:37 2026] DELETE /v2.0/security-group-rules/1f4967fb-c373-4779-b4da-156dd32c4f3b => 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: 737/1439] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-groups?tenant_id=cbc44763963b4b079514c3b0eddc9468&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1440] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1441] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:37 2026] DELETE /v2.0/security-groups/488c2c49-ce7c-484c-bc38-a2ef5ebdc653 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1442] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:37 2026] DELETE /v2.0/security-groups/e4bbea41-fa24-4ac9-85c3-af84385477bc => 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: 704/1443] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:11:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1444] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-group-rules/79dd7485-9dbc-4fbc-bc4e-267dfd71721d => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1445] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1446] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:11:37 2026] DELETE /v2.0/security-group-rules/79dd7485-9dbc-4fbc-bc4e-267dfd71721d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1447] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:11:37 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: 7|app: 0|req: 742/1448] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:37 2026] DELETE /v2.0/security-groups/a93a0300-37bc-4579-8823-b88d79a145fb => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1449] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1450] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:11:37 2026] GET /v2.0/security-groups => 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: 708/1451] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:38 2026] GET /v2.0/security-groups?tenant_id=147525be6eac4a49be2089ce38924b63&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1452] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:38 2026] DELETE /v2.0/security-groups/b921cfb4-2902-4053-a3e4-1c2694745ed2 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1453] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:11:39 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1454] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:39 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1455] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:11:40 2026] POST /v2.0/security-groups => generated 1601 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1456] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:40 2026] GET /v2.0/security-groups?tenant_id=4ced3412b8d34221b917faa5192c4898&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1457] 10.0.0.27 () {34 vars in 766 bytes} [Thu Jul 9 05:11:41 2026] PUT /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1458] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1459] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:41 2026] DELETE /v2.0/security-groups/4ac94cf2-c86e-4067-9825-5b02f5c5daa5 => 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: 713/1460] 10.0.0.27 () {34 vars in 777 bytes} [Thu Jul 9 05:11:41 2026] PUT /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1461] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1462] 10.0.0.27 () {34 vars in 773 bytes} [Thu Jul 9 05:11:41 2026] PUT /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1463] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/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: 715/1464] 10.0.0.27 () {34 vars in 795 bytes} [Thu Jul 9 05:11:41 2026] PUT /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1465] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1466] 10.0.0.27 () {34 vars in 766 bytes} [Thu Jul 9 05:11:41 2026] PUT /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/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: 751/1467] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1468] 10.0.0.27 () {32 vars in 754 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:41.654 7 INFO neutron.api.v2.resource [None req-c2214a8c-5d86-434a-b5a3-971a78d1f1ee 6d30feec4f684fbf901983387b533dda 2a539d89b995440aae2a8fcc2158833e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1469] 10.0.0.27 () {32 vars in 758 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/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: 718/1470] 10.0.0.27 () {32 vars in 757 bytes} [Thu Jul 9 05:11:41 2026] DELETE /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1471] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:41.791 8 INFO neutron.api.v2.resource [None req-ce5046e7-bbf4-4c56-945c-eba14208d178 6d30feec4f684fbf901983387b533dda 2a539d89b995440aae2a8fcc2158833e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 719/1472] 10.0.0.27 () {32 vars in 761 bytes} [Thu Jul 9 05:11:41 2026] DELETE /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1473] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:11:41 2026] DELETE /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1474] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:11:41 2026] GET /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1475] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:41 2026] DELETE /v2.0/security-groups/160b126a-efc4-420e-a4c0-e189eec656fb => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1476] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:42 2026] GET /v2.0/security-groups?tenant_id=2a539d89b995440aae2a8fcc2158833e&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1477] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:42 2026] DELETE /v2.0/security-groups/b4d52326-42b6-4266-9d8e-868aa3b06f44 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:43.004 8 INFO neutron.db.segments_db [None req-eb9f5597-2f13-41fd-8256-0b67a44eded6 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment c2164a14-8f74-4c10-9537-2dc3200d5160 of type vxlan for network 79178a51-9f96-4e7c-a61c-ee3edc5132ed [pid: 7|app: 0|req: 757/1478] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:42 2026] GET /v2.0/security-groups?tenant_id=8866754cc6ad4fbeaad88147ee81526c&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1479] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:11:42 2026] POST /v2.0/networks => generated 721 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1480] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:43 2026] DELETE /v2.0/security-groups/ec8781b4-fd90-4986-b06d-8e26e331473f => 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: 723/1481] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:43 2026] POST /v2.0/subnets => generated 687 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:11:43.327 7 INFO neutron.db.segments_db [None req-5bbac7cc-9d91-43ad-a46c-90dee567458b 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 8b081f99-ea40-4c60-90e6-f93da4dabb48 of type vxlan for network ad957456-7513-40d1-83db-72a357986afe 2026-07-09 05:11:43.645 7 INFO neutron.db.l3_hamode_db [None req-5bbac7cc-9d91-43ad-a46c-90dee567458b 5fba8b1ace6d499baac40eddf8097d08 b1157b0cebf04127bac1af371d26f9df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:11:44.541 7 INFO neutron.db.l3_hamode_db [None req-5bbac7cc-9d91-43ad-a46c-90dee567458b 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 759/1482] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:11:43 2026] POST /v2.0/routers => generated 727 bytes in 2144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1483] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:11:45 2026] PUT /v2.0/routers/52684636-c9f1-4f6c-a58f-a79f9d23e6c4/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:46.860 7 INFO neutron.db.segments_db [None req-f5438954-e68b-400a-86aa-fc8debc4bb4d 0ca84873f5874982a9ea8f99c64e3a62 75b9eae0930244448b5bf3aacc75009b - - default default] Added segment c2c8d760-bc52-4d9d-87bf-2273a5d4ac20 of type vxlan for network 985f0fd2-a287-4317-8926-291ae1b68e3b [pid: 7|app: 0|req: 760/1484] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:46 2026] POST /v2.0/networks => generated 613 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1485] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:11:46 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: 7|app: 0|req: 761/1486] 10.0.0.27 () {34 vars in 665 bytes} [Thu Jul 9 05:11:47 2026] POST /v2.0/trunks => generated 407 bytes in 287 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: 726/1487] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:11:47 2026] PUT /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1488] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:47 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1489] 10.0.0.27 () {34 vars in 759 bytes} [Thu Jul 9 05:11:47 2026] PUT /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1490] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:47 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1491] 10.0.0.27 () {34 vars in 755 bytes} [Thu Jul 9 05:11:47 2026] PUT /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1492] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:47 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1493] 10.0.0.27 () {34 vars in 777 bytes} [Thu Jul 9 05:11:47 2026] PUT /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1494] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:47 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1495] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:11:47 2026] PUT /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1496] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:47 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1497] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:11:47 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:47.994 7 INFO neutron.api.v2.resource [None req-d6db2583-bbca-44ca-afbe-d3e59d6dba44 0ca84873f5874982a9ea8f99c64e3a62 75b9eae0930244448b5bf3aacc75009b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 767/1498] 10.0.0.27 () {32 vars in 740 bytes} [Thu Jul 9 05:11:47 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1499] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:48 2026] DELETE /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags/red => 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: 768/1500] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:48.107 8 INFO neutron.api.v2.resource [None req-4db662ca-585d-4cbd-9725-988f68a75a2b 0ca84873f5874982a9ea8f99c64e3a62 75b9eae0930244448b5bf3aacc75009b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 733/1501] 10.0.0.27 () {32 vars in 743 bytes} [Thu Jul 9 05:11:48 2026] DELETE /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1502] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:48 2026] DELETE /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => 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: 734/1503] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb/tags => 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: 770/1504] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb => 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: 735/1505] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/ports/bbb1130f-6e8f-42dd-8e60-4926bf19b7b9 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1506] 10.0.0.27 () {32 vars in 721 bytes} [Thu Jul 9 05:11:48 2026] DELETE /v2.0/trunks/b2d5f0ad-4fea-4c06-a259-edb8c2beb8bb => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:48.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-fee06480-598e-4d99-a571-9e6d6169832b 0ca84873f5874982a9ea8f99c64e3a62 75b9eae0930244448b5bf3aacc75009b - - default default] TaaS: Handle Delete Port: bbb1130f-6e8f-42dd-8e60-4926bf19b7b9 2026-07-09 05:11:48.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fee06480-598e-4d99-a571-9e6d6169832b 0ca84873f5874982a9ea8f99c64e3a62 75b9eae0930244448b5bf3aacc75009b - - default default] Tap Mirror: Handle Delete Port: bbb1130f-6e8f-42dd-8e60-4926bf19b7b9 [pid: 8|app: 0|req: 736/1507] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:11:48 2026] DELETE /v2.0/ports/bbb1130f-6e8f-42dd-8e60-4926bf19b7b9 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1508] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1509] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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-07-09 05:11:48.790 8 INFO neutron.services.segments.plugin [-] Segment c2c8d760-bc52-4d9d-87bf-2273a5d4ac20 resource provider aggregate not found 2026-07-09 05:11:48.795 8 INFO neutron.services.segments.plugin [-] Segment c2c8d760-bc52-4d9d-87bf-2273a5d4ac20 resource provider aggregate not found 2026-07-09 05:11:48.815 8 INFO neutron.services.segments.plugin [-] Segment c2c8d760-bc52-4d9d-87bf-2273a5d4ac20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2c8d760-bc52-4d9d-87bf-2273a5d4ac20 found for delete ", "request_id": "req-4852ecda-5300-4b35-8076-b35f47fa5fc4"}]} [pid: 8|app: 0|req: 737/1510] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:48 2026] DELETE /v2.0/networks/985f0fd2-a287-4317-8926-291ae1b68e3b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:48.821 8 INFO neutron.services.segments.plugin [-] Segment c2c8d760-bc52-4d9d-87bf-2273a5d4ac20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2c8d760-bc52-4d9d-87bf-2273a5d4ac20 found for delete ", "request_id": "req-c85791a4-e9da-4e64-a67b-2fdd0818b85a"}]} [pid: 7|app: 0|req: 774/1511] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/networks?id=79178a51-9f96-4e7c-a61c-ee3edc5132ed => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1512] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/quotas/b1157b0cebf04127bac1af371d26f9df => 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: 775/1513] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/ports?tenant_id=b1157b0cebf04127bac1af371d26f9df&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1514] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1515] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 740/1516] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:11:48 2026] GET /v2.0/networks/79178a51-9f96-4e7c-a61c-ee3edc5132ed?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: 777/1517] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:11:49 2026] GET /v2.0/networks/79178a51-9f96-4e7c-a61c-ee3edc5132ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1518] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:49 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => 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: 778/1519] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:49 2026] GET /v2.0/security-groups?tenant_id=75b9eae0930244448b5bf3aacc75009b&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: 742/1520] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:49 2026] DELETE /v2.0/security-groups/f11a84ba-779d-4f5d-adf1-d4b139a9ccac => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1523] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:49 2026] GET /v2.0/security-groups?tenant_id=a1c2edf480d74535aa022d0a37fdd9fb&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: 780/1524] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:50 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 781/1525] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:50 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&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: 745/1526] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:50 2026] DELETE /v2.0/security-groups/26e531e4-897a-4181-b369-55e9a6190198 => 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: 746/1527] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:50 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1528] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:50 2026] GET /v2.0/security-groups?tenant_id=9788a069fe814115bb11a8c9a9f31ef7&name=default => generated 2925 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1529] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:50 2026] DELETE /v2.0/security-groups/690c2b25-8bf3-4b58-8738-77aa34c1d885 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1530] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:51 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1531] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:51 2026] GET /v2.0/security-groups?id=6afcfbc4-58b4-4a2a-ac6a-2b88539f7195&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1532] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:11:51 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1533] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:51 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:51.508 8 INFO neutron_taas.services.taas.taas_plugin [req-543c8fc4-aba6-4e0f-af30-1ee6db3ea7dc req-b783b542-acc1-4a24-a7a6-92c38c4680ef 77a9c9bd195f4efb8227690f5cc4dcc2 8665f89150054394822d668106679204 - - default default] TaaS: Handle Delete Port: 70d095ed-0aa0-4a66-a520-debe799ab495 2026-07-09 05:11:51.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-543c8fc4-aba6-4e0f-af30-1ee6db3ea7dc req-b783b542-acc1-4a24-a7a6-92c38c4680ef 77a9c9bd195f4efb8227690f5cc4dcc2 8665f89150054394822d668106679204 - - default default] Tap Mirror: Handle Delete Port: 70d095ed-0aa0-4a66-a520-debe799ab495 2026-07-09 05:11:51.637 8 INFO neutron.db.l3_db [req-543c8fc4-aba6-4e0f-af30-1ee6db3ea7dc req-b783b542-acc1-4a24-a7a6-92c38c4680ef 77a9c9bd195f4efb8227690f5cc4dcc2 8665f89150054394822d668106679204 - - default default] Floating IP f70e5249-ff37-498b-9a4c-7c874142b715 disassociated. External IP: 10.96.250.219, port: 70d095ed-0aa0-4a66-a520-debe799ab495. [pid: 8|app: 0|req: 749/1534] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:11:51 2026] DELETE /v2.0/ports/70d095ed-0aa0-4a66-a520-debe799ab495 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:52.085 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d87fe7d-e4a2-4b38-a41c-f33451031400'] response: {'server_uuid': '4b9bc56e-19c6-46da-8a24-3bd5588e9d32', 'name': 'network-vif-deleted', 'tag': '70d095ed-0aa0-4a66-a520-debe799ab495', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 786/1535] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:52 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 750/1536] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:52 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => 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: 787/1537] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:53 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1538] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:11:53 2026] GET /v2.0/networks?id=79178a51-9f96-4e7c-a61c-ee3edc5132ed => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1539] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:53 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:54.079 8 INFO neutron.db.segments_db [None req-4ae760dd-e275-49d2-b0f7-94fb3197575d 369093e932f44f0086a7f868f19dbc65 08778bf9a9234f75a1493554d0ec946a - - default default] Added segment 37e6f6e9-3bbc-457f-a3cc-4954478acc4d of type vxlan for network ee3f471b-345a-4431-a49f-7def3408f18f [pid: 7|app: 0|req: 788/1540] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:11:53 2026] POST /v2.0/ports => generated 958 bytes in 479 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: 753/1541] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:53 2026] POST /v2.0/networks => generated 612 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1542] 10.0.0.237 () {32 vars in 801 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/extensions => generated 21537 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-09 05:11:54.249 8 INFO neutron.db.segments_db [None req-6190c613-1e20-4e40-bfc6-a1ce80de579a 369093e932f44f0086a7f868f19dbc65 08778bf9a9234f75a1493554d0ec946a - - default default] Added segment c67095e0-7fdf-451d-b626-e96958574edd of type vxlan for network f8d6ec3c-3a13-4006-91b2-0831a414d41e [pid: 8|app: 0|req: 755/1543] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:11:54 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1544] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:11:54 2026] PUT /v2.0/networks/ee3f471b-345a-4431-a49f-7def3408f18f/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1545] 10.0.0.237 () {30 vars in 724 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/quotas/4eeb2a40f13a4f04a5809611d7f70d58/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1546] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:11:54 2026] PUT /v2.0/ports/a3fdc279-e9f3-4233-8f2f-092713c09e19 => generated 1239 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1547] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/networks/ee3f471b-345a-4431-a49f-7def3408f18f/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:11:54.635 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edb5425d-ad36-44cf-96a1-a7469916c652'] response: {'name': 'network-changed', 'server_uuid': 'd74a327f-3208-4e84-af01-9f9ec13f8fe8', 'tag': 'a3fdc279-e9f3-4233-8f2f-092713c09e19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 790/1548] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:11:54 2026] PUT /v2.0/networks/f8d6ec3c-3a13-4006-91b2-0831a414d41e/tags => generated 17 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1549] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/ports?device_id=4b9bc56e-19c6-46da-8a24-3bd5588e9d32 => 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: 791/1550] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/networks/f8d6ec3c-3a13-4006-91b2-0831a414d41e/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1551] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1552] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:11:54 2026] PUT /v2.0/networks/f8d6ec3c-3a13-4006-91b2-0831a414d41e/tags => generated 12 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1553] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1554] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/networks/f8d6ec3c-3a13-4006-91b2-0831a414d41e/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1555] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:11:54 2026] GET /v2.0/networks/ee3f471b-345a-4431-a49f-7def3408f18f/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:11:55.040 8 INFO neutron.services.segments.plugin [-] Segment 37e6f6e9-3bbc-457f-a3cc-4954478acc4d resource provider aggregate not found 2026-07-09 05:11:55.047 8 INFO neutron.services.segments.plugin [-] Segment 37e6f6e9-3bbc-457f-a3cc-4954478acc4d resource provider aggregate not found 2026-07-09 05:11:55.066 8 INFO neutron.services.segments.plugin [-] Segment 37e6f6e9-3bbc-457f-a3cc-4954478acc4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37e6f6e9-3bbc-457f-a3cc-4954478acc4d found for delete ", "request_id": "req-6df5debc-17e3-4268-af8d-4acb62e53d2c"}]} [pid: 8|app: 0|req: 762/1556] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:54 2026] DELETE /v2.0/networks/ee3f471b-345a-4431-a49f-7def3408f18f => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:55.079 8 INFO neutron.services.segments.plugin [-] Segment 37e6f6e9-3bbc-457f-a3cc-4954478acc4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37e6f6e9-3bbc-457f-a3cc-4954478acc4d found for delete ", "request_id": "req-86df601f-281d-4de3-828c-9eaa8bf6a5a7"}]} [pid: 8|app: 0|req: 763/1557] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:11:55 2026] GET /v2.0/ports?tenant_id=b1157b0cebf04127bac1af371d26f9df&device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:11:55.190 7 INFO neutron.services.segments.plugin [-] Segment c67095e0-7fdf-451d-b626-e96958574edd resource provider aggregate not found 2026-07-09 05:11:55.200 7 INFO neutron.services.segments.plugin [-] Segment c67095e0-7fdf-451d-b626-e96958574edd resource provider aggregate not found 2026-07-09 05:11:55.208 7 INFO neutron.services.segments.plugin [-] Segment c67095e0-7fdf-451d-b626-e96958574edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c67095e0-7fdf-451d-b626-e96958574edd found for delete ", "request_id": "req-82e2e97a-bee4-4547-b6d8-24437e0d1939"}]} [pid: 7|app: 0|req: 795/1558] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:55 2026] DELETE /v2.0/networks/f8d6ec3c-3a13-4006-91b2-0831a414d41e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:55.225 7 INFO neutron.services.segments.plugin [-] Segment c67095e0-7fdf-451d-b626-e96958574edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c67095e0-7fdf-451d-b626-e96958574edd found for delete ", "request_id": "req-3188cb1d-f06d-46a6-ac4f-a89cbcf1bdc7"}]} [pid: 8|app: 0|req: 764/1559] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:11:55 2026] GET /v2.0/networks?tenant_id=b1157b0cebf04127bac1af371d26f9df&shared=False => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1560] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:11:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1561] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:55 2026] DELETE /v2.0/security-groups/6afcfbc4-58b4-4a2a-ac6a-2b88539f7195 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:55.923 7 INFO neutron.api.v2.resource [None req-2cebaee0-3685-4efb-8539-d55034504951 77a9c9bd195f4efb8227690f5cc4dcc2 8665f89150054394822d668106679204 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1562] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:11:55 2026] GET /v2.0/security-groups/6afcfbc4-58b4-4a2a-ac6a-2b88539f7195 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:11:56.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-015b91cc-a023-439f-b05e-8570651f7bba 77a9c9bd195f4efb8227690f5cc4dcc2 8665f89150054394822d668106679204 - - default default] TaaS: Handle Delete Port: e3853fcb-542c-4f99-8cdd-b309f53c3702 2026-07-09 05:11:56.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-015b91cc-a023-439f-b05e-8570651f7bba 77a9c9bd195f4efb8227690f5cc4dcc2 8665f89150054394822d668106679204 - - default default] Tap Mirror: Handle Delete Port: e3853fcb-542c-4f99-8cdd-b309f53c3702 [pid: 8|app: 0|req: 766/1563] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:55 2026] GET /v2.0/security-groups?tenant_id=34814a6880074197a9238bc09f879722&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1564] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1565] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:56 2026] DELETE /v2.0/security-groups/8ed2cd08-6986-4a5f-8e01-e25466913efe => 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: 769/1566] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1567] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/ports?tenant_id=b1157b0cebf04127bac1af371d26f9df&device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1568] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a3fdc279-e9f3-4233-8f2f-092713c09e19 => 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: 772/1569] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/subnets?id=df424ba1-0c27-4a22-b2a9-4eec06a91802 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1570] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/security-groups?tenant_id=08778bf9a9234f75a1493554d0ec946a&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1571] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/ports?network_id=79178a51-9f96-4e7c-a61c-ee3edc5132ed&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1572] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:56 2026] DELETE /v2.0/security-groups/80918d5f-6dfd-4a2e-bd35-5811d5706578 => 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: 776/1573] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/networks/79178a51-9f96-4e7c-a61c-ee3edc5132ed?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: 777/1574] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:11:56 2026] GET /v2.0/networks/79178a51-9f96-4e7c-a61c-ee3edc5132ed?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: 798/1575] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:11:55 2026] DELETE /v2.0/floatingips/f70e5249-ff37-498b-9a4c-7c874142b715 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:57.148 8 INFO neutron_taas.services.taas.taas_plugin [None req-dee93d7b-5cfd-45a4-b303-d5826ea9932c 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: ab013b10-78af-417e-8ff9-724ea7047507 2026-07-09 05:11:57.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dee93d7b-5cfd-45a4-b303-d5826ea9932c 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: ab013b10-78af-417e-8ff9-724ea7047507 [pid: 7|app: 0|req: 799/1576] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:57 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1577] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:57 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&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: 801/1578] 10.0.0.237 () {32 vars in 801 bytes} [Thu Jul 9 05:11:57 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: 8|app: 0|req: 778/1579] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:11:56 2026] PUT /v2.0/routers/af805f43-bbca-4f97-8e12-153de3e1ce86/remove_router_interface => generated 309 bytes in 1088 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1580] 10.0.0.237 () {30 vars in 724 bytes} [Thu Jul 9 05:11:57 2026] GET /v2.0/quotas/4eeb2a40f13a4f04a5809611d7f70d58/details => generated 847 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:11:58.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-155634a8-b851-42c2-9da2-31018b6b45a2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 91400701-b17e-4f09-9fa4-f7652bc403f0 2026-07-09 05:11:58.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155634a8-b851-42c2-9da2-31018b6b45a2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 91400701-b17e-4f09-9fa4-f7652bc403f0 2026-07-09 05:11:58.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-155634a8-b851-42c2-9da2-31018b6b45a2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 07453036-5d86-4fa9-a9c4-6bf93f39b72e 2026-07-09 05:11:58.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155634a8-b851-42c2-9da2-31018b6b45a2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 07453036-5d86-4fa9-a9c4-6bf93f39b72e 2026-07-09 05:11:58.594 7 INFO neutron.services.segments.plugin [-] Segment edd28958-7c35-4155-97ae-a4b48ff19628 resource provider aggregate not found 2026-07-09 05:11:58.614 7 INFO neutron.services.segments.plugin [-] Segment edd28958-7c35-4155-97ae-a4b48ff19628 resource provider aggregate not found 2026-07-09 05:11:58.615 7 INFO neutron.services.segments.plugin [-] Segment edd28958-7c35-4155-97ae-a4b48ff19628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd28958-7c35-4155-97ae-a4b48ff19628 found for delete ", "request_id": "req-c0239f61-42b5-4cd7-a1f9-72fd0ce0011d"}]} 2026-07-09 05:11:58.624 7 INFO neutron.db.l3_hamode_db [None req-155634a8-b851-42c2-9da2-31018b6b45a2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network 19efc838-c303-4d41-957c-debf27e9bdb6 was deleted as no HA routers are present in tenant 8665f89150054394822d668106679204. [pid: 7|app: 0|req: 802/1581] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:57 2026] DELETE /v2.0/routers/af805f43-bbca-4f97-8e12-153de3e1ce86 => generated 0 bytes in 775 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:11:58.635 7 INFO neutron.services.segments.plugin [-] Segment edd28958-7c35-4155-97ae-a4b48ff19628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd28958-7c35-4155-97ae-a4b48ff19628 found for delete ", "request_id": "req-441486e6-b9dc-4112-bb46-b3d27d8aa86d"}]} [pid: 8|app: 0|req: 780/1582] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:58 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1583] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:58 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&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: 803/1584] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:11:58 2026] DELETE /v2.0/subnets/2f43483f-e2f5-4cc8-bab0-f1a373de64d5 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:58.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e9b31b7-1f9c-499a-95ed-83d1f20041b2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 83820002-a993-4595-a2af-69ba9279c5d0 2026-07-09 05:11:58.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e9b31b7-1f9c-499a-95ed-83d1f20041b2 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 83820002-a993-4595-a2af-69ba9279c5d0 2026-07-09 05:11:59.055 8 INFO neutron.services.segments.plugin [-] Segment 41746c90-9224-4de8-995b-e5a7e6829108 resource provider aggregate not found 2026-07-09 05:11:59.072 8 INFO neutron.services.segments.plugin [-] Segment 41746c90-9224-4de8-995b-e5a7e6829108 resource provider aggregate not found 2026-07-09 05:11:59.078 8 INFO neutron.services.segments.plugin [-] Segment 41746c90-9224-4de8-995b-e5a7e6829108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41746c90-9224-4de8-995b-e5a7e6829108 found for delete ", "request_id": "req-77a785ba-0bc9-469b-80ec-a2fad3842ab9"}]} [pid: 8|app: 0|req: 782/1585] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:11:58 2026] DELETE /v2.0/networks/9b26a15e-4c1e-4b19-aa4c-c89e65ec98e2 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:11:59.092 8 INFO neutron.services.segments.plugin [-] Segment 41746c90-9224-4de8-995b-e5a7e6829108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41746c90-9224-4de8-995b-e5a7e6829108 found for delete ", "request_id": "req-21b89b81-90bd-4ee7-9d5e-6d39ede11fa5"}]} [pid: 7|app: 0|req: 804/1586] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:11:59 2026] GET /v2.0/security-groups?tenant_id=8665f89150054394822d668106679204&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1587] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:11:59 2026] DELETE /v2.0/security-groups/196b297f-b012-466d-8a51-72d53e61e7bd => 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: 805/1588] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:11:59 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1589] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:11:59 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1590] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:00 2026] GET /v2.0/security-groups?tenant_id=7116ad0ea955496a90ec66dbb206c5c2&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1591] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:01 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1592] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:00 2026] DELETE /v2.0/security-groups/55ddaa95-6ea8-4e95-8b69-a533c4a4705d => 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: 808/1593] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:01 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1594] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:01 2026] GET /v2.0/security-groups?tenant_id=4e1e15b8d4174f5c956ae8a5d1689495&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1595] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:01 2026] DELETE /v2.0/security-groups/4dfd295d-337b-49cb-b892-9f3915bf0c7d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1596] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:01 2026] GET /v2.0/security-groups?tenant_id=4eeb2a40f13a4f04a5809611d7f70d58&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1597] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:01 2026] DELETE /v2.0/security-groups/5ec53bcc-2511-4277-b726-6031657b5a01 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:01.701 8 INFO neutron.db.segments_db [None req-8a98ce6c-5df1-4fc9-9fde-69b952095d18 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 00baf441-9c4f-4c87-9f6a-66baea2ee941 of type vxlan for network 57b3d321-9f98-410b-a1f9-52a527703462 [pid: 8|app: 0|req: 788/1598] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:12:01 2026] POST /v2.0/networks => generated 727 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1599] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:12:01 2026] POST /v2.0/subnets => generated 693 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:02.013 8 INFO neutron.db.segments_db [None req-14d2f7af-0bab-41cd-b41b-940bdeb0f8d5 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment d1734fef-6b39-488e-9a74-bbbd00ad8e01 of type vxlan for network 7f3476b0-2fc2-4117-a8a7-e357c8a532a7 [pid: 7|app: 0|req: 812/1600] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:02 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1601] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:02 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:02.268 8 INFO neutron.db.l3_hamode_db [None req-14d2f7af-0bab-41cd-b41b-940bdeb0f8d5 5fba8b1ace6d499baac40eddf8097d08 005cb87a788d45759a2674901780c41c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:12:03.557 8 INFO neutron.db.l3_hamode_db [None req-14d2f7af-0bab-41cd-b41b-940bdeb0f8d5 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 814/1602] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:03 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1603] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:03 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&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: 8|app: 0|req: 789/1604] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:12:01 2026] POST /v2.0/routers => generated 733 bytes in 2569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1605] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:04 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1606] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:04 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&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: 816/1609] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:12:04 2026] PUT /v2.0/routers/78db3402-3c28-4118-b370-9cd19a7e0491/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:06.026 8 INFO neutron.db.segments_db [None req-4acd582e-5ad0-4004-aa53-9d5d725e2085 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Added segment ba5a6bc1-038d-4de0-a362-7b721f8aa843 of type vxlan for network 82645ebd-0018-429e-aa74-a372093b9ae2 [pid: 8|app: 0|req: 794/1610] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:05 2026] POST /v2.0/networks => generated 613 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1611] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1612] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1613] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/security-groups?id=f084ddeb-8c12-4d1e-90e2-ebc662f9aae4&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:06.298 8 INFO neutron_taas.services.taas.taas_plugin [req-a1c7cf2f-2c60-4ca8-bf8f-7919ead57f1d req-5c14f22a-fb44-450f-a9b0-25c92ee4de56 6040a8ea2e3c4d09ba76bf35226bb813 b1157b0cebf04127bac1af371d26f9df - - default default] TaaS: Handle Delete Port: a3fdc279-e9f3-4233-8f2f-092713c09e19 2026-07-09 05:12:06.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a1c7cf2f-2c60-4ca8-bf8f-7919ead57f1d req-5c14f22a-fb44-450f-a9b0-25c92ee4de56 6040a8ea2e3c4d09ba76bf35226bb813 b1157b0cebf04127bac1af371d26f9df - - default default] Tap Mirror: Handle Delete Port: a3fdc279-e9f3-4233-8f2f-092713c09e19 [pid: 8|app: 0|req: 797/1614] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:12:06 2026] DELETE /v2.0/ports/a3fdc279-e9f3-4233-8f2f-092713c09e19 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:06.514 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70e95e4a-5caa-4909-88ec-d5382f1ecd08'] response: {'server_uuid': 'd74a327f-3208-4e84-af01-9f9ec13f8fe8', 'name': 'network-vif-deleted', 'tag': 'a3fdc279-e9f3-4233-8f2f-092713c09e19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 818/1615] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:06 2026] POST /v2.0/ports => generated 743 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:06.616 8 INFO neutron.db.segments_db [None req-e65dc758-dc07-4e5a-8f9d-e26e621cdba0 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Added segment add88dc5-2cb8-4290-83cc-d10f0789346e of type vxlan for network aa1e6bf0-2e41-4cd7-8e44-173a273dd1dc /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: 819/1616] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/networks?id=57b3d321-9f98-410b-a1f9-52a527703462 => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1617] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/quotas/005cb87a788d45759a2674901780c41c => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1618] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:06 2026] POST /v2.0/networks => generated 613 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1619] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/ports?tenant_id=005cb87a788d45759a2674901780c41c&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1620] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/networks/57b3d321-9f98-410b-a1f9-52a527703462?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1621] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:12:06 2026] GET /v2.0/networks/57b3d321-9f98-410b-a1f9-52a527703462?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: 7|app: 0|req: 821/1622] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:06 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:07.127 8 INFO neutron.db.segments_db [None req-c7cc28a6-eba4-42a3-9e59-3b75cc9df3f4 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Added segment e0e0f9bb-ca75-4c2f-91a5-c3acdc1009fb of type vxlan for network 39e9f1a6-097a-42cd-858e-55fcaa8f1993 /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: 822/1623] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:07 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => 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: 802/1624] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:07 2026] POST /v2.0/networks => generated 613 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1625] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:07 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => 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: 823/1626] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:07 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:07.636 8 INFO neutron.db.segments_db [None req-d36e3110-4a4f-4499-9468-051965bd7e51 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Added segment cb395bc0-555d-42de-a45f-8ece3ae975ab of type vxlan for network 0687e552-a0d0-4c38-b473-09892ba055aa [pid: 8|app: 0|req: 804/1627] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:07 2026] POST /v2.0/networks => generated 611 bytes in 209 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: 824/1628] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:07 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:08.146 8 INFO neutron.db.segments_db [None req-3f234a07-4d27-416e-a3b7-c2c8fa77ca82 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Added segment 1ffc37eb-c658-4c25-a368-a4a76ac09d9d of type vxlan for network edfb293e-6919-4eda-a7aa-f66cc458af3f /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/1629] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:08 2026] POST /v2.0/networks => generated 612 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1630] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:08 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => 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: 826/1631] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:08 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1632] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:08 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) [pid: 7|app: 0|req: 827/1633] 10.0.0.27 () {34 vars in 746 bytes} [Thu Jul 9 05:12:08 2026] PUT /v2.0/ports/fa09e3ca-d8a8-4327-9fad-09c78586b6f1/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 807/1634] 10.0.0.27 () {34 vars in 746 bytes} [Thu Jul 9 05:12:08 2026] PUT /v2.0/ports/6287fa7e-ae18-4756-8c60-1605e0217f1d/tags => generated 25 bytes in 66 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: 828/1635] 10.0.0.27 () {34 vars in 746 bytes} [Thu Jul 9 05:12:08 2026] PUT /v2.0/ports/e3b684dd-7460-4469-a445-0099b98a5d7d/tags => generated 34 bytes in 67 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: 808/1636] 10.0.0.27 () {34 vars in 746 bytes} [Thu Jul 9 05:12:08 2026] PUT /v2.0/ports/d3a9dc3f-1ffa-4171-80e5-3c36ba345067/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 829/1637] 10.0.0.27 () {32 vars in 659 bytes} [Thu Jul 9 05:12:08 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 75 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: 809/1638] 10.0.0.27 () {32 vars in 673 bytes} [Thu Jul 9 05:12:08 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1639] 10.0.0.27 () {32 vars in 669 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1640] 10.0.0.27 () {32 vars in 681 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1641] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => 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: 831/1642] 10.0.0.27 () {32 vars in 667 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1643] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?device_id=d74a327f-3208-4e84-af01-9f9ec13f8fe8 => 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: 812/1644] 10.0.0.27 () {32 vars in 681 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1645] 10.0.0.27 () {32 vars in 677 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1646] 10.0.0.27 () {32 vars in 689 bytes} [Thu Jul 9 05:12:09 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:09.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-afd38e0c-527b-4830-81e0-a55c25cf4d7f 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] TaaS: Handle Delete Port: fa09e3ca-d8a8-4327-9fad-09c78586b6f1 2026-07-09 05:12:09.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afd38e0c-527b-4830-81e0-a55c25cf4d7f 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Tap Mirror: Handle Delete Port: fa09e3ca-d8a8-4327-9fad-09c78586b6f1 [pid: 7|app: 0|req: 834/1647] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:09 2026] DELETE /v2.0/ports/fa09e3ca-d8a8-4327-9fad-09c78586b6f1 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:09.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6c0a6dc-af20-41d8-abf8-7f14207a6c9c 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] TaaS: Handle Delete Port: 6287fa7e-ae18-4756-8c60-1605e0217f1d 2026-07-09 05:12:09.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6c0a6dc-af20-41d8-abf8-7f14207a6c9c 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Tap Mirror: Handle Delete Port: 6287fa7e-ae18-4756-8c60-1605e0217f1d [pid: 8|app: 0|req: 814/1648] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:09 2026] DELETE /v2.0/ports/6287fa7e-ae18-4756-8c60-1605e0217f1d => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:10.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-16f670fd-47c9-46e8-be65-fcb8056d4e38 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] TaaS: Handle Delete Port: e3b684dd-7460-4469-a445-0099b98a5d7d 2026-07-09 05:12:10.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16f670fd-47c9-46e8-be65-fcb8056d4e38 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Tap Mirror: Handle Delete Port: e3b684dd-7460-4469-a445-0099b98a5d7d [pid: 7|app: 0|req: 835/1649] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:10 2026] DELETE /v2.0/ports/e3b684dd-7460-4469-a445-0099b98a5d7d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:10.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6a75a9d-0034-4984-84ab-5c72758a8e15 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] TaaS: Handle Delete Port: d3a9dc3f-1ffa-4171-80e5-3c36ba345067 2026-07-09 05:12:10.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6a75a9d-0034-4984-84ab-5c72758a8e15 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Tap Mirror: Handle Delete Port: d3a9dc3f-1ffa-4171-80e5-3c36ba345067 [pid: 7|app: 0|req: 836/1650] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:10 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => 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: 815/1651] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:10 2026] DELETE /v2.0/ports/d3a9dc3f-1ffa-4171-80e5-3c36ba345067 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:10.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-14f05d3a-9d13-419a-8a5e-80433d9cb882 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] TaaS: Handle Delete Port: 1f91a07e-0fde-482d-ab91-4dc0b8e9c806 2026-07-09 05:12:10.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14f05d3a-9d13-419a-8a5e-80433d9cb882 5fcdb43acea0428c857f2f0f6e2077a8 fa1c603c2336450db575aa0d3f3487b0 - - default default] Tap Mirror: Handle Delete Port: 1f91a07e-0fde-482d-ab91-4dc0b8e9c806 [pid: 7|app: 0|req: 837/1652] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:10 2026] DELETE /v2.0/ports/1f91a07e-0fde-482d-ab91-4dc0b8e9c806 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:10.837 8 INFO neutron.services.segments.plugin [-] Segment ba5a6bc1-038d-4de0-a362-7b721f8aa843 resource provider aggregate not found 2026-07-09 05:12:10.841 8 INFO neutron.services.segments.plugin [-] Segment ba5a6bc1-038d-4de0-a362-7b721f8aa843 resource provider aggregate not found 2026-07-09 05:12:10.859 8 INFO neutron.services.segments.plugin [-] Segment ba5a6bc1-038d-4de0-a362-7b721f8aa843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba5a6bc1-038d-4de0-a362-7b721f8aa843 found for delete ", "request_id": "req-7cda242d-a974-4946-a5d7-ce1125b3d71c"}]} 2026-07-09 05:12:10.861 8 INFO neutron.services.segments.plugin [-] Segment ba5a6bc1-038d-4de0-a362-7b721f8aa843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba5a6bc1-038d-4de0-a362-7b721f8aa843 found for delete ", "request_id": "req-73291f68-5cc5-4566-b5e0-222133d6cad3"}]} [pid: 8|app: 0|req: 816/1653] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:10 2026] DELETE /v2.0/networks/82645ebd-0018-429e-aa74-a372093b9ae2 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:11.004 7 INFO neutron.services.segments.plugin [-] Segment add88dc5-2cb8-4290-83cc-d10f0789346e resource provider aggregate not found 2026-07-09 05:12:11.005 7 INFO neutron.services.segments.plugin [-] Segment add88dc5-2cb8-4290-83cc-d10f0789346e resource provider aggregate not found 2026-07-09 05:12:11.029 7 INFO neutron.services.segments.plugin [-] Segment add88dc5-2cb8-4290-83cc-d10f0789346e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add88dc5-2cb8-4290-83cc-d10f0789346e found for delete ", "request_id": "req-90921c24-1caf-43f7-8630-c6cf00635af2"}]} 2026-07-09 05:12:11.030 7 INFO neutron.services.segments.plugin [-] Segment add88dc5-2cb8-4290-83cc-d10f0789346e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add88dc5-2cb8-4290-83cc-d10f0789346e found for delete ", "request_id": "req-e00d6bc3-c64c-4764-9e13-85839c53a40b"}]} [pid: 7|app: 0|req: 838/1654] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:10 2026] DELETE /v2.0/networks/aa1e6bf0-2e41-4cd7-8e44-173a273dd1dc => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1655] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:11 2026] DELETE /v2.0/networks/39e9f1a6-097a-42cd-858e-55fcaa8f1993 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1656] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:11 2026] DELETE /v2.0/networks/0687e552-a0d0-4c38-b473-09892ba055aa => 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: 818/1657] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:11 2026] DELETE /v2.0/networks/edfb293e-6919-4eda-a7aa-f66cc458af3f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1658] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:11 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1659] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:12:11 2026] GET /v2.0/networks?id=57b3d321-9f98-410b-a1f9-52a527703462 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1660] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:12:11 2026] POST /v2.0/ports => generated 954 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:12:12.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3577c45-5771-4d0e-8eaf-3974fa8b86b9 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: bee11e65-8e71-486d-ab61-64602a4229c3 2026-07-09 05:12:12.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3577c45-5771-4d0e-8eaf-3974fa8b86b9 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: bee11e65-8e71-486d-ab61-64602a4229c3 [pid: 7|app: 0|req: 842/1661] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:12:12 2026] PUT /v2.0/ports/2ad4bfce-5ea3-4555-8490-71c896f8879f => generated 1235 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:12.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0caf34a5-8464-4276-abe1-070827a7f2e9'] response: {'name': 'network-changed', 'server_uuid': '56f3029f-5dd2-4219-b0d7-8040b790c166', 'tag': '2ad4bfce-5ea3-4555-8490-71c896f8879f', '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: 843/1662] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:12 2026] GET /v2.0/security-groups?tenant_id=fa1c603c2336450db575aa0d3f3487b0&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1663] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:12 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1664] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:12:11 2026] PUT /v2.0/routers/52684636-c9f1-4f6c-a58f-a79f9d23e6c4/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1665] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:12 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&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-07-09 05:12:12.887 8 INFO neutron.services.segments.plugin [-] Segment e0e0f9bb-ca75-4c2f-91a5-c3acdc1009fb resource provider aggregate not found 2026-07-09 05:12:12.888 8 INFO neutron.services.segments.plugin [-] Segment e0e0f9bb-ca75-4c2f-91a5-c3acdc1009fb resource provider aggregate not found 2026-07-09 05:12:12.905 8 INFO neutron.services.segments.plugin [-] Segment e0e0f9bb-ca75-4c2f-91a5-c3acdc1009fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e0f9bb-ca75-4c2f-91a5-c3acdc1009fb found for delete ", "request_id": "req-22215358-7cfe-4a76-bdb0-63bd417e623b"}]} [pid: 7|app: 0|req: 845/1666] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:12 2026] DELETE /v2.0/security-groups/4e9112f3-cbed-415a-941d-e6ce4bcd8318 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:12.918 8 INFO neutron.services.segments.plugin [-] Segment e0e0f9bb-ca75-4c2f-91a5-c3acdc1009fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e0f9bb-ca75-4c2f-91a5-c3acdc1009fb found for delete ", "request_id": "req-c51de013-dada-49f0-83b6-a2076e21afa7"}]} 2026-07-09 05:12:12.930 8 INFO neutron.services.segments.plugin [-] Segment 1ffc37eb-c658-4c25-a368-a4a76ac09d9d resource provider aggregate not found 2026-07-09 05:12:12.941 8 INFO neutron.services.segments.plugin [-] Segment 1ffc37eb-c658-4c25-a368-a4a76ac09d9d resource provider aggregate not found 2026-07-09 05:12:12.962 8 INFO neutron.services.segments.plugin [-] Segment 1ffc37eb-c658-4c25-a368-a4a76ac09d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ffc37eb-c658-4c25-a368-a4a76ac09d9d found for delete ", "request_id": "req-5d8ea952-c9d0-43cf-8719-3721f4f2d76e"}]} 2026-07-09 05:12:12.968 8 INFO neutron.services.segments.plugin [-] Segment 1ffc37eb-c658-4c25-a368-a4a76ac09d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ffc37eb-c658-4c25-a368-a4a76ac09d9d found for delete ", "request_id": "req-88f7b6e6-e162-4674-b75a-5df3b214fd2d"}]} 2026-07-09 05:12:13.061 7 INFO neutron.services.segments.plugin [-] Segment cb395bc0-555d-42de-a45f-8ece3ae975ab resource provider aggregate not found 2026-07-09 05:12:13.067 7 INFO neutron.services.segments.plugin [-] Segment cb395bc0-555d-42de-a45f-8ece3ae975ab resource provider aggregate not found 2026-07-09 05:12:13.081 7 INFO neutron.services.segments.plugin [-] Segment cb395bc0-555d-42de-a45f-8ece3ae975ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb395bc0-555d-42de-a45f-8ece3ae975ab found for delete ", "request_id": "req-bc027c67-0151-40dd-9dc3-3ddb345bf738"}]} 2026-07-09 05:12:13.093 7 INFO neutron.services.segments.plugin [-] Segment cb395bc0-555d-42de-a45f-8ece3ae975ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb395bc0-555d-42de-a45f-8ece3ae975ab found for delete ", "request_id": "req-6beb3154-4399-4c10-bc32-c54d8c350893"}]} 2026-07-09 05:12:13.112 8 INFO neutron_taas.services.taas.taas_plugin [None req-97d82358-25a0-467f-8d8e-0cedd442c8e4 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 832df513-8bf4-4464-8384-af67255d1db6 2026-07-09 05:12:13.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97d82358-25a0-467f-8d8e-0cedd442c8e4 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 832df513-8bf4-4464-8384-af67255d1db6 [pid: 7|app: 0|req: 846/1667] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:13 2026] GET /v2.0/security-groups?tenant_id=2ef339674a184d0995602ef1f140f859&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: 847/1668] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:12:13 2026] GET /v2.0/ports?tenant_id=005cb87a788d45759a2674901780c41c&device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1669] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:13 2026] DELETE /v2.0/security-groups/fbafe859-2456-4466-9c0a-bb0d832d6334 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1670] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:12:13 2026] GET /v2.0/networks?tenant_id=005cb87a788d45759a2674901780c41c&shared=False => generated 774 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:13.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-97d82358-25a0-467f-8d8e-0cedd442c8e4 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 2b7230ee-5c9a-4ed7-8e2c-08a5741a62dd 2026-07-09 05:12:13.388 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97d82358-25a0-467f-8d8e-0cedd442c8e4 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 2b7230ee-5c9a-4ed7-8e2c-08a5741a62dd [pid: 7|app: 0|req: 850/1671] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:12:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1672] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:13 2026] GET /v2.0/security-groups?tenant_id=e7ac8c40b4cf4a12a0b7951330b4a97f&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:13.774 8 INFO neutron.db.l3_hamode_db [None req-97d82358-25a0-467f-8d8e-0cedd442c8e4 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network ad957456-7513-40d1-83db-72a357986afe was deleted as no HA routers are present in tenant b1157b0cebf04127bac1af371d26f9df. [pid: 8|app: 0|req: 822/1673] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:12:12 2026] DELETE /v2.0/routers/52684636-c9f1-4f6c-a58f-a79f9d23e6c4 => generated 0 bytes in 900 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1674] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:13 2026] DELETE /v2.0/security-groups/7b72018d-d9f1-4a95-bb11-62f441ad30e7 => 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: 823/1675] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:12:13 2026] DELETE /v2.0/subnets/df424ba1-0c27-4a22-b2a9-4eec06a91802 => 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: 824/1676] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:13 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:14.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a860f15-0b9c-4fae-a78d-38d8f9c9cbb9 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: ff7b19ae-d021-4acb-aaa8-0aef067431fb 2026-07-09 05:12:14.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a860f15-0b9c-4fae-a78d-38d8f9c9cbb9 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: ff7b19ae-d021-4acb-aaa8-0aef067431fb [pid: 8|app: 0|req: 825/1677] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1678] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:13 2026] DELETE /v2.0/networks/79178a51-9f96-4e7c-a61c-ee3edc5132ed => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1679] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/ports?tenant_id=005cb87a788d45759a2674901780c41c&device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1680] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/security-groups?tenant_id=b1157b0cebf04127bac1af371d26f9df&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1681] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2ad4bfce-5ea3-4555-8490-71c896f8879f => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1682] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/subnets?id=80bf2029-caa5-427a-9e5f-476dbc39f7d1 => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1683] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/ports?network_id=57b3d321-9f98-410b-a1f9-52a527703462&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: 855/1684] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:14 2026] DELETE /v2.0/security-groups/f084ddeb-8c12-4d1e-90e2-ebc662f9aae4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1685] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/networks/57b3d321-9f98-410b-a1f9-52a527703462?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1686] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:12:14 2026] GET /v2.0/networks/57b3d321-9f98-410b-a1f9-52a527703462?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) 2026-07-09 05:12:14.986 8 INFO neutron.services.segments.plugin [-] Segment 8b081f99-ea40-4c60-90e6-f93da4dabb48 resource provider aggregate not found 2026-07-09 05:12:14.990 8 INFO neutron.services.segments.plugin [-] Segment 8b081f99-ea40-4c60-90e6-f93da4dabb48 resource provider aggregate not found 2026-07-09 05:12:15.010 8 INFO neutron.services.segments.plugin [-] Segment 8b081f99-ea40-4c60-90e6-f93da4dabb48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b081f99-ea40-4c60-90e6-f93da4dabb48 found for delete ", "request_id": "req-21120d03-0a2d-4316-a485-52d1698c9bb6"}]} 2026-07-09 05:12:15.010 8 INFO neutron.services.segments.plugin [-] Segment 8b081f99-ea40-4c60-90e6-f93da4dabb48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b081f99-ea40-4c60-90e6-f93da4dabb48 found for delete ", "request_id": "req-a9f57a7e-3a07-4d7c-85e8-3973e76369c7"}]} 2026-07-09 05:12:15.106 7 INFO neutron.services.segments.plugin [-] Segment c2164a14-8f74-4c10-9537-2dc3200d5160 resource provider aggregate not found 2026-07-09 05:12:15.117 7 INFO neutron.services.segments.plugin [-] Segment c2164a14-8f74-4c10-9537-2dc3200d5160 resource provider aggregate not found 2026-07-09 05:12:15.127 7 INFO neutron.services.segments.plugin [-] Segment c2164a14-8f74-4c10-9537-2dc3200d5160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2164a14-8f74-4c10-9537-2dc3200d5160 found for delete ", "request_id": "req-f8bd9279-63f1-4c63-9fa8-fe1d58b484a3"}]} 2026-07-09 05:12:15.128 7 INFO neutron.services.segments.plugin [-] Segment c2164a14-8f74-4c10-9537-2dc3200d5160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2164a14-8f74-4c10-9537-2dc3200d5160 found for delete ", "request_id": "req-ef296929-0823-4e88-96f2-80e552d030a2"}]} [pid: 8|app: 0|req: 831/1687] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:15 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1688] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:15 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&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: 832/1689] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:16 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => 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: 858/1690] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:16 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1691] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:17 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1692] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:17 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&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: 8|app: 0|req: 834/1693] 10.0.0.27 () {34 vars in 677 bytes} [Thu Jul 9 05:12:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1694] 10.0.0.27 () {34 vars in 677 bytes} [Thu Jul 9 05:12:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1695] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:18 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1696] 10.0.0.27 () {34 vars in 677 bytes} [Thu Jul 9 05:12:18 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: 836/1697] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:18 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1698] 10.0.0.27 () {34 vars in 677 bytes} [Thu Jul 9 05:12:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1699] 10.0.0.27 () {34 vars in 677 bytes} [Thu Jul 9 05:12:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1700] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:12:18 2026] PUT /v2.0/policies/a98ad45e-ae4a-47b1-ad5f-ac210c0dc9cb/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1701] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:12:18 2026] PUT /v2.0/policies/33f46c9a-7dd0-4f33-aee3-7e3e3dfa67b8/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1702] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:12:18 2026] PUT /v2.0/policies/8d21323b-a87f-4987-868d-9ab5bcd4a505/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1703] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:12:18 2026] PUT /v2.0/policies/1426eb2b-3a1c-4439-810f-99cd67219e94/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1704] 10.0.0.27 () {32 vars in 673 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1705] 10.0.0.27 () {32 vars in 687 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1706] 10.0.0.27 () {32 vars in 683 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1707] 10.0.0.27 () {32 vars in 695 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1708] 10.0.0.27 () {32 vars in 681 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1709] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1710] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1711] 10.0.0.27 () {32 vars in 695 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1712] 10.0.0.27 () {32 vars in 691 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1713] 10.0.0.27 () {32 vars in 703 bytes} [Thu Jul 9 05:12:19 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1716] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:12:19 2026] DELETE /v2.0/qos/policies/a98ad45e-ae4a-47b1-ad5f-ac210c0dc9cb => 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: 872/1717] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:12:20 2026] DELETE /v2.0/qos/policies/33f46c9a-7dd0-4f33-aee3-7e3e3dfa67b8 => 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: 846/1718] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:12:20 2026] DELETE /v2.0/qos/policies/8d21323b-a87f-4987-868d-9ab5bcd4a505 => 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: 847/1719] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:12:20 2026] DELETE /v2.0/qos/policies/1426eb2b-3a1c-4439-810f-99cd67219e94 => 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: 873/1720] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:20 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1721] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:20 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&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: 848/1722] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:12:20 2026] DELETE /v2.0/qos/policies/ad1ab5db-8f04-441b-a0de-8dd3600361e0 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1723] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:21 2026] GET /v2.0/security-groups?tenant_id=27c7175334cc42cc89cbbdf2f89cfbba&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1724] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:21 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1725] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:21 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1726] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:21 2026] DELETE /v2.0/security-groups/c717ad3f-a048-4751-a425-fc8531f111be => 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: 851/1727] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:21 2026] GET /v2.0/security-groups?tenant_id=82a75328840447b6bdd203ce0922e1de&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1728] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:21 2026] DELETE /v2.0/security-groups/ed77b5b6-d6e1-49a4-8440-421e6136dac4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1729] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:21 2026] GET /v2.0/security-groups?tenant_id=a8c0299f49714562a96a40ffc4527955&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1730] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:22 2026] DELETE /v2.0/security-groups/8f15f60c-e290-46b6-83c9-1b5e3bd0cbed => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1731] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:22 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1732] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:22 2026] GET /v2.0/security-groups?id=add7ff20-f912-409f-ac2e-bf48a079549b&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: 8|app: 0|req: 854/1733] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:12:22 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:22.692 7 INFO neutron_taas.services.taas.taas_plugin [req-75201072-0fc9-420e-b5c6-7d1072153f7d req-f81f38f7-5d89-404f-8f72-4236b1a967ed 8cf30e48583a40cb8a1c823de06c8c38 005cb87a788d45759a2674901780c41c - - default default] TaaS: Handle Delete Port: 2ad4bfce-5ea3-4555-8490-71c896f8879f 2026-07-09 05:12:22.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-75201072-0fc9-420e-b5c6-7d1072153f7d req-f81f38f7-5d89-404f-8f72-4236b1a967ed 8cf30e48583a40cb8a1c823de06c8c38 005cb87a788d45759a2674901780c41c - - default default] Tap Mirror: Handle Delete Port: 2ad4bfce-5ea3-4555-8490-71c896f8879f [pid: 7|app: 0|req: 880/1734] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:12:22 2026] DELETE /v2.0/ports/2ad4bfce-5ea3-4555-8490-71c896f8879f => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:22.844 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b451b06a-6bb1-44d5-8621-cc0efe7eff7b'] response: {'server_uuid': '56f3029f-5dd2-4219-b0d7-8040b790c166', 'name': 'network-vif-deleted', 'tag': '2ad4bfce-5ea3-4555-8490-71c896f8879f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 855/1735] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:23 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1736] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:24 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => 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: 881/1737] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:24 2026] GET /v2.0/security-groups?tenant_id=3ff39339af404bff970fa01a54d53fd7&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1738] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:24 2026] DELETE /v2.0/security-groups/43341356-7252-45c9-82f1-f49a8b3f24bd => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1739] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:25 2026] GET /v2.0/ports?device_id=56f3029f-5dd2-4219-b0d7-8040b790c166 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:26.644 8 INFO neutron.db.segments_db [None req-4396b7ac-1217-48cb-bdb0-afc7f6e8bbe9 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Added segment 7307c3c4-d52d-42ce-84c0-7b2c1ee76d1e of type vxlan for network 3e08e9a9-6722-43b9-93b1-b803f9f5c7ab [pid: 8|app: 0|req: 858/1740] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:26 2026] POST /v2.0/networks => generated 613 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1741] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:26 2026] POST /v2.0/ports => generated 743 bytes in 265 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: 884/1742] 10.0.0.27 () {34 vars in 665 bytes} [Thu Jul 9 05:12:27 2026] POST /v2.0/trunks => generated 407 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:27.199 7 INFO neutron.db.segments_db [None req-e43ea2ca-74b7-4b57-8abe-cd32fc5f6e9e e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Added segment db68c27d-cf09-48fc-9735-4b5ae549b4bf of type vxlan for network 36dd6e37-b276-4035-a5b7-fa1320770d84 [pid: 7|app: 0|req: 885/1743] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:27 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:27.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-2780f31b-4f0a-44f8-a657-ee5397ac1230 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 747a3c64-656b-44ac-ab80-4019a85a14c0 2026-07-09 05:12:27.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2780f31b-4f0a-44f8-a657-ee5397ac1230 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 747a3c64-656b-44ac-ab80-4019a85a14c0 [pid: 7|app: 0|req: 886/1744] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:27 2026] POST /v2.0/ports => generated 743 bytes in 335 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: 887/1745] 10.0.0.27 () {34 vars in 665 bytes} [Thu Jul 9 05:12:27 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1746] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:12:26 2026] PUT /v2.0/routers/78db3402-3c28-4118-b370-9cd19a7e0491/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:27.925 8 INFO neutron.db.segments_db [None req-0ba9f739-a7ab-4e01-bf26-5a4f760796cd e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Added segment fd6f902a-2390-43a7-84df-d27d051a8dc1 of type vxlan for network 2be892fa-1ba6-4539-9a1a-fdf85f3c8c34 [pid: 8|app: 0|req: 860/1747] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:27 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:28.187 7 INFO neutron.db.segments_db [None req-be4cde61-d8a2-4a30-81d6-61c96e97f246 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Added segment a14528ec-5a93-45a0-9226-ea233ad3257f of type vxlan for network daf062d7-f7f4-4241-8f4c-75f099052cec 2026-07-09 05:12:28.222 8 INFO neutron_taas.services.taas.taas_plugin [None req-083c6c5b-3199-4511-a4f9-5e7329f65555 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 1cdb8383-2249-40b4-8a4f-27ac7d89f16c 2026-07-09 05:12:28.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-083c6c5b-3199-4511-a4f9-5e7329f65555 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 1cdb8383-2249-40b4-8a4f-27ac7d89f16c [pid: 7|app: 0|req: 888/1748] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:12:27 2026] POST /v2.0/networks => generated 613 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:28.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-083c6c5b-3199-4511-a4f9-5e7329f65555 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 88834204-ddb1-4faa-a7ef-481c54a6aec7 2026-07-09 05:12:28.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-083c6c5b-3199-4511-a4f9-5e7329f65555 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 88834204-ddb1-4faa-a7ef-481c54a6aec7 [pid: 7|app: 0|req: 889/1749] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:28 2026] POST /v2.0/ports => generated 743 bytes in 294 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-07-09 05:12:28.612 7 INFO neutron.db.segments_db [None req-7bee1071-4464-48b6-9c9e-31ed8f78e029 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Added segment 5eda4d14-7942-45ce-84c6-ebb57cb22559 of type vxlan for network e7cbca88-7252-4e73-9743-bff79cee4d1b 2026-07-09 05:12:28.844 8 INFO neutron.services.segments.plugin [-] Segment d1734fef-6b39-488e-9a74-bbbd00ad8e01 resource provider aggregate not found 2026-07-09 05:12:28.848 8 INFO neutron.services.segments.plugin [-] Segment d1734fef-6b39-488e-9a74-bbbd00ad8e01 resource provider aggregate not found 2026-07-09 05:12:28.853 7 INFO neutron.db.l3_hamode_db [None req-7bee1071-4464-48b6-9c9e-31ed8f78e029 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:12:28.861 8 INFO neutron.services.segments.plugin [-] Segment d1734fef-6b39-488e-9a74-bbbd00ad8e01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1734fef-6b39-488e-9a74-bbbd00ad8e01 found for delete ", "request_id": "req-29fa0e78-d744-4004-9c44-88e5da2f6db4"}]} 2026-07-09 05:12:28.865 8 INFO neutron.services.segments.plugin [-] Segment d1734fef-6b39-488e-9a74-bbbd00ad8e01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1734fef-6b39-488e-9a74-bbbd00ad8e01 found for delete ", "request_id": "req-6f20860f-9a03-4f50-8249-10ff608a8c1c"}]} 2026-07-09 05:12:28.872 8 INFO neutron.db.l3_hamode_db [None req-083c6c5b-3199-4511-a4f9-5e7329f65555 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network 7f3476b0-2fc2-4117-a8a7-e357c8a532a7 was deleted as no HA routers are present in tenant 005cb87a788d45759a2674901780c41c. [pid: 8|app: 0|req: 861/1750] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:12:28 2026] DELETE /v2.0/routers/78db3402-3c28-4118-b370-9cd19a7e0491 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1751] 10.0.0.27 () {34 vars in 665 bytes} [Thu Jul 9 05:12:28 2026] POST /v2.0/trunks => generated 407 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1752] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:12:29 2026] DELETE /v2.0/subnets/80bf2029-caa5-427a-9e5f-476dbc39f7d1 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:29.301 8 INFO neutron.db.segments_db [None req-f5dd7682-1292-4459-9024-de081f9634e4 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Added segment 99e4da76-272b-454d-9b5f-eb43f5c25284 of type vxlan for network 63ba0227-8d39-4c00-b499-842ad00eb099 [pid: 8|app: 0|req: 864/1753] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:29 2026] POST /v2.0/networks => generated 613 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:29.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b00cca6-bde8-4945-89d5-3bca799f170d 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 7f7b5c15-3cfb-4bdb-9ecd-3477c0485267 2026-07-09 05:12:29.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b00cca6-bde8-4945-89d5-3bca799f170d 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 7f7b5c15-3cfb-4bdb-9ecd-3477c0485267 2026-07-09 05:12:29.611 7 INFO neutron.db.l3_hamode_db [None req-7bee1071-4464-48b6-9c9e-31ed8f78e029 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 865/1754] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:29 2026] DELETE /v2.0/networks/57b3d321-9f98-410b-a1f9-52a527703462 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1755] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:29 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: 867/1756] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:29 2026] GET /v2.0/security-groups?tenant_id=005cb87a788d45759a2674901780c41c&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: 868/1757] 10.0.0.27 () {34 vars in 665 bytes} [Thu Jul 9 05:12:30 2026] POST /v2.0/trunks => generated 407 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1758] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:30 2026] DELETE /v2.0/security-groups/add7ff20-f912-409f-ac2e-bf48a079549b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:30.302 8 INFO neutron.db.segments_db [None req-e927d590-335d-4614-916b-e66c26ff04b9 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Added segment 693b776c-8d24-4992-8b34-a49b6f83f5cb of type vxlan for network 2703d276-6635-4be3-afae-f2e1aecd262f [pid: 8|app: 0|req: 870/1759] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:30 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1760] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:12:28 2026] POST /v2.0/routers => generated 695 bytes in 1939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1761] 10.0.0.27 () {32 vars in 775 bytes} [Thu Jul 9 05:12:30 2026] GET /v2.0/subnets?project_id=650250096b3242afb0891b3da879b0da&cidr=10.100.0.0%2F28 => generated 14 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1762] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:12:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1763] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:12:30 2026] POST /v2.0/ports => generated 743 bytes in 326 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: 893/1764] 10.0.0.27 () {32 vars in 783 bytes} [Thu Jul 9 05:12:30 2026] GET /v2.0/subnets?network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:30.891 8 INFO neutron.services.segments.plugin [-] Segment 00baf441-9c4f-4c87-9f6a-66baea2ee941 resource provider aggregate not found 2026-07-09 05:12:30.898 8 INFO neutron.services.segments.plugin [-] Segment 00baf441-9c4f-4c87-9f6a-66baea2ee941 resource provider aggregate not found 2026-07-09 05:12:30.908 8 INFO neutron.services.segments.plugin [-] Segment 00baf441-9c4f-4c87-9f6a-66baea2ee941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00baf441-9c4f-4c87-9f6a-66baea2ee941 found for delete ", "request_id": "req-07bf15b2-e845-4b6b-83a4-512875786e75"}]} 2026-07-09 05:12:30.916 8 INFO neutron.services.segments.plugin [-] Segment 00baf441-9c4f-4c87-9f6a-66baea2ee941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00baf441-9c4f-4c87-9f6a-66baea2ee941 found for delete ", "request_id": "req-88b6098c-32f2-4b9a-8a3a-f97fd97d5256"}]} [pid: 8|app: 0|req: 872/1765] 10.0.0.27 () {34 vars in 665 bytes} [Thu Jul 9 05:12:30 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1766] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:12:30 2026] PUT /v2.0/trunks/f6fdb659-3834-4274-bee7-160e981125db/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1767] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:12:30 2026] PUT /v2.0/trunks/d5a6f1df-d79e-4330-8916-f5fe8cc6320f/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1768] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:12:30 2026] POST /v2.0/subnets => generated 657 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1769] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:12:31 2026] PUT /v2.0/trunks/3bbd7fb9-36fc-4f20-afd1-4fd9b35040f7/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1770] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:12:31 2026] PUT /v2.0/trunks/45ee2352-ccba-4fac-9732-d4d58d9245df/tags => 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: 877/1771] 10.0.0.27 () {32 vars in 661 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1772] 10.0.0.27 () {32 vars in 675 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1773] 10.0.0.27 () {32 vars in 671 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1774] 10.0.0.27 () {32 vars in 683 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1775] 10.0.0.27 () {32 vars in 669 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1776] 10.0.0.27 () {32 vars in 683 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1777] 10.0.0.27 () {32 vars in 679 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1778] 10.0.0.27 () {32 vars in 691 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1779] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks/f6fdb659-3834-4274-bee7-160e981125db => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1780] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/ports/9227aea9-753e-4b2b-8532-d9dc268da271 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1781] 10.0.0.27 () {32 vars in 721 bytes} [Thu Jul 9 05:12:31 2026] DELETE /v2.0/trunks/f6fdb659-3834-4274-bee7-160e981125db => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1782] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks/d5a6f1df-d79e-4330-8916-f5fe8cc6320f => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1783] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/ports/4b9e973c-8f80-4b81-9809-a00963102717 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1784] 10.0.0.27 () {32 vars in 721 bytes} [Thu Jul 9 05:12:31 2026] DELETE /v2.0/trunks/d5a6f1df-d79e-4330-8916-f5fe8cc6320f => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1785] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks/3bbd7fb9-36fc-4f20-afd1-4fd9b35040f7 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1786] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/ports/f21f5ecf-e2fe-4f2e-bc98-9dac10e58d6e => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1787] 10.0.0.27 () {32 vars in 721 bytes} [Thu Jul 9 05:12:31 2026] DELETE /v2.0/trunks/3bbd7fb9-36fc-4f20-afd1-4fd9b35040f7 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1788] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks/45ee2352-ccba-4fac-9732-d4d58d9245df => generated 414 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1789] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/ports/1db57e03-ed91-4f4b-ae98-5013acc0e9e3 => generated 826 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1790] 10.0.0.27 () {32 vars in 721 bytes} [Thu Jul 9 05:12:31 2026] DELETE /v2.0/trunks/45ee2352-ccba-4fac-9732-d4d58d9245df => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1791] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/trunks/519de632-c0a0-4eb1-a8ae-e58d737ec72a => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1792] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:12:31 2026] GET /v2.0/ports/00ffa0d8-b6e9-4c96-8adf-9c8a14789b4c => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1793] 10.0.0.27 () {32 vars in 721 bytes} [Thu Jul 9 05:12:31 2026] DELETE /v2.0/trunks/519de632-c0a0-4eb1-a8ae-e58d737ec72a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:32.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f2f9a03-6d89-4828-b864-6f3ec924f8f2 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] TaaS: Handle Delete Port: 9227aea9-753e-4b2b-8532-d9dc268da271 2026-07-09 05:12:32.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f2f9a03-6d89-4828-b864-6f3ec924f8f2 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Tap Mirror: Handle Delete Port: 9227aea9-753e-4b2b-8532-d9dc268da271 [pid: 8|app: 0|req: 900/1794] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:32 2026] DELETE /v2.0/ports/9227aea9-753e-4b2b-8532-d9dc268da271 => 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: 895/1795] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:12:31 2026] PUT /v2.0/routers/d7406b57-0e8f-464f-8332-77abe2cdea1f/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:32.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-32f051d8-1ec3-4fbc-a550-a63373ea21e3 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] TaaS: Handle Delete Port: 4b9e973c-8f80-4b81-9809-a00963102717 2026-07-09 05:12:32.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f051d8-1ec3-4fbc-a550-a63373ea21e3 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Tap Mirror: Handle Delete Port: 4b9e973c-8f80-4b81-9809-a00963102717 [pid: 7|app: 0|req: 896/1796] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:12:32 2026] GET /v2.0/networks => generated 7126 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1797] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:32 2026] DELETE /v2.0/ports/4b9e973c-8f80-4b81-9809-a00963102717 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1798] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:12:32 2026] GET /v2.0/subnets => generated 2595 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:32.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-12a025df-67bc-4b94-92ce-26a8a236ec6e e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] TaaS: Handle Delete Port: f21f5ecf-e2fe-4f2e-bc98-9dac10e58d6e 2026-07-09 05:12:32.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12a025df-67bc-4b94-92ce-26a8a236ec6e e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Tap Mirror: Handle Delete Port: f21f5ecf-e2fe-4f2e-bc98-9dac10e58d6e [pid: 7|app: 0|req: 898/1799] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:12:32 2026] GET /v2.0/routers => generated 738 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1800] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:32 2026] DELETE /v2.0/ports/f21f5ecf-e2fe-4f2e-bc98-9dac10e58d6e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:32.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e621258-1adf-481d-86b1-7c0afc672b81 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] TaaS: Handle Delete Port: 1db57e03-ed91-4f4b-ae98-5013acc0e9e3 2026-07-09 05:12:32.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e621258-1adf-481d-86b1-7c0afc672b81 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Tap Mirror: Handle Delete Port: 1db57e03-ed91-4f4b-ae98-5013acc0e9e3 [pid: 8|app: 0|req: 903/1801] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:12:32 2026] POST /v2.0/security-groups => generated 1673 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1802] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:32 2026] DELETE /v2.0/ports/1db57e03-ed91-4f4b-ae98-5013acc0e9e3 => 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: 904/1803] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:12:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:32.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bbe5b31-20e6-477d-a485-ac53b0d02353 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] TaaS: Handle Delete Port: 00ffa0d8-b6e9-4c96-8adf-9c8a14789b4c [pid: 8|app: 0|req: 905/1804] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:12:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:32.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bbe5b31-20e6-477d-a485-ac53b0d02353 e6f03445bd1c48d08358908091f873c2 fea8dbd12fde4fdd93ad47df3a8a12dd - - default default] Tap Mirror: Handle Delete Port: 00ffa0d8-b6e9-4c96-8adf-9c8a14789b4c [pid: 7|app: 0|req: 900/1805] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:32 2026] DELETE /v2.0/ports/00ffa0d8-b6e9-4c96-8adf-9c8a14789b4c => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1806] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:12:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:33.122 7 INFO neutron.services.segments.plugin [-] Segment 7307c3c4-d52d-42ce-84c0-7b2c1ee76d1e resource provider aggregate not found 2026-07-09 05:12:33.130 7 INFO neutron.services.segments.plugin [-] Segment 7307c3c4-d52d-42ce-84c0-7b2c1ee76d1e resource provider aggregate not found 2026-07-09 05:12:33.149 7 INFO neutron.services.segments.plugin [-] Segment 7307c3c4-d52d-42ce-84c0-7b2c1ee76d1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7307c3c4-d52d-42ce-84c0-7b2c1ee76d1e found for delete ", "request_id": "req-bfdc2273-2b3c-4e0d-b6db-5dd2c9db9493"}]} 2026-07-09 05:12:33.160 7 INFO neutron.services.segments.plugin [-] Segment 7307c3c4-d52d-42ce-84c0-7b2c1ee76d1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7307c3c4-d52d-42ce-84c0-7b2c1ee76d1e found for delete ", "request_id": "req-bb75218a-987e-4154-ae0c-639296ab2528"}]} [pid: 7|app: 0|req: 901/1807] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:32 2026] DELETE /v2.0/networks/3e08e9a9-6722-43b9-93b1-b803f9f5c7ab => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1808] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:12:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:33.248 8 INFO neutron.db.securitygroups_db [None req-0268e8d2-fb58-441e-9fbd-791aa4adcb9b f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Project 650250096b3242afb0891b3da879b0da 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: 902/1809] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:33 2026] DELETE /v2.0/networks/36dd6e37-b276-4035-a5b7-fa1320770d84 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1810] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:12:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:33.412 8 INFO neutron.db.securitygroups_db [None req-85f256de-1a66-4c7d-8702-97e125a06299 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Project 650250096b3242afb0891b3da879b0da 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: 903/1811] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:33 2026] DELETE /v2.0/networks/2be892fa-1ba6-4539-9a1a-fdf85f3c8c34 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1812] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:12:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1813] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:33 2026] DELETE /v2.0/networks/63ba0227-8d39-4c00-b499-842ad00eb099 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:33.698 8 INFO neutron.services.segments.plugin [-] Segment 693b776c-8d24-4992-8b34-a49b6f83f5cb resource provider aggregate not found 2026-07-09 05:12:33.703 8 INFO neutron.services.segments.plugin [-] Segment 693b776c-8d24-4992-8b34-a49b6f83f5cb resource provider aggregate not found 2026-07-09 05:12:33.720 8 INFO neutron.services.segments.plugin [-] Segment 693b776c-8d24-4992-8b34-a49b6f83f5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 693b776c-8d24-4992-8b34-a49b6f83f5cb found for delete ", "request_id": "req-515bc3c9-a1c7-4418-81be-4b45a60d836b"}]} 2026-07-09 05:12:33.720 8 INFO neutron.services.segments.plugin [-] Segment 693b776c-8d24-4992-8b34-a49b6f83f5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 693b776c-8d24-4992-8b34-a49b6f83f5cb found for delete ", "request_id": "req-8b722b5a-b002-4639-8a65-bdbf6eb5ea5d"}]} [pid: 8|app: 0|req: 910/1814] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:33 2026] DELETE /v2.0/networks/2703d276-6635-4be3-afae-f2e1aecd262f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1815] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:12:33 2026] GET /v2.0/networks => generated 1297 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1816] 10.0.0.167 () {34 vars in 1098 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-904217170&fields=id&tenant_id=650250096b3242afb0891b3da879b0da => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1817] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/networks?id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 660 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1818] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/quotas/650250096b3242afb0891b3da879b0da => 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: 907/1819] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&fields=id => generated 57 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1820] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 908/1821] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 914/1822] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/security-groups?tenant_id=baebd9ba23464e09afd383319c7cfb44&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1823] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => 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: 909/1824] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:34 2026] GET /v2.0/security-groups?tenant_id=d4ffd2faba0e4e79ae7b2af8837e1d0c&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1825] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:34 2026] DELETE /v2.0/security-groups/09cd53b5-3d36-41e9-b64b-7b22491c29fc => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1828] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:34 2026] DELETE /v2.0/security-groups/416cbaea-87a4-4e03-bbd1-55e27878294f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1829] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:35 2026] GET /v2.0/security-groups?tenant_id=fea8dbd12fde4fdd93ad47df3a8a12dd&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:35.175 7 INFO neutron.services.segments.plugin [-] Segment db68c27d-cf09-48fc-9735-4b5ae549b4bf resource provider aggregate not found 2026-07-09 05:12:35.188 7 INFO neutron.services.segments.plugin [-] Segment db68c27d-cf09-48fc-9735-4b5ae549b4bf resource provider aggregate not found 2026-07-09 05:12:35.196 7 INFO neutron.services.segments.plugin [-] Segment db68c27d-cf09-48fc-9735-4b5ae549b4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db68c27d-cf09-48fc-9735-4b5ae549b4bf found for delete ", "request_id": "req-155476e8-0e72-4cc7-bdfe-3f8607ffdb4b"}]} 2026-07-09 05:12:35.210 7 INFO neutron.services.segments.plugin [-] Segment db68c27d-cf09-48fc-9735-4b5ae549b4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db68c27d-cf09-48fc-9735-4b5ae549b4bf found for delete ", "request_id": "req-9f1e07af-223e-4099-ada1-752a5caff030"}]} 2026-07-09 05:12:35.214 7 INFO neutron.services.segments.plugin [-] Segment fd6f902a-2390-43a7-84df-d27d051a8dc1 resource provider aggregate not found 2026-07-09 05:12:35.232 7 INFO neutron.services.segments.plugin [-] Segment fd6f902a-2390-43a7-84df-d27d051a8dc1 resource provider aggregate not found 2026-07-09 05:12:35.238 7 INFO neutron.services.segments.plugin [-] Segment fd6f902a-2390-43a7-84df-d27d051a8dc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd6f902a-2390-43a7-84df-d27d051a8dc1 found for delete ", "request_id": "req-dd0bada0-0410-414c-96d3-e062f130a6d2"}]} 2026-07-09 05:12:35.252 7 INFO neutron.services.segments.plugin [-] Segment fd6f902a-2390-43a7-84df-d27d051a8dc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd6f902a-2390-43a7-84df-d27d051a8dc1 found for delete ", "request_id": "req-a4df7942-b57f-491c-b48a-bead240c81fd"}]} 2026-07-09 05:12:35.260 7 INFO neutron.services.segments.plugin [-] Segment 99e4da76-272b-454d-9b5f-eb43f5c25284 resource provider aggregate not found 2026-07-09 05:12:35.275 7 INFO neutron.services.segments.plugin [-] Segment 99e4da76-272b-454d-9b5f-eb43f5c25284 resource provider aggregate not found 2026-07-09 05:12:35.294 7 INFO neutron.services.segments.plugin [-] Segment 99e4da76-272b-454d-9b5f-eb43f5c25284 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99e4da76-272b-454d-9b5f-eb43f5c25284 found for delete ", "request_id": "req-02a65d5d-8cc4-4ad3-8ca0-3e5f3b08bc8e"}]} 2026-07-09 05:12:35.301 7 INFO neutron.services.segments.plugin [-] Segment 99e4da76-272b-454d-9b5f-eb43f5c25284 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99e4da76-272b-454d-9b5f-eb43f5c25284 found for delete ", "request_id": "req-6c2045f4-0866-446f-b739-6def83d28562"}]} [pid: 8|app: 0|req: 920/1830] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:35 2026] DELETE /v2.0/security-groups/0f5bac98-b8f1-4682-bef7-8679960e4d19 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1831] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:35 2026] GET /v2.0/security-groups?tenant_id=a477cacd928147eeb3cc3abb1ebe78f3&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1832] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:35 2026] DELETE /v2.0/security-groups/39b0cb62-ba7b-4fae-b453-ca993a08d2d1 => 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: 912/1833] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:35 2026] GET /v2.0/security-groups?tenant_id=b2d3985934794f9e8939bf8b471682ca&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1834] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:35 2026] DELETE /v2.0/security-groups/c59599bf-0ee4-40de-98c1-722bfa907269 => 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: 913/1835] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:35 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => 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: 923/1836] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:37 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => 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: 914/1837] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:38 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1838] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:12:39 2026] GET /v2.0/networks?id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1839] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:12:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=650250096b3242afb0891b3da879b0da => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:39.476 7 INFO neutron.db.segments_db [None req-83c75fa7-3d07-4479-8b1a-d39c45e1e94f ee9e03d83dff45e084b4a1906ae92492 b78f648e1b3c486885ffa1cc7169db85 - - default default] Added segment 6020fa48-4840-47ab-98be-2fc8ee3436f4 of type vxlan for network bc407ad7-10c2-422d-b3f8-361acfadc435 [pid: 8|app: 0|req: 925/1840] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:12:39 2026] POST /v2.0/ports => generated 954 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 916/1841] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:39 2026] POST /v2.0/networks => generated 613 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1842] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:39 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1843] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:12:39 2026] PUT /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1844] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:39 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1845] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:12:39 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/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: 930/1846] 10.0.0.27 () {34 vars in 763 bytes} [Thu Jul 9 05:12:39 2026] PUT /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1847] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:12:39 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/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: 932/1848] 10.0.0.27 () {34 vars in 759 bytes} [Thu Jul 9 05:12:39 2026] PUT /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1849] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:12:39 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/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: 917/1850] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:12:39 2026] PUT /v2.0/ports/f1222d92-8102-4479-8a15-110f8e04e02c => generated 1235 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:40.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42fba235-07d5-4eee-9554-e40fb1f6bf3c'] response: {'name': 'network-changed', 'server_uuid': '15b7ad45-12ab-47d0-bd9c-f286947a5c10', 'tag': 'f1222d92-8102-4479-8a15-110f8e04e02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 934/1851] 10.0.0.27 () {34 vars in 781 bytes} [Thu Jul 9 05:12:39 2026] PUT /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags/black.or.white => generated 4 bytes in 77 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: 918/1852] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1853] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:12:40 2026] PUT /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/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: 919/1854] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1855] 10.0.0.27 () {32 vars in 740 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:40.308 7 INFO neutron.api.v2.resource [None req-004f36d0-2537-463a-8a20-4d39dddabab6 ee9e03d83dff45e084b4a1906ae92492 b78f648e1b3c486885ffa1cc7169db85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 920/1856] 10.0.0.27 () {32 vars in 744 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1857] 10.0.0.27 () {32 vars in 743 bytes} [Thu Jul 9 05:12:40 2026] DELETE /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1858] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:40.484 8 INFO neutron.api.v2.resource [None req-6bf0638a-d03b-43cc-9453-0bba7dd3f4fc ee9e03d83dff45e084b4a1906ae92492 b78f648e1b3c486885ffa1cc7169db85 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 938/1859] 10.0.0.27 () {32 vars in 747 bytes} [Thu Jul 9 05:12:40 2026] DELETE /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1860] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1861] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:12:40 2026] DELETE /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1862] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks?tenant_id=650250096b3242afb0891b3da879b0da&shared=False => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1863] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1864] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:40.723 7 INFO neutron.services.segments.plugin [-] Segment 6020fa48-4840-47ab-98be-2fc8ee3436f4 resource provider aggregate not found 2026-07-09 05:12:40.727 7 INFO neutron.services.segments.plugin [-] Segment 6020fa48-4840-47ab-98be-2fc8ee3436f4 resource provider aggregate not found 2026-07-09 05:12:40.745 7 INFO neutron.services.segments.plugin [-] Segment 6020fa48-4840-47ab-98be-2fc8ee3436f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6020fa48-4840-47ab-98be-2fc8ee3436f4 found for delete ", "request_id": "req-ab790727-5628-44e7-af77-d74f6b55fec9"}]} 2026-07-09 05:12:40.747 7 INFO neutron.services.segments.plugin [-] Segment 6020fa48-4840-47ab-98be-2fc8ee3436f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6020fa48-4840-47ab-98be-2fc8ee3436f4 found for delete ", "request_id": "req-2c988c72-c3a8-47b8-9482-998aa2e4ee6b"}]} [pid: 7|app: 0|req: 924/1865] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:40 2026] DELETE /v2.0/networks/bc407ad7-10c2-422d-b3f8-361acfadc435 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1866] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1867] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:40 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1868] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/security-groups?tenant_id=75a225587b2541b2ad299e5cc4bc5389&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1869] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:41 2026] DELETE /v2.0/security-groups/afcd61f9-7b10-49cb-ab09-dc2b1c383597 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1870] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/security-groups?tenant_id=b78f648e1b3c486885ffa1cc7169db85&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: 927/1871] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:41 2026] DELETE /v2.0/security-groups/4ac54756-3347-4e0e-91c3-36652769aeba => 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: 928/1872] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1873] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f1222d92-8102-4479-8a15-110f8e04e02c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1874] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/security-groups?tenant_id=e217264c0a964d67b910a8800575351f&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1875] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/subnets?id=339d6e52-5398-454c-820c-63aaefbf8ef9 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1876] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/ports?network_id=daf062d7-f7f4-4241-8f4c-75f099052cec&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1877] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:41 2026] DELETE /v2.0/security-groups/616bb836-6e25-4229-bf64-d7acfeb21bfc => 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: 947/1878] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 948/1879] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1880] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/security-groups?tenant_id=504c4d93feaa4c708c6d529f73500752&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1881] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1882] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:41 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1883] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:41 2026] DELETE /v2.0/security-groups/90f575ab-c976-40ca-b9b3-ee9ccdf48937 => 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: 951/1884] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:43 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1885] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:43 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1886] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:44 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1887] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:44 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:45.487 8 WARNING keystonemiddleware.audit [req-2ff5f934-2771-4785-b04f-906febff907d req-b7a5f17c-8d13-4a34-ad52-45b291bc8f75 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. 2026-07-09 05:12:45.536 8 INFO neutron.db.segments_db [None req-25fa894e-9d9e-4657-ad89-b7e8b77ad34c 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Added segment a8c09270-620e-468d-958f-1a15270946f6 of type vxlan for network 1fc6ab42-a66e-4581-8409-5b47d9fd4fbf [pid: 7|app: 0|req: 936/1888] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:45 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1889] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:45 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:45.800 8 INFO neutron.db.l3_hamode_db [None req-25fa894e-9d9e-4657-ad89-b7e8b77ad34c 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:12:45.921 8 INFO neutron.db.l3_hamode_db [None req-25fa894e-9d9e-4657-ad89-b7e8b77ad34c 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 953/1890] 10.0.0.27 () {34 vars in 667 bytes} [Thu Jul 9 05:12:45 2026] POST /v2.0/routers => generated 474 bytes in 1232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:46.568 8 WARNING keystonemiddleware.audit [None req-25fa894e-9d9e-4657-ad89-b7e8b77ad34c 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 954/1891] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:12:46 2026] PUT /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 25 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1892] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:46 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:46.793 8 WARNING keystonemiddleware.audit [req-f6b2a877-2cf0-4443-a5ed-6bdea12ef718 req-b575c73c-a142-48d4-8fc0-246fb4fe9f4b f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 938/1893] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:46 2026] GET /v2.0/security-groups?tenant_id=9f1c5af048534a8d8118c842575ea847&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: 939/1894] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:46 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&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: 956/1895] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:12:46 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:46.890 8 WARNING keystonemiddleware.audit [None req-879398da-6158-414b-8e6e-99eb6ede4768 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 940/1896] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:46 2026] DELETE /v2.0/security-groups/3db69310-ad48-4fc8-8f5e-1921ef5ddc74 => 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: 957/1897] 10.0.0.27 () {34 vars in 761 bytes} [Thu Jul 9 05:12:46 2026] PUT /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags/green => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-09 05:12:47.053 7 WARNING keystonemiddleware.audit [None req-69ae46fb-b390-4394-a35d-3b57d2efe4ed 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 958/1898] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/security-groups?tenant_id=b984e43b4f21492181872133419f7628&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1899] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 34 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:47.179 7 WARNING keystonemiddleware.audit [None req-de5f93ba-3912-45fa-9337-1fe7a36c5da1 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 959/1900] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:47 2026] DELETE /v2.0/security-groups/dabe7a6a-b2e8-4922-8d79-08a8697bf667 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1901] 10.0.0.27 () {34 vars in 757 bytes} [Thu Jul 9 05:12:47 2026] PUT /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags/red => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-09 05:12:47.332 8 WARNING keystonemiddleware.audit [None req-6a44626e-cc1e-48e4-bef8-0e928690630c 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 960/1902] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:47.424 7 WARNING keystonemiddleware.audit [None req-5150fb7e-ecd7-415d-bd6b-ef4d0d73259d 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 943/1903] 10.0.0.27 () {34 vars in 779 bytes} [Thu Jul 9 05:12:47 2026] PUT /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags/black.or.white => generated 4 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-09 05:12:47.591 8 WARNING keystonemiddleware.audit [None req-687a0d99-28ef-498a-8337-fb28d940b4c6 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 961/1904] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 52 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:47.673 7 WARNING keystonemiddleware.audit [None req-777db419-3983-4e45-8452-a753e2c2335d 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 944/1905] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:12:47 2026] PUT /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:47.792 8 WARNING keystonemiddleware.audit [None req-36920f95-d81c-4401-8ef8-8d6f7c82399c 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 962/1906] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:47.875 7 WARNING keystonemiddleware.audit [None req-7030cf06-75a7-4084-b9f7-599a115e53cf 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 963/1907] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1908] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags/red => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:47.977 7 WARNING keystonemiddleware.audit [None req-993b02c4-050b-4d89-bfd0-a95a83351322 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 964/1909] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:48.063 7 INFO neutron.api.v2.resource [None req-ce1eb25d-c517-40d2-9034-d64af83a489b 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1910] 10.0.0.27 () {32 vars in 742 bytes} [Thu Jul 9 05:12:47 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1911] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:12:48 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:48.073 7 WARNING keystonemiddleware.audit [None req-ce1eb25d-c517-40d2-9034-d64af83a489b 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 966/1912] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:48 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1913] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:12:48 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1914] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:12:48 2026] DELETE /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags/red => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:48.178 7 WARNING keystonemiddleware.audit [None req-4e878f5c-f27a-4b41-881a-24bb1df814c9 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 948/1915] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:12:48 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 30 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:48.275 7 WARNING keystonemiddleware.audit [None req-77aeaf67-f683-4e56-8f54-b80ba7dbf58d 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. 2026-07-09 05:12:48.386 7 INFO neutron.api.v2.resource [None req-a51a2960-9bf5-48b9-a442-76a8be3a1dbb 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 949/1916] 10.0.0.27 () {32 vars in 745 bytes} [Thu Jul 9 05:12:48 2026] DELETE /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags/green => generated 99 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 05:12:48.407 7 WARNING keystonemiddleware.audit [None req-a51a2960-9bf5-48b9-a442-76a8be3a1dbb 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 950/1917] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:12:48 2026] DELETE /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:48.553 7 WARNING keystonemiddleware.audit [None req-fec0d8bd-99b7-414e-b212-6c72c9d4ba85 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 951/1918] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:12:48 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3/tags => generated 12 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:48.684 7 WARNING keystonemiddleware.audit [None req-09604090-9faa-4ef3-a80f-1644e8de021f 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 7|app: 0|req: 952/1919] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:12:48 2026] GET /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3 => generated 480 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:48.780 7 WARNING keystonemiddleware.audit [None req-60f2aa22-10a8-4838-a762-af1e36de1322 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. 2026-07-09 05:12:48.928 8 INFO neutron.db.l3_db [None req-f6afc3c7-fad9-4481-adac-3f363c3bb5c0 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Floating IP c2099a54-e29d-4de4-8c90-d24775bc272a associated. External IP: 10.96.250.208, port: f1222d92-8102-4479-8a15-110f8e04e02c. [pid: 8|app: 0|req: 968/1920] 10.0.0.27 () {34 vars in 676 bytes} [Thu Jul 9 05:12:48 2026] POST /v2.0/floatingips => generated 855 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1921] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:12:49 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:49.297 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7510781-bee5-4d8b-8e0b-1bc9d03239da'] response: {'name': 'network-changed', 'server_uuid': '15b7ad45-12ab-47d0-bd9c-f286947a5c10', 'tag': 'f1222d92-8102-4479-8a15-110f8e04e02c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 953/1922] 10.0.0.27 () {34 vars in 741 bytes} [Thu Jul 9 05:12:48 2026] PUT /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3 => generated 480 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:49.320 8 WARNING keystonemiddleware.audit [None req-0d85c343-bdd4-47f1-911d-7b75cf0a4a55 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. [pid: 8|app: 0|req: 970/1923] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:12:49 2026] GET /v2.0/ports?device_id=df53ef57-d660-490d-bb6d-4c08d749d0d3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:49.343 7 WARNING keystonemiddleware.audit [None req-9324dbd1-a084-4905-b6e8-5974d774d3ba 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Skipping service tempest-service-1763688340 as it have no endpoints. 2026-07-09 05:12:49.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-21e65312-2816-4b76-9aa0-f52d03087547 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] TaaS: Handle Delete Port: 81e00fdb-5b50-4b81-ae73-3976721d7d78 2026-07-09 05:12:49.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21e65312-2816-4b76-9aa0-f52d03087547 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] Tap Mirror: Handle Delete Port: 81e00fdb-5b50-4b81-ae73-3976721d7d78 [pid: 8|app: 0|req: 971/1924] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:12:49 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:49.856 7 INFO neutron.services.segments.plugin [-] Segment a8c09270-620e-468d-958f-1a15270946f6 resource provider aggregate not found 2026-07-09 05:12:49.861 7 INFO neutron.services.segments.plugin [-] Segment a8c09270-620e-468d-958f-1a15270946f6 resource provider aggregate not found 2026-07-09 05:12:49.883 7 INFO neutron.services.segments.plugin [-] Segment a8c09270-620e-468d-958f-1a15270946f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8c09270-620e-468d-958f-1a15270946f6 found for delete ", "request_id": "req-02b9bd03-319a-428d-a912-03e4adcd928c"}]} 2026-07-09 05:12:49.883 7 INFO neutron.services.segments.plugin [-] Segment a8c09270-620e-468d-958f-1a15270946f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8c09270-620e-468d-958f-1a15270946f6 found for delete ", "request_id": "req-84dfbe1e-6d2b-47fa-8b11-bacbdae848c2"}]} 2026-07-09 05:12:49.908 7 INFO neutron.db.l3_hamode_db [None req-21e65312-2816-4b76-9aa0-f52d03087547 665d02e3f4b14028a56f4a18f51d4303 fc2946cfdb124c5bbc41f8571ce15864 - - default default] HA network 1fc6ab42-a66e-4581-8409-5b47d9fd4fbf was deleted as no HA routers are present in tenant fc2946cfdb124c5bbc41f8571ce15864. [pid: 8|app: 0|req: 972/1925] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:12:49 2026] GET /v2.0/networks?id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1926] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:12:49 2026] DELETE /v2.0/routers/df53ef57-d660-490d-bb6d-4c08d749d0d3 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1927] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:12:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f1222d92-8102-4479-8a15-110f8e04e02c => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1930] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:12:49 2026] GET /v2.0/subnets?id=339d6e52-5398-454c-820c-63aaefbf8ef9 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1931] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:12:50 2026] GET /v2.0/ports?network_id=daf062d7-f7f4-4241-8f4c-75f099052cec&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: 956/1932] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:12:50 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 977/1933] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:12:50 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 957/1934] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:12:50 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1935] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:50 2026] GET /v2.0/security-groups?tenant_id=161b6e3eb19646319491bc9bb7e142d3&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1936] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:51 2026] DELETE /v2.0/security-groups/8299ac02-638e-46ca-b8a3-26e460fe117c => 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: 959/1937] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:51 2026] GET /v2.0/security-groups?tenant_id=fc2946cfdb124c5bbc41f8571ce15864&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1938] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:12:51 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1939] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:51 2026] GET /v2.0/security-groups?tenant_id=e82ac7810753454bac55bffae3656f8a&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1940] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:51 2026] DELETE /v2.0/security-groups/ba5b35ab-c402-412e-a0de-fce1f190c20b => 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: 980/1941] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:51 2026] DELETE /v2.0/security-groups/a92917cf-7aa2-45f2-8880-615f945ae31d => 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: 962/1942] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:51 2026] GET /v2.0/security-groups?tenant_id=1079fbb3dad64b04800af15332e3495c&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1943] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:51 2026] DELETE /v2.0/security-groups/cd76d257-c0cf-45f9-ac17-f1b094f18bd2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1944] 10.0.0.27 () {32 vars in 652 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions => generated 21537 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1945] 10.0.0.27 () {32 vars in 680 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1946] 10.0.0.27 () {32 vars in 680 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1947] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1948] 10.0.0.27 () {32 vars in 664 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1949] 10.0.0.27 () {32 vars in 698 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1950] 10.0.0.27 () {32 vars in 696 bytes} [Thu Jul 9 05:12:53 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: 985/1951] 10.0.0.27 () {32 vars in 700 bytes} [Thu Jul 9 05:12: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: 967/1952] 10.0.0.27 () {32 vars in 688 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1953] 10.0.0.27 () {32 vars in 702 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1954] 10.0.0.27 () {32 vars in 692 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1955] 10.0.0.27 () {32 vars in 694 bytes} [Thu Jul 9 05:12:53 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1956] 10.0.0.27 () {32 vars in 684 bytes} [Thu Jul 9 05:12: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: 8|app: 0|req: 988/1957] 10.0.0.27 () {32 vars in 686 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1958] 10.0.0.27 () {32 vars in 660 bytes} [Thu Jul 9 05:12:54 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: 989/1959] 10.0.0.27 () {32 vars in 698 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1960] 10.0.0.27 () {32 vars in 678 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1961] 10.0.0.27 () {32 vars in 682 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1962] 10.0.0.27 () {32 vars in 674 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1963] 10.0.0.27 () {32 vars in 688 bytes} [Thu Jul 9 05:12:54 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: 973/1964] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:12:54 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: 992/1965] 10.0.0.27 () {32 vars in 686 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/fip-port-details => 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: 974/1966] 10.0.0.27 () {32 vars in 668 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/flavors => 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: 993/1967] 10.0.0.27 () {32 vars in 686 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1968] 10.0.0.27 () {32 vars in 680 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1969] 10.0.0.27 () {32 vars in 698 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1970] 10.0.0.27 () {32 vars in 678 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1971] 10.0.0.27 () {32 vars in 666 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1972] 10.0.0.27 () {32 vars in 676 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1973] 10.0.0.27 () {32 vars in 664 bytes} [Thu Jul 9 05:12:54 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: 7|app: 0|req: 978/1974] 10.0.0.27 () {32 vars in 674 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/l3-flavors => 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: 997/1975] 10.0.0.27 () {32 vars in 712 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1976] 10.0.0.27 () {32 vars in 690 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1977] 10.0.0.27 () {32 vars in 682 bytes} [Thu Jul 9 05:12:54 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: 980/1978] 10.0.0.27 () {32 vars in 668 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1979] 10.0.0.27 () {32 vars in 686 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1980] 10.0.0.27 () {32 vars in 704 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1981] 10.0.0.27 () {32 vars in 674 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1982] 10.0.0.27 () {32 vars in 700 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1983] 10.0.0.27 () {32 vars in 674 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1984] 10.0.0.27 () {32 vars in 692 bytes} [Thu Jul 9 05:12:54 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: 8|app: 0|req: 1002/1985] 10.0.0.27 () {32 vars in 688 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1986] 10.0.0.27 () {32 vars in 708 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1987] 10.0.0.27 () {32 vars in 704 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1988] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1989] 10.0.0.27 () {32 vars in 696 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1990] 10.0.0.27 () {32 vars in 710 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1991] 10.0.0.27 () {32 vars in 668 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/binding => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1992] 10.0.0.27 () {32 vars in 686 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1993] 10.0.0.27 () {32 vars in 680 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1994] 10.0.0.27 () {32 vars in 674 bytes} [Thu Jul 9 05:12:54 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: 1007/1995] 10.0.0.27 () {32 vars in 670 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/provider => generated 191 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1996] 10.0.0.27 () {32 vars in 660 bytes} [Thu Jul 9 05:12:54 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: 1008/1997] 10.0.0.27 () {32 vars in 698 bytes} [Thu Jul 9 05:12:54 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: 7|app: 0|req: 990/1998] 10.0.0.27 () {32 vars in 698 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1999] 10.0.0.27 () {32 vars in 676 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2000] 10.0.0.27 () {32 vars in 668 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2001] 10.0.0.27 () {32 vars in 682 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2002] 10.0.0.27 () {32 vars in 700 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2003] 10.0.0.27 () {32 vars in 684 bytes} [Thu Jul 9 05:12:54 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: 993/2004] 10.0.0.27 () {32 vars in 706 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2005] 10.0.0.27 () {32 vars in 668 bytes} [Thu Jul 9 05:12:54 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: 994/2006] 10.0.0.27 () {32 vars in 696 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2007] 10.0.0.27 () {32 vars in 694 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2008] 10.0.0.27 () {32 vars in 684 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2009] 10.0.0.27 () {32 vars in 688 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2010] 10.0.0.27 () {32 vars in 704 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2011] 10.0.0.27 () {32 vars in 666 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2012] 10.0.0.27 () {32 vars in 680 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2013] 10.0.0.27 () {32 vars in 680 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2014] 10.0.0.27 () {32 vars in 690 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/rbac-address-group => 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: 1017/2015] 10.0.0.27 () {32 vars in 690 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2016] 10.0.0.27 () {32 vars in 694 bytes} [Thu Jul 9 05:12:54 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: 8|app: 0|req: 1018/2017] 10.0.0.27 () {32 vars in 684 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2018] 10.0.0.27 () {32 vars in 688 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2019] 10.0.0.27 () {32 vars in 700 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2020] 10.0.0.27 () {32 vars in 702 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2021] 10.0.0.27 () {32 vars in 712 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2022] 10.0.0.27 () {32 vars in 716 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2023] 10.0.0.27 () {32 vars in 714 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2024] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2025] 10.0.0.27 () {32 vars in 740 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2026] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2027] 10.0.0.27 () {32 vars in 682 bytes} [Thu Jul 9 05:12:54 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: 1005/2028] 10.0.0.27 () {32 vars in 668 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2029] 10.0.0.27 () {32 vars in 718 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2030] 10.0.0.27 () {32 vars in 678 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2031] 10.0.0.27 () {32 vars in 668 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2032] 10.0.0.27 () {32 vars in 696 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2033] 10.0.0.27 () {32 vars in 704 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2034] 10.0.0.27 () {32 vars in 700 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2035] 10.0.0.27 () {32 vars in 700 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2036] 10.0.0.27 () {32 vars in 682 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2037] 10.0.0.27 () {32 vars in 704 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2038] 10.0.0.27 () {32 vars in 694 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2039] 10.0.0.27 () {32 vars in 688 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2040] 10.0.0.27 () {32 vars in 696 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2041] 10.0.0.27 () {32 vars in 678 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2042] 10.0.0.27 () {32 vars in 688 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2043] 10.0.0.27 () {32 vars in 700 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2044] 10.0.0.27 () {32 vars in 664 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2045] 10.0.0.27 () {32 vars in 680 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2046] 10.0.0.27 () {32 vars in 676 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2047] 10.0.0.27 () {32 vars in 692 bytes} [Thu Jul 9 05:12:54 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2048] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:12:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2049] 10.0.0.27 () {32 vars in 676 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2050] 10.0.0.27 () {32 vars in 666 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2051] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2052] 10.0.0.27 () {32 vars in 674 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2053] 10.0.0.27 () {32 vars in 686 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2054] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:12:55 2026] PUT /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2055] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2056] 10.0.0.27 () {34 vars in 769 bytes} [Thu Jul 9 05:12:55 2026] PUT /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2057] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2058] 10.0.0.27 () {34 vars in 765 bytes} [Thu Jul 9 05:12:55 2026] PUT /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2059] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2060] 10.0.0.27 () {34 vars in 787 bytes} [Thu Jul 9 05:12:55 2026] PUT /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/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: 7|app: 0|req: 1016/2061] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2062] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:12:55 2026] PUT /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2063] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2064] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:55.504 7 INFO neutron.api.v2.resource [None req-ae291c0c-13e3-4c42-8bed-605c5ca1957c 29a977de469240c8b3dd17a8888231f5 6977f45cb471435993879900e59222fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1018/2065] 10.0.0.27 () {32 vars in 750 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2066] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:12:55 2026] DELETE /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2067] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:12:55.603 7 INFO neutron.api.v2.resource [None req-6fa5e9a0-8bc9-4c3b-ae02-980ac2d76b77 29a977de469240c8b3dd17a8888231f5 6977f45cb471435993879900e59222fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/2068] 10.0.0.27 () {32 vars in 753 bytes} [Thu Jul 9 05:12:55 2026] DELETE /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2069] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:12:55 2026] DELETE /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2070] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25/tags => 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: 1023/2071] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:12:55 2026] DELETE /v2.0/subnetpools/843d443e-bc4c-4cc6-9be2-adc90af7fb25 => 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: 1049/2072] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:55 2026] GET /v2.0/security-groups?tenant_id=20c910985af74156a151af11e580d6e6&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2073] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:55 2026] DELETE /v2.0/security-groups/78f9f000-d2df-4220-bcc3-0cce1f7d9222 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2074] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:56 2026] GET /v2.0/security-groups?tenant_id=1cc57bd826a84bf0bc7489a7e9b3a520&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2075] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:56 2026] DELETE /v2.0/security-groups/52804354-f355-4442-b79a-9527097c5d07 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2076] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:12:56 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2077] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jul 9 05:12:56 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2078] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:12:56 2026] GET /v2.0/security-groups?tenant_id=6977f45cb471435993879900e59222fe&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2079] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:12:57 2026] DELETE /v2.0/security-groups/ad820bea-41a2-4e8c-829b-afba629ba97a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:12:58.022 8 INFO neutron.db.segments_db [None req-8f64a191-bf0e-422f-aed4-796c2c444187 a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Added segment 00939a69-77da-42f1-a696-dbd5717d65e9 of type vxlan for network 076c456f-ab77-4094-9cf9-8e86250a7b3c 2026-07-09 05:12:58.081 8 INFO neutron.db.segments_db [None req-8f64a191-bf0e-422f-aed4-796c2c444187 a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Added segment 1d5d5426-15b1-42a7-a838-1d9c4ae78272 of type vxlan for network aad83f63-ea5c-4ad8-b83e-8d2ce8b354bc [pid: 8|app: 0|req: 1053/2080] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:57 2026] POST /v2.0/networks => generated 1207 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2081] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:12:58 2026] GET /v2.0/networks => generated 1844 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:12:58.400 8 INFO neutron.services.segments.plugin [-] Segment 00939a69-77da-42f1-a696-dbd5717d65e9 resource provider aggregate not found 2026-07-09 05:12:58.407 8 INFO neutron.services.segments.plugin [-] Segment 00939a69-77da-42f1-a696-dbd5717d65e9 resource provider aggregate not found 2026-07-09 05:12:58.427 8 INFO neutron.services.segments.plugin [-] Segment 00939a69-77da-42f1-a696-dbd5717d65e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00939a69-77da-42f1-a696-dbd5717d65e9 found for delete ", "request_id": "req-b4585667-b77d-4fee-879f-ec634f6d3ccf"}]} 2026-07-09 05:12:58.427 8 INFO neutron.services.segments.plugin [-] Segment 00939a69-77da-42f1-a696-dbd5717d65e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00939a69-77da-42f1-a696-dbd5717d65e9 found for delete ", "request_id": "req-bb786066-1562-4352-ba18-d047258d5e26"}]} [pid: 8|app: 0|req: 1054/2082] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:58 2026] DELETE /v2.0/networks/076c456f-ab77-4094-9cf9-8e86250a7b3c => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:12:58.564 7 INFO neutron.services.segments.plugin [-] Segment 1d5d5426-15b1-42a7-a838-1d9c4ae78272 resource provider aggregate not found 2026-07-09 05:12:58.570 7 INFO neutron.services.segments.plugin [-] Segment 1d5d5426-15b1-42a7-a838-1d9c4ae78272 resource provider aggregate not found 2026-07-09 05:12:58.584 7 INFO neutron.services.segments.plugin [-] Segment 1d5d5426-15b1-42a7-a838-1d9c4ae78272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5d5426-15b1-42a7-a838-1d9c4ae78272 found for delete ", "request_id": "req-2113ae0d-0eb7-4c57-92ac-70a57d26fc0d"}]} 2026-07-09 05:12:58.586 7 INFO neutron.services.segments.plugin [-] Segment 1d5d5426-15b1-42a7-a838-1d9c4ae78272 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5d5426-15b1-42a7-a838-1d9c4ae78272 found for delete ", "request_id": "req-05621de9-0870-443f-a011-0efbbd922d9f"}]} [pid: 7|app: 0|req: 1029/2083] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:12:58 2026] DELETE /v2.0/networks/aad83f63-ea5c-4ad8-b83e-8d2ce8b354bc => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2084] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:12:58 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:12:58.723 7 INFO neutron.db.segments_db [None req-fb916acc-6cb3-46bd-afd7-08829912bb9e a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Added segment 1109ba6f-30d7-4229-b91e-aa72ac58c84d of type vxlan for network dcfa4835-8370-467e-9791-0bfff38dfeaf [pid: 7|app: 0|req: 1030/2085] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:58 2026] POST /v2.0/networks => generated 630 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:12:58.900 8 INFO neutron.db.segments_db [None req-3d10aa1b-3996-4c2e-abd7-1d4aefb31c97 a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Added segment 8dcfdf34-09f2-416f-ba68-8789cfedf415 of type vxlan for network 0e8777cb-c4c3-4c43-b464-696d865c8f4d [pid: 8|app: 0|req: 1056/2086] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:12:58 2026] POST /v2.0/networks => generated 630 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2087] 10.0.0.27 () {34 vars in 664 bytes} [Thu Jul 9 05:12:59 2026] POST /v2.0/ports => generated 1504 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2088] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:12:59 2026] GET /v2.0/ports => generated 1504 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:12:59.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-385f78ef-f8b8-40fb-b74e-6ead12b97709 a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] TaaS: Handle Delete Port: 74dda1e4-32a7-4a9e-ad10-13c16dea46b8 2026-07-09 05:12:59.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-385f78ef-f8b8-40fb-b74e-6ead12b97709 a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Tap Mirror: Handle Delete Port: 74dda1e4-32a7-4a9e-ad10-13c16dea46b8 [pid: 7|app: 0|req: 1032/2089] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:12:59 2026] DELETE /v2.0/ports/74dda1e4-32a7-4a9e-ad10-13c16dea46b8 => generated 0 bytes in 669 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:13:00.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-e61bb14d-697c-4d7c-aaac-5baf5bfc48da a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] TaaS: Handle Delete Port: cea61a5f-5bbb-408c-9aa2-8eead00d6dd1 2026-07-09 05:13:00.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e61bb14d-697c-4d7c-aaac-5baf5bfc48da a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Tap Mirror: Handle Delete Port: cea61a5f-5bbb-408c-9aa2-8eead00d6dd1 [pid: 8|app: 0|req: 1058/2090] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:13:00 2026] DELETE /v2.0/ports/cea61a5f-5bbb-408c-9aa2-8eead00d6dd1 => 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: 1033/2091] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:13:00 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:13:00.679 8 INFO neutron.db.segments_db [None req-71110fab-797e-40f2-984f-c110881b404a a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Added segment 01aea2f9-d1b6-4f94-9d14-37ece20f8c9f of type vxlan for network 622b99f3-b163-4f67-8eae-28173661d4d0 [pid: 8|app: 0|req: 1059/2092] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:13:00 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:13:00.818 7 INFO neutron.db.segments_db [None req-097113ac-e5c0-4aa9-a904-2f391125fa65 a923057059364b69a4288be43f30c551 87185b57ac5c4d00a917c32993e02bb0 - - default default] Added segment 358ef3bb-dfef-446b-8f72-e8ba61ecf996 of type vxlan for network 0a3b83ea-7242-4aef-aae0-6ae4789e4185 [pid: 7|app: 0|req: 1034/2093] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:13:00 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2094] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:13:00 2026] POST /v2.0/subnets => generated 1273 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2095] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:13:01 2026] GET /v2.0/subnets => generated 1909 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2096] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:13:01 2026] DELETE /v2.0/subnets/821c42c2-b5fa-4cb5-8051-5720f6dcce52 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2097] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:13:01 2026] DELETE /v2.0/subnets/4a948c93-1fd7-4bc5-b27c-0fdc183f8e62 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2098] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:13:01 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:01.817 7 INFO neutron.services.segments.plugin [-] Segment 358ef3bb-dfef-446b-8f72-e8ba61ecf996 resource provider aggregate not found 2026-07-09 05:13:01.823 7 INFO neutron.services.segments.plugin [-] Segment 358ef3bb-dfef-446b-8f72-e8ba61ecf996 resource provider aggregate not found 2026-07-09 05:13:01.838 7 INFO neutron.services.segments.plugin [-] Segment 358ef3bb-dfef-446b-8f72-e8ba61ecf996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358ef3bb-dfef-446b-8f72-e8ba61ecf996 found for delete ", "request_id": "req-89c333fb-a0a2-4668-ace1-f3eaafc137f6"}]} 2026-07-09 05:13:01.842 7 INFO neutron.services.segments.plugin [-] Segment 358ef3bb-dfef-446b-8f72-e8ba61ecf996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358ef3bb-dfef-446b-8f72-e8ba61ecf996 found for delete ", "request_id": "req-70256367-2a54-4695-9d40-d52657f3355c"}]} [pid: 7|app: 0|req: 1037/2099] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:13:01 2026] DELETE /v2.0/networks/0a3b83ea-7242-4aef-aae0-6ae4789e4185 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:13:01.969 8 INFO neutron.services.segments.plugin [-] Segment 01aea2f9-d1b6-4f94-9d14-37ece20f8c9f resource provider aggregate not found 2026-07-09 05:13:01.973 8 INFO neutron.services.segments.plugin [-] Segment 01aea2f9-d1b6-4f94-9d14-37ece20f8c9f resource provider aggregate not found 2026-07-09 05:13:01.991 8 INFO neutron.services.segments.plugin [-] Segment 01aea2f9-d1b6-4f94-9d14-37ece20f8c9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01aea2f9-d1b6-4f94-9d14-37ece20f8c9f found for delete ", "request_id": "req-2e93a2b8-0744-471b-b25f-ac2b44728310"}]} 2026-07-09 05:13:01.995 8 INFO neutron.services.segments.plugin [-] Segment 01aea2f9-d1b6-4f94-9d14-37ece20f8c9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01aea2f9-d1b6-4f94-9d14-37ece20f8c9f found for delete ", "request_id": "req-77b3b946-3673-41e9-940e-4ae2c3410ca9"}]} [pid: 8|app: 0|req: 1063/2100] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:13:01 2026] DELETE /v2.0/networks/622b99f3-b163-4f67-8eae-28173661d4d0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2101] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:13:02 2026] DELETE /v2.0/networks/0e8777cb-c4c3-4c43-b464-696d865c8f4d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2102] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:13:02 2026] DELETE /v2.0/networks/dcfa4835-8370-467e-9791-0bfff38dfeaf => 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: 1039/2103] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:13:02 2026] GET /v2.0/security-groups?tenant_id=87185b57ac5c4d00a917c32993e02bb0&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2104] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:02 2026] DELETE /v2.0/security-groups/a046d626-bd40-4a6b-a79d-eddf0627b2b1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:13:03.860 7 INFO neutron.services.segments.plugin [-] Segment 8dcfdf34-09f2-416f-ba68-8789cfedf415 resource provider aggregate not found 2026-07-09 05:13:03.864 7 INFO neutron.services.segments.plugin [-] Segment 8dcfdf34-09f2-416f-ba68-8789cfedf415 resource provider aggregate not found 2026-07-09 05:13:03.880 7 INFO neutron.services.segments.plugin [-] Segment 8dcfdf34-09f2-416f-ba68-8789cfedf415 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dcfdf34-09f2-416f-ba68-8789cfedf415 found for delete ", "request_id": "req-c5881646-e06e-4bd6-816a-2f42587976ea"}]} 2026-07-09 05:13:03.882 7 INFO neutron.services.segments.plugin [-] Segment 8dcfdf34-09f2-416f-ba68-8789cfedf415 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dcfdf34-09f2-416f-ba68-8789cfedf415 found for delete ", "request_id": "req-b31b682d-7fad-4543-8872-f71fdc50990e"}]} 2026-07-09 05:13:04.011 8 INFO neutron.services.segments.plugin [-] Segment 1109ba6f-30d7-4229-b91e-aa72ac58c84d resource provider aggregate not found 2026-07-09 05:13:04.016 8 INFO neutron.services.segments.plugin [-] Segment 1109ba6f-30d7-4229-b91e-aa72ac58c84d resource provider aggregate not found 2026-07-09 05:13:04.028 8 INFO neutron.services.segments.plugin [-] Segment 1109ba6f-30d7-4229-b91e-aa72ac58c84d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1109ba6f-30d7-4229-b91e-aa72ac58c84d found for delete ", "request_id": "req-27f23e93-6610-4fd2-b54b-112d9e82a711"}]} 2026-07-09 05:13:04.034 8 INFO neutron.services.segments.plugin [-] Segment 1109ba6f-30d7-4229-b91e-aa72ac58c84d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1109ba6f-30d7-4229-b91e-aa72ac58c84d found for delete ", "request_id": "req-9017e586-34e2-4964-aa8b-6c6fd42d8c12"}]} [pid: 7|app: 0|req: 1040/2107] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:13:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2108] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:13:05 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2109] 10.0.0.27 () {34 vars in 757 bytes} [Thu Jul 9 05:13:05 2026] PUT /v2.0/security-groups/ae260c74-9047-40e4-81a1-227f73389e18 => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2110] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:13:05 2026] GET /v2.0/security-groups/ae260c74-9047-40e4-81a1-227f73389e18 => generated 1663 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2111] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:05 2026] DELETE /v2.0/security-groups/ae260c74-9047-40e4-81a1-227f73389e18 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2112] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:13:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:13:05.861 7 INFO neutron.api.v2.resource [None req-2ff8dd54-392d-4095-9dea-3e042f4d1f46 50d6ab8f2e5844c2844e9fc5c17b4796 579d3af695364e678656b447e9f86e48 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/2113] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:05 2026] DELETE /v2.0/security-groups/ae260c74-9047-40e4-81a1-227f73389e18 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2114] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:13:05 2026] POST /v2.0/security-groups => generated 1625 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2115] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2116] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules/6bd3e574-82d1-4b16-b330-7a8aaa72a44f => 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: 1045/2117] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2118] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:13:06 2026] DELETE /v2.0/security-group-rules/6bd3e574-82d1-4b16-b330-7a8aaa72a44f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2119] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2120] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2121] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules/c8ef622d-54f9-4636-abba-561a54727dae => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2122] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2123] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:13:06 2026] DELETE /v2.0/security-group-rules/c8ef622d-54f9-4636-abba-561a54727dae => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2124] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:13:06.768 7 INFO neutron.db.securitygroups_db [None req-e852fb5d-ac1f-4e50-baca-f7c687b1edaa 50d6ab8f2e5844c2844e9fc5c17b4796 579d3af695364e678656b447e9f86e48 - - default default] Project 579d3af695364e678656b447e9f86e48 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: 1049/2125] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2126] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules/f15ac4f9-6054-4246-961d-f9656c0d5ed2 => generated 607 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2127] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:13:06 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2128] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:13:06 2026] DELETE /v2.0/security-group-rules/f15ac4f9-6054-4246-961d-f9656c0d5ed2 => 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: 1051/2129] 10.0.0.27 () {32 vars in 672 bytes} [Thu Jul 9 05:13:07 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2130] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:07 2026] DELETE /v2.0/security-groups/5a8b4c8c-c368-48c4-a996-ee667a3b9f31 => 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: 1052/2131] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:13:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2132] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:13:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2133] 10.0.0.27 () {32 vars in 825 bytes} [Thu Jul 9 05:13:07 2026] GET /v2.0/ports?project_id=650250096b3242afb0891b3da879b0da&network_id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 3691 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2134] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:13:07 2026] GET /v2.0/subnets?network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2135] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:13:07 2026] GET /v2.0/security-groups?tenant_id=579d3af695364e678656b447e9f86e48&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2136] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:07 2026] DELETE /v2.0/security-groups/bbb35c1f-e23b-404d-b6f2-92667f2f1d21 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:13:08.060 7 INFO neutron.db.l3_db [None req-c62e7011-a24c-4ccb-8571-280316e9c0e8 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Floating IP c2099a54-e29d-4de4-8c90-d24775bc272a disassociated. External IP: 10.96.250.208, port: f1222d92-8102-4479-8a15-110f8e04e02c. [pid: 7|app: 0|req: 1055/2137] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:13:07 2026] PUT /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 554 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2138] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:13:08 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:08.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-916b82ab-e483-45ce-b12b-ca33fb1e2639'] response: {'name': 'network-changed', 'server_uuid': '15b7ad45-12ab-47d0-bd9c-f286947a5c10', 'tag': 'f1222d92-8102-4479-8a15-110f8e04e02c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1056/2139] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:13:08 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2140] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:13:08 2026] GET /v2.0/networks?id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 756 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2141] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f1222d92-8102-4479-8a15-110f8e04e02c => 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: 1085/2142] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:13:09 2026] GET /v2.0/subnets?id=339d6e52-5398-454c-820c-63aaefbf8ef9 => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2143] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:13:09 2026] GET /v2.0/ports?network_id=daf062d7-f7f4-4241-8f4c-75f099052cec&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: 1086/2144] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:13:09 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 1059/2145] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:13:09 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 1087/2146] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:13:09 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2147] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:13:10 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2148] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:13:11 2026] POST /v2.0/security-groups => generated 1673 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2149] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2150] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2151] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2152] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:13:12.226 7 INFO neutron.db.securitygroups_db [None req-62d18fc1-a63b-42b0-9d26-6ccd71532e48 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Project 650250096b3242afb0891b3da879b0da 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: 1063/2153] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:13:12.362 7 INFO neutron.db.securitygroups_db [None req-b16cbad9-723d-421d-b433-43766721f7fe f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Project 650250096b3242afb0891b3da879b0da 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: 1064/2154] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2155] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:13:12 2026] GET /v2.0/security-groups?tenant_id=eaaf5edeeeb142828cb5cdc43c65a200&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2156] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:12 2026] DELETE /v2.0/security-groups/cd13730b-e6aa-4c44-a700-7c46297f87ce => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2157] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:13:12 2026] GET /v2.0/security-groups?tenant_id=15b84b3ca5ef4d8f97743c26e7407022&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: 1066/2158] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:12 2026] DELETE /v2.0/security-groups/70b8d746-8917-4e71-86da-e6e0ebd9e1b9 => 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: 1093/2159] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:13:12 2026] GET /v2.0/networks => generated 1297 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2160] 10.0.0.167 () {34 vars in 1098 bytes} [Thu Jul 9 05:13:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-441563434&fields=id&tenant_id=650250096b3242afb0891b3da879b0da => 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: 1094/2161] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:13:13 2026] GET /v2.0/networks?id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2162] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:13:13 2026] GET /v2.0/quotas/650250096b3242afb0891b3da879b0da => 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: 1095/2163] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:13:13 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2164] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:13:13 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 1096/2165] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:13:13 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2166] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:13 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2167] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:14 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2168] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:15 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1098/2169] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:13:16 2026] GET /v2.0/security-groups?tenant_id=d22e1dbe42d24031b9562d3092e3f0f5&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2170] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:16 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1072/2171] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:16 2026] DELETE /v2.0/security-groups/e0631d6e-0719-4526-8cc8-b0f378f4f138 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2172] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:17 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:13:18.873 7 INFO neutron.db.segments_db [None req-7a533450-2f13-4781-84bd-1034f84201fe 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 2eb0acd0-4214-4c13-9bd9-c7c30ced1ce3 of type vxlan for network dace3f54-c749-4906-b083-e469bd9f1cbd [pid: 7|app: 0|req: 1073/2173] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:13:18 2026] POST /v2.0/networks => generated 721 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2174] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:18 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1101/2175] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:13:18 2026] POST /v2.0/subnets => generated 687 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:13:19.221 7 INFO neutron.db.segments_db [None req-34e067bb-89ed-4eb7-ba2d-5f4e986d3dab 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment b22bf960-e6cb-4eb9-ba6f-a684087fdd38 of type vxlan for network 2c5244b4-a057-46de-8db5-59a7aadb4fed 2026-07-09 05:13:19.466 7 INFO neutron.db.l3_hamode_db [None req-34e067bb-89ed-4eb7-ba2d-5f4e986d3dab 5fba8b1ace6d499baac40eddf8097d08 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1102/2176] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:13:19 2026] GET /v2.0/networks?id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2177] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:13:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=650250096b3242afb0891b3da879b0da => generated 272 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2178] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:13:19 2026] POST /v2.0/ports => generated 954 bytes in 357 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-07-09 05:13:20.252 7 INFO neutron.db.l3_hamode_db [None req-34e067bb-89ed-4eb7-ba2d-5f4e986d3dab 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1105/2179] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:13:19 2026] PUT /v2.0/ports/badd839a-6d73-494c-96b7-f5eb17688f16 => generated 1235 bytes in 447 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: 1108/2182] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:20 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:20.461 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce9c62a6-81cf-4aef-b564-afe191765017'] response: {'name': 'network-changed', 'server_uuid': '8ae23f55-9601-41a3-bf75-d38a238d6d73', 'tag': 'badd839a-6d73-494c-96b7-f5eb17688f16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1109/2183] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:20 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2184] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:13:20 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2185] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:13:21 2026] GET /v2.0/networks?tenant_id=650250096b3242afb0891b3da879b0da&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2186] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:13:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2187] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:13:19 2026] POST /v2.0/routers => generated 727 bytes in 1943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2188] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:21 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1077/2189] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:21 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2190] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2191] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:13:21 2026] PUT /v2.0/routers/f1d42415-39b1-4350-a440-07623bbb902b/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2192] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=badd839a-6d73-494c-96b7-f5eb17688f16 => 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: 1114/2193] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/subnets?id=339d6e52-5398-454c-820c-63aaefbf8ef9 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2194] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/ports?network_id=daf062d7-f7f4-4241-8f4c-75f099052cec&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: 1115/2195] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 1081/2196] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 1116/2197] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2198] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:22 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:23.609 8 INFO neutron.db.segments_db [None req-565abcce-866b-438c-b0aa-67c0d8474409 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment de0842e9-e722-4657-87ca-e223e1b30d43 of type vxlan for network 63520f57-d91c-407c-b110-57786fe5e2c4 [pid: 8|app: 0|req: 1117/2199] 10.0.0.27 () {34 vars in 670 bytes} [Thu Jul 9 05:13:23 2026] POST /v2.0/networks => generated 721 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2200] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:13:23 2026] POST /v2.0/subnets => generated 687 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:13:23.940 8 INFO neutron.db.segments_db [None req-fbbbd5fd-b46e-4f1b-9f18-3dc2ddcf30c7 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Added segment 2add73f8-ea61-4378-a187-a7debb9b7629 of type vxlan for network 3d6e9d20-50f6-482c-80ac-b458d311546b [pid: 7|app: 0|req: 1084/2201] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:23 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2202] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:24 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:24.218 8 INFO neutron.db.l3_hamode_db [None req-fbbbd5fd-b46e-4f1b-9f18-3dc2ddcf30c7 5fba8b1ace6d499baac40eddf8097d08 f8ca8f20cc7944cb8bbe261780413c7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:13:25.038 8 INFO neutron.db.l3_hamode_db [None req-fbbbd5fd-b46e-4f1b-9f18-3dc2ddcf30c7 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1086/2203] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:25 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2204] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:25 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&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: 1118/2205] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:13:23 2026] POST /v2.0/routers => generated 727 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2206] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:26 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2207] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:26 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&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: 1088/2208] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:13:25 2026] PUT /v2.0/routers/8a8ba48c-e3fd-47b3-a658-06b5caf315d3/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2209] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:27 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1089/2210] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:27 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2211] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:27 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2212] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:27 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&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: 1123/2213] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:13:27 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2214] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:13:28 2026] POST /v2.0/security-groups => generated 1675 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2215] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:13:28.266 7 INFO neutron.db.l3_db [None req-64102aba-74f5-4ed6-b488-25d89819954e f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Floating IP c2099a54-e29d-4de4-8c90-d24775bc272a associated. External IP: 10.96.250.208, port: badd839a-6d73-494c-96b7-f5eb17688f16. [pid: 8|app: 0|req: 1126/2216] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2217] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2218] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2219] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:13:27 2026] PUT /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 855 bytes in 662 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:28.606 8 INFO neutron.db.securitygroups_db [None req-87d87a28-1e22-4eb5-8d3e-f507c34ce3f9 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] Project 7215c6ef7356447f9ffc3cd6c4919b1e added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-09 05:13:28.642 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90816cbe-fd57-4149-98ae-1c4c2c77346f'] response: {'name': 'network-changed', 'server_uuid': '8ae23f55-9601-41a3-bf75-d38a238d6d73', 'tag': 'badd839a-6d73-494c-96b7-f5eb17688f16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1092/2220] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:13:28 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2221] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:13:28.743 7 INFO neutron.db.securitygroups_db [None req-70550639-1836-4b91-bb87-2e9589d29825 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] Project 7215c6ef7356447f9ffc3cd6c4919b1e 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: 1093/2222] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2223] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/ports?tenant_id=650250096b3242afb0891b3da879b0da&device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1094/2224] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/networks?id=daf062d7-f7f4-4241-8f4c-75f099052cec => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2225] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=badd839a-6d73-494c-96b7-f5eb17688f16 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2226] 10.0.0.27 () {34 vars in 684 bytes} [Thu Jul 9 05:13:29 2026] POST /v2.0/security-groups => generated 1663 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2227] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/subnets?id=339d6e52-5398-454c-820c-63aaefbf8ef9 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2228] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/ports?network_id=daf062d7-f7f4-4241-8f4c-75f099052cec&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2229] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2230] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2231] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec?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: 1133/2232] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:13:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2233] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:13:29 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 855 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2234] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:13:29 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2235] 10.0.0.167 () {34 vars in 1100 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1337290861&fields=id&tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e => 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: 1101/2236] 10.0.0.167 () {34 vars in 1100 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1579771329&fields=id&tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2237] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/networks?id=dace3f54-c749-4906-b083-e469bd9f1cbd => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2238] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/quotas/7215c6ef7356447f9ffc3cd6c4919b1e => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2239] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/ports?tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2240] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/networks/dace3f54-c749-4906-b083-e469bd9f1cbd?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: 1138/2241] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/networks/dace3f54-c749-4906-b083-e469bd9f1cbd?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: 1104/2242] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => 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: 1139/2243] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:13:30 2026] GET /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 857 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2244] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:31 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => 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: 1140/2245] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:32 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => 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: 1106/2246] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:34 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => 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: 1108/2249] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:13:35 2026] GET /v2.0/networks?id=dace3f54-c749-4906-b083-e469bd9f1cbd => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2250] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:13:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e => generated 274 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2251] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:35 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => 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: 1143/2252] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:13:35 2026] POST /v2.0/ports => generated 993 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2253] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:13:35 2026] PUT /v2.0/ports/17aca15c-5f27-4d97-bece-398f3d40bb25 => generated 1274 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:13:36.000 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47da4f9f-6227-4e4f-b597-689bc810a511'] response: {'name': 'network-changed', 'server_uuid': '7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe', 'tag': '17aca15c-5f27-4d97-bece-398f3d40bb25', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1144/2254] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:36 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1111/2255] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:36 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2256] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:13:36 2026] GET /v2.0/ports?tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e&device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2257] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:13:36 2026] GET /v2.0/networks?tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2258] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:13:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2259] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1008 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2260] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2261] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/ports?tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e&device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2262] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=17aca15c-5f27-4d97-bece-398f3d40bb25 => 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: 1115/2263] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/subnets?id=50589d9e-75ca-4a6a-a5ac-e35026afcb61 => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2264] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/ports?network_id=dace3f54-c749-4906-b083-e469bd9f1cbd&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: 1116/2265] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/networks/dace3f54-c749-4906-b083-e469bd9f1cbd?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: 1150/2266] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:13:37 2026] GET /v2.0/networks/dace3f54-c749-4906-b083-e469bd9f1cbd?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: 1117/2267] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:38 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2268] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:38 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2269] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:13:38 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2270] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:38 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2271] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:39 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2272] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:39 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2273] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:41 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2274] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:13:41 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2275] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:41 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2276] 199.204.45.222 () {34 vars in 1124 bytes} [Thu Jul 9 05:13:41 2026] GET /v2.0/security-groups?id=a72fc6fa-74da-4216-a75f-4d6a144571c3&id=39a46244-3ae6-4293-9492-2c25533b97d5&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2277] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:42 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2278] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:42 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2279] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:43 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2280] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:43 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2281] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:43 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:13:44.055 8 INFO neutron.db.l3_db [None req-d74e6e5f-3710-4d0d-908b-e99b4412d27c 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] Floating IP 2de3df29-d23b-4b4a-a488-33c4bc52ef99 associated. External IP: 10.96.250.201, port: 17aca15c-5f27-4d97-bece-398f3d40bb25. [pid: 8|app: 0|req: 1158/2282] 10.0.0.27 () {34 vars in 748 bytes} [Thu Jul 9 05:13:43 2026] PUT /v2.0/floatingips/2de3df29-d23b-4b4a-a488-33c4bc52ef99 => generated 855 bytes in 684 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:44.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3122f79a-d0e8-4d14-8475-13cda8baf089'] response: {'name': 'network-changed', 'server_uuid': '7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe', 'tag': '17aca15c-5f27-4d97-bece-398f3d40bb25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1125/2283] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:13:44 2026] GET /v2.0/ports?tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e&device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2284] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:13:44 2026] GET /v2.0/networks?id=dace3f54-c749-4906-b083-e469bd9f1cbd => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2285] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:13:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=17aca15c-5f27-4d97-bece-398f3d40bb25 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2286] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:13:45 2026] GET /v2.0/subnets?id=50589d9e-75ca-4a6a-a5ac-e35026afcb61 => generated 690 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2287] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:13:45 2026] GET /v2.0/ports?network_id=dace3f54-c749-4906-b083-e469bd9f1cbd&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2288] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:13:45 2026] GET /v2.0/networks/dace3f54-c749-4906-b083-e469bd9f1cbd?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: 1128/2289] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:13:45 2026] GET /v2.0/networks/dace3f54-c749-4906-b083-e469bd9f1cbd?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: 1162/2290] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:48 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2291] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:48 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&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: 1163/2292] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:49 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1130/2293] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:49 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2296] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:50 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1166/2297] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:50 2026] GET /v2.0/security-groups?id=65fd3d34-305a-44ef-a40e-7dd87efd8607&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2298] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:13:50 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:50.676 8 INFO neutron_taas.services.taas.taas_plugin [req-0ece2244-0b29-49e8-a82d-90a086589c27 req-9cb2c9ca-8b16-409d-aec2-b86fab7320ef f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] TaaS: Handle Delete Port: badd839a-6d73-494c-96b7-f5eb17688f16 2026-07-09 05:13:50.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0ece2244-0b29-49e8-a82d-90a086589c27 req-9cb2c9ca-8b16-409d-aec2-b86fab7320ef f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Tap Mirror: Handle Delete Port: badd839a-6d73-494c-96b7-f5eb17688f16 2026-07-09 05:13:50.795 8 INFO neutron.db.l3_db [req-0ece2244-0b29-49e8-a82d-90a086589c27 req-9cb2c9ca-8b16-409d-aec2-b86fab7320ef f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Floating IP c2099a54-e29d-4de4-8c90-d24775bc272a disassociated. External IP: 10.96.250.208, port: badd839a-6d73-494c-96b7-f5eb17688f16. [pid: 8|app: 0|req: 1167/2299] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:13:50 2026] DELETE /v2.0/ports/badd839a-6d73-494c-96b7-f5eb17688f16 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:13:51.164 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-022667a4-9bb5-4761-beab-2ed8dacd9f1d'] response: {'server_uuid': '8ae23f55-9601-41a3-bf75-d38a238d6d73', 'name': 'network-vif-deleted', 'tag': 'badd839a-6d73-494c-96b7-f5eb17688f16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1133/2300] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:51 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1168/2301] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:52 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2302] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:52 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2303] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:13:52 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1279 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2304] 10.0.0.27 () {32 vars in 857 bytes} [Thu Jul 9 05:13:52 2026] GET /v2.0/floatingips?floating_network_id=7b3c6782-7855-4984-83fc-899a7ec7a1b7&port_id=17aca15c-5f27-4d97-bece-398f3d40bb25 => generated 860 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2305] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:52 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1136/2306] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:13:53 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2307] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:53 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2308] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:53 2026] GET /v2.0/ports?device_id=8ae23f55-9601-41a3-bf75-d38a238d6d73 => 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: 1172/2309] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:13:54 2026] DELETE /v2.0/security-groups/65fd3d34-305a-44ef-a40e-7dd87efd8607 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:13:55.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f33d6c6-6538-4572-a6f0-9efb1026b7f6 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] TaaS: Handle Delete Port: 314312f0-0f51-4141-a1d9-c2e25e478263 2026-07-09 05:13:55.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f33d6c6-6538-4572-a6f0-9efb1026b7f6 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Tap Mirror: Handle Delete Port: 314312f0-0f51-4141-a1d9-c2e25e478263 [pid: 7|app: 0|req: 1138/2310] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:13:55 2026] DELETE /v2.0/floatingips/c2099a54-e29d-4de4-8c90-d24775bc272a => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2311] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:55 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2312] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:55 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&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: 1174/2313] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:55 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2314] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:55 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2315] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:56 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2316] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:56 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2317] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:56 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2318] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:57 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2319] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:57 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2320] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:13:57 2026] GET /v2.0/security-groups?id=678aba69-4716-4a0c-9940-93fc12805195&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2321] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:13:57 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:13:58.077 7 INFO neutron_taas.services.taas.taas_plugin [req-9de80c49-5ef4-49e8-a87f-4218dc9e0a8b req-122f43c3-d02b-43b9-8aa3-640b18cd6455 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] TaaS: Handle Delete Port: f1222d92-8102-4479-8a15-110f8e04e02c 2026-07-09 05:13:58.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9de80c49-5ef4-49e8-a87f-4218dc9e0a8b req-122f43c3-d02b-43b9-8aa3-640b18cd6455 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Tap Mirror: Handle Delete Port: f1222d92-8102-4479-8a15-110f8e04e02c [pid: 7|app: 0|req: 1144/2322] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:13:57 2026] DELETE /v2.0/ports/f1222d92-8102-4479-8a15-110f8e04e02c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2323] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:58 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:13:58.281 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35469556-e245-42a0-b62b-c97c10716fd1'] response: {'server_uuid': '15b7ad45-12ab-47d0-bd9c-f286947a5c10', 'name': 'network-vif-deleted', 'tag': 'f1222d92-8102-4479-8a15-110f8e04e02c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1145/2324] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:13:58 2026] GET /v2.0/security-groups?id=39a46244-3ae6-4293-9492-2c25533b97d5&id=a72fc6fa-74da-4216-a75f-4d6a144571c3&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2325] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:13:58 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:13:58.452 7 INFO neutron_taas.services.taas.taas_plugin [req-27258992-ba60-45c1-9b4c-9e313e843d85 req-01c424ab-fb34-4e1e-9438-d9888fb6a4a8 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] TaaS: Handle Delete Port: 17aca15c-5f27-4d97-bece-398f3d40bb25 2026-07-09 05:13:58.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-27258992-ba60-45c1-9b4c-9e313e843d85 req-01c424ab-fb34-4e1e-9438-d9888fb6a4a8 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] Tap Mirror: Handle Delete Port: 17aca15c-5f27-4d97-bece-398f3d40bb25 2026-07-09 05:13:58.575 7 INFO neutron.db.l3_db [req-27258992-ba60-45c1-9b4c-9e313e843d85 req-01c424ab-fb34-4e1e-9438-d9888fb6a4a8 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] Floating IP 2de3df29-d23b-4b4a-a488-33c4bc52ef99 disassociated. External IP: 10.96.250.201, port: 17aca15c-5f27-4d97-bece-398f3d40bb25. [pid: 7|app: 0|req: 1146/2326] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:13:58 2026] DELETE /v2.0/ports/17aca15c-5f27-4d97-bece-398f3d40bb25 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2327] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:58 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => 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: 1147/2328] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:13:59 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => 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: 1182/2329] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:14:00 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:00.320 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6971d8a-5399-4f27-8acb-1922dd889623'] response: {'server_uuid': '7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe', 'name': 'network-vif-deleted', 'tag': '17aca15c-5f27-4d97-bece-398f3d40bb25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1148/2330] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:14:00 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2331] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:14:01 2026] GET /v2.0/ports?device_id=15b7ad45-12ab-47d0-bd9c-f286947a5c10 => 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: 1149/2332] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:14:01 2026] GET /v2.0/ports?device_id=7e0dcb7c-e943-4b38-a6aa-df77ed45a0fe => 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: 1184/2333] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:02 2026] DELETE /v2.0/security-groups/678aba69-4716-4a0c-9940-93fc12805195 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:02.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-b34f9862-1d16-45a9-8931-b284f1d7f5e1 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] TaaS: Handle Delete Port: 04a86a5c-3018-4dae-9ae7-3180cf42df0f 2026-07-09 05:14:02.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b34f9862-1d16-45a9-8931-b284f1d7f5e1 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Tap Mirror: Handle Delete Port: 04a86a5c-3018-4dae-9ae7-3180cf42df0f [pid: 8|app: 0|req: 1185/2334] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:02 2026] DELETE /v2.0/security-groups/39a46244-3ae6-4293-9492-2c25533b97d5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:02.840 8 INFO neutron.api.v2.resource [None req-b5ae21a9-cc61-497a-9d06-958d501ef3b6 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1186/2335] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:14:02 2026] GET /v2.0/security-groups/39a46244-3ae6-4293-9492-2c25533b97d5 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:14:02.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-da487fd0-6619-4145-b17d-4a6d0cb58144 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] TaaS: Handle Delete Port: b73c6f03-51b6-406d-8784-6ce081809195 2026-07-09 05:14:02.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da487fd0-6619-4145-b17d-4a6d0cb58144 30087aef634b41af9fe6cb7edce26743 7215c6ef7356447f9ffc3cd6c4919b1e - - default default] Tap Mirror: Handle Delete Port: b73c6f03-51b6-406d-8784-6ce081809195 [pid: 8|app: 0|req: 1187/2336] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:14:02 2026] DELETE /v2.0/floatingips/2de3df29-d23b-4b4a-a488-33c4bc52ef99 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2337] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:03 2026] DELETE /v2.0/security-groups/a72fc6fa-74da-4216-a75f-4d6a144571c3 => 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: 1150/2338] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:14:02 2026] PUT /v2.0/routers/d7406b57-0e8f-464f-8332-77abe2cdea1f/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2339] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:03 2026] DELETE /v2.0/subnets/339d6e52-5398-454c-820c-63aaefbf8ef9 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:14:03.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6c66b9a-642d-40b4-b046-d5d4ee8df1cf f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] TaaS: Handle Delete Port: 5127e463-58c4-4d2b-9381-117461dc016b 2026-07-09 05:14:03.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6c66b9a-642d-40b4-b046-d5d4ee8df1cf f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Tap Mirror: Handle Delete Port: 5127e463-58c4-4d2b-9381-117461dc016b 2026-07-09 05:14:03.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-94f04776-e390-406d-b6f2-b2ea86cb57a6 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 89f704b1-88ca-4d9d-b92f-e6d4c62a170a 2026-07-09 05:14:03.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94f04776-e390-406d-b6f2-b2ea86cb57a6 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 89f704b1-88ca-4d9d-b92f-e6d4c62a170a 2026-07-09 05:14:03.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6c66b9a-642d-40b4-b046-d5d4ee8df1cf f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] TaaS: Handle Delete Port: 5c96f666-2f5c-4b1f-8580-3407e50c684e 2026-07-09 05:14:03.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6c66b9a-642d-40b4-b046-d5d4ee8df1cf f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Tap Mirror: Handle Delete Port: 5c96f666-2f5c-4b1f-8580-3407e50c684e [pid: 8|app: 0|req: 1189/2340] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:14:03 2026] PUT /v2.0/routers/f1d42415-39b1-4350-a440-07623bbb902b/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:14:04.245 7 INFO neutron.services.segments.plugin [-] Segment 5eda4d14-7942-45ce-84c6-ebb57cb22559 resource provider aggregate not found 2026-07-09 05:14:04.252 7 INFO neutron.services.segments.plugin [-] Segment 5eda4d14-7942-45ce-84c6-ebb57cb22559 resource provider aggregate not found 2026-07-09 05:14:04.266 7 INFO neutron.services.segments.plugin [-] Segment 5eda4d14-7942-45ce-84c6-ebb57cb22559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eda4d14-7942-45ce-84c6-ebb57cb22559 found for delete ", "request_id": "req-bbcc5f9f-5d37-44fe-b1c7-5815ca7f1cc3"}]} 2026-07-09 05:14:04.268 7 INFO neutron.services.segments.plugin [-] Segment 5eda4d14-7942-45ce-84c6-ebb57cb22559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5eda4d14-7942-45ce-84c6-ebb57cb22559 found for delete ", "request_id": "req-2a9ed96a-b689-4d86-9164-08f02c589243"}]} 2026-07-09 05:14:04.279 7 INFO neutron.db.l3_hamode_db [None req-b6c66b9a-642d-40b4-b046-d5d4ee8df1cf f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] HA network e7cbca88-7252-4e73-9743-bff79cee4d1b was deleted as no HA routers are present in tenant 650250096b3242afb0891b3da879b0da. [pid: 7|app: 0|req: 1152/2341] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:03 2026] DELETE /v2.0/routers/d7406b57-0e8f-464f-8332-77abe2cdea1f => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:04.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-381e8912-e322-40d4-b03a-e153b112f355 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 15eefbe9-e110-4ac5-81dc-ab47d0e49038 2026-07-09 05:14:04.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-381e8912-e322-40d4-b03a-e153b112f355 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 15eefbe9-e110-4ac5-81dc-ab47d0e49038 2026-07-09 05:14:04.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-16d9b226-0a62-43ae-82fb-4f2609ba1d72 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] TaaS: Handle Delete Port: 01d9f320-7327-4241-952b-478c4c5a2be9 2026-07-09 05:14:04.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16d9b226-0a62-43ae-82fb-4f2609ba1d72 f47651beeef344d4bb0ed10b159c4f66 650250096b3242afb0891b3da879b0da - - default default] Tap Mirror: Handle Delete Port: 01d9f320-7327-4241-952b-478c4c5a2be9 [pid: 7|app: 0|req: 1153/2342] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:04 2026] DELETE /v2.0/networks/daf062d7-f7f4-4241-8f4c-75f099052cec => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:14:04.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-381e8912-e322-40d4-b03a-e153b112f355 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: ac6a14a2-16d2-4af0-998a-0f0c7258d7da 2026-07-09 05:14:04.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-381e8912-e322-40d4-b03a-e153b112f355 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: ac6a14a2-16d2-4af0-998a-0f0c7258d7da 2026-07-09 05:14:05.076 8 INFO neutron.services.segments.plugin [-] Segment b22bf960-e6cb-4eb9-ba6f-a684087fdd38 resource provider aggregate not found 2026-07-09 05:14:05.078 8 INFO neutron.services.segments.plugin [-] Segment b22bf960-e6cb-4eb9-ba6f-a684087fdd38 resource provider aggregate not found 2026-07-09 05:14:05.099 8 INFO neutron.services.segments.plugin [-] Segment b22bf960-e6cb-4eb9-ba6f-a684087fdd38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b22bf960-e6cb-4eb9-ba6f-a684087fdd38 found for delete ", "request_id": "req-d307c80f-306b-4d60-b4f6-cb8773ba55a6"}]} 2026-07-09 05:14:05.099 8 INFO neutron.services.segments.plugin [-] Segment b22bf960-e6cb-4eb9-ba6f-a684087fdd38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b22bf960-e6cb-4eb9-ba6f-a684087fdd38 found for delete ", "request_id": "req-0f64e162-c4de-47a7-8d6c-63c7ded00940"}]} 2026-07-09 05:14:05.110 8 INFO neutron.db.l3_hamode_db [None req-381e8912-e322-40d4-b03a-e153b112f355 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network 2c5244b4-a057-46de-8db5-59a7aadb4fed was deleted as no HA routers are present in tenant 7215c6ef7356447f9ffc3cd6c4919b1e. [pid: 8|app: 0|req: 1190/2345] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:04 2026] DELETE /v2.0/routers/f1d42415-39b1-4350-a440-07623bbb902b => generated 0 bytes in 921 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2346] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:05 2026] DELETE /v2.0/subnets/50589d9e-75ca-4a6a-a5ac-e35026afcb61 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:14:05.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-e38f7266-e716-4679-b557-98fecc9c513f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: a0026b97-ad7a-46cd-b188-206da1a25748 2026-07-09 05:14:05.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e38f7266-e716-4679-b557-98fecc9c513f 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: a0026b97-ad7a-46cd-b188-206da1a25748 [pid: 8|app: 0|req: 1191/2347] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:05 2026] DELETE /v2.0/networks/dace3f54-c749-4906-b083-e469bd9f1cbd => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2348] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:05 2026] GET /v2.0/security-groups?tenant_id=9cc5214e8ddf48cf88db5b5ed60fa4b1&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2349] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:05 2026] DELETE /v2.0/security-groups/4c0b97bd-a625-4e03-9a82-5e20f4778f8b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2350] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:05 2026] GET /v2.0/security-groups?tenant_id=650250096b3242afb0891b3da879b0da&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:14:06.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-a66ecceb-3e3f-4ffd-8453-41ba34b1086a 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 775cf232-dc16-4b33-b257-ca982cd2dae7 [pid: 7|app: 0|req: 1160/2351] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:05 2026] DELETE /v2.0/security-groups/198b154b-0885-4607-a9d1-73028e8053c1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:06.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a66ecceb-3e3f-4ffd-8453-41ba34b1086a 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 775cf232-dc16-4b33-b257-ca982cd2dae7 2026-07-09 05:14:06.285 7 INFO neutron.services.segments.plugin [-] Segment a14528ec-5a93-45a0-9226-ea233ad3257f resource provider aggregate not found 2026-07-09 05:14:06.291 7 INFO neutron.services.segments.plugin [-] Segment a14528ec-5a93-45a0-9226-ea233ad3257f resource provider aggregate not found 2026-07-09 05:14:06.310 7 INFO neutron.services.segments.plugin [-] Segment a14528ec-5a93-45a0-9226-ea233ad3257f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14528ec-5a93-45a0-9226-ea233ad3257f found for delete ", "request_id": "req-23c09b68-77f6-4198-a121-7c16dcbefbb2"}]} 2026-07-09 05:14:06.310 7 INFO neutron.services.segments.plugin [-] Segment a14528ec-5a93-45a0-9226-ea233ad3257f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14528ec-5a93-45a0-9226-ea233ad3257f found for delete ", "request_id": "req-0237dce3-27e1-4936-8d2a-4c076102823e"}]} [pid: 8|app: 0|req: 1192/2352] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:14:05 2026] PUT /v2.0/routers/8a8ba48c-e3fd-47b3-a658-06b5caf315d3/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:14:06.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-89426baf-e5e7-439e-8e3a-d384d7292fae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 3e1d4fd4-63b2-42d0-acec-95feed559ff2 2026-07-09 05:14:06.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89426baf-e5e7-439e-8e3a-d384d7292fae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 3e1d4fd4-63b2-42d0-acec-95feed559ff2 2026-07-09 05:14:07.115 8 INFO neutron.services.segments.plugin [-] Segment 2eb0acd0-4214-4c13-9bd9-c7c30ced1ce3 resource provider aggregate not found 2026-07-09 05:14:07.119 8 INFO neutron.services.segments.plugin [-] Segment 2eb0acd0-4214-4c13-9bd9-c7c30ced1ce3 resource provider aggregate not found 2026-07-09 05:14:07.136 8 INFO neutron.services.segments.plugin [-] Segment 2eb0acd0-4214-4c13-9bd9-c7c30ced1ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eb0acd0-4214-4c13-9bd9-c7c30ced1ce3 found for delete ", "request_id": "req-7df10ec7-a298-4464-b423-8bb34e77ca7b"}]} 2026-07-09 05:14:07.138 8 INFO neutron.services.segments.plugin [-] Segment 2eb0acd0-4214-4c13-9bd9-c7c30ced1ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eb0acd0-4214-4c13-9bd9-c7c30ced1ce3 found for delete ", "request_id": "req-2da2b239-541c-475d-a9db-071347d9e2e0"}]} 2026-07-09 05:14:07.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-89426baf-e5e7-439e-8e3a-d384d7292fae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 717b0b7a-78d7-41b5-bc02-8de47c92a941 2026-07-09 05:14:07.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89426baf-e5e7-439e-8e3a-d384d7292fae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 717b0b7a-78d7-41b5-bc02-8de47c92a941 2026-07-09 05:14:07.559 7 INFO neutron.db.l3_hamode_db [None req-89426baf-e5e7-439e-8e3a-d384d7292fae 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] HA network 3d6e9d20-50f6-482c-80ac-b458d311546b was deleted as no HA routers are present in tenant f8ca8f20cc7944cb8bbe261780413c7c. [pid: 7|app: 0|req: 1161/2353] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:06 2026] DELETE /v2.0/routers/8a8ba48c-e3fd-47b3-a658-06b5caf315d3 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2354] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:07 2026] DELETE /v2.0/subnets/d16d0fe8-b8eb-447f-9d70-e81386079a91 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:14:07.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-b72e8db2-4cbc-4932-adeb-6bef116acdbd 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 78f73ff4-768d-422c-ac12-75644390af2c 2026-07-09 05:14:07.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b72e8db2-4cbc-4932-adeb-6bef116acdbd 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 78f73ff4-768d-422c-ac12-75644390af2c [pid: 7|app: 0|req: 1162/2355] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:07 2026] DELETE /v2.0/networks/63520f57-d91c-407c-b110-57786fe5e2c4 => 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: 1194/2356] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:08 2026] GET /v2.0/security-groups?tenant_id=f8ca8f20cc7944cb8bbe261780413c7c&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:14:08.341 7 INFO neutron.services.segments.plugin [-] Segment 2add73f8-ea61-4378-a187-a7debb9b7629 resource provider aggregate not found 2026-07-09 05:14:08.342 7 INFO neutron.services.segments.plugin [-] Segment 2add73f8-ea61-4378-a187-a7debb9b7629 resource provider aggregate not found 2026-07-09 05:14:08.369 7 INFO neutron.services.segments.plugin [-] Segment 2add73f8-ea61-4378-a187-a7debb9b7629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2add73f8-ea61-4378-a187-a7debb9b7629 found for delete ", "request_id": "req-d0f2c1f2-ef38-47ed-bdda-c7f9ceb0f23b"}]} 2026-07-09 05:14:08.376 7 INFO neutron.services.segments.plugin [-] Segment 2add73f8-ea61-4378-a187-a7debb9b7629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2add73f8-ea61-4378-a187-a7debb9b7629 found for delete ", "request_id": "req-c21acc23-3556-4e95-8db1-c8984c75c5bf"}]} 2026-07-09 05:14:08.391 7 INFO neutron.services.segments.plugin [-] Segment de0842e9-e722-4657-87ca-e223e1b30d43 resource provider aggregate not found 2026-07-09 05:14:08.407 7 INFO neutron.services.segments.plugin [-] Segment de0842e9-e722-4657-87ca-e223e1b30d43 resource provider aggregate not found 2026-07-09 05:14:08.417 7 INFO neutron.services.segments.plugin [-] Segment de0842e9-e722-4657-87ca-e223e1b30d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de0842e9-e722-4657-87ca-e223e1b30d43 found for delete ", "request_id": "req-275fd7eb-b650-44ed-8130-9d54cbeedb54"}]} 2026-07-09 05:14:08.426 7 INFO neutron.services.segments.plugin [-] Segment de0842e9-e722-4657-87ca-e223e1b30d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de0842e9-e722-4657-87ca-e223e1b30d43 found for delete ", "request_id": "req-c443db8b-6a41-4cc0-acc9-a90cab1ea118"}]} [pid: 7|app: 0|req: 1163/2357] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:08 2026] DELETE /v2.0/security-groups/d5254367-cdb8-41a0-b9c3-57dc64c1e1bf => 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: 1195/2358] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:08 2026] GET /v2.0/security-groups?tenant_id=7215c6ef7356447f9ffc3cd6c4919b1e&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2359] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:08 2026] DELETE /v2.0/security-groups/5ad8fcd9-0768-4d9b-8a27-89cafc4ea885 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:10.435 8 INFO neutron.db.segments_db [None req-fbf3a5ed-2894-4334-afd9-74a9b5310cbb e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Added segment e53afe25-a384-4f54-812f-6f6e8d3a775a of type vxlan for network 7c178c3e-ef64-42f1-9e5c-e9b55b344466 2026-07-09 05:14:10.708 8 INFO neutron.db.l3_hamode_db [None req-fbf3a5ed-2894-4334-afd9-74a9b5310cbb e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:14:10.806 8 INFO neutron.db.l3_hamode_db [None req-fbf3a5ed-2894-4334-afd9-74a9b5310cbb e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1196/2360] 10.0.0.27 () {34 vars in 667 bytes} [Thu Jul 9 05:14:10 2026] POST /v2.0/routers => generated 474 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:11.455 7 INFO neutron.db.l3_hamode_db [None req-07ab8090-de08-4f69-b656-586d1687732d e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:14:11.605 7 INFO neutron.db.l3_hamode_db [None req-07ab8090-de08-4f69-b656-586d1687732d e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1165/2361] 10.0.0.27 () {34 vars in 667 bytes} [Thu Jul 9 05:14:11 2026] POST /v2.0/routers => generated 474 bytes in 791 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:12.247 8 INFO neutron.db.l3_hamode_db [None req-f2c42d62-ab55-4938-8548-6e794a07f945 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:14:12.352 8 INFO neutron.db.l3_hamode_db [None req-f2c42d62-ab55-4938-8548-6e794a07f945 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1197/2362] 10.0.0.27 () {34 vars in 667 bytes} [Thu Jul 9 05:14:12 2026] POST /v2.0/routers => generated 474 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:12.963 8 INFO neutron.db.l3_hamode_db [None req-f48bde39-f08c-452d-8a3b-9f44c849e5df e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:14:13.079 7 INFO neutron.db.segments_db [None req-30d1dc07-eee7-490c-8409-0aa380e1f12d 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] Added segment 63d33e5a-7175-4657-ab97-b909c195efa1 of type vxlan for network 2ba99145-c54b-4bba-aef9-d23207179369 2026-07-09 05:14:13.079 8 INFO neutron.db.l3_hamode_db [None req-f48bde39-f08c-452d-8a3b-9f44c849e5df e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1166/2363] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:12 2026] POST /v2.0/networks => generated 706 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2364] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:13 2026] POST /v2.0/subnets => generated 644 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:13.343 7 WARNING neutron.api.v2.base [None req-5ce7493b-c33a-43ce-8c54-522172eb9171 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - 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-07-09 05:14:13.344 7 INFO neutron.api.v2.resource [None req-5ce7493b-c33a-43ce-8c54-522172eb9171 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1168/2365] 10.0.0.27 () {34 vars in 680 bytes} [Thu Jul 9 05:14:13 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-09 05:14:13.556 7 INFO neutron.services.segments.plugin [-] Segment 63d33e5a-7175-4657-ab97-b909c195efa1 resource provider aggregate not found 2026-07-09 05:14:13.559 7 INFO neutron.services.segments.plugin [-] Segment 63d33e5a-7175-4657-ab97-b909c195efa1 resource provider aggregate not found 2026-07-09 05:14:13.571 7 INFO neutron.services.segments.plugin [-] Segment 63d33e5a-7175-4657-ab97-b909c195efa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63d33e5a-7175-4657-ab97-b909c195efa1 found for delete ", "request_id": "req-750b945a-7d8f-4664-8c07-6f95d66c49be"}]} 2026-07-09 05:14:13.575 7 INFO neutron.services.segments.plugin [-] Segment 63d33e5a-7175-4657-ab97-b909c195efa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63d33e5a-7175-4657-ab97-b909c195efa1 found for delete ", "request_id": "req-8b80612c-6f1d-4249-94fe-b51a0eddb58a"}]} [pid: 7|app: 0|req: 1169/2366] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:13 2026] DELETE /v2.0/networks/2ba99145-c54b-4bba-aef9-d23207179369 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:14:13.652 7 INFO neutron.db.segments_db [None req-dd6179f5-bfe9-45b8-8ada-c77fa668c50f 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] Added segment 6bc8dd59-65e7-4451-85a2-96b379e46a83 of type vxlan for network ca08093e-9587-49d1-9db8-09330172053e [pid: 8|app: 0|req: 1198/2367] 10.0.0.27 () {34 vars in 667 bytes} [Thu Jul 9 05:14:12 2026] POST /v2.0/routers => generated 474 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:13.717 8 INFO neutron.db.l3_hamode_db [None req-6b9aa00a-1124-4946-91f5-6ebec7eb5345 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1170/2368] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:13 2026] POST /v2.0/networks => generated 707 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:13.840 8 INFO neutron.db.l3_hamode_db [None req-6b9aa00a-1124-4946-91f5-6ebec7eb5345 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1171/2369] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:13 2026] POST /v2.0/subnets => generated 647 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:13.931 7 WARNING neutron.api.v2.base [None req-5b9f3f93-5c5e-416f-8834-10b0098aa038 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - 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-07-09 05:14:13.931 7 INFO neutron.api.v2.resource [None req-5b9f3f93-5c5e-416f-8834-10b0098aa038 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1172/2370] 10.0.0.27 () {34 vars in 680 bytes} [Thu Jul 9 05:14:13 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2371] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:13 2026] DELETE /v2.0/networks/ca08093e-9587-49d1-9db8-09330172053e => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:14:14.196 7 INFO neutron.db.segments_db [None req-fb0fce52-16cb-4bd0-8592-d572c89ecc4c 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] Added segment 330ac1db-a4f9-4806-90e7-2590cbeb8a3f of type vxlan for network 67fb6641-c1ab-4367-8480-a16c7214a7e0 [pid: 7|app: 0|req: 1174/2372] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:14 2026] POST /v2.0/networks => generated 706 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2373] 10.0.0.27 () {34 vars in 667 bytes} [Thu Jul 9 05:14:13 2026] POST /v2.0/routers => generated 474 bytes in 778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2374] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:14 2026] POST /v2.0/subnets => generated 647 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2375] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:14:14 2026] PUT /v2.0/routers/e5821df0-5ba7-4b98-bff6-c40493e2e322/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2376] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:14:14 2026] PUT /v2.0/routers/6e6a4592-d38f-49d7-8ddd-587643e19c40/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2377] 10.0.0.27 () {34 vars in 680 bytes} [Thu Jul 9 05:14:14 2026] POST /v2.0/rbac-policies => generated 324 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2378] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:14:14 2026] PUT /v2.0/routers/816e86e4-4889-43a1-80b2-a77f231069c2/tags => generated 34 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2379] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:14:14 2026] PUT /v2.0/routers/8d69cdd4-8e64-40c6-b94e-313413c801ca/tags => generated 19 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2380] 10.0.0.27 () {32 vars in 663 bytes} [Thu Jul 9 05:14:14 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2381] 10.0.0.27 () {32 vars in 677 bytes} [Thu Jul 9 05:14:14 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2382] 10.0.0.27 () {32 vars in 673 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2383] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/networks/67fb6641-c1ab-4367-8480-a16c7214a7e0 => generated 654 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2384] 10.0.0.27 () {32 vars in 685 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2385] 10.0.0.27 () {32 vars in 671 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2386] 10.0.0.27 () {32 vars in 685 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/routers?not-tags=red%2Cblue => 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: 1181/2387] 10.0.0.27 () {32 vars in 681 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2388] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:14:15.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-479cc69a-a7a5-46f1-ad08-91fcb5b27aa9 ec23c3f68516410ca5cafb3fd2247f44 5099dcb2785b4a7b975b4095ea374928 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1182/2389] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/networks/67fb6641-c1ab-4367-8480-a16c7214a7e0 => generated 138 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2390] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:14:15 2026] GET /v2.0/routers/e5821df0-5ba7-4b98-bff6-c40493e2e322 => generated 485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:14:15.595 7 INFO neutron.services.segments.plugin [-] Segment 6bc8dd59-65e7-4451-85a2-96b379e46a83 resource provider aggregate not found 2026-07-09 05:14:15.599 7 INFO neutron.services.segments.plugin [-] Segment 6bc8dd59-65e7-4451-85a2-96b379e46a83 resource provider aggregate not found 2026-07-09 05:14:15.612 7 INFO neutron.services.segments.plugin [-] Segment 6bc8dd59-65e7-4451-85a2-96b379e46a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc8dd59-65e7-4451-85a2-96b379e46a83 found for delete ", "request_id": "req-02fafff9-0e0a-4144-bed8-fe79ab01920f"}]} 2026-07-09 05:14:15.620 7 INFO neutron.services.segments.plugin [-] Segment 6bc8dd59-65e7-4451-85a2-96b379e46a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc8dd59-65e7-4451-85a2-96b379e46a83 found for delete ", "request_id": "req-0b5736c8-cefb-4104-80cb-01ffa3b0a64b"}]} 2026-07-09 05:14:15.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3bb5520-31c2-4c50-826c-696e758790e8 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] TaaS: Handle Delete Port: d423b35b-f7c1-40a2-8bf7-592658041158 2026-07-09 05:14:15.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3bb5520-31c2-4c50-826c-696e758790e8 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] Tap Mirror: Handle Delete Port: d423b35b-f7c1-40a2-8bf7-592658041158 [pid: 7|app: 0|req: 1183/2391] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:15 2026] DELETE /v2.0/networks/67fb6641-c1ab-4367-8480-a16c7214a7e0 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:14:16.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e888b7cf-03cb-4faf-ba4f-600011c2cc4b 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1184/2392] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:15 2026] DELETE /v2.0/subnets/e9a00a94-2c52-474c-a7a6-8ad10db3fc78 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:14:16.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd56fe2a-f0ae-441d-8ffe-a3587c9233bf 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1185/2393] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:16 2026] DELETE /v2.0/subnets/17db1a5b-9ed1-4344-873f-b11cad688f7f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:14:16.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4acb067-a0e3-4032-bd9f-191e3a6e5e78 0259f7bae3014e3e8b40aa0e40189e1f d25c754ce2c741b58fe587401eefca1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1186/2394] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:16 2026] DELETE /v2.0/subnets/8f8502d6-f799-430e-bb64-f49cad48847e => 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: 1209/2395] 10.0.0.27 () {34 vars in 741 bytes} [Thu Jul 9 05:14:15 2026] PUT /v2.0/routers/e5821df0-5ba7-4b98-bff6-c40493e2e322 => generated 485 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2396] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:14:16 2026] GET /v2.0/ports?device_id=e5821df0-5ba7-4b98-bff6-c40493e2e322 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:16.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-27002a21-3bee-4922-819f-cabf389c70fa e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] TaaS: Handle Delete Port: 940fe0b5-a46b-445e-9235-9f691a3b7866 2026-07-09 05:14:16.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27002a21-3bee-4922-819f-cabf389c70fa e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Tap Mirror: Handle Delete Port: 940fe0b5-a46b-445e-9235-9f691a3b7866 [pid: 8|app: 0|req: 1210/2397] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:16 2026] DELETE /v2.0/routers/e5821df0-5ba7-4b98-bff6-c40493e2e322 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2398] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:14:17 2026] GET /v2.0/routers/6e6a4592-d38f-49d7-8ddd-587643e19c40 => generated 493 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2399] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:16 2026] GET /v2.0/security-groups?tenant_id=5099dcb2785b4a7b975b4095ea374928&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2400] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:17 2026] DELETE /v2.0/security-groups/099e3774-3449-4193-ada8-854c2047d963 => 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: 1190/2401] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:17 2026] GET /v2.0/security-groups?tenant_id=d25c754ce2c741b58fe587401eefca1f&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2402] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:17 2026] DELETE /v2.0/security-groups/aac2b26b-4c3f-4006-92be-74d14c3623fd => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:17.631 7 INFO neutron.services.segments.plugin [-] Segment 330ac1db-a4f9-4806-90e7-2590cbeb8a3f resource provider aggregate not found [pid: 8|app: 0|req: 1212/2403] 10.0.0.27 () {34 vars in 741 bytes} [Thu Jul 9 05:14:17 2026] PUT /v2.0/routers/6e6a4592-d38f-49d7-8ddd-587643e19c40 => generated 493 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:14:17.647 7 INFO neutron.services.segments.plugin [-] Segment 330ac1db-a4f9-4806-90e7-2590cbeb8a3f resource provider aggregate not found 2026-07-09 05:14:17.658 7 INFO neutron.services.segments.plugin [-] Segment 330ac1db-a4f9-4806-90e7-2590cbeb8a3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330ac1db-a4f9-4806-90e7-2590cbeb8a3f found for delete ", "request_id": "req-3bb9cea0-8b50-49f1-8d9b-ec0e310f46f3"}]} 2026-07-09 05:14:17.687 7 INFO neutron.services.segments.plugin [-] Segment 330ac1db-a4f9-4806-90e7-2590cbeb8a3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330ac1db-a4f9-4806-90e7-2590cbeb8a3f found for delete ", "request_id": "req-42b8d840-c23a-4e98-8de7-ab5ad11df8de"}]} [pid: 7|app: 0|req: 1192/2404] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:14:17 2026] GET /v2.0/ports?device_id=6e6a4592-d38f-49d7-8ddd-587643e19c40 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2405] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:17 2026] GET /v2.0/security-groups?tenant_id=82e098b945eb45aa919e7cf8e6ede436&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:14:17.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-550cae1f-1f52-442e-99d1-d86409905e68 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] TaaS: Handle Delete Port: 016cea85-8ebf-4c40-b29a-27887690a766 2026-07-09 05:14:17.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-550cae1f-1f52-442e-99d1-d86409905e68 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Tap Mirror: Handle Delete Port: 016cea85-8ebf-4c40-b29a-27887690a766 [pid: 7|app: 0|req: 1194/2406] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:17 2026] DELETE /v2.0/security-groups/86aebdc1-ab29-4f2a-a60a-e9d7bc06d793 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2407] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:17 2026] DELETE /v2.0/routers/6e6a4592-d38f-49d7-8ddd-587643e19c40 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2408] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:14:18 2026] GET /v2.0/routers/816e86e4-4889-43a1-80b2-a77f231069c2 => generated 502 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2409] 10.0.0.27 () {34 vars in 741 bytes} [Thu Jul 9 05:14:18 2026] PUT /v2.0/routers/816e86e4-4889-43a1-80b2-a77f231069c2 => generated 502 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2410] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:14:18 2026] GET /v2.0/ports?device_id=816e86e4-4889-43a1-80b2-a77f231069c2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:18.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-a84cbc1d-01c9-45b2-9d67-b8ae97b0fcd4 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] TaaS: Handle Delete Port: 5c3df4a8-aa4d-408e-9e3c-38f776b878a7 2026-07-09 05:14:18.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a84cbc1d-01c9-45b2-9d67-b8ae97b0fcd4 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Tap Mirror: Handle Delete Port: 5c3df4a8-aa4d-408e-9e3c-38f776b878a7 [pid: 8|app: 0|req: 1215/2411] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:18 2026] DELETE /v2.0/routers/816e86e4-4889-43a1-80b2-a77f231069c2 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2412] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:14:19 2026] GET /v2.0/routers/8d69cdd4-8e64-40c6-b94e-313413c801ca => generated 487 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2413] 10.0.0.27 () {34 vars in 741 bytes} [Thu Jul 9 05:14:19 2026] PUT /v2.0/routers/8d69cdd4-8e64-40c6-b94e-313413c801ca => generated 487 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2414] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:14:19 2026] GET /v2.0/ports?device_id=8d69cdd4-8e64-40c6-b94e-313413c801ca => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:19.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce64184d-01b3-4cf1-9871-0a8654d0fc7d e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] TaaS: Handle Delete Port: 188e7079-4fec-4a08-bbdb-bf94e753a6bc 2026-07-09 05:14:19.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce64184d-01b3-4cf1-9871-0a8654d0fc7d e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Tap Mirror: Handle Delete Port: 188e7079-4fec-4a08-bbdb-bf94e753a6bc [pid: 8|app: 0|req: 1217/2417] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:19 2026] DELETE /v2.0/routers/8d69cdd4-8e64-40c6-b94e-313413c801ca => generated 0 bytes in 409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2418] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:14:20 2026] GET /v2.0/routers/1b2aa3d4-376d-44a6-8ba7-449ea9235879 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2419] 10.0.0.27 () {34 vars in 741 bytes} [Thu Jul 9 05:14:20 2026] PUT /v2.0/routers/1b2aa3d4-376d-44a6-8ba7-449ea9235879 => generated 480 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2420] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:14:20 2026] GET /v2.0/ports?device_id=1b2aa3d4-376d-44a6-8ba7-449ea9235879 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:20.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-2eb106dd-073d-486a-ba4e-b8f4469d9cf0 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] TaaS: Handle Delete Port: 1ab932c5-68d1-4964-b96b-f60128877ea7 2026-07-09 05:14:20.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eb106dd-073d-486a-ba4e-b8f4469d9cf0 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] Tap Mirror: Handle Delete Port: 1ab932c5-68d1-4964-b96b-f60128877ea7 2026-07-09 05:14:21.172 8 INFO neutron.services.segments.plugin [-] Segment e53afe25-a384-4f54-812f-6f6e8d3a775a resource provider aggregate not found 2026-07-09 05:14:21.176 8 INFO neutron.services.segments.plugin [-] Segment e53afe25-a384-4f54-812f-6f6e8d3a775a resource provider aggregate not found 2026-07-09 05:14:21.195 8 INFO neutron.services.segments.plugin [-] Segment e53afe25-a384-4f54-812f-6f6e8d3a775a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53afe25-a384-4f54-812f-6f6e8d3a775a found for delete ", "request_id": "req-f4960b95-8360-480d-8fa6-93667ee01bfc"}]} 2026-07-09 05:14:21.198 8 INFO neutron.services.segments.plugin [-] Segment e53afe25-a384-4f54-812f-6f6e8d3a775a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53afe25-a384-4f54-812f-6f6e8d3a775a found for delete ", "request_id": "req-f8f9659b-5041-4ec0-ae8b-91757f3be579"}]} 2026-07-09 05:14:21.198 8 INFO neutron.db.l3_hamode_db [None req-2eb106dd-073d-486a-ba4e-b8f4469d9cf0 e94ca745178f4b24886a39d578214b6d c87964b6fee34313b5c9c6d361e7a88d - - default default] HA network 7c178c3e-ef64-42f1-9e5c-e9b55b344466 was deleted as no HA routers are present in tenant c87964b6fee34313b5c9c6d361e7a88d. [pid: 8|app: 0|req: 1219/2421] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:20 2026] DELETE /v2.0/routers/1b2aa3d4-376d-44a6-8ba7-449ea9235879 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2422] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:22 2026] GET /v2.0/security-groups?tenant_id=8efa839ac8684b8bb6f086b5aae07cfc&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2423] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:22 2026] DELETE /v2.0/security-groups/e4469de0-1b81-4d74-a80e-71cb6037a04c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2424] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:22 2026] GET /v2.0/security-groups?tenant_id=14d1956384b84421b46768e30c1fe821&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2425] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:14:22 2026] POST /v2.0/floatingips => generated 552 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2426] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:22 2026] DELETE /v2.0/security-groups/515b73ef-0c3b-4ff8-ad92-748f9b0e3a66 => 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: 1224/2427] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:22 2026] GET /v2.0/security-groups?tenant_id=c87964b6fee34313b5c9c6d361e7a88d&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2428] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:22 2026] DELETE /v2.0/security-groups/75ff656f-52b9-4ea9-9cdd-e13746b162e8 => 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: 1204/2429] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:14:22 2026] POST /v2.0/floatingips => generated 552 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2430] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:14:23 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2431] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:14:23 2026] POST /v2.0/floatingips => generated 552 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2432] 10.0.0.27 () {34 vars in 675 bytes} [Thu Jul 9 05:14:24 2026] POST /v2.0/floatingips => generated 552 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2433] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:14:24 2026] PUT /v2.0/floatingips/8dc295da-ab70-4375-847c-c9af290c8aa0/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2434] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:14:24 2026] PUT /v2.0/floatingips/53607627-860d-4910-81cc-87adf6997652/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2435] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:14:24 2026] PUT /v2.0/floatingips/7cd142be-a6de-4555-b34e-42fd39fe6327/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2436] 10.0.0.27 () {34 vars in 758 bytes} [Thu Jul 9 05:14:24 2026] PUT /v2.0/floatingips/81346192-231a-40a0-b092-ab5b0982ea08/tags => 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: 1208/2437] 10.0.0.27 () {32 vars in 671 bytes} [Thu Jul 9 05:14:24 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2438] 10.0.0.27 () {32 vars in 685 bytes} [Thu Jul 9 05:14:24 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2439] 10.0.0.27 () {32 vars in 681 bytes} [Thu Jul 9 05:14:24 2026] GET /v2.0/floatingips?tags-any=blue => 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: 1231/2440] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:14:25 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2441] 10.0.0.27 () {32 vars in 679 bytes} [Thu Jul 9 05:14:25 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2442] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:14:25 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2443] 10.0.0.27 () {32 vars in 689 bytes} [Thu Jul 9 05:14:25 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2444] 10.0.0.27 () {32 vars in 701 bytes} [Thu Jul 9 05:14:25 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:14:25.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-8373d1d5-eeb1-40ef-8736-09ff0f79f815 dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] TaaS: Handle Delete Port: d6616712-3416-464f-9f18-9ca3a85ebbc0 2026-07-09 05:14:25.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8373d1d5-eeb1-40ef-8736-09ff0f79f815 dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] Tap Mirror: Handle Delete Port: d6616712-3416-464f-9f18-9ca3a85ebbc0 [pid: 7|app: 0|req: 1212/2445] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:14:25 2026] DELETE /v2.0/floatingips/8dc295da-ab70-4375-847c-c9af290c8aa0 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:25.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-b317408b-0354-435a-afbc-f0a9b397efab dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] TaaS: Handle Delete Port: d9963116-7682-478f-9a37-351e2dcbdb15 2026-07-09 05:14:25.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b317408b-0354-435a-afbc-f0a9b397efab dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] Tap Mirror: Handle Delete Port: d9963116-7682-478f-9a37-351e2dcbdb15 [pid: 8|app: 0|req: 1234/2446] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:14:25 2026] DELETE /v2.0/floatingips/53607627-860d-4910-81cc-87adf6997652 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:25.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-08fc5730-db2f-4621-aa5f-78f886e57864 dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] TaaS: Handle Delete Port: c7ff2b6a-e2d1-4b19-b333-b9047b435755 2026-07-09 05:14:25.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08fc5730-db2f-4621-aa5f-78f886e57864 dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] Tap Mirror: Handle Delete Port: c7ff2b6a-e2d1-4b19-b333-b9047b435755 [pid: 7|app: 0|req: 1213/2447] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:14:25 2026] DELETE /v2.0/floatingips/7cd142be-a6de-4555-b34e-42fd39fe6327 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:26.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f5f39bc-6c4b-479b-8c45-cb6b0c182452 dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] TaaS: Handle Delete Port: b0170e23-4502-466f-b004-b4c22381219e 2026-07-09 05:14:26.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5f39bc-6c4b-479b-8c45-cb6b0c182452 dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] Tap Mirror: Handle Delete Port: b0170e23-4502-466f-b004-b4c22381219e [pid: 8|app: 0|req: 1235/2448] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:14:26 2026] DELETE /v2.0/floatingips/81346192-231a-40a0-b092-ab5b0982ea08 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:26.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-7aa6fa5f-54d0-4f1d-859e-83250abce06a dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] TaaS: Handle Delete Port: 6114f588-f3bb-4a60-8e2f-f8c7ca15667a 2026-07-09 05:14:26.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aa6fa5f-54d0-4f1d-859e-83250abce06a dace39655baf4579bc4375081d67052f 1f1a74ad881d45cd90f11e522b45d7cc - - default default] Tap Mirror: Handle Delete Port: 6114f588-f3bb-4a60-8e2f-f8c7ca15667a [pid: 7|app: 0|req: 1214/2449] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:14:26 2026] DELETE /v2.0/floatingips/c61c08f8-6aaa-488f-8770-37e86a35f782 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2450] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:14:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2451] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:14:27 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: 1237/2452] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:14:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2453] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:14:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2454] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:14:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2455] 10.0.0.27 () {34 vars in 766 bytes} [Thu Jul 9 05:14:28 2026] PUT /v2.0/security-groups/41d944ce-ddf4-4d9e-8415-b2ffdc31e349/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2456] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:27 2026] GET /v2.0/security-groups?tenant_id=351fa6596f844fb8a47cc88acef3afbb&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2457] 10.0.0.27 () {34 vars in 766 bytes} [Thu Jul 9 05:14:28 2026] PUT /v2.0/security-groups/2469d67b-8e6c-4b90-937f-780e06bece8f/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2458] 10.0.0.27 () {34 vars in 766 bytes} [Thu Jul 9 05:14:28 2026] PUT /v2.0/security-groups/85864fe8-296f-495e-bd98-39bbbc5f38ec/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2459] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:28 2026] DELETE /v2.0/security-groups/a1c1615f-50e1-4579-9bc9-319ebaef0dfb => 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: 1221/2460] 10.0.0.27 () {34 vars in 766 bytes} [Thu Jul 9 05:14:28 2026] PUT /v2.0/security-groups/0dc408ec-d2c3-43b2-9f06-1e4b4a88dbf0/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2461] 10.0.0.27 () {32 vars in 679 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2462] 10.0.0.27 () {32 vars in 693 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2463] 10.0.0.27 () {32 vars in 689 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?tags-any=blue => 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: 1241/2464] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?tenant_id=1f1a74ad881d45cd90f11e522b45d7cc&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2465] 10.0.0.27 () {32 vars in 701 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2466] 10.0.0.27 () {32 vars in 687 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2467] 10.0.0.27 () {32 vars in 701 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2468] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:28 2026] DELETE /v2.0/security-groups/168d72a0-423d-42aa-bb57-03492bc1d315 => 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: 1227/2469] 10.0.0.27 () {32 vars in 697 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2470] 10.0.0.27 () {32 vars in 709 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2471] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:28 2026] DELETE /v2.0/security-groups/41d944ce-ddf4-4d9e-8415-b2ffdc31e349 => 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: 1229/2472] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:28 2026] DELETE /v2.0/security-groups/2469d67b-8e6c-4b90-937f-780e06bece8f => 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: 1244/2473] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:28 2026] GET /v2.0/security-groups?tenant_id=792c0f776d754290a49466a409ad4adc&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2474] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:28 2026] DELETE /v2.0/security-groups/85864fe8-296f-495e-bd98-39bbbc5f38ec => 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: 1245/2475] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:28 2026] DELETE /v2.0/security-groups/f0aaf22f-e168-4c55-b378-dec1bdb751cf => 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: 1231/2476] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:28 2026] DELETE /v2.0/security-groups/0dc408ec-d2c3-43b2-9f06-1e4b4a88dbf0 => 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: 1246/2477] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:29 2026] DELETE /v2.0/security-groups/7d13180c-d410-49dd-bc93-0b43be185623 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2478] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:29 2026] GET /v2.0/security-groups?tenant_id=579c994ea2094e06bb9e2497c9a8b67d&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2479] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:29 2026] DELETE /v2.0/security-groups/8f69b7d6-aaf4-475f-a7f9-c34276191923 => 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: 1233/2480] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:30 2026] GET /v2.0/security-groups?tenant_id=499f1770689c4781a8ea2300531cf6f7&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2481] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:30 2026] DELETE /v2.0/security-groups/247c26d3-3de5-45a6-9948-3772fb18c319 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2482] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:30 2026] GET /v2.0/security-groups?tenant_id=803ba800ee064efeaa630015362fc15e&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2483] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:30 2026] DELETE /v2.0/security-groups/3fd76c1d-ccce-42b3-bc72-d2de7d75d52c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:33.471 7 INFO neutron.db.segments_db [None req-9c0c8e1c-e908-4557-8007-6a3fa2fcbc21 1c7f32653f424dd6aaae57c791a5998a 27491f07bc574984a479fdd5932ba187 - - default default] Added segment e7398661-c361-4759-993b-d731dd4af4c8 of type vxlan for network 9cc99cbe-5f14-4c83-bb74-e7b2f347df79 [pid: 7|app: 0|req: 1235/2484] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:33 2026] POST /v2.0/networks => generated 613 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:33.623 8 INFO neutron.db.segments_db [None req-4605d115-f078-4e91-a178-4c26b64e2c8c 1c7f32653f424dd6aaae57c791a5998a 27491f07bc574984a479fdd5932ba187 - - default default] Added segment d5c8307a-6a14-4582-b1fe-9ce3c640faca of type vxlan for network 1e0d52a1-d929-41d8-a325-cacbae65f632 [pid: 8|app: 0|req: 1250/2485] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:33 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:33.773 7 INFO neutron.db.segments_db [None req-b55b1b5b-0471-42fb-87b7-d6ea1daa50f7 1c7f32653f424dd6aaae57c791a5998a 27491f07bc574984a479fdd5932ba187 - - default default] Added segment 9110e8b2-dd14-46a9-9a13-2f7b5406cc69 of type vxlan for network d6f97463-7e67-4415-900d-704e42497762 [pid: 7|app: 0|req: 1236/2486] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:33 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:33.904 7 INFO neutron.db.segments_db [None req-dc6aa84b-c2e2-4706-b04c-383db98048e2 1c7f32653f424dd6aaae57c791a5998a 27491f07bc574984a479fdd5932ba187 - - default default] Added segment 31e87c53-1af9-4db8-a84f-541f435b2186 of type vxlan for network bf861b6b-56d7-4e19-8168-f4c82677cb23 [pid: 7|app: 0|req: 1237/2487] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:33 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:34.010 8 INFO neutron.db.segments_db [None req-0d634dd9-6bbb-409a-ac01-6fe05fc37f22 d162a274f9714111b061c92e7ce60ea7 34e795dfc314408bb4bd6938736fd8f3 - - default default] Added segment 44df2c25-6662-4e95-8d41-cb99b7d22a08 of type vxlan for network 88e12131-68c6-4273-83de-0a11bfbe2726 2026-07-09 05:14:34.036 7 INFO neutron.db.segments_db [None req-eb9a6e2a-eb42-45ee-80c9-593825f9c273 1c7f32653f424dd6aaae57c791a5998a 27491f07bc574984a479fdd5932ba187 - - default default] Added segment 072ad0d2-6003-4877-a2fe-eb792aecb88e of type vxlan for network e71f2212-45d5-4bb0-b85a-5df377f1c56c [pid: 8|app: 0|req: 1251/2488] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:33 2026] POST /v2.0/networks => generated 613 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2489] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:33 2026] POST /v2.0/networks => generated 613 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2490] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/networks/9cc99cbe-5f14-4c83-bb74-e7b2f347df79/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: 1240/2491] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/networks/1e0d52a1-d929-41d8-a325-cacbae65f632/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: 1241/2492] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/networks/d6f97463-7e67-4415-900d-704e42497762/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2493] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/networks/bf861b6b-56d7-4e19-8168-f4c82677cb23/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2494] 10.0.0.27 () {34 vars in 663 bytes} [Thu Jul 9 05:14:34 2026] POST /v2.0/ports => generated 743 bytes in 281 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: 1243/2495] 10.0.0.27 () {32 vars in 665 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2496] 10.0.0.27 () {34 vars in 746 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 25 bytes in 79 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: 1244/2497] 10.0.0.27 () {32 vars in 679 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2498] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 25 bytes in 44 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: 1245/2499] 10.0.0.27 () {32 vars in 675 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2500] 10.0.0.27 () {32 vars in 687 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2501] 10.0.0.27 () {34 vars in 757 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags/green => generated 4 bytes in 77 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: 1247/2502] 10.0.0.27 () {32 vars in 673 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2503] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 34 bytes in 46 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: 1248/2504] 10.0.0.27 () {32 vars in 687 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2505] 10.0.0.27 () {34 vars in 753 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1249/2506] 10.0.0.27 () {32 vars in 683 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2507] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 34 bytes in 47 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: 1250/2508] 10.0.0.27 () {32 vars in 695 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2509] 10.0.0.27 () {34 vars in 775 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1260/2510] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:34.895 7 INFO neutron.services.segments.plugin [-] Segment e7398661-c361-4759-993b-d731dd4af4c8 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-07-09 05:14:34.899 7 INFO neutron.services.segments.plugin [-] Segment e7398661-c361-4759-993b-d731dd4af4c8 resource provider aggregate not found 2026-07-09 05:14:34.914 7 INFO neutron.services.segments.plugin [-] Segment e7398661-c361-4759-993b-d731dd4af4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7398661-c361-4759-993b-d731dd4af4c8 found for delete ", "request_id": "req-6ce4fa10-2e5f-4bd4-b437-f35fc067295c"}]} 2026-07-09 05:14:34.919 7 INFO neutron.services.segments.plugin [-] Segment e7398661-c361-4759-993b-d731dd4af4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7398661-c361-4759-993b-d731dd4af4c8 found for delete ", "request_id": "req-d6947d30-84ec-48cb-b164-43144005bf38"}]} [pid: 7|app: 0|req: 1251/2511] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:34 2026] DELETE /v2.0/networks/9cc99cbe-5f14-4c83-bb74-e7b2f347df79 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2512] 10.0.0.27 () {34 vars in 746 bytes} [Thu Jul 9 05:14:34 2026] PUT /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 37 bytes in 61 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: 1262/2513] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:14:34 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1252/2516] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:34 2026] DELETE /v2.0/networks/1e0d52a1-d929-41d8-a325-cacbae65f632 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2517] 10.0.0.27 () {32 vars in 734 bytes} [Thu Jul 9 05:14:35 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags/red => generated 0 bytes in 44 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-07-09 05:14:35.114 8 INFO neutron.api.v2.resource [None req-8df714f9-a714-4bac-93d9-5295756c91b6 d162a274f9714111b061c92e7ce60ea7 34e795dfc314408bb4bd6938736fd8f3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1266/2518] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:14:35 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags/green => generated 99 bytes in 50 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: 1253/2519] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/networks/d6f97463-7e67-4415-900d-704e42497762 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2520] 10.0.0.27 () {32 vars in 737 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1268/2521] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:14:35 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:14:35.314 8 INFO neutron.api.v2.resource [None req-e8c0fb48-eda5-47a1-9379-6728b6431949 d162a274f9714111b061c92e7ce60ea7 34e795dfc314408bb4bd6938736fd8f3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1269/2522] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2523] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/networks/bf861b6b-56d7-4e19-8168-f4c82677cb23 => generated 0 bytes in 141 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: 1270/2524] 10.0.0.27 () {32 vars in 729 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1271/2525] 10.0.0.27 () {32 vars in 726 bytes} [Thu Jul 9 05:14:35 2026] GET /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2526] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/networks/e71f2212-45d5-4bb0-b85a-5df377f1c56c => 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, ' 2026-07-09 05:14:35.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e055faf-b654-40eb-bb57-ddeaa57fb954 d162a274f9714111b061c92e7ce60ea7 34e795dfc314408bb4bd6938736fd8f3 - - default default] TaaS: Handle Delete Port: 62226ad6-ae39-4a1b-bf7b-cfca7728876d 2026-07-09 05:14:35.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e055faf-b654-40eb-bb57-ddeaa57fb954 d162a274f9714111b061c92e7ce60ea7 34e795dfc314408bb4bd6938736fd8f3 - - default default] Tap Mirror: Handle Delete Port: 62226ad6-ae39-4a1b-bf7b-cfca7728876d [pid: 8|app: 0|req: 1272/2527] 10.0.0.27 () {32 vars in 719 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/ports/62226ad6-ae39-4a1b-bf7b-cfca7728876d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2528] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:35 2026] DELETE /v2.0/networks/88e12131-68c6-4273-83de-0a11bfbe2726 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2529] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:36 2026] GET /v2.0/security-groups?tenant_id=34e795dfc314408bb4bd6938736fd8f3&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2530] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:36 2026] DELETE /v2.0/security-groups/a5a93e8f-d557-46bf-a282-cda7c9d5eebe => 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: 1273/2531] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:36 2026] GET /v2.0/security-groups?tenant_id=1074072968e04ad1855f538be02206fa&name=default => generated 2929 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2532] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:36 2026] DELETE /v2.0/security-groups/67255ba0-cdac-4dc1-8c2c-54269e4cd9ae => 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: 1274/2533] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:36 2026] GET /v2.0/security-groups?tenant_id=cf4379b996f74ca3bb61b4836c490547&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2534] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:36 2026] DELETE /v2.0/security-groups/e525864b-cfcb-49da-9c4e-7afbd873f804 => 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: 1275/2535] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:36 2026] GET /v2.0/security-groups?tenant_id=5f55540177b2479685223c13b91e0dd5&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:14:36.938 7 INFO neutron.services.segments.plugin [-] Segment d5c8307a-6a14-4582-b1fe-9ce3c640faca resource provider aggregate not found 2026-07-09 05:14:36.941 7 INFO neutron.services.segments.plugin [-] Segment d5c8307a-6a14-4582-b1fe-9ce3c640faca resource provider aggregate not found 2026-07-09 05:14:36.964 7 INFO neutron.services.segments.plugin [-] Segment d5c8307a-6a14-4582-b1fe-9ce3c640faca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c8307a-6a14-4582-b1fe-9ce3c640faca found for delete ", "request_id": "req-d9e7d948-d922-4b55-80f1-e13a8f16104a"}]} 2026-07-09 05:14:36.973 7 INFO neutron.services.segments.plugin [-] Segment d5c8307a-6a14-4582-b1fe-9ce3c640faca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c8307a-6a14-4582-b1fe-9ce3c640faca found for delete ", "request_id": "req-2e6696da-2138-4b89-9f16-90a03d335e0f"}]} 2026-07-09 05:14:36.988 7 INFO neutron.services.segments.plugin [-] Segment 9110e8b2-dd14-46a9-9a13-2f7b5406cc69 resource provider aggregate not found 2026-07-09 05:14:36.993 7 INFO neutron.services.segments.plugin [-] Segment 9110e8b2-dd14-46a9-9a13-2f7b5406cc69 resource provider aggregate not found 2026-07-09 05:14:37.005 7 INFO neutron.services.segments.plugin [-] Segment 9110e8b2-dd14-46a9-9a13-2f7b5406cc69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9110e8b2-dd14-46a9-9a13-2f7b5406cc69 found for delete ", "request_id": "req-71a4373a-708b-4809-9dd9-270325d8f6ac"}]} 2026-07-09 05:14:37.014 7 INFO neutron.services.segments.plugin [-] Segment 9110e8b2-dd14-46a9-9a13-2f7b5406cc69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9110e8b2-dd14-46a9-9a13-2f7b5406cc69 found for delete ", "request_id": "req-5b250536-336f-4c2a-bef4-0b4fdc71fa48"}]} 2026-07-09 05:14:37.022 7 INFO neutron.services.segments.plugin [-] Segment 31e87c53-1af9-4db8-a84f-541f435b2186 resource provider aggregate not found 2026-07-09 05:14:37.031 7 INFO neutron.services.segments.plugin [-] Segment 31e87c53-1af9-4db8-a84f-541f435b2186 resource provider aggregate not found 2026-07-09 05:14:37.046 7 INFO neutron.services.segments.plugin [-] Segment 31e87c53-1af9-4db8-a84f-541f435b2186 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e87c53-1af9-4db8-a84f-541f435b2186 found for delete ", "request_id": "req-de8035a6-03d8-40ff-9234-010b91ba6b1a"}]} 2026-07-09 05:14:37.050 7 INFO neutron.services.segments.plugin [-] Segment 31e87c53-1af9-4db8-a84f-541f435b2186 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e87c53-1af9-4db8-a84f-541f435b2186 found for delete ", "request_id": "req-3357ba7b-5c2c-4848-ae58-9e1725de260e"}]} 2026-07-09 05:14:37.068 7 INFO neutron.services.segments.plugin [-] Segment 072ad0d2-6003-4877-a2fe-eb792aecb88e resource provider aggregate not found 2026-07-09 05:14:37.072 7 INFO neutron.services.segments.plugin [-] Segment 072ad0d2-6003-4877-a2fe-eb792aecb88e resource provider aggregate not found 2026-07-09 05:14:37.085 7 INFO neutron.services.segments.plugin [-] Segment 072ad0d2-6003-4877-a2fe-eb792aecb88e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 072ad0d2-6003-4877-a2fe-eb792aecb88e found for delete ", "request_id": "req-5b01daba-000b-4a54-9af4-0cf84352c8c9"}]} 2026-07-09 05:14:37.091 7 INFO neutron.services.segments.plugin [-] Segment 072ad0d2-6003-4877-a2fe-eb792aecb88e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 072ad0d2-6003-4877-a2fe-eb792aecb88e found for delete ", "request_id": "req-bf34e88b-e4f2-445d-96b9-fb32703fc2fc"}]} [pid: 7|app: 0|req: 1261/2536] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:36 2026] DELETE /v2.0/security-groups/077a816e-d16e-428b-a907-78ab39ff5980 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:37.104 7 INFO neutron.services.segments.plugin [-] Segment 44df2c25-6662-4e95-8d41-cb99b7d22a08 resource provider aggregate not found 2026-07-09 05:14:37.108 7 INFO neutron.services.segments.plugin [-] Segment 44df2c25-6662-4e95-8d41-cb99b7d22a08 resource provider aggregate not found 2026-07-09 05:14:37.122 7 INFO neutron.services.segments.plugin [-] Segment 44df2c25-6662-4e95-8d41-cb99b7d22a08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44df2c25-6662-4e95-8d41-cb99b7d22a08 found for delete ", "request_id": "req-9ebc5bae-cd37-4d22-8a23-15fe87aa1285"}]} 2026-07-09 05:14:37.123 7 INFO neutron.services.segments.plugin [-] Segment 44df2c25-6662-4e95-8d41-cb99b7d22a08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44df2c25-6662-4e95-8d41-cb99b7d22a08 found for delete ", "request_id": "req-c1a68945-5b3a-4a97-b949-c7915f5538ac"}]} [pid: 8|app: 0|req: 1276/2537] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:37 2026] GET /v2.0/security-groups?tenant_id=27491f07bc574984a479fdd5932ba187&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2538] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:37 2026] DELETE /v2.0/security-groups/fef0e206-f4ba-4467-8d70-6742ed12a16c => 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: 1277/2539] 10.0.0.27 () {34 vars in 677 bytes} [Thu Jul 9 05:14:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2540] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:14:40 2026] PUT /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2541] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2542] 10.0.0.27 () {34 vars in 763 bytes} [Thu Jul 9 05:14:40 2026] PUT /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2543] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2544] 10.0.0.27 () {34 vars in 759 bytes} [Thu Jul 9 05:14:40 2026] PUT /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-09 05:14:40.586 7 INFO neutron.db.segments_db [None req-95932638-aed4-435b-9a2b-6dc7f6f0a97f b4566f31b9a4476f87e5f1b86c7ac139 5c34dd3cf0d14a3e96bb50790ceda7f2 - - default default] Added segment 683e2a08-f02d-49ee-bb8c-a51fa7b8cc86 of type vxlan for network 56d439bb-c758-4a85-897d-602f9e659e4f [pid: 8|app: 0|req: 1282/2545] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2546] 10.0.0.27 () {34 vars in 781 bytes} [Thu Jul 9 05:14:40 2026] PUT /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2547] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:40 2026] POST /v2.0/networks => generated 612 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2548] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2549] 10.0.0.27 () {34 vars in 752 bytes} [Thu Jul 9 05:14:40 2026] PUT /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2550] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2551] 10.0.0.27 () {32 vars in 740 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:40.804 8 INFO neutron.api.v2.resource [None req-e0039da0-7e36-4dd2-aa69-159822da9160 4d96efee878342769556feea137d9295 2bc1e5f790ba453799d8884ed6cd0fd2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1288/2552] 10.0.0.27 () {32 vars in 744 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2553] 10.0.0.27 () {32 vars in 743 bytes} [Thu Jul 9 05:14:40 2026] DELETE /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2554] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:40.912 8 INFO neutron.api.v2.resource [None req-a1e23b15-699d-48be-8411-26acbf2aa1b9 4d96efee878342769556feea137d9295 2bc1e5f790ba453799d8884ed6cd0fd2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1291/2555] 10.0.0.27 () {32 vars in 747 bytes} [Thu Jul 9 05:14:40 2026] DELETE /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2556] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:40 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2557] 10.0.0.27 () {32 vars in 735 bytes} [Thu Jul 9 05:14:40 2026] DELETE /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2558] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:14:40 2026] PUT /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2559] 10.0.0.27 () {32 vars in 732 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5/tags => 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: 1267/2560] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:14:40 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2561] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:14:41 2026] DELETE /v2.0/qos/policies/fbf00414-f162-48c6-a0b0-9cddfcec24c5 => 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: 1268/2562] 10.0.0.27 () {34 vars in 761 bytes} [Thu Jul 9 05:14:41 2026] PUT /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2563] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2564] 10.0.0.27 () {34 vars in 757 bytes} [Thu Jul 9 05:14:41 2026] PUT /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2565] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2566] 10.0.0.27 () {34 vars in 779 bytes} [Thu Jul 9 05:14:41 2026] PUT /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/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: 1297/2567] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2568] 10.0.0.27 () {34 vars in 750 bytes} [Thu Jul 9 05:14:41 2026] PUT /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2569] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2570] 10.0.0.27 () {32 vars in 738 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:41.564 8 INFO neutron.api.v2.resource [None req-54f98035-5005-4802-8338-77d7312686bd b4566f31b9a4476f87e5f1b86c7ac139 5c34dd3cf0d14a3e96bb50790ceda7f2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1299/2571] 10.0.0.27 () {32 vars in 742 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2572] 10.0.0.27 () {32 vars in 741 bytes} [Thu Jul 9 05:14:41 2026] DELETE /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2573] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:14:41.704 7 INFO neutron.api.v2.resource [None req-37aa4f44-bfd8-4383-b6fa-9185b8afe900 b4566f31b9a4476f87e5f1b86c7ac139 5c34dd3cf0d14a3e96bb50790ceda7f2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2574] 10.0.0.27 () {32 vars in 745 bytes} [Thu Jul 9 05:14:41 2026] DELETE /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2575] 10.0.0.27 () {32 vars in 733 bytes} [Thu Jul 9 05:14:41 2026] DELETE /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2576] 10.0.0.27 () {32 vars in 730 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2577] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:41 2026] GET /v2.0/security-groups?tenant_id=2bc1e5f790ba453799d8884ed6cd0fd2&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2578] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:14:41 2026] DELETE /v2.0/subnets/dda97e9b-d96d-4441-96f3-068fa27cf40d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2579] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:41 2026] DELETE /v2.0/security-groups/ef4b6262-66e5-45c5-a2be-9dc9db366228 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:42.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e836dfc-ff8c-4522-9ede-334cf7bb44d5 b4566f31b9a4476f87e5f1b86c7ac139 5c34dd3cf0d14a3e96bb50790ceda7f2 - - default default] TaaS: Handle Delete Port: 0aab8678-e8b6-4674-854b-a804393a64d4 2026-07-09 05:14:42.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e836dfc-ff8c-4522-9ede-334cf7bb44d5 b4566f31b9a4476f87e5f1b86c7ac139 5c34dd3cf0d14a3e96bb50790ceda7f2 - - default default] Tap Mirror: Handle Delete Port: 0aab8678-e8b6-4674-854b-a804393a64d4 [pid: 7|app: 0|req: 1277/2580] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:42 2026] GET /v2.0/security-groups?tenant_id=4ea54ffacfd44fbebbf379766b6ea2ec&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2581] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:14:41 2026] DELETE /v2.0/networks/56d439bb-c758-4a85-897d-602f9e659e4f => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2582] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:42 2026] DELETE /v2.0/security-groups/d7c5c17b-2573-4151-a74c-09da8ae9f654 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:42.519 8 INFO neutron.services.segments.plugin [-] Segment 683e2a08-f02d-49ee-bb8c-a51fa7b8cc86 resource provider aggregate not found 2026-07-09 05:14:42.524 8 INFO neutron.services.segments.plugin [-] Segment 683e2a08-f02d-49ee-bb8c-a51fa7b8cc86 resource provider aggregate not found 2026-07-09 05:14:42.535 8 INFO neutron.services.segments.plugin [-] Segment 683e2a08-f02d-49ee-bb8c-a51fa7b8cc86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 683e2a08-f02d-49ee-bb8c-a51fa7b8cc86 found for delete ", "request_id": "req-ba7246a3-9431-4dfc-9bac-d48738e6a1eb"}]} 2026-07-09 05:14:42.536 8 INFO neutron.services.segments.plugin [-] Segment 683e2a08-f02d-49ee-bb8c-a51fa7b8cc86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 683e2a08-f02d-49ee-bb8c-a51fa7b8cc86 found for delete ", "request_id": "req-5c9e10e5-45e8-4937-922c-104866fb603b"}]} [pid: 8|app: 0|req: 1305/2583] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:43 2026] GET /v2.0/security-groups?tenant_id=5c34dd3cf0d14a3e96bb50790ceda7f2&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2584] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:43 2026] DELETE /v2.0/security-groups/68dc0d8f-2408-46cf-988c-22c6ce911870 => 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: 1306/2585] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:14:43 2026] GET /v2.0/security-groups?tenant_id=5d7d64e385314f7da9eb515a88295439&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: 1280/2586] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:14:43 2026] DELETE /v2.0/security-groups/d15cb85a-6701-4356-9024-4a8ad2094315 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:14:52.448 8 INFO neutron.db.segments_db [None req-0cf44dbf-e7e2-4bb8-a9ca-5ae720a39373 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Added segment 8b49ea09-78e2-46f6-a4e0-be9efba19d1d of type vxlan for network 1817b66d-2b69-4c53-8c1c-91dd28c7620d [pid: 8|app: 0|req: 1308/2589] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:52 2026] POST /v2.0/networks => generated 620 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2590] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:52 2026] POST /v2.0/subnets => generated 658 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2591] 10.0.0.27 () {32 vars in 721 bytes} [Thu Jul 9 05:14:52 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2592] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:52 2026] POST /v2.0/subnets => generated 732 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:53.103 8 INFO neutron.db.segments_db [None req-1e617d3e-cbf1-4757-87e6-665e01bd8419 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Added segment 9ee13368-2d6d-417b-90c0-cfd9f8a6b073 of type vxlan for network aaf3476e-e180-4b2b-97c8-b703ffe671c3 [pid: 8|app: 0|req: 1310/2593] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:53 2026] POST /v2.0/networks => generated 618 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2594] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:53 2026] POST /v2.0/subnets => generated 655 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2595] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:53 2026] POST /v2.0/subnets => generated 725 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:53.766 7 INFO neutron.db.segments_db [None req-944a4dd6-9b2e-484a-90fc-9a4e87a885a6 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Added segment e80c0246-a64e-4c84-bf42-4e20f5e350f4 of type vxlan for network bf797140-61fb-4b56-9399-98794b4041a9 [pid: 7|app: 0|req: 1285/2596] 10.0.0.27 () {34 vars in 669 bytes} [Thu Jul 9 05:14:53 2026] POST /v2.0/networks => generated 619 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2597] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:53 2026] POST /v2.0/subnets => generated 655 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2598] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:54 2026] POST /v2.0/subnets => generated 729 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:14:54.420 8 INFO neutron.db.segments_db [None req-40308bcf-70a9-455d-a361-1654ba892879 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Added segment 028816d5-3deb-4dac-8a44-e2cdfdeb3397 of type vxlan for network 12e43455-84bb-4bc1-b26a-f85b38025a56 2026-07-09 05:14:54.664 8 INFO neutron.db.l3_hamode_db [None req-40308bcf-70a9-455d-a361-1654ba892879 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 05:14:55.445 8 INFO neutron.db.l3_hamode_db [None req-40308bcf-70a9-455d-a361-1654ba892879 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1313/2599] 10.0.0.27 () {34 vars in 668 bytes} [Thu Jul 9 05:14:54 2026] POST /v2.0/routers => generated 684 bytes in 1908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2600] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:14:56 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/add_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2601] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:14:57 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2602] 10.0.0.27 () {34 vars in 782 bytes} [Thu Jul 9 05:14:58 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2603] 10.0.0.27 () {34 vars in 683 bytes} [Thu Jul 9 05:15:00 2026] POST /v2.0/security-groups => generated 1629 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2604] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2605] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2606] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2607] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2608] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2609] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2610] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2611] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2612] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:01 2026] POST /v2.0/security-group-rules => generated 599 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2613] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2614] 10.0.0.27 () {34 vars in 694 bytes} [Thu Jul 9 05:15:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2615] 10.0.0.167 () {34 vars in 1094 bytes} [Thu Jul 9 05:15:02 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-190637084&fields=id&tenant_id=99b66d41e0a74b4bb545b3312b850dbe => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2616] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:15:02 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2617] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:15:02 2026] GET /v2.0/quotas/99b66d41e0a74b4bb545b3312b850dbe => 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: 1296/2618] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:15:02 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&fields=id => generated 287 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2619] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:15:02 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1297/2620] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:15:02 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1324/2621] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:03 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2624] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:15:07 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 704 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2625] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:15:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=99b66d41e0a74b4bb545b3312b850dbe => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2626] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:15:07 2026] POST /v2.0/ports => generated 1179 bytes in 404 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: 1301/2627] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:08 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1194 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2628] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:08 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2629] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:15:07 2026] PUT /v2.0/ports/0608a2af-0667-411d-921d-b812ce8e9957 => generated 1460 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:15:08.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f3f486b-42cb-4b02-a2ea-0c1230be1653'] response: {'name': 'network-changed', 'server_uuid': '4af2490f-976a-4d81-a6e7-7f986a84d1f2', 'tag': '0608a2af-0667-411d-921d-b812ce8e9957', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1303/2630] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:15:09 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1463 bytes in 46 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: 1328/2631] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:15:09 2026] GET /v2.0/networks?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2632] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:15:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2633] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2634] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=0608a2af-0667-411d-921d-b812ce8e9957 => 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: 1330/2635] 199.204.45.222 () {34 vars in 1102 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A40&port_id=0608a2af-0667-411d-921d-b812ce8e9957 => 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: 1306/2636] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156&id=1abf109f-fa04-47ba-a200-225fe53772a4 => generated 1409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2637] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2638] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&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: 1332/2639] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2640] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:15:10 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1333/2641] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:13 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1194 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2642] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:13 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2643] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:18 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => 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: 1310/2644] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:18 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2645] 10.0.0.27 () {32 vars in 817 bytes} [Thu Jul 9 05:15:18 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&mac_address=fa%3A16%3A3e%3A97%3Aa3%3A17 => generated 1196 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:15:19.604 7 INFO neutron.db.l3_db [None req-a6509c3b-4af8-4688-8688-2e219b447c57 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Floating IP e1a8a083-a4b4-4456-8067-250805d1382a associated. External IP: 10.96.250.213, port: 0608a2af-0667-411d-921d-b812ce8e9957. [pid: 7|app: 0|req: 1311/2646] 10.0.0.27 () {34 vars in 676 bytes} [Thu Jul 9 05:15:18 2026] POST /v2.0/floatingips => generated 855 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:15:20.015 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0e58666-5ca4-44ce-82e0-1bb7f5018b9c'] response: {'name': 'network-changed', 'server_uuid': '4af2490f-976a-4d81-a6e7-7f986a84d1f2', 'tag': '0608a2af-0667-411d-921d-b812ce8e9957', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1337/2649] 10.0.0.167 () {34 vars in 1094 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-190637084&fields=id&tenant_id=99b66d41e0a74b4bb545b3312b850dbe => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2650] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2651] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/quotas/99b66d41e0a74b4bb545b3312b850dbe => generated 292 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2652] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&fields=id => generated 333 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2653] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2654] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1340/2655] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2656] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 800 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2657] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=0608a2af-0667-411d-921d-b812ce8e9957 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2658] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => 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: 1342/2659] 199.204.45.222 () {34 vars in 1102 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A40&port_id=0608a2af-0667-411d-921d-b812ce8e9957 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2660] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156&id=1abf109f-fa04-47ba-a200-225fe53772a4 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2661] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&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: 1319/2662] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2663] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2664] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:15:20 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1345/2665] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:15:24 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2666] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:15:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=99b66d41e0a74b4bb545b3312b850dbe => generated 178 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2667] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:15:25 2026] POST /v2.0/ports => generated 1187 bytes in 438 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: 1347/2668] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:25 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1202 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2669] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:25 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2670] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:15:25 2026] PUT /v2.0/ports/4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => generated 1468 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:15:25.932 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b75626f9-f06a-4562-b3c5-f6a2f62dd6f9'] response: {'name': 'network-changed', 'server_uuid': 'cb92192b-6013-4205-b2c7-c2f3afaebc39', 'tag': '4a55cf7a-6c46-4f07-aed7-d2ee6326e020', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1349/2671] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:15:26 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1471 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: 1323/2672] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:15:26 2026] GET /v2.0/networks?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&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: 1324/2673] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:15:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2674] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:15:26 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1465 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2675] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:26 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2676] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2677] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.240&port_id=4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2678] 199.204.45.222 () {34 vars in 1106 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A336&port_id=4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => 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: 1327/2679] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/subnets?id=83ecf1c5-afe0-4608-b561-98795ca50e87&id=24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2680] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&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: 1328/2681] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&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: 1354/2682] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1329/2683] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:15:27 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1355/2684] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:30 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1202 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2685] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:31 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2688] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:15:36 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1204 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2689] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:36 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2690] 10.0.0.27 () {32 vars in 817 bytes} [Thu Jul 9 05:15:36 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&mac_address=fa%3A16%3A3e%3A12%3A1c%3A67 => generated 1204 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:15:37.114 8 INFO neutron.db.l3_db [None req-1cb6e62a-3449-4e4c-8418-6d42c08f4a56 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Floating IP 242e8633-22ac-4280-ad1b-f39b3a6e7f3f associated. External IP: 10.96.250.201, port: 4a55cf7a-6c46-4f07-aed7-d2ee6326e020. [pid: 8|app: 0|req: 1358/2691] 10.0.0.27 () {34 vars in 676 bytes} [Thu Jul 9 05:15:36 2026] POST /v2.0/floatingips => generated 855 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 05:15:37.457 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe576335-d8c8-4c44-bfe2-32a0bb271a5f'] response: {'name': 'network-changed', 'server_uuid': 'cb92192b-6013-4205-b2c7-c2f3afaebc39', 'tag': '4a55cf7a-6c46-4f07-aed7-d2ee6326e020', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1334/2692] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:15:37 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2693] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 801 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2694] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.240&port_id=4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2695] 199.204.45.222 () {34 vars in 1106 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A336&port_id=4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => 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: 1336/2696] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/subnets?id=83ecf1c5-afe0-4608-b561-98795ca50e87&id=24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 1413 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2697] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&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: 1337/2698] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2699] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1338/2700] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:15:38 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1363/2701] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jul 9 05:15:44 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2702] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jul 9 05:15:44 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2705] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:15:59 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1365/2706] 10.0.0.224 () {30 vars in 690 bytes} [Thu Jul 9 05:16:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2707] 10.0.0.224 () {30 vars in 692 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2708] 10.0.0.224 () {30 vars in 668 bytes} [Thu Jul 9 05:16:01 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: 1343/2709] 10.0.0.224 () {30 vars in 704 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2710] 10.0.0.224 () {28 vars in 439 bytes} [Thu Jul 9 05:16:01 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2711] 10.0.0.224 () {30 vars in 728 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 658 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2712] 10.0.0.224 () {30 vars in 690 bytes} [Thu Jul 9 05:16:01 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: 1345/2713] 10.0.0.224 () {30 vars in 692 bytes} [Thu Jul 9 05:16: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: 1369/2714] 10.0.0.224 () {30 vars in 668 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2715] 10.0.0.224 () {30 vars in 704 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2716] 10.0.0.224 () {30 vars in 728 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1347/2717] 10.0.0.224 () {30 vars in 690 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2718] 10.0.0.224 () {30 vars in 692 bytes} [Thu Jul 9 05:16:01 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: 1348/2719] 10.0.0.224 () {30 vars in 668 bytes} [Thu Jul 9 05:16: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: 8|app: 0|req: 1372/2720] 10.0.0.224 () {30 vars in 704 bytes} [Thu Jul 9 05:16:01 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: 1349/2721] 10.0.0.224 () {30 vars in 730 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2722] 10.0.0.224 () {30 vars in 682 bytes} [Thu Jul 9 05:16:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2723] 10.0.0.224 () {34 vars in 704 bytes} [Thu Jul 9 05:16:01 2026] POST /v2.0/ports => generated 1132 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2724] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:16:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1351/2725] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:16:04 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: 1375/2726] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:16:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2727] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:16:04 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: 1376/2728] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:16:04 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2731] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:16:05 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: 1354/2732] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:16:05 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: 1379/2733] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:16:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2734] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:16:05 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-07-09 05:16:05.279 8 INFO neutron.api.v2.resource [None req-4466cc38-dab5-4eef-89d4-b6d15cd9d2ee 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1380/2735] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 05:16:05 2026] GET /v2.0/security-groups/lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2736] 199.204.45.222 () {30 vars in 785 bytes} [Thu Jul 9 05:16:05 2026] GET /v2.0/security-groups?name=lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2737] 199.204.45.222 () {34 vars in 736 bytes} [Thu Jul 9 05:16:05 2026] POST /v2.0/security-groups => generated 1638 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2738] 199.204.45.222 () {30 vars in 815 bytes} [Thu Jul 9 05:16:05 2026] GET /v2.0/security-group-rules?security_group_id=d0e5f457-1158-4eaf-9909-0074ddcabfdd => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2739] 199.204.45.222 () {34 vars in 789 bytes} [Thu Jul 9 05:16:05 2026] PUT /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2740] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:16:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /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: 1383/2741] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:16:05 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: 1359/2742] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:16:05 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: 1384/2743] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:16:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2744] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:16:05 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1385/2745] 10.0.0.167 () {34 vars in 1016 bytes} [Thu Jul 9 05:16:13 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2746] 10.0.0.167 () {34 vars in 982 bytes} [Thu Jul 9 05:16:13 2026] GET /v2.0/networks?id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2747] 10.0.0.167 () {34 vars in 965 bytes} [Thu Jul 9 05:16:13 2026] GET /v2.0/quotas/d2b46bc7b994462897bf8734a05ffcf3 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2748] 10.0.0.167 () {34 vars in 1002 bytes} [Thu Jul 9 05:16:13 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2749] 10.0.0.167 () {34 vars in 1008 bytes} [Thu Jul 9 05:16:13 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1363/2750] 10.0.0.167 () {34 vars in 1108 bytes} [Thu Jul 9 05:16:13 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1388/2751] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:14 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2752] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:14 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => 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: 1389/2753] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:16 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => 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: 1365/2754] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:17 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2755] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:16:18 2026] GET /v2.0/networks?id=18e4730d-0d97-4bcc-8fa3-a13704f6df01 => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2756] 199.204.45.222 () {34 vars in 1050 bytes} [Thu Jul 9 05:16:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2b46bc7b994462897bf8734a05ffcf3 => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2757] 199.204.45.222 () {38 vars in 955 bytes} [Thu Jul 9 05:16:18 2026] POST /v2.0/ports => generated 1082 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2758] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:16:18 2026] PUT /v2.0/ports/0329965c-3339-40be-858c-c3be79f8cf86 => generated 1243 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:16:19.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-20db22dc-26f6-426f-819d-b14f61196e77'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '0329965c-3339-40be-858c-c3be79f8cf86', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1392/2759] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:16:19 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 38 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: 1368/2760] 199.204.45.222 () {34 vars in 1018 bytes} [Thu Jul 9 05:16:19 2026] GET /v2.0/networks?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&shared=False => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2761] 199.204.45.222 () {34 vars in 930 bytes} [Thu Jul 9 05:16:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2764] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:20 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2765] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:16:20 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2766] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:20 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2767] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:16:20 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2768] 199.204.45.222 () {34 vars in 1062 bytes} [Thu Jul 9 05:16:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.192&port_id=0329965c-3339-40be-858c-c3be79f8cf86 => 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: 1397/2769] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:16:20 2026] GET /v2.0/subnets?id=81cf352f-ed03-400e-a8ca-00cd83bb2a47 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2770] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:16:20 2026] GET /v2.0/ports?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&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: 1398/2771] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:16:21 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1374/2772] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:16:21 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1399/2773] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:23 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2774] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:16:23 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2775] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:23 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2776] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:16:25 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2777] 199.204.45.222 () {34 vars in 1044 bytes} [Thu Jul 9 05:16:25 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2778] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:26 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2779] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:16:26 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2780] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:26 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2781] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:29 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2782] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:16:29 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2783] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:29 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2784] 10.0.0.167 () {34 vars in 1178 bytes} [Thu Jul 9 05:16:33 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e&device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39&device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 4164 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2785] 10.0.0.167 () {34 vars in 1120 bytes} [Thu Jul 9 05:16:33 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 186 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2786] 10.0.0.167 () {34 vars in 1084 bytes} [Thu Jul 9 05:16:34 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39&device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 2927 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2787] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:16:34 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2788] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:16:34 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2789] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:16:34 2026] GET /v2.0/security-groups?id=9aa3ee8b-fa4a-4872-b6cf-8c3b27131155&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2794] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17:04 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: 1410/2795] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:04 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: 1386/2796] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:04 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: 1411/2797] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17:04 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: 1387/2798] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:04 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2799] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:17:04 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2800] 199.204.45.222 () {34 vars in 717 bytes} [Thu Jul 9 05:17:04 2026] POST /v2.0/ports => generated 1059 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2801] 10.0.0.167 () {34 vars in 971 bytes} [Thu Jul 9 05:17:04 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1059 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2802] 10.0.0.167 () {34 vars in 907 bytes} [Thu Jul 9 05:17:04 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2805] 199.204.45.222 () {34 vars in 1262 bytes} [Thu Jul 9 05:17:05 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2806] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:05 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1392/2807] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:06 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1416/2808] 199.204.45.222 () {34 vars in 975 bytes} [Thu Jul 9 05:17:06 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2809] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:17:06 2026] GET /v2.0/networks?id=1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 802 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2810] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:17:06 2026] PUT /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1249 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:17:07.188 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce0a9660-bb1f-4c3b-8d6e-e68578b0b96d'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '4016a0c6-f482-4463-8e9b-515cb4d2c032', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1394/2811] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:17:07 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2489 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2812] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:17:07 2026] GET /v2.0/networks?id=1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2813] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:17:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => 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: 1419/2814] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:17:07 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 679 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2815] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:07 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2816] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:07 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1397/2817] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:07 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2818] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2489 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2819] 199.204.45.222 () {34 vars in 1062 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.192&port_id=0329965c-3339-40be-858c-c3be79f8cf86 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2820] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/subnets?id=81cf352f-ed03-400e-a8ca-00cd83bb2a47 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2821] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/ports?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&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: 1423/2822] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2823] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1424/2824] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => 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: 1401/2825] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2826] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&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: 1402/2827] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1426/2828] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:09 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2829] 10.0.0.167 () {34 vars in 971 bytes} [Thu Jul 9 05:17:13 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1251 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2830] 199.204.45.222 () {34 vars in 789 bytes} [Thu Jul 9 05:17:13 2026] PUT /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1276 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:17:13.833 7 INFO neutron.api.v2.resource [None req-96bc9d88-8449-4fac-94bf-90505dc17d72 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1404/2831] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 05:17:13 2026] GET /v2.0/security-groups/lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:17:13.853 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7451f39-cbba-410d-b0b6-682c79c5b554'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '4016a0c6-f482-4463-8e9b-515cb4d2c032', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1428/2832] 199.204.45.222 () {30 vars in 785 bytes} [Thu Jul 9 05:17:13 2026] GET /v2.0/security-groups?name=lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2833] 199.204.45.222 () {34 vars in 789 bytes} [Thu Jul 9 05:17:13 2026] PUT /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1314 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:17:14.149 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6955b106-8ec3-40d7-80a2-ddeaaa4bacf8'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '4016a0c6-f482-4463-8e9b-515cb4d2c032', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1429/2834] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17:14 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) /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: 1406/2835] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:14 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: 1430/2836] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:14 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: 1431/2837] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17:14 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: 1407/2838] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2839] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1408/2840] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/networks?id=1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2841] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2842] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2843] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2844] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2845] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2846] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2847] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2848] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2849] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2850] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2851] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:14 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2852] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:17:15 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2853] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:17:15 2026] GET /v2.0/networks?id=1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2854] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:17:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2855] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:17:15 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2856] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:15 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2857] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:15 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1417/2858] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:15 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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) 2026-07-09 05:17:23.468 8 INFO neutron.db.l3_db [None req-eb63e66c-b06e-4b09-a624-4c7916b7dd53 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Floating IP 799f550b-2e41-44e1-9320-e3ade6a97054 associated. External IP: 10.96.250.206, port: c48f923a-26ca-400d-9ebd-10bbce845b71. [pid: 8|app: 0|req: 1443/2861] 10.0.0.27 () {34 vars in 676 bytes} [Thu Jul 9 05:17:22 2026] POST /v2.0/floatingips => generated 899 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2862] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2863] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:28 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: 1420/2864] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:28 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: 1445/2865] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17: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-07-09 05:17:28.327 7 INFO neutron.api.v2.resource [None req-57ffbb91-2bf9-464e-89aa-97fffdcc12d1 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1421/2866] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 05:17:28 2026] GET /v2.0/security-groups/lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => 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: 1446/2867] 199.204.45.222 () {30 vars in 785 bytes} [Thu Jul 9 05:17:28 2026] GET /v2.0/security-groups?name=lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2868] 199.204.45.222 () {30 vars in 815 bytes} [Thu Jul 9 05:17:28 2026] GET /v2.0/security-group-rules?security_group_id=d0e5f457-1158-4eaf-9909-0074ddcabfdd => 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: 1447/2869] 199.204.45.222 () {34 vars in 747 bytes} [Thu Jul 9 05:17:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2870] 199.204.45.222 () {34 vars in 747 bytes} [Thu Jul 9 05:17:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2873] 10.0.0.224 () {30 vars in 690 bytes} [Thu Jul 9 05:17:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2874] 10.0.0.224 () {30 vars in 692 bytes} [Thu Jul 9 05:17:35 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: 1450/2875] 10.0.0.224 () {30 vars in 668 bytes} [Thu Jul 9 05:17:35 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: 1426/2876] 10.0.0.224 () {30 vars in 704 bytes} [Thu Jul 9 05:17:35 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: 1451/2877] 10.0.0.224 () {28 vars in 439 bytes} [Thu Jul 9 05:17:36 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2878] 10.0.0.224 () {30 vars in 728 bytes} [Thu Jul 9 05:17:36 2026] GET /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2879] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2880] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:37 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: 1453/2881] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:37 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: 1429/2882] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2883] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2884] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2885] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2886] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:37 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: 1456/2887] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2888] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2889] 199.204.45.222 () {34 vars in 717 bytes} [Thu Jul 9 05:17:37 2026] POST /v2.0/ports => generated 1328 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2890] 10.0.0.167 () {34 vars in 971 bytes} [Thu Jul 9 05:17:37 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1328 bytes in 33 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: 1458/2891] 199.204.45.222 () {34 vars in 1262 bytes} [Thu Jul 9 05:17:38 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2892] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:38 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1459/2893] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:38 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2894] 199.204.45.222 () {34 vars in 975 bytes} [Thu Jul 9 05:17:39 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1328 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2895] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:17:39 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2896] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:17:39 2026] PUT /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1518 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:17:39.911 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5dfab67-4dcf-4d01-af09-05dea9310309'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '7c1a6919-f532-42cb-b813-2f34cd9f4d33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1461/2897] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4100 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: 1437/2898] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2899] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => 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: 1438/2900] 199.204.45.222 () {34 vars in 1104 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25e&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => 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: 1463/2901] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156&id=1abf109f-fa04-47ba-a200-225fe53772a4 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2902] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2903] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2904] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1465/2905] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:40 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1441/2906] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:17:41 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2907] 199.204.45.222 () {34 vars in 1062 bytes} [Thu Jul 9 05:17:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.192&port_id=0329965c-3339-40be-858c-c3be79f8cf86 => 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: 1442/2908] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:17:41 2026] GET /v2.0/subnets?id=81cf352f-ed03-400e-a8ca-00cd83bb2a47 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2909] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:41 2026] GET /v2.0/ports?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2910] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1468/2911] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1444/2912] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2913] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1445/2914] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2915] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1446/2916] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1471/2917] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => 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: 1447/2918] 199.204.45.222 () {34 vars in 1104 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25e&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2919] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156&id=1abf109f-fa04-47ba-a200-225fe53772a4 => generated 1409 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2920] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&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: 1473/2921] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2922] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1474/2923] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:42 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2924] 10.0.0.167 () {34 vars in 971 bytes} [Thu Jul 9 05:17:46 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1520 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2925] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:17:46 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 797 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2926] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:46 2026] GET /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2927] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:46 2026] GET /v2.0/subnets/1abf109f-fa04-47ba-a200-225fe53772a4 => generated 743 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2928] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17:47 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: 1477/2929] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:47 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: 1453/2930] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:47 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: 1478/2931] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17:47 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: 1454/2932] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:47 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1479/2933] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:17:47 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2934] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:17:47 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2935] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:47 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1456/2936] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:17:47 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 799 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2937] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:17:47 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2938] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:47 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2941] 10.0.0.224 () {30 vars in 690 bytes} [Thu Jul 9 05:17:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2942] 10.0.0.224 () {30 vars in 692 bytes} [Thu Jul 9 05:17:56 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: 1484/2943] 10.0.0.224 () {30 vars in 668 bytes} [Thu Jul 9 05:17:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2944] 10.0.0.224 () {30 vars in 704 bytes} [Thu Jul 9 05:17:56 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: 1485/2945] 10.0.0.224 () {28 vars in 439 bytes} [Thu Jul 9 05:17:57 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2946] 10.0.0.224 () {30 vars in 728 bytes} [Thu Jul 9 05:17:57 2026] GET /v2.0/subnets/83ecf1c5-afe0-4608-b561-98795ca50e87 => generated 655 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2947] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17: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: 7|app: 0|req: 1462/2948] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2949] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:57 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: 1463/2950] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17:57 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: 1488/2951] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:57 2026] GET /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2952] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:17:57 2026] GET /v2.0/subnets/83ecf1c5-afe0-4608-b561-98795ca50e87 => 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: 1489/2953] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:17:57 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4102 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2954] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:17:58 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: 1490/2955] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:17:58 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: 1466/2956] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:17:58 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: 1491/2957] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:17:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2958] 199.204.45.222 () {34 vars in 717 bytes} [Thu Jul 9 05:17:58 2026] POST /v2.0/ports => generated 1332 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2959] 10.0.0.167 () {34 vars in 971 bytes} [Thu Jul 9 05:17:58 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => 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: 7|app: 0|req: 1468/2960] 10.0.0.167 () {34 vars in 907 bytes} [Thu Jul 9 05:17:58 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2961] 199.204.45.222 () {34 vars in 1262 bytes} [Thu Jul 9 05:17:59 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2962] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:17:59 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2963] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:17:59 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2964] 199.204.45.222 () {34 vars in 975 bytes} [Thu Jul 9 05:18:00 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1332 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2965] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:18:00 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2966] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:18:00 2026] PUT /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1522 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:18:00.920 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-58cc2c6e-aa85-459e-912d-07502d3ee4fe'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '878ef95b-4123-4b77-a61e-2b865aa4edf0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1496/2967] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 5616 bytes in 58 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: 1472/2968] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 801 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2969] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.100&port_id=878ef95b-4123-4b77-a61e-2b865aa4edf0 => 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: 1473/2970] 199.204.45.222 () {34 vars in 1106 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A200&port_id=878ef95b-4123-4b77-a61e-2b865aa4edf0 => 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: 1498/2971] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/subnets?id=83ecf1c5-afe0-4608-b561-98795ca50e87&id=24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2972] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2973] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&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: 7|app: 0|req: 1475/2974] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1500/2975] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:01 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1476/2976] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:02 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 5616 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2977] 199.204.45.222 () {34 vars in 1062 bytes} [Thu Jul 9 05:18:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.192&port_id=0329965c-3339-40be-858c-c3be79f8cf86 => 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: 1477/2978] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:02 2026] GET /v2.0/subnets?id=81cf352f-ed03-400e-a8ca-00cd83bb2a47 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2979] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/ports?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&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: 1478/2980] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2981] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1479/2982] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => 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: 1504/2983] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1480/2984] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&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: 1505/2985] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2986] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1506/2987] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => 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: 1482/2988] 199.204.45.222 () {34 vars in 1104 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25e&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2989] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156&id=1abf109f-fa04-47ba-a200-225fe53772a4 => generated 1409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2990] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2991] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2992] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1509/2993] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1485/2994] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.100&port_id=878ef95b-4123-4b77-a61e-2b865aa4edf0 => 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: 1510/2995] 199.204.45.222 () {34 vars in 1106 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A200&port_id=878ef95b-4123-4b77-a61e-2b865aa4edf0 => 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: 1486/2996] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/subnets?id=83ecf1c5-afe0-4608-b561-98795ca50e87&id=24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2997] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2998] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&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: 1512/2999] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3000] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:03 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1514/3003] 10.0.0.167 () {34 vars in 971 bytes} [Thu Jul 9 05:18:07 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1524 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3004] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:07 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9 => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3005] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:07 2026] GET /v2.0/subnets/83ecf1c5-afe0-4608-b561-98795ca50e87 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3006] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:07 2026] GET /v2.0/subnets/24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3007] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:07 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1520 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3008] 199.204.45.222 () {34 vars in 790 bytes} [Thu Jul 9 05:18:07 2026] PUT /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1255 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:18:08.312 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-898c8532-b065-4df1-ae69-c1981407f88f'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '7c1a6919-f532-42cb-b813-2f34cd9f4d33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1517/3009] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 797 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: 7|app: 0|req: 1493/3010] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3011] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:08 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: 1494/3012] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:08 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: 1519/3013] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3014] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3015] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3016] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3017] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3018] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3019] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3020] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3021] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3022] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 5389 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3023] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3024] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3025] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:08 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3026] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:09 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3027] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:09 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1502/3028] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:09 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1528/3031] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3032] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3033] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:21 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: 1505/3034] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3035] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:21 2026] GET /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3036] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:22 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 5389 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3037] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:22 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: 1507/3038] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:22 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: 1532/3039] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:22 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: 1508/3040] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18: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: 1533/3041] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:22 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1524 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3042] 199.204.45.222 () {34 vars in 790 bytes} [Thu Jul 9 05:18:22 2026] PUT /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1311 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:18:22.821 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcd70d8a-a59f-4b65-9758-ca29993506fa'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '878ef95b-4123-4b77-a61e-2b865aa4edf0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1534/3043] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:22 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1510/3044] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:22 2026] GET /v2.0/subnets/24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 747 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3045] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:22 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1347 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3046] 199.204.45.222 () {34 vars in 789 bytes} [Thu Jul 9 05:18:22 2026] PUT /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1080 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3047] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:23 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9 => generated 798 bytes in 42 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: 1512/3048] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:23 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4981 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3049] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:23 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3050] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:18:23 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3051] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:23 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1514/3052] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:23 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1539/3053] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:23 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:18:24.864 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a0022ab-6564-40c7-9bf9-c7045ce1b0d9'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '878ef95b-4123-4b77-a61e-2b865aa4edf0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1515/3054] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:24 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3055] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:25 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3056] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:18:25 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3057] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:25 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1517/3058] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:25 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?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: 1542/3059] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:25 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3060] 199.204.45.222 () {34 vars in 975 bytes} [Thu Jul 9 05:18:26 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3061] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:18:26 2026] GET /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3062] 199.204.45.222 () {34 vars in 1016 bytes} [Thu Jul 9 05:18:26 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3063] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:18:26 2026] PUT /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 917 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3064] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:26 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3873 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-07-09 05:18:27.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b9d038b-fbb8-4f09-9653-ee7a8d45026e 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 878ef95b-4123-4b77-a61e-2b865aa4edf0 2026-07-09 05:18:27.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b9d038b-fbb8-4f09-9653-ee7a8d45026e 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 878ef95b-4123-4b77-a61e-2b865aa4edf0 [pid: 8|app: 0|req: 1545/3065] 199.204.45.222 () {32 vars in 759 bytes} [Thu Jul 9 05:18:27 2026] DELETE /v2.0/ports/878ef95b-4123-4b77-a61e-2b865aa4edf0 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3066] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3067] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:27 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: 1522/3068] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:27 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: 1547/3069] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:27 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: 1523/3070] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3071] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3072] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3073] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1525/3074] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => 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: 1550/3075] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3076] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:27 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => 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: 1551/3077] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3873 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3078] 199.204.45.222 () {34 vars in 1226 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/networks?id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 3096 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3079] 199.204.45.222 () {34 vars in 1062 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.192&port_id=0329965c-3339-40be-858c-c3be79f8cf86 => 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: 1528/3080] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/subnets?id=81cf352f-ed03-400e-a8ca-00cd83bb2a47 => 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: 1553/3081] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/ports?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&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: 1529/3082] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3083] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1530/3084] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3085] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3086] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&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: 8|app: 0|req: 1556/3087] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1532/3088] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1557/3089] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.177&port_id=7c1a6919-f532-42cb-b813-2f34cd9f4d33 => 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: 1533/3090] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3091] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3092] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3093] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:28 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3094] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3095] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:32 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: 1536/3096] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:32 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: 1561/3097] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:32 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: 1537/3098] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3873 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3099] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3100] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3101] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3102] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:32 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: 1564/3103] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3104] 199.204.45.222 () {34 vars in 789 bytes} [Thu Jul 9 05:18:32 2026] PUT /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1080 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:18:32.928 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5171cb3-88dd-4870-b463-8fe11ab161ad'] response: {'name': 'network-changed', 'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'tag': '7c1a6919-f532-42cb-b813-2f34cd9f4d33', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1565/3105] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 797 bytes in 41 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: 1541/3106] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:32 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3107] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:33 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3698 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3108] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:33 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3109] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:18:33 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3110] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:33 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1568/3111] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:33 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3112] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:34 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3115] 199.204.45.222 () {34 vars in 975 bytes} [Thu Jul 9 05:18:35 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3116] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:18:35 2026] GET /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3117] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:35 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 3698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3118] 199.204.45.222 () {34 vars in 1016 bytes} [Thu Jul 9 05:18:35 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1572/3119] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:18:35 2026] PUT /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 917 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3120] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:36 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:18:36.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e8552de-9496-4d0d-826e-fec3e5d5fb0c 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 7c1a6919-f532-42cb-b813-2f34cd9f4d33 2026-07-09 05:18:36.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e8552de-9496-4d0d-826e-fec3e5d5fb0c 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 7c1a6919-f532-42cb-b813-2f34cd9f4d33 [pid: 8|app: 0|req: 1573/3121] 199.204.45.222 () {32 vars in 759 bytes} [Thu Jul 9 05:18:36 2026] DELETE /v2.0/ports/7c1a6919-f532-42cb-b813-2f34cd9f4d33 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3122] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:36 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: 1574/3123] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:36 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: 1550/3124] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:36 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: 1575/3125] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:36 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: 1551/3126] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:36 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3127] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:36 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3128] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:36 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3129] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:36 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3130] 199.204.45.222 () {30 vars in 743 bytes} [Thu Jul 9 05:18:36 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3131] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:36 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3132] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3133] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3134] 199.204.45.222 () {34 vars in 1146 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/networks?id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 2309 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3135] 199.204.45.222 () {34 vars in 1062 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.192&port_id=0329965c-3339-40be-858c-c3be79f8cf86 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3136] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/subnets?id=81cf352f-ed03-400e-a8ca-00cd83bb2a47 => 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: 1581/3137] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/ports?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3138] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3139] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?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: 1558/3140] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.206&port_id=4016a0c6-f482-4463-8e9b-515cb4d2c032 => 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: 1583/3141] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/subnets?id=bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3142] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/ports?network_id=1817b66d-2b69-4c53-8c1c-91dd28c7620d&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: 1584/3143] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1560/3144] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:37 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?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: 1585/3145] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3146] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:49 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: 1586/3147] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3148] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:49 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-07-09 05:18:49.514 8 INFO neutron.api.v2.resource [None req-d9dc08c2-148b-43de-a5a8-87641a69fcab 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3149] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 05:18:49 2026] GET /v2.0/security-groups/lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3150] 199.204.45.222 () {30 vars in 785 bytes} [Thu Jul 9 05:18:49 2026] GET /v2.0/security-groups?name=lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 2865 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3151] 199.204.45.222 () {30 vars in 815 bytes} [Thu Jul 9 05:18:49 2026] GET /v2.0/security-group-rules?security_group_id=d0e5f457-1158-4eaf-9909-0074ddcabfdd => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3152] 199.204.45.222 () {32 vars in 789 bytes} [Thu Jul 9 05:18:49 2026] DELETE /v2.0/security-group-rules/83a86f0f-ef57-440b-b051-24c16182e805 => 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: 1589/3153] 199.204.45.222 () {32 vars in 789 bytes} [Thu Jul 9 05:18:49 2026] DELETE /v2.0/security-group-rules/c36f3a93-c7ca-4af9-aee2-a55efe97d726 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:18:52.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-aef6479f-7e9a-4cb7-88d7-8fe00db2bdfe e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 33be62d8-72ca-4e62-a246-88cb27a90bb3 2026-07-09 05:18:52.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aef6479f-7e9a-4cb7-88d7-8fe00db2bdfe e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 33be62d8-72ca-4e62-a246-88cb27a90bb3 2026-07-09 05:18:52.603 8 INFO neutron.db.l3_db [None req-aef6479f-7e9a-4cb7-88d7-8fe00db2bdfe e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Floating IP 799f550b-2e41-44e1-9320-e3ade6a97054 disassociated (deleted). External IP: 10.96.250.206, port: c48f923a-26ca-400d-9ebd-10bbce845b71. [pid: 8|app: 0|req: 1591/3156] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:18:52 2026] DELETE /v2.0/floatingips/799f550b-2e41-44e1-9320-e3ade6a97054 => generated 0 bytes in 673 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:18:52.927 7 INFO neutron.api.v2.resource [None req-7956a0f8-1327-4e58-884e-ce0275df1345 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3157] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:18:52 2026] GET /v2.0/floatingips/799f550b-2e41-44e1-9320-e3ade6a97054 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3158] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:53 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: 1567/3159] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:53 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: 1593/3160] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:53 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: 1568/3161] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:53 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-07-09 05:18:53.589 8 INFO neutron.api.v2.resource [None req-65506dd6-d2a6-490f-855a-490b8224e613 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3162] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 05:18:53 2026] GET /v2.0/security-groups/lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3163] 199.204.45.222 () {30 vars in 785 bytes} [Thu Jul 9 05:18:53 2026] GET /v2.0/security-groups?name=lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => 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: 1595/3164] 199.204.45.222 () {30 vars in 815 bytes} [Thu Jul 9 05:18:53 2026] GET /v2.0/security-group-rules?security_group_id=d0e5f457-1158-4eaf-9909-0074ddcabfdd => generated 1182 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3165] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:53 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: 1596/3166] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:53 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: 1571/3167] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18:53 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: 8|app: 0|req: 1597/3168] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18: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: 1572/3169] 199.204.45.222 () {30 vars in 741 bytes} [Thu Jul 9 05:18:53 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3170] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:53 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3171] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:53 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3172] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:53 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3173] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:55 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3174] 199.204.45.222 () {34 vars in 975 bytes} [Thu Jul 9 05:18:56 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3175] 199.204.45.222 () {34 vars in 1060 bytes} [Thu Jul 9 05:18:56 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3176] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:56 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 2590 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3177] 199.204.45.222 () {34 vars in 1016 bytes} [Thu Jul 9 05:18:56 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3178] 199.204.45.222 () {38 vars in 1028 bytes} [Thu Jul 9 05:18:56 2026] PUT /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1151 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3179] 199.204.45.222 () {30 vars in 769 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 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: 8|app: 0|req: 1603/3180] 199.204.45.222 () {34 vars in 789 bytes} [Thu Jul 9 05:18:57 2026] PUT /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1090 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3181] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 1090 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 05:18:57.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-e096f370-ff6d-430b-b792-2b06535f5463 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 4016a0c6-f482-4463-8e9b-515cb4d2c032 2026-07-09 05:18:57.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e096f370-ff6d-430b-b792-2b06535f5463 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 4016a0c6-f482-4463-8e9b-515cb4d2c032 [pid: 8|app: 0|req: 1604/3182] 199.204.45.222 () {32 vars in 759 bytes} [Thu Jul 9 05:18:57 2026] DELETE /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3183] 199.204.45.222 () {30 vars in 703 bytes} [Thu Jul 9 05:18:57 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: 1605/3184] 199.204.45.222 () {30 vars in 705 bytes} [Thu Jul 9 05:18:57 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: 1580/3185] 199.204.45.222 () {30 vars in 681 bytes} [Thu Jul 9 05:18: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: 1606/3186] 199.204.45.222 () {30 vars in 717 bytes} [Thu Jul 9 05:18:57 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-07-09 05:18:57.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52b37a64-a7cb-496d-afed-4da7657653ff 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3187] 199.204.45.222 () {32 vars in 759 bytes} [Thu Jul 9 05:18:57 2026] DELETE /v2.0/ports/4016a0c6-f482-4463-8e9b-515cb4d2c032 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3188] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:18:57.939 7 INFO neutron.api.v2.resource [None req-13c4f519-8b5f-4430-98db-43b739d89807 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3189] 199.204.45.222 () {30 vars in 763 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/security-groups/lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3190] 199.204.45.222 () {30 vars in 785 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/security-groups?name=lb-23ef1f33-ede1-4e39-9b72-19e9cdfea4ee => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3191] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/ports?tenant_id=d2b46bc7b994462897bf8734a05ffcf3&device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3192] 199.204.45.222 () {30 vars in 737 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3193] 199.204.45.222 () {34 vars in 1066 bytes} [Thu Jul 9 05:18:57 2026] GET /v2.0/networks?id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&id=1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 1523 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3194] 199.204.45.222 () {34 vars in 1062 bytes} [Thu Jul 9 05:18:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.192&port_id=0329965c-3339-40be-858c-c3be79f8cf86 => 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: 1586/3195] 199.204.45.222 () {34 vars in 984 bytes} [Thu Jul 9 05:18:58 2026] GET /v2.0/subnets?id=81cf352f-ed03-400e-a8ca-00cd83bb2a47 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3196] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:18:58 2026] GET /v2.0/ports?network_id=18e4730d-0d97-4bcc-8fa3-a13704f6df01&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3197] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:18:58 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3198] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:18:58 2026] GET /v2.0/networks/18e4730d-0d97-4bcc-8fa3-a13704f6df01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3199] 199.204.45.222 () {34 vars in 789 bytes} [Thu Jul 9 05:18:58 2026] PUT /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 1094 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3200] 199.204.45.222 () {32 vars in 779 bytes} [Thu Jul 9 05:18:58 2026] DELETE /v2.0/security-groups/d0e5f457-1158-4eaf-9909-0074ddcabfdd => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:18:58.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee9f87d3-e716-49bc-aa55-5df832d70f90 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: c48f923a-26ca-400d-9ebd-10bbce845b71 2026-07-09 05:18:58.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee9f87d3-e716-49bc-aa55-5df832d70f90 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: c48f923a-26ca-400d-9ebd-10bbce845b71 [pid: 8|app: 0|req: 1611/3201] 199.204.45.222 () {32 vars in 759 bytes} [Thu Jul 9 05:18:58 2026] DELETE /v2.0/ports/c48f923a-26ca-400d-9ebd-10bbce845b71 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3202] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:19:01 2026] GET /v2.0/ports?device_id=f5f0ada4-0a7d-4e1f-b515-5863c1b0814e => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:19:01.607 8 INFO neutron_taas.services.taas.taas_plugin [req-2b26d909-49ac-44f5-bd84-27ed2f654a63 req-d169ac68-a7ca-4235-adeb-6927959e5ebd 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] TaaS: Handle Delete Port: 0329965c-3339-40be-858c-c3be79f8cf86 2026-07-09 05:19:01.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2b26d909-49ac-44f5-bd84-27ed2f654a63 req-d169ac68-a7ca-4235-adeb-6927959e5ebd 5fba8b1ace6d499baac40eddf8097d08 d2b46bc7b994462897bf8734a05ffcf3 - - default default] Tap Mirror: Handle Delete Port: 0329965c-3339-40be-858c-c3be79f8cf86 [pid: 8|app: 0|req: 1612/3203] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:19:01 2026] DELETE /v2.0/ports/0329965c-3339-40be-858c-c3be79f8cf86 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:01.775 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27fd6d16-bcf4-4fc6-a9ad-a27031629b4c'] response: {'server_uuid': 'f5f0ada4-0a7d-4e1f-b515-5863c1b0814e', 'name': 'network-vif-deleted', 'tag': '0329965c-3339-40be-858c-c3be79f8cf86', 'status': 'completed', 'code': 200} 2026-07-09 05:19:03.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-5181b8ad-d3fe-4edf-a375-b8f18daafbfa e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: f57d39b8-737b-4920-8136-ece6e216adb5 2026-07-09 05:19:03.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5181b8ad-d3fe-4edf-a375-b8f18daafbfa e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: f57d39b8-737b-4920-8136-ece6e216adb5 2026-07-09 05:19:03.473 7 INFO neutron.db.l3_db [None req-5181b8ad-d3fe-4edf-a375-b8f18daafbfa e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Floating IP 242e8633-22ac-4280-ad1b-f39b3a6e7f3f disassociated (deleted). External IP: 10.96.250.201, port: 4a55cf7a-6c46-4f07-aed7-d2ee6326e020. [pid: 7|app: 0|req: 1592/3204] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:19:03 2026] DELETE /v2.0/floatingips/242e8633-22ac-4280-ad1b-f39b3a6e7f3f => generated 0 bytes in 714 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:03.853 8 INFO neutron.api.v2.resource [None req-19840e89-f0a5-40fa-820d-3a823b80bc99 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3205] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:19:03 2026] GET /v2.0/floatingips/242e8633-22ac-4280-ad1b-f39b3a6e7f3f => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:03.858 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbae2de7-d6a1-4e04-a352-69f3ab51a6ab'] response: {'name': 'network-changed', 'server_uuid': 'cb92192b-6013-4205-b2c7-c2f3afaebc39', 'tag': '4a55cf7a-6c46-4f07-aed7-d2ee6326e020', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1593/3206] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3207] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3208] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1473 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3209] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/networks?id=bf797140-61fb-4b56-9399-98794b4041a9 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3210] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.240&port_id=4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => 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: 1616/3211] 199.204.45.222 () {34 vars in 1106 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A336&port_id=4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => 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: 1596/3212] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/subnets?id=83ecf1c5-afe0-4608-b561-98795ca50e87&id=24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3213] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3214] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/ports?network_id=bf797140-61fb-4b56-9399-98794b4041a9&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: 1618/3215] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3216] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:19:04 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3219] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:19:06 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 1204 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:19:06.614 8 INFO neutron_taas.services.taas.taas_plugin [req-0cd39d81-0dd4-4845-88bc-f22859321ce6 req-2158feed-187a-4b7f-afe5-5c34e6a12340 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 4a55cf7a-6c46-4f07-aed7-d2ee6326e020 2026-07-09 05:19:06.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0cd39d81-0dd4-4845-88bc-f22859321ce6 req-2158feed-187a-4b7f-afe5-5c34e6a12340 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 4a55cf7a-6c46-4f07-aed7-d2ee6326e020 [pid: 8|app: 0|req: 1620/3220] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:19:06 2026] DELETE /v2.0/ports/4a55cf7a-6c46-4f07-aed7-d2ee6326e020 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:06.814 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdc01977-ef59-40dd-9ae4-1ab15b390f8d'] response: {'server_uuid': 'cb92192b-6013-4205-b2c7-c2f3afaebc39', 'name': 'network-vif-deleted', 'tag': '4a55cf7a-6c46-4f07-aed7-d2ee6326e020', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1601/3221] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:19:09 2026] GET /v2.0/ports?device_id=cb92192b-6013-4205-b2c7-c2f3afaebc39 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 05:19:14.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea715205-3209-48d6-8ed3-0356891e5a16 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 8de2c434-17ab-4dd7-8681-deaa9fea6846 2026-07-09 05:19:14.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea715205-3209-48d6-8ed3-0356891e5a16 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 8de2c434-17ab-4dd7-8681-deaa9fea6846 2026-07-09 05:19:14.676 8 INFO neutron.db.l3_db [None req-ea715205-3209-48d6-8ed3-0356891e5a16 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Floating IP e1a8a083-a4b4-4456-8067-250805d1382a disassociated (deleted). External IP: 10.96.250.213, port: 0608a2af-0667-411d-921d-b812ce8e9957. [pid: 8|app: 0|req: 1621/3222] 10.0.0.27 () {32 vars in 731 bytes} [Thu Jul 9 05:19:14 2026] DELETE /v2.0/floatingips/e1a8a083-a4b4-4456-8067-250805d1382a => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:14.955 7 INFO neutron.api.v2.resource [None req-ba06c237-fe82-4b91-ac7d-b14761bd76cc e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3223] 10.0.0.27 () {32 vars in 728 bytes} [Thu Jul 9 05:19:14 2026] GET /v2.0/floatingips/e1a8a083-a4b4-4456-8067-250805d1382a => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:14.968 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c8ef97b-969d-4c90-a174-b477b7ce98e1'] response: {'name': 'network-changed', 'server_uuid': '4af2490f-976a-4d81-a6e7-7f986a84d1f2', 'tag': '0608a2af-0667-411d-921d-b812ce8e9957', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1622/3224] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3225] 10.0.0.167 () {34 vars in 1040 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/security-groups?id=3790d251-55e0-4a81-833d-098bc8572d0d&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3226] 199.204.45.222 () {34 vars in 1080 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/ports?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3227] 199.204.45.222 () {34 vars in 986 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/networks?id=aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3228] 199.204.45.222 () {34 vars in 1058 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=0608a2af-0667-411d-921d-b812ce8e9957 => 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: 1605/3229] 199.204.45.222 () {34 vars in 1102 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A40&port_id=0608a2af-0667-411d-921d-b812ce8e9957 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3230] 199.204.45.222 () {34 vars in 1064 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/subnets?id=2a2839f1-cdd8-41f6-a633-98161e2b0156&id=1abf109f-fa04-47ba-a200-225fe53772a4 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3231] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&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: 1626/3232] 199.204.45.222 () {34 vars in 1052 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/ports?network_id=aaf3476e-e180-4b2b-97c8-b703ffe671c3&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3233] 199.204.45.222 () {34 vars in 1012 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?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: 1627/3234] 199.204.45.222 () {34 vars in 1112 bytes} [Thu Jul 9 05:19:15 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3235] 199.204.45.222 () {34 vars in 994 bytes} [Thu Jul 9 05:19:17 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => generated 1194 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 05:19:17.717 8 INFO neutron_taas.services.taas.taas_plugin [req-f836d7e6-1ce1-4d9c-a8a7-7891538643e7 req-481ec438-04bc-4277-9dbc-c0b86750d239 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 0608a2af-0667-411d-921d-b812ce8e9957 2026-07-09 05:19:17.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f836d7e6-1ce1-4d9c-a8a7-7891538643e7 req-481ec438-04bc-4277-9dbc-c0b86750d239 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 0608a2af-0667-411d-921d-b812ce8e9957 [pid: 8|app: 0|req: 1628/3236] 199.204.45.222 () {36 vars in 997 bytes} [Thu Jul 9 05:19:17 2026] DELETE /v2.0/ports/0608a2af-0667-411d-921d-b812ce8e9957 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:17.924 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e2e73dd-00ee-4c5c-84e4-4bd4ed292a11'] response: {'server_uuid': '4af2490f-976a-4d81-a6e7-7f986a84d1f2', 'name': 'network-vif-deleted', 'tag': '0608a2af-0667-411d-921d-b812ce8e9957', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1630/3239] 10.0.0.167 () {34 vars in 990 bytes} [Thu Jul 9 05:19:20 2026] GET /v2.0/ports?device_id=4af2490f-976a-4d81-a6e7-7f986a84d1f2 => 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: 1610/3240] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:25 2026] DELETE /v2.0/security-group-rules/7cf0b010-c2f3-4d7d-85d2-2b7207a50310 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:25.501 8 INFO neutron.api.v2.resource [None req-feed9d69-4ef1-4d42-b363-db74e423d295 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3241] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:25 2026] GET /v2.0/security-group-rules/7cf0b010-c2f3-4d7d-85d2-2b7207a50310 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3242] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:25 2026] DELETE /v2.0/security-group-rules/083bfcbf-1aff-443f-9e8c-fcdbbdb6d15c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:25.591 8 INFO neutron.api.v2.resource [None req-ca9a41cc-d69c-4ea1-89ad-e9399026530b e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3243] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:25 2026] GET /v2.0/security-group-rules/083bfcbf-1aff-443f-9e8c-fcdbbdb6d15c => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3244] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:25 2026] DELETE /v2.0/security-group-rules/c34be167-c383-4d86-8a7d-6718f7ede342 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:25.684 8 INFO neutron.api.v2.resource [None req-a4a7b44f-b354-422c-b9cb-975fd46cc079 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3245] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:25 2026] GET /v2.0/security-group-rules/c34be167-c383-4d86-8a7d-6718f7ede342 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3246] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:25 2026] DELETE /v2.0/security-group-rules/ff580562-6b1b-4c7f-9627-c917350100b7 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:25.767 8 INFO neutron.api.v2.resource [None req-6bebe450-5b29-42ba-999a-02842c76fe16 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3247] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:25 2026] GET /v2.0/security-group-rules/ff580562-6b1b-4c7f-9627-c917350100b7 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3248] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:25 2026] DELETE /v2.0/security-group-rules/eca729d4-2f2c-4ecd-a4d9-93e6897c4d45 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:25.853 8 INFO neutron.api.v2.resource [None req-8c992389-fd2d-4609-b713-84fc2a5d27a1 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3249] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:25 2026] GET /v2.0/security-group-rules/eca729d4-2f2c-4ecd-a4d9-93e6897c4d45 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3250] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:25 2026] DELETE /v2.0/security-group-rules/bc460113-111c-4673-8b72-ab65862473f0 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:25.941 8 INFO neutron.api.v2.resource [None req-5ba0c38d-9257-4910-8208-3201bb5b56d0 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3251] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:25 2026] GET /v2.0/security-group-rules/bc460113-111c-4673-8b72-ab65862473f0 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3252] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:25 2026] DELETE /v2.0/security-group-rules/38760e7d-748a-4db7-a0f5-dedc80c393bc => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:26.023 8 INFO neutron.api.v2.resource [None req-d5228a20-3e37-47ae-8d4f-c7824a5eb764 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3253] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:26 2026] GET /v2.0/security-group-rules/38760e7d-748a-4db7-a0f5-dedc80c393bc => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3254] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:26 2026] DELETE /v2.0/security-group-rules/c0c1edf4-3c24-4771-83c6-b6a99c2a19ee => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:26.110 8 INFO neutron.api.v2.resource [None req-d6945541-5bd7-4b36-9ba3-5c106c82c4f8 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3255] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:26 2026] GET /v2.0/security-group-rules/c0c1edf4-3c24-4771-83c6-b6a99c2a19ee => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3256] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:26 2026] DELETE /v2.0/security-group-rules/e0f1299d-7dd5-4f3a-9b48-1998cfe339c1 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:26.198 8 INFO neutron.api.v2.resource [None req-586e39c5-b394-4615-8345-b2b48046e5f7 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3257] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:26 2026] GET /v2.0/security-group-rules/e0f1299d-7dd5-4f3a-9b48-1998cfe339c1 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3258] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:26 2026] DELETE /v2.0/security-group-rules/db21d0be-6fc9-437d-ad64-c580bd7088c1 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:26.292 8 INFO neutron.api.v2.resource [None req-287db1e0-6d4b-40ff-a585-4a499e1d10e4 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3259] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:26 2026] GET /v2.0/security-group-rules/db21d0be-6fc9-437d-ad64-c580bd7088c1 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3260] 10.0.0.27 () {32 vars in 749 bytes} [Thu Jul 9 05:19:26 2026] DELETE /v2.0/security-group-rules/0ccffdf9-edb5-47fd-9d32-b930e91bddce => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:26.417 8 INFO neutron.api.v2.resource [None req-ba1844a2-f94e-4c13-8980-3837f6ce5b0b e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3261] 10.0.0.27 () {32 vars in 746 bytes} [Thu Jul 9 05:19:26 2026] GET /v2.0/security-group-rules/0ccffdf9-edb5-47fd-9d32-b930e91bddce => generated 155 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3262] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:26 2026] DELETE /v2.0/security-groups/3790d251-55e0-4a81-833d-098bc8572d0d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:26.538 8 INFO neutron.api.v2.resource [None req-e7690475-141e-4b54-b170-a6da6bf6ebbf e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3263] 10.0.0.27 () {32 vars in 736 bytes} [Thu Jul 9 05:19:26 2026] GET /v2.0/security-groups/3790d251-55e0-4a81-833d-098bc8572d0d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:26.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0186790-008e-4d9e-9a30-7feff04635a5 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 511a46e6-339a-466d-a833-3d314dc71700 2026-07-09 05:19:26.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0186790-008e-4d9e-9a30-7feff04635a5 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 511a46e6-339a-466d-a833-3d314dc71700 [pid: 7|app: 0|req: 1622/3264] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:19:26 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:19:27.778 8 INFO neutron.api.v2.resource [None req-b49e7cce-c3a3-4009-ac81-515eaeae69f0 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1643/3265] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:19:27 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/remove_router_interface => generated 198 bytes in 199 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:28.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff3a498a-7ecd-4874-9ef7-4f9bea350cd1 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: de75cf17-3cf4-48c2-a810-8b5831b1d3e0 2026-07-09 05:19:28.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff3a498a-7ecd-4874-9ef7-4f9bea350cd1 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: de75cf17-3cf4-48c2-a810-8b5831b1d3e0 [pid: 7|app: 0|req: 1623/3266] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:19:27 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:19:28.943 8 INFO neutron.api.v2.resource [None req-a0f50da2-88c6-456e-be94-dc3fb0e2e326 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1644/3267] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:19:28 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/remove_router_interface => generated 198 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:29.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d948687-e68c-4b86-8f67-e9bf761f17db e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 7256f9b8-16b3-444c-9709-e04b7398713d 2026-07-09 05:19:29.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d948687-e68c-4b86-8f67-e9bf761f17db e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 7256f9b8-16b3-444c-9709-e04b7398713d [pid: 7|app: 0|req: 1624/3268] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:19:28 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/remove_router_interface => generated 309 bytes in 1594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 05:19:30.716 8 INFO neutron.api.v2.resource [None req-51edca16-ad77-462d-bc7f-72812d70af6b e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3269] 10.0.0.27 () {34 vars in 788 bytes} [Thu Jul 9 05:19:30 2026] PUT /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:30.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e8bbbfd-d22e-4161-813d-e8d98c9b2968 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 66719f79-3a27-4659-a71e-3e0ed0aff9cf 2026-07-09 05:19:30.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e8bbbfd-d22e-4161-813d-e8d98c9b2968 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 66719f79-3a27-4659-a71e-3e0ed0aff9cf 2026-07-09 05:19:31.167 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e8bbbfd-d22e-4161-813d-e8d98c9b2968 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: e33bd13e-f8a0-4737-9333-71046abd63f0 2026-07-09 05:19:31.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e8bbbfd-d22e-4161-813d-e8d98c9b2968 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: e33bd13e-f8a0-4737-9333-71046abd63f0 2026-07-09 05:19:31.599 7 INFO neutron.db.l3_hamode_db [None req-5e8bbbfd-d22e-4161-813d-e8d98c9b2968 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] HA network 12e43455-84bb-4bc1-b26a-f85b38025a56 was deleted as no HA routers are present in tenant 99b66d41e0a74b4bb545b3312b850dbe. [pid: 7|app: 0|req: 1625/3270] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:19:30 2026] DELETE /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43 => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 05:19:31.612 7 INFO neutron.services.segments.plugin [-] Segment 028816d5-3deb-4dac-8a44-e2cdfdeb3397 resource provider aggregate not found 2026-07-09 05:19:31.617 7 INFO neutron.services.segments.plugin [-] Segment 028816d5-3deb-4dac-8a44-e2cdfdeb3397 resource provider aggregate not found 2026-07-09 05:19:31.627 7 INFO neutron.services.segments.plugin [-] Segment 028816d5-3deb-4dac-8a44-e2cdfdeb3397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028816d5-3deb-4dac-8a44-e2cdfdeb3397 found for delete ", "request_id": "req-d1b1ba84-a40f-40d0-8b4e-48c4f1ad2045"}]} 2026-07-09 05:19:31.632 7 INFO neutron.services.segments.plugin [-] Segment 028816d5-3deb-4dac-8a44-e2cdfdeb3397 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028816d5-3deb-4dac-8a44-e2cdfdeb3397 found for delete ", "request_id": "req-8d43f86d-f2cb-4d30-bbc0-d39003762618"}]} 2026-07-09 05:19:31.639 8 INFO neutron.api.v2.resource [None req-5c72d40c-85b5-4615-8b15-5cc0ed3f59b8 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3271] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:19:31 2026] GET /v2.0/routers/d7df261f-94ab-4c6d-bf4b-8c78efc79f43 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3272] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:19:31 2026] DELETE /v2.0/subnets/24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:31.816 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74a36de0-420d-4649-9e9c-0e5078a2f1b6 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3273] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:19:31 2026] GET /v2.0/subnets/24f40f0e-136c-4458-b92e-efdbce19cf85 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3274] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:19:31 2026] DELETE /v2.0/subnets/83ecf1c5-afe0-4608-b561-98795ca50e87 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:31.990 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3094e3f6-c6e4-481b-8e9a-3ccce7c0b8e1 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1648/3275] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:19:31 2026] GET /v2.0/subnets/83ecf1c5-afe0-4608-b561-98795ca50e87 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:32.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-f564307d-d3a2-4d87-b588-5855c785c8ed e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 32865240-655a-4332-a4c1-86aca3de96b8 2026-07-09 05:19:32.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f564307d-d3a2-4d87-b588-5855c785c8ed e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 32865240-655a-4332-a4c1-86aca3de96b8 [pid: 7|app: 0|req: 1628/3276] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:19:31 2026] DELETE /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:32.296 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60ad8916-e92d-4b82-a006-23de4e5caff9 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1649/3277] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:19:32 2026] GET /v2.0/networks/bf797140-61fb-4b56-9399-98794b4041a9 => 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: 1629/3278] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:19:32 2026] DELETE /v2.0/subnets/1abf109f-fa04-47ba-a200-225fe53772a4 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:32.537 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2af3553b-96d7-4cf1-a202-19540a9b823d e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1650/3279] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:19:32 2026] GET /v2.0/subnets/1abf109f-fa04-47ba-a200-225fe53772a4 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3280] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:19:32 2026] DELETE /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:32.741 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d11023bb-abad-4092-9ac7-4cb9547c8828 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3281] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:19:32 2026] GET /v2.0/subnets/2a2839f1-cdd8-41f6-a633-98161e2b0156 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:32.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-f95c73a3-3a6c-45e0-8574-2cc62be0be35 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 7f6bc86b-a1ca-4b2c-8b73-e03c22ee255d 2026-07-09 05:19:32.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f95c73a3-3a6c-45e0-8574-2cc62be0be35 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 7f6bc86b-a1ca-4b2c-8b73-e03c22ee255d [pid: 7|app: 0|req: 1631/3282] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:19:32 2026] DELETE /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:33.085 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da04aeec-e5db-4bf7-adfd-8885c79f9b9a e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3283] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:19:33 2026] GET /v2.0/networks/aaf3476e-e180-4b2b-97c8-b703ffe671c3 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3284] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:19:33 2026] DELETE /v2.0/subnets/855c86e0-d1c9-4115-9806-47a6ff22e35f => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:33.326 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0a96abf-0e87-4e50-ad52-a76125cefce6 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1653/3285] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:19:33 2026] GET /v2.0/subnets/855c86e0-d1c9-4115-9806-47a6ff22e35f => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3286] 10.0.0.27 () {32 vars in 723 bytes} [Thu Jul 9 05:19:33 2026] DELETE /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:33.535 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11b2106b-4b88-46b6-af9b-39687a690dc4 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3287] 10.0.0.27 () {32 vars in 720 bytes} [Thu Jul 9 05:19:33 2026] GET /v2.0/subnets/bf7fc099-c37b-4acf-bb4a-2c140aa0c979 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:33.655 7 INFO neutron.services.segments.plugin [-] Segment e80c0246-a64e-4c84-bf42-4e20f5e350f4 resource provider aggregate not found 2026-07-09 05:19:33.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7563475-e7f8-4a64-813f-0ca346c729b7 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] TaaS: Handle Delete Port: 344e5c03-b0f3-48c0-b4e2-6d59d470a1a7 2026-07-09 05:19:33.665 7 INFO neutron.services.segments.plugin [-] Segment e80c0246-a64e-4c84-bf42-4e20f5e350f4 resource provider aggregate not found 2026-07-09 05:19:33.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7563475-e7f8-4a64-813f-0ca346c729b7 e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] Tap Mirror: Handle Delete Port: 344e5c03-b0f3-48c0-b4e2-6d59d470a1a7 2026-07-09 05:19:33.682 7 INFO neutron.services.segments.plugin [-] Segment e80c0246-a64e-4c84-bf42-4e20f5e350f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e80c0246-a64e-4c84-bf42-4e20f5e350f4 found for delete ", "request_id": "req-c1775fc9-f010-4f5a-a734-f73578c6efbc"}]} 2026-07-09 05:19:33.687 7 INFO neutron.services.segments.plugin [-] Segment e80c0246-a64e-4c84-bf42-4e20f5e350f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e80c0246-a64e-4c84-bf42-4e20f5e350f4 found for delete ", "request_id": "req-1147693f-af57-4ccb-b32f-9aced320afe9"}]} 2026-07-09 05:19:33.699 7 INFO neutron.services.segments.plugin [-] Segment 9ee13368-2d6d-417b-90c0-cfd9f8a6b073 resource provider aggregate not found 2026-07-09 05:19:33.714 7 INFO neutron.services.segments.plugin [-] Segment 9ee13368-2d6d-417b-90c0-cfd9f8a6b073 resource provider aggregate not found 2026-07-09 05:19:33.725 7 INFO neutron.services.segments.plugin [-] Segment 9ee13368-2d6d-417b-90c0-cfd9f8a6b073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee13368-2d6d-417b-90c0-cfd9f8a6b073 found for delete ", "request_id": "req-83eb4f61-229b-42fb-887c-46f75be5288f"}]} 2026-07-09 05:19:33.743 7 INFO neutron.services.segments.plugin [-] Segment 9ee13368-2d6d-417b-90c0-cfd9f8a6b073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee13368-2d6d-417b-90c0-cfd9f8a6b073 found for delete ", "request_id": "req-190b2165-a1b4-42e1-8a4b-24db7e427bfa"}]} [pid: 7|app: 0|req: 1634/3288] 10.0.0.27 () {32 vars in 725 bytes} [Thu Jul 9 05:19:33 2026] DELETE /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 05:19:33.898 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2e762d7-a656-4f74-811c-0a7ad7b4060c e58a4cf9d08b4bef8eaba67115f75bdd 99b66d41e0a74b4bb545b3312b850dbe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1655/3289] 10.0.0.27 () {32 vars in 722 bytes} [Thu Jul 9 05:19:33 2026] GET /v2.0/networks/1817b66d-2b69-4c53-8c1c-91dd28c7620d => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 05:19:35.749 7 INFO neutron.services.segments.plugin [-] Segment 8b49ea09-78e2-46f6-a4e0-be9efba19d1d resource provider aggregate not found 2026-07-09 05:19:35.764 7 INFO neutron.services.segments.plugin [-] Segment 8b49ea09-78e2-46f6-a4e0-be9efba19d1d resource provider aggregate not found 2026-07-09 05:19:35.768 7 INFO neutron.services.segments.plugin [-] Segment 8b49ea09-78e2-46f6-a4e0-be9efba19d1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b49ea09-78e2-46f6-a4e0-be9efba19d1d found for delete ", "request_id": "req-a7144ad7-de7c-4f5b-b16a-47ced9149bc5"}]} 2026-07-09 05:19:35.777 7 INFO neutron.services.segments.plugin [-] Segment 8b49ea09-78e2-46f6-a4e0-be9efba19d1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b49ea09-78e2-46f6-a4e0-be9efba19d1d found for delete ", "request_id": "req-c8e0e9dc-bf1e-440f-9c2d-ec12806775b2"}]} [pid: 8|app: 0|req: 1657/3292] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:19:35 2026] GET /v2.0/security-groups?tenant_id=fba55f4c63164358a413eefb76bfc4b9&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: 1636/3293] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:35 2026] DELETE /v2.0/security-groups/13acfce4-6949-4ca6-9fd0-fb5979d90e94 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3294] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:19:36 2026] GET /v2.0/security-groups?tenant_id=728e73941327472eb8c0b530581ffe67&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3295] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:36 2026] DELETE /v2.0/security-groups/2c929c9e-6e3d-4167-8fcb-702776741cef => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3296] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:19:36 2026] GET /v2.0/security-groups?tenant_id=d2d109a482204da881e24fbd46f1ccb7&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3297] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:36 2026] DELETE /v2.0/security-groups/328bdbf2-6e54-4ef2-b79d-90b0932f510e => 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: 1660/3298] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:19:36 2026] GET /v2.0/security-groups?tenant_id=53734b54ac5e425fba73353e7604e30c&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3299] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:37 2026] DELETE /v2.0/security-groups/571e92e4-e1e9-4f2d-bea0-d5dcc034fe51 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3300] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:19:37 2026] GET /v2.0/security-groups?tenant_id=45eb7b376aaf440c871e122027d1ab99&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3301] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:37 2026] DELETE /v2.0/security-groups/d0a142ec-3af0-4be3-b315-fe148370144c => 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: 1662/3302] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:19:37 2026] GET /v2.0/security-groups?tenant_id=99b66d41e0a74b4bb545b3312b850dbe&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: 1641/3303] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:37 2026] DELETE /v2.0/security-groups/3f679758-3b85-417f-8162-1f20e3e55781 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3304] 10.0.0.27 () {32 vars in 773 bytes} [Thu Jul 9 05:19:37 2026] GET /v2.0/security-groups?tenant_id=c28a4727588b4b69a6105d6fac5a32e3&name=default => generated 2929 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3305] 10.0.0.27 () {32 vars in 739 bytes} [Thu Jul 9 05:19:38 2026] DELETE /v2.0/security-groups/a083de40-e805-45a2-b353-5842fda5834e => 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: 1664/3306] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:19:40 2026] GET /v2.0/networks => generated 2168 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3307] 10.0.0.27 () {32 vars in 654 bytes} [Thu Jul 9 05:19:42 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3308] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:19:42 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3309] 10.0.0.27 () {32 vars in 642 bytes} [Thu Jul 9 05:19:42 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3310] 10.0.0.27 () {32 vars in 646 bytes} [Thu Jul 9 05:19:42 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3311] 10.0.0.27 () {32 vars in 648 bytes} [Thu Jul 9 05:19:42 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3312] 10.0.0.27 () {32 vars in 662 bytes} [Thu Jul 9 05:19:42 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: 1646/3313] 10.0.0.27 () {32 vars in 654 bytes} [Thu Jul 9 05:19:42 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)