+ 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 16 07:32:31 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-7d8dc9fd5f-wzkmm machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fe98e448668 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-16 07:32:36.272 8 INFO neutron.common.config [-] Logging enabled! 2026-07-16 07:32:36.272 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev5 2026-07-16 07:32:36.399 7 INFO neutron.common.config [-] Logging enabled! 2026-07-16 07:32:36.400 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev5 2026-07-16 07:32:36.650 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-16 07:32:36.857 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-16 07:32:38.278 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 07:32:38.281 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-16 07:32:38.285 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-16 07:32:38.286 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 07:32:38.286 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-16 07:32:38.287 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-16 07:32:38.287 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:32:38.296 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:32:38.296 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:32:38.296 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 07:32:38.320 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-16 07:32:38.321 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 07:32:38.321 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-16 07:32:38.354 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-16 07:32:38.354 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-16 07:32:38.354 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-16 07:32:38.355 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-16 07:32:38.556 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 07:32:38.559 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-16 07:32:38.563 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-16 07:32:38.564 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-16 07:32:38.564 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-16 07:32:38.564 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-16 07:32:38.564 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:32:38.572 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:32:38.572 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-16 07:32:38.573 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 07:32:38.596 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-16 07:32:38.597 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-16 07:32:38.597 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-16 07:32:38.626 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-16 07:32:38.627 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-16 07:32:38.627 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-16 07:32:38.627 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-16 07:32:38.653 8 INFO neutron.plugins.ml2.managers [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] Initializing driver for type 'vlan' 2026-07-16 07:32:38.932 7 INFO neutron.plugins.ml2.managers [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] Initializing driver for type 'vlan' 2026-07-16 07:32:38.971 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] VlanTypeDriver initialization complete 2026-07-16 07:32:38.972 8 INFO neutron.plugins.ml2.managers [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] Initializing driver for type 'vxlan' 2026-07-16 07:32:38.972 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-16 07:32:38.987 8 INFO neutron.plugins.ml2.managers [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-16 07:32:38.988 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-16 07:32:38.988 8 INFO neutron.plugins.ml2.managers [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] Initializing extension driver 'port_security' 2026-07-16 07:32:38.988 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-16 07:32:38.988 8 INFO neutron.plugins.ml2.managers [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] Initializing extension driver 'qos' 2026-07-16 07:32:38.988 8 INFO neutron.plugins.ml2.managers [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-16 07:32:38.988 8 INFO neutron.plugins.ml2.managers [None req-a8bd0faa-2926-4b2a-b2f6-070b61f7c13e - - - - - -] Initializing mechanism driver 'l2population' 2026-07-16 07:32:39.005 8 INFO neutron.quota [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded quota_driver: . 2026-07-16 07:32:39.005 8 INFO neutron.plugins.ml2.plugin [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Modular L2 Plugin initialization complete 2026-07-16 07:32:39.006 8 INFO neutron.plugins.ml2.managers [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-16 07:32:39.006 8 INFO neutron.plugins.ml2.managers [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-16 07:32:39.006 8 INFO neutron.plugins.ml2.managers [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-16 07:32:39.006 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: qos 2026-07-16 07:32:39.020 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: router 2026-07-16 07:32:39.062 8 INFO neutron.services.service_base [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-16 07:32:39.062 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: segments 2026-07-16 07:32:39.160 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: trunk 2026-07-16 07:32:39.176 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: vpnaas 2026-07-16 07:32:39.214 8 WARNING stevedore.named [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-16 07:32:39.243 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] VlanTypeDriver initialization complete 2026-07-16 07:32:39.243 7 INFO neutron.plugins.ml2.managers [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] Initializing driver for type 'vxlan' 2026-07-16 07:32:39.243 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-16 07:32:39.255 7 INFO neutron.plugins.ml2.managers [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-16 07:32:39.255 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-16 07:32:39.255 7 INFO neutron.plugins.ml2.managers [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] Initializing extension driver 'port_security' 2026-07-16 07:32:39.255 7 INFO neutron.plugins.ml2.extensions.port_security [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-16 07:32:39.255 7 INFO neutron.plugins.ml2.managers [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] Initializing extension driver 'qos' 2026-07-16 07:32:39.255 7 INFO neutron.plugins.ml2.managers [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-16 07:32:39.255 7 INFO neutron.plugins.ml2.managers [None req-023c2317-988a-4951-8681-ebfc9cd15283 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-16 07:32:39.268 7 INFO neutron.quota [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded quota_driver: . 2026-07-16 07:32:39.268 7 INFO neutron.plugins.ml2.plugin [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Modular L2 Plugin initialization complete 2026-07-16 07:32:39.268 7 INFO neutron.plugins.ml2.managers [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-16 07:32:39.268 7 INFO neutron.plugins.ml2.managers [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-16 07:32:39.269 7 INFO neutron.plugins.ml2.managers [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-16 07:32:39.269 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: qos 2026-07-16 07:32:39.282 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: router 2026-07-16 07:32:39.284 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-16 07:32:39.284 8 INFO neutron.common.utils [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-16 07:32:39.284 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: taas 2026-07-16 07:32:39.306 8 WARNING stevedore.named [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 07:32:39.322 7 INFO neutron.services.service_base [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-16 07:32:39.322 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: segments 2026-07-16 07:32:39.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-16 07:32:39.332 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: tapmirror 2026-07-16 07:32:39.341 8 WARNING stevedore.named [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 07:32:39.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-16 07:32:39.359 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: auto_allocate 2026-07-16 07:32:39.365 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: tag 2026-07-16 07:32:39.373 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: timestamp 2026-07-16 07:32:39.376 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: network_ip_availability 2026-07-16 07:32:39.381 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: flavors 2026-07-16 07:32:39.384 8 INFO neutron.manager [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loading Plugin: revisions 2026-07-16 07:32:39.387 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Initializing extension manager. 2026-07-16 07:32:39.389 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: address-group 2026-07-16 07:32:39.390 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: address-scope 2026-07-16 07:32:39.391 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-16 07:32:39.392 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: agent 2026-07-16 07:32:39.392 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: agent-resources-synced 2026-07-16 07:32:39.393 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-16 07:32:39.394 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-16 07:32:39.395 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: availability_zone 2026-07-16 07:32:39.396 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: availability_zone_filter 2026-07-16 07:32:39.396 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-16 07:32:39.397 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: default-subnetpools 2026-07-16 07:32:39.399 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-16 07:32:39.399 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: dns-integration 2026-07-16 07:32:39.400 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: dns-domain-ports 2026-07-16 07:32:39.400 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-16 07:32:39.401 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: dvr 2026-07-16 07:32:39.401 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-16 07:32:39.402 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: empty-string-filtering 2026-07-16 07:32:39.402 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 07:32:39.403 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-16 07:32:39.403 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: external-net 2026-07-16 07:32:39.404 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-16 07:32:39.404 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: extraroute 2026-07-16 07:32:39.405 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: extraroute-atomic 2026-07-16 07:32:39.405 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-16 07:32:39.406 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-16 07:32:39.406 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-16 07:32:39.407 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-16 07:32:39.408 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: fip-port-details 2026-07-16 07:32:39.409 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: flavors 2026-07-16 07:32:39.411 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-16 07:32:39.413 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: floatingip-pools 2026-07-16 07:32:39.413 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: ip_allocation 2026-07-16 07:32:39.414 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-16 07:32:39.414 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: l2_adjacency 2026-07-16 07:32:39.415 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: router 2026-07-16 07:32:39.417 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 07:32:39.418 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-16 07:32:39.419 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-16 07:32:39.419 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: ext-gw-mode 2026-07-16 07:32:39.420 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: l3-ha 2026-07-16 07:32:39.420 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-16 07:32:39.421 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-16 07:32:39.421 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: trunk 2026-07-16 07:32:39.421 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: l3-flavors 2026-07-16 07:32:39.422 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-16 07:32:39.423 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-16 07:32:39.425 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-16 07:32:39.426 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-16 07:32:39.427 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-16 07:32:39.428 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-16 07:32:39.429 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-16 07:32:39.429 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: multi-provider 2026-07-16 07:32:39.430 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: net-mtu 2026-07-16 07:32:39.430 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: net-mtu-writable 2026-07-16 07:32:39.431 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: network_availability_zone 2026-07-16 07:32:39.431 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: network_ha 2026-07-16 07:32:39.432 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: network-ip-availability 2026-07-16 07:32:39.433 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-16 07:32:39.433 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: pagination 2026-07-16 07:32:39.434 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-device-profile 2026-07-16 07:32:39.434 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-16 07:32:39.435 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-16 07:32:39.435 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-16 07:32:39.436 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-mac-override 2026-07-16 07:32:39.436 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-16 07:32:39.436 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: vpnaas 2026-07-16 07:32:39.437 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-16 07:32:39.437 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-16 07:32:39.438 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-resource-request 2026-07-16 07:32:39.438 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-16 07:32:39.439 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-16 07:32:39.439 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: binding 2026-07-16 07:32:39.440 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: binding-extended 2026-07-16 07:32:39.441 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-security 2026-07-16 07:32:39.441 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: project-id 2026-07-16 07:32:39.442 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: provider 2026-07-16 07:32:39.442 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-16 07:32:39.446 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos 2026-07-16 07:32:39.448 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-16 07:32:39.448 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-16 07:32:39.449 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-default 2026-07-16 07:32:39.449 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-fip 2026-07-16 07:32:39.450 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-16 07:32:39.450 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-16 07:32:39.451 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-16 07:32:39.451 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-16 07:32:39.452 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-16 07:32:39.452 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-pps 2026-07-16 07:32:39.453 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-16 07:32:39.453 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-16 07:32:39.454 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: qos-rules-alias 2026-07-16 07:32:39.455 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: quota-check-limit 2026-07-16 07:32:39.455 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-16 07:32:39.457 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: quotas 2026-07-16 07:32:39.458 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: quota_details 2026-07-16 07:32:39.460 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: rbac-policies 2026-07-16 07:32:39.460 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: rbac-address-group 2026-07-16 07:32:39.461 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: rbac-address-scope 2026-07-16 07:32:39.461 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: rbac-security-groups 2026-07-16 07:32:39.462 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-16 07:32:39.462 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: revision-if-match 2026-07-16 07:32:39.463 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-16 07:32:39.464 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: router_availability_zone 2026-07-16 07:32:39.464 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-16 07:32:39.466 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-16 07:32:39.467 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-16 07:32:39.467 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-16 07:32:39.468 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-16 07:32:39.468 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-16 07:32:39.469 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-16 07:32:39.473 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: security-group 2026-07-16 07:32:39.474 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: segment 2026-07-16 07:32:39.475 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-16 07:32:39.476 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: service-type 2026-07-16 07:32:39.476 7 WARNING stevedore.named [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-16 07:32:39.476 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: sorting 2026-07-16 07:32:39.477 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: standard-attr-segment 2026-07-16 07:32:39.478 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: standard-attr-description 2026-07-16 07:32:39.478 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: stateful-security-group 2026-07-16 07:32:39.479 8 WARNING neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-16 07:32:39.479 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-16 07:32:39.480 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: subnet-external-network 2026-07-16 07:32:39.480 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: subnet_onboard 2026-07-16 07:32:39.481 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-16 07:32:39.481 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: subnet-service-types 2026-07-16 07:32:39.482 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: subnet_allocation 2026-07-16 07:32:39.483 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-16 07:32:39.483 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: tag-creation 2026-07-16 07:32:39.484 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-16 07:32:39.488 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: standard-attr-tag 2026-07-16 07:32:39.489 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-16 07:32:39.489 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: trunk 2026-07-16 07:32:39.490 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: trunk-details 2026-07-16 07:32:39.490 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-16 07:32:39.491 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-16 07:32:39.491 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-16 07:32:39.492 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-16 07:32:39.494 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-16 07:32:39.495 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-16 07:32:39.495 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: vpn-flavors 2026-07-16 07:32:39.497 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: vpnaas 2026-07-16 07:32:39.498 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: taas 2026-07-16 07:32:39.499 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: tap-mirror 2026-07-16 07:32:39.500 8 INFO neutron.api.extensions [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-16 07:32:39.503 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-16 07:32:39.503 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-16 07:32:39.504 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.504 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-16 07:32:39.507 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-16 07:32:39.507 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-16 07:32:39.512 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-16 07:32:39.512 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-16 07:32:39.513 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-16 07:32:39.514 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.514 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.514 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.515 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.515 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-16 07:32:39.515 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.516 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.516 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-16 07:32:39.517 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-16 07:32:39.517 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-16 07:32:39.517 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.518 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] ipsecpolicy is already registered 2026-07-16 07:32:39.518 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.518 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] ikepolicy is already registered 2026-07-16 07:32:39.523 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-16 07:32:39.523 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] router is already registered 2026-07-16 07:32:39.523 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-16 07:32:39.523 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] floatingip is already registered 2026-07-16 07:32:39.527 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-16 07:32:39.527 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] rbac_policy is already registered 2026-07-16 07:32:39.528 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-16 07:32:39.528 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] security_group is already registered 2026-07-16 07:32:39.528 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-16 07:32:39.528 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] security_group_rule is already registered 2026-07-16 07:32:39.529 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.529 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.530 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.530 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.530 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-16 07:32:39.530 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] trunk is already registered 2026-07-16 07:32:39.531 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.531 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] ikepolicy is already registered 2026-07-16 07:32:39.533 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.533 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] ipsecpolicy is already registered 2026-07-16 07:32:39.533 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-16 07:32:39.533 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] endpoint_group is already registered 2026-07-16 07:32:39.534 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-16 07:32:39.534 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] vpnservice is already registered 2026-07-16 07:32:39.534 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-16 07:32:39.534 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] ipsec_site_connection is already registered 2026-07-16 07:32:39.535 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.535 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] ipsecpolicy is already registered 2026-07-16 07:32:39.535 8 INFO neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.535 8 WARNING neutron.quota.resource_registry [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] ikepolicy is already registered 2026-07-16 07:32:39.547 7 INFO neutron_vpnaas.services.vpn.plugin [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-16 07:32:39.547 7 INFO neutron.common.utils [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-16 07:32:39.547 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: taas 2026-07-16 07:32:39.574 8 WARNING keystonemiddleware._common.config [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-16 07:32:39.581 8 WARNING oslo_config.cfg [None req-ca48e85b-2ce6-403a-952a-6105ec10c608 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-16 07:32:39.582 7 WARNING stevedore.named [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fe98e448668 pid: 8 (default app) 2026-07-16 07:32:39.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-16 07:32:39.619 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: tapmirror 2026-07-16 07:32:39.635 7 WARNING stevedore.named [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-16 07:32:39.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-16 07:32:39.660 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: auto_allocate 2026-07-16 07:32:39.676 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: tag 2026-07-16 07:32:39.688 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: timestamp 2026-07-16 07:32:39.691 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: network_ip_availability 2026-07-16 07:32:39.696 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: flavors 2026-07-16 07:32:39.699 7 INFO neutron.manager [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loading Plugin: revisions 2026-07-16 07:32:39.702 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Initializing extension manager. 2026-07-16 07:32:39.704 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: address-group 2026-07-16 07:32:39.705 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: address-scope 2026-07-16 07:32:39.706 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-16 07:32:39.708 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: agent 2026-07-16 07:32:39.708 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: agent-resources-synced 2026-07-16 07:32:39.709 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-16 07:32:39.710 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-16 07:32:39.711 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: availability_zone 2026-07-16 07:32:39.711 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: availability_zone_filter 2026-07-16 07:32:39.712 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-16 07:32:39.712 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: default-subnetpools 2026-07-16 07:32:39.714 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-16 07:32:39.714 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: dns-integration 2026-07-16 07:32:39.715 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: dns-domain-ports 2026-07-16 07:32:39.715 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-16 07:32:39.716 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: dvr 2026-07-16 07:32:39.717 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-16 07:32:39.717 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: empty-string-filtering 2026-07-16 07:32:39.717 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 07:32:39.718 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-16 07:32:39.719 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: external-net 2026-07-16 07:32:39.719 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-16 07:32:39.719 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: extraroute 2026-07-16 07:32:39.720 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: extraroute-atomic 2026-07-16 07:32:39.721 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-16 07:32:39.721 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-16 07:32:39.722 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-16 07:32:39.722 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-16 07:32:39.723 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: fip-port-details 2026-07-16 07:32:39.723 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: flavors 2026-07-16 07:32:39.725 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-16 07:32:39.725 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: floatingip-pools 2026-07-16 07:32:39.726 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: ip_allocation 2026-07-16 07:32:39.726 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-16 07:32:39.727 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: l2_adjacency 2026-07-16 07:32:39.728 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: router 2026-07-16 07:32:39.730 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-16 07:32:39.730 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-16 07:32:39.731 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-16 07:32:39.731 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: ext-gw-mode 2026-07-16 07:32:39.732 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: l3-ha 2026-07-16 07:32:39.732 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-16 07:32:39.733 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-16 07:32:39.733 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: l3-flavors 2026-07-16 07:32:39.734 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-16 07:32:39.735 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-16 07:32:39.737 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-16 07:32:39.738 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-16 07:32:39.739 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-16 07:32:39.740 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-16 07:32:39.741 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-16 07:32:39.742 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: multi-provider 2026-07-16 07:32:39.742 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: net-mtu 2026-07-16 07:32:39.743 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: net-mtu-writable 2026-07-16 07:32:39.743 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: network_availability_zone 2026-07-16 07:32:39.744 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: network_ha 2026-07-16 07:32:39.744 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: network-ip-availability 2026-07-16 07:32:39.748 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-16 07:32:39.748 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: pagination 2026-07-16 07:32:39.749 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-device-profile 2026-07-16 07:32:39.749 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-16 07:32:39.750 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-16 07:32:39.750 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-16 07:32:39.751 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-mac-override 2026-07-16 07:32:39.751 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-16 07:32:39.751 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-16 07:32:39.752 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-16 07:32:39.752 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-resource-request 2026-07-16 07:32:39.753 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-16 07:32:39.753 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-16 07:32:39.754 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: binding 2026-07-16 07:32:39.755 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: binding-extended 2026-07-16 07:32:39.755 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-security 2026-07-16 07:32:39.756 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: project-id 2026-07-16 07:32:39.756 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: provider 2026-07-16 07:32:39.757 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-16 07:32:39.759 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos 2026-07-16 07:32:39.760 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-16 07:32:39.760 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-16 07:32:39.761 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-default 2026-07-16 07:32:39.761 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-fip 2026-07-16 07:32:39.762 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-16 07:32:39.762 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-16 07:32:39.763 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-16 07:32:39.764 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-16 07:32:39.764 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-16 07:32:39.765 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-pps 2026-07-16 07:32:39.765 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-16 07:32:39.766 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-16 07:32:39.766 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: qos-rules-alias 2026-07-16 07:32:39.767 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: quota-check-limit 2026-07-16 07:32:39.768 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-16 07:32:39.770 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: quotas 2026-07-16 07:32:39.771 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: quota_details 2026-07-16 07:32:39.773 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: rbac-policies 2026-07-16 07:32:39.773 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: rbac-address-group 2026-07-16 07:32:39.774 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: rbac-address-scope 2026-07-16 07:32:39.775 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: rbac-security-groups 2026-07-16 07:32:39.775 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-16 07:32:39.775 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: revision-if-match 2026-07-16 07:32:39.776 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-16 07:32:39.777 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: router_availability_zone 2026-07-16 07:32:39.777 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-16 07:32:39.779 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-16 07:32:39.779 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-16 07:32:39.780 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-16 07:32:39.780 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-16 07:32:39.781 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-16 07:32:39.781 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-16 07:32:39.786 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: security-group 2026-07-16 07:32:39.787 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: segment 2026-07-16 07:32:39.787 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-16 07:32:39.788 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: service-type 2026-07-16 07:32:39.789 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: sorting 2026-07-16 07:32:39.789 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: standard-attr-segment 2026-07-16 07:32:39.790 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: standard-attr-description 2026-07-16 07:32:39.790 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: stateful-security-group 2026-07-16 07:32:39.791 7 WARNING neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-16 07:32:39.791 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-16 07:32:39.792 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: subnet-external-network 2026-07-16 07:32:39.792 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: subnet_onboard 2026-07-16 07:32:39.793 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-16 07:32:39.793 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: subnet-service-types 2026-07-16 07:32:39.794 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: subnet_allocation 2026-07-16 07:32:39.795 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-16 07:32:39.795 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: tag-creation 2026-07-16 07:32:39.796 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-16 07:32:39.800 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: standard-attr-tag 2026-07-16 07:32:39.800 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-16 07:32:39.801 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: trunk 2026-07-16 07:32:39.801 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: trunk-details 2026-07-16 07:32:39.802 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-16 07:32:39.802 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-16 07:32:39.803 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-16 07:32:39.804 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-16 07:32:39.806 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-16 07:32:39.807 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-16 07:32:39.808 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: vpn-flavors 2026-07-16 07:32:39.810 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: vpnaas 2026-07-16 07:32:39.811 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: taas 2026-07-16 07:32:39.812 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: tap-mirror 2026-07-16 07:32:39.812 7 INFO neutron.api.extensions [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-16 07:32:39.815 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-16 07:32:39.815 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-16 07:32:39.815 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.815 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-16 07:32:39.819 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-16 07:32:39.819 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-16 07:32:39.824 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-16 07:32:39.825 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-16 07:32:39.825 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-16 07:32:39.826 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.826 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.827 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.827 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.827 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-16 07:32:39.828 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.828 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.828 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-16 07:32:39.829 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-16 07:32:39.829 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-16 07:32:39.830 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.830 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] ipsecpolicy is already registered 2026-07-16 07:32:39.830 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.830 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] ikepolicy is already registered 2026-07-16 07:32:39.835 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-16 07:32:39.835 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] router is already registered 2026-07-16 07:32:39.835 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-16 07:32:39.836 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] floatingip is already registered 2026-07-16 07:32:39.839 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-16 07:32:39.839 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] rbac_policy is already registered 2026-07-16 07:32:39.840 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-16 07:32:39.840 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] security_group is already registered 2026-07-16 07:32:39.840 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-16 07:32:39.840 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] security_group_rule is already registered 2026-07-16 07:32:39.841 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.841 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.842 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-16 07:32:39.842 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] subnetpool is already registered 2026-07-16 07:32:39.842 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-16 07:32:39.842 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] trunk is already registered 2026-07-16 07:32:39.843 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.843 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] ikepolicy is already registered 2026-07-16 07:32:39.843 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.843 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] ipsecpolicy is already registered 2026-07-16 07:32:39.844 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-16 07:32:39.844 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] endpoint_group is already registered 2026-07-16 07:32:39.844 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-16 07:32:39.844 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] vpnservice is already registered 2026-07-16 07:32:39.845 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-16 07:32:39.845 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] ipsec_site_connection is already registered 2026-07-16 07:32:39.845 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-16 07:32:39.845 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] ipsecpolicy is already registered 2026-07-16 07:32:39.846 7 INFO neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-16 07:32:39.846 7 WARNING neutron.quota.resource_registry [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] ikepolicy is already registered 2026-07-16 07:32:39.884 7 WARNING keystonemiddleware._common.config [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-16 07:32:39.891 7 WARNING oslo_config.cfg [None req-5cf75723-92b5-4e5a-ae60-f3e274cda043 - - - - - -] 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 0x7fe98e448668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-16 07:32:44.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-318fc0fa-83ff-429f-9cab-edf699eef041 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 07:32:43 2026] GET /v2.0/networks/public => generated 108 bytes in 908 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 07:32:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 07:32:44.934 8 WARNING neutron.services.revisions.revision_plugin [None req-9b8fb696-d23c-4c19-8314-86b2d62f47b1 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Could not find related network for resource to bump revision. 2026-07-16 07:32:44.958 8 INFO neutron.db.segments_db [None req-9b8fb696-d23c-4c19-8314-86b2d62f47b1 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment df19735b-4771-43e8-8ad9-5d9e1ea3fc7c of type flat for network 44dd7c70-1cbc-4d16-941e-96a2c35fd394 2026-07-16 07:32:45.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b8fb696-d23c-4c19-8314-86b2d62f47b1 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.17 () {48 vars in 964 bytes} [Thu Jul 16 07:32:44 2026] POST /v2.0/networks => generated 124 bytes in 548 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 07:32:51.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68fbe102-3883-44f8-b74e-f30001b43fdc ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 07:32:50 2026] GET /v2.0/networks/public => generated 108 bytes in 398 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/7] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 07:32:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 07:32:51.538 7 WARNING neutron.services.revisions.revision_plugin [None req-d27e3821-0fe9-4042-bd66-de0c4bcb180c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Could not find related network for resource to bump revision. 2026-07-16 07:32:51.564 7 INFO neutron.db.segments_db [None req-d27e3821-0fe9-4042-bd66-de0c4bcb180c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment a3eccabe-6593-40d1-bedf-af242d54add4 of type flat for network e79b5467-b7ea-4596-a935-05259f55a7b9 2026-07-16 07:32:51.630 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d27e3821-0fe9-4042-bd66-de0c4bcb180c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/8] 199.19.213.17 () {48 vars in 964 bytes} [Thu Jul 16 07:32:51 2026] POST /v2.0/networks => generated 124 bytes in 353 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 07:32:57.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0c56658-4b13-429d-a1ab-47389d3ff738 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 07:32:57 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 07:32:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 07:32:57.595 7 WARNING neutron.services.revisions.revision_plugin [None req-01bcee18-8fbc-4045-b66e-8d74bd368ed4 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Could not find related network for resource to bump revision. 2026-07-16 07:32:57.618 7 INFO neutron.db.segments_db [None req-01bcee18-8fbc-4045-b66e-8d74bd368ed4 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 72ada708-a14f-42a9-a2a1-8ab19ed65fbd of type flat for network 53be7ffc-9fd4-4def-980a-1b88bc8677c1 2026-07-16 07:32:57.646 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01bcee18-8fbc-4045-b66e-8d74bd368ed4 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.17 () {48 vars in 964 bytes} [Thu Jul 16 07:32:57 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-16 07:33:03.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a6e0d35-861e-4135-83fa-0bc426378cef ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 07:33:03 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 07:33:03 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-16 07:33:03.592 8 WARNING neutron.services.revisions.revision_plugin [None req-f62a4f37-c3ed-40cc-af2f-8bf952a50352 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Could not find related network for resource to bump revision. 2026-07-16 07:33:03.617 8 INFO neutron.db.segments_db [None req-f62a4f37-c3ed-40cc-af2f-8bf952a50352 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment ce9c2a37-6cd5-4398-a79e-ba2145e75380 of type flat for network 06bd51d8-2995-445c-98f9-05f04540dcfa 2026-07-16 07:33:03.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f62a4f37-c3ed-40cc-af2f-8bf952a50352 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.19.213.17 () {48 vars in 964 bytes} [Thu Jul 16 07:33:03 2026] POST /v2.0/networks => generated 124 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 07:33:09.613 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df00d861-c9d4-4403-bd27-278cbeecd26b ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 07:33:09 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 07:33:09 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-16 07:33:09.694 8 WARNING neutron.services.revisions.revision_plugin [None req-06b86cb9-4125-47f7-b46f-90f8fb5410d5 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Could not find related network for resource to bump revision. 2026-07-16 07:33:09.713 8 INFO neutron.db.segments_db [None req-06b86cb9-4125-47f7-b46f-90f8fb5410d5 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment f2a06ce2-3f64-4f04-ae59-6199755ffc91 of type flat for network b5883c60-2b96-4425-b03d-a3d879e4a009 2026-07-16 07:33:09.737 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06b86cb9-4125-47f7-b46f-90f8fb5410d5 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.17 () {48 vars in 964 bytes} [Thu Jul 16 07:33:09 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 07:33:15.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e29cea5-2665-4ac5-9c10-d007c6d98352 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 07:33:15 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 07:33:15 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-16 07:33:15.694 7 WARNING neutron.services.revisions.revision_plugin [None req-de0dd78e-41c0-427f-9857-9d02c7cc97d0 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Could not find related network for resource to bump revision. 2026-07-16 07:33:15.717 7 INFO neutron.db.segments_db [None req-de0dd78e-41c0-427f-9857-9d02c7cc97d0 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 8334b025-f473-4a59-9d10-139ec51529c0 of type flat for network 84af83b9-5cd4-4f60-a435-53b80010f88c [pid: 7|app: 0|req: 10/22] 199.19.213.17 () {48 vars in 964 bytes} [Thu Jul 16 07:33:15 2026] POST /v2.0/networks => generated 706 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 07:33:17.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fff00020-397f-4789-bc97-41e314d4c3d7 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 07:33:16 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 07:33:17 2026] GET /v2.0/networks?name=public => generated 709 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 07:33:17.105 8 INFO neutron.pecan_wsgi.hooks.translation [None req-283c956a-747b-47b9-bc59-cb385b4ab574 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/25] 199.19.213.17 () {44 vars in 1031 bytes} [Thu Jul 16 07:33:17 2026] GET /v2.0/subnets/public-subnet?network_id=84af83b9-5cd4-4f60-a435-53b80010f88c => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/26] 199.19.213.17 () {44 vars in 1054 bytes} [Thu Jul 16 07:33:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=84af83b9-5cd4-4f60-a435-53b80010f88c => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.19.213.17 () {48 vars in 962 bytes} [Thu Jul 16 07:33:17 2026] POST /v2.0/subnets => generated 664 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 07:38:11.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd992708-8d97-40ef-aa10-15786fe2a697 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/67] 199.19.213.17 () {44 vars in 934 bytes} [Thu Jul 16 07:38:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/68] 199.19.213.17 () {44 vars in 956 bytes} [Thu Jul 16 07:38:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 07:38:11.890 7 INFO neutron.db.segments_db [None req-ee0debb4-1356-4d40-8ebf-49065aa195af ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 1747b331-c6d8-4a7a-b1fb-eb8ef2fef1b6 of type vxlan for network 577a9552-cc07-4a0b-83a3-4e49c7bb7add [pid: 7|app: 0|req: 34/69] 199.19.213.17 () {48 vars in 963 bytes} [Thu Jul 16 07:38:11 2026] POST /v2.0/networks => generated 707 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 07:38:12.948 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c979bec-895b-47b3-80d5-5a5808e66ade ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/70] 199.19.213.17 () {44 vars in 934 bytes} [Thu Jul 16 07:38:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/71] 199.19.213.17 () {44 vars in 956 bytes} [Thu Jul 16 07:38:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 07:38:13.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ae7971e-5254-4817-9d7e-342bd8ab45c3 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/72] 199.19.213.17 () {44 vars in 1033 bytes} [Thu Jul 16 07:38:12 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.19.213.17 () {44 vars in 1056 bytes} [Thu Jul 16 07:38:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/74] 199.19.213.17 () {48 vars in 962 bytes} [Thu Jul 16 07:38:13 2026] POST /v2.0/subnets => generated 651 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 07:38:14.425 7 INFO neutron.api.v2.resource [None req-60f0819e-eff6-4732-8557-565553bc6aba ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/75] 199.19.213.17 () {44 vars in 968 bytes} [Thu Jul 16 07:38:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.19.213.17 () {44 vars in 990 bytes} [Thu Jul 16 07:38:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.19.213.17 () {48 vars in 977 bytes} [Thu Jul 16 07:38:14 2026] POST /v2.0/security-groups => generated 1616 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:15 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 1616 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:15 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:15 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:38:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:16 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:16 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:16 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:38:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:17 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 2846 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:17 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:17 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/89] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:38:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:18 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:18 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:19 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:38:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:19 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:20 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:20 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:38:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.19.213.17 () {44 vars in 984 bytes} [Thu Jul 16 07:38:21 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 07:38:21.530 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f017fb0-f75a-4559-ae76-f2b1fdb7f70f ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/99] 199.19.213.17 () {44 vars in 1073 bytes} [Thu Jul 16 07:38:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.19.213.17 () {44 vars in 1096 bytes} [Thu Jul 16 07:38:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => 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: 50/101] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:21 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.19.213.17 () {48 vars in 958 bytes} [Thu Jul 16 07:38:21 2026] POST /v2.0/ports => generated 1096 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-16 07:38:29.666 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95b47f23-ca18-4132-a21a-ca915f349a9f ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/105] 199.19.213.17 () {44 vars in 976 bytes} [Thu Jul 16 07:38:29 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: 54/106] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/107] 199.19.213.17 () {48 vars in 1028 bytes} [Thu Jul 16 07:38:29 2026] PUT /v2.0/ports/b554547e-6fdf-4ee3-9f86-eb60232b8e7c => generated 1245 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/108] 199.19.213.17 () {44 vars in 917 bytes} [Thu Jul 16 07:38:31 2026] GET /v2.0/ports => generated 3726 bytes in 91 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-16 07:38:33.083 7 INFO neutron.api.v2.resource [None req-e9beeb9b-696c-46de-a119-12ce506df80a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/109] 199.19.213.17 () {44 vars in 956 bytes} [Thu Jul 16 07:38:33 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 199.19.213.17 () {44 vars in 978 bytes} [Thu Jul 16 07:38:33 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.19.213.17 () {48 vars in 977 bytes} [Thu Jul 16 07:38:33 2026] POST /v2.0/security-groups => generated 1610 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:34 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:34 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:34 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:38:34 2026] POST /v2.0/security-group-rules => generated 621 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:35 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 2244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:35 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:38:35 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:38:35 2026] POST /v2.0/security-group-rules => generated 625 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/128] 199.19.213.17 () {44 vars in 972 bytes} [Thu Jul 16 07:39:38 2026] GET /v2.0/quotas/ea30b7437ecd46d2879cd77de4d0407d => 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: 64/129] 199.19.213.17 () {48 vars in 1024 bytes} [Thu Jul 16 07:39:38 2026] PUT /v2.0/quotas/ea30b7437ecd46d2879cd77de4d0407d => generated 291 bytes in 43 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-16 07:41:59.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-624eaf47-6d88-4367-b464-76999c516a54 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/150] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 07:41:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/151] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 07:41:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 07:42:01.440 7 INFO neutron.pecan_wsgi.hooks.translation [None req-759a2733-04b3-41cd-a906-3bfaebbbf839 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/152] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 07:42:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/153] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 07:42:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 07:48:04.241 7 INFO neutron.api.v2.resource [None req-7fb69d0a-bab4-4a17-aabf-d1b400533b30 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/202] 199.19.213.17 () {44 vars in 1071 bytes} [Thu Jul 16 07:48:04 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 139 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/203] 199.19.213.17 () {44 vars in 1094 bytes} [Thu Jul 16 07:48:04 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 23 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/204] 199.19.213.17 () {48 vars in 978 bytes} [Thu Jul 16 07:48:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/205] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:05 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/206] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:48:05 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/207] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:05 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => 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: 104/208] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:48:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/209] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:06 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:48:06 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:06 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:48:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:08 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:48:08 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:08 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => 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: 108/216] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:48:08 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) [pid: 8|app: 0|req: 110/219] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:09 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 3460 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 07:48:09 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 07:48:09 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.19.213.17 () {48 vars in 988 bytes} [Thu Jul 16 07:48:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/241] 199.19.213.17 () {30 vars in 739 bytes} [Thu Jul 16 07:50:29 2026] GET /v2.0/networks?tenant_id=9f936237f6c74b8482f4ab8fc57e45ec&shared=False => generated 15 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 07:50:29.947 8 INFO neutron.db.segments_db [None req-6ba32797-ce36-4b21-9598-30389d7cc632 da1cf90fc3444dcfa624840ebafdd3f8 9f936237f6c74b8482f4ab8fc57e45ec - - 997420945d9b4e42b0bfeef1a6c00f0c 997420945d9b4e42b0bfeef1a6c00f0c] Added segment 4730c1ef-c612-44dd-a5b2-3e5a7b7d590a of type vxlan for network 0e11ffad-53e5-40f4-8d14-224427daadcb [pid: 8|app: 0|req: 121/242] 199.19.213.17 () {34 vars in 681 bytes} [Thu Jul 16 07:50:29 2026] POST /v2.0/networks => generated 718 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/243] 199.19.213.17 () {30 vars in 721 bytes} [Thu Jul 16 07:50:30 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 199.19.213.17 () {30 vars in 632 bytes} [Thu Jul 16 07:50:30 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/245] 199.19.213.17 () {34 vars in 676 bytes} [Thu Jul 16 07:50:30 2026] POST /v2.0/ports => generated 999 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 07:50:30 2026] GET /v2.0/networks/0e11ffad-53e5-40f4-8d14-224427daadcb => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/247] 199.19.213.17 () {30 vars in 721 bytes} [Thu Jul 16 07:50:32 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 07:50:32 2026] GET /v2.0/networks/0e11ffad-53e5-40f4-8d14-224427daadcb => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/255] 199.19.213.17 () {44 vars in 972 bytes} [Thu Jul 16 07:51:11 2026] GET /v2.0/quotas/9f936237f6c74b8482f4ab8fc57e45ec => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/256] 199.19.213.17 () {48 vars in 1024 bytes} [Thu Jul 16 07:51:11 2026] PUT /v2.0/quotas/9f936237f6c74b8482f4ab8fc57e45ec => generated 291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:01.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-558137fa-8a9d-4f00-bd0c-8dde5ab2fef3 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/359] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 08:04:00 2026] GET /v2.0/networks/public => generated 108 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/360] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 08:04:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:02.312 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21baed02-54fe-440a-9b5e-7e68e73d3dac ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/361] 199.19.213.17 () {44 vars in 924 bytes} [Thu Jul 16 08:04:02 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 08:04:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:02.381 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1ea0c77-0ad0-4611-90b2-1991d41ac428 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/363] 199.19.213.17 () {44 vars in 1031 bytes} [Thu Jul 16 08:04:02 2026] GET /v2.0/subnets/public-subnet?network_id=84af83b9-5cd4-4f60-a435-53b80010f88c => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.19.213.17 () {44 vars in 1054 bytes} [Thu Jul 16 08:04:02 2026] GET /v2.0/subnets?name=public-subnet&network_id=84af83b9-5cd4-4f60-a435-53b80010f88c => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:31.290 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3772e17d-9c95-4f2d-a6c1-1cee3407b540 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/369] 199.19.213.17 () {44 vars in 934 bytes} [Thu Jul 16 08:04:31 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: 7|app: 0|req: 185/370] 199.19.213.17 () {44 vars in 956 bytes} [Thu Jul 16 08:04:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:32.438 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc7d352d-3265-4883-85b5-eeb2740ab6d3 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/371] 199.19.213.17 () {44 vars in 934 bytes} [Thu Jul 16 08:04:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.19.213.17 () {44 vars in 956 bytes} [Thu Jul 16 08:04:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:32.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-850fdc0e-abe6-476d-a92f-9c35f85da637 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/373] 199.19.213.17 () {44 vars in 1033 bytes} [Thu Jul 16 08:04:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.19.213.17 () {44 vars in 1056 bytes} [Thu Jul 16 08:04:32 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:33.666 8 INFO neutron.api.v2.resource [None req-3fd58ec3-3cf4-4a40-ba93-2fe24975bff4 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/375] 199.19.213.17 () {44 vars in 968 bytes} [Thu Jul 16 08:04:33 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.19.213.17 () {44 vars in 990 bytes} [Thu Jul 16 08:04:33 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:34 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/378] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:34 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => 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: 190/379] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:04:34 2026] GET /v2.0/security-group-rules/92b262b0-3362-4d8f-848e-875637c4eff2 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:35 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:35 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/382] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:04:35 2026] GET /v2.0/security-group-rules/75cbad7c-541e-41b4-a2ac-097fdcaed9b9 => 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: 192/383] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:36 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:36 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:04:36 2026] GET /v2.0/security-group-rules/923169c1-4ae2-4d32-9848-a2d98459efd6 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:37 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:37 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => 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: 194/388] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:04:37 2026] GET /v2.0/security-group-rules/aadd5167-f4de-49a8-878d-8ad1129267ab => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:38 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:38 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:04:38 2026] GET /v2.0/security-group-rules/ac0bfbb6-57b7-4590-80c9-e2a6901c06c1 => 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: 198/394] 199.19.213.17 () {44 vars in 984 bytes} [Thu Jul 16 08:04:39 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 732 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:04:40.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74c50c97-536b-402a-81f7-ebc3ef221057 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/395] 199.19.213.17 () {44 vars in 1073 bytes} [Thu Jul 16 08:04:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => 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: 199/396] 199.19.213.17 () {44 vars in 1096 bytes} [Thu Jul 16 08:04:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:40 2026] GET /v2.0/security-groups/9acee03d-bd0f-4cc4-9094-ab823f96849a => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:04:48.225 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eea27218-d0e8-4c3e-8aec-d99c7f0108fc ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/398] 199.19.213.17 () {44 vars in 976 bytes} [Thu Jul 16 08:04:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.19.213.17 () {44 vars in 917 bytes} [Thu Jul 16 08:04:50 2026] GET /v2.0/ports => generated 4721 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:04:51.205 7 INFO neutron.api.v2.resource [None req-f8926d05-3091-47d6-b8b1-d8d75ab47e71 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/401] 199.19.213.17 () {44 vars in 956 bytes} [Thu Jul 16 08:04:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.19.213.17 () {44 vars in 978 bytes} [Thu Jul 16 08:04:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:52 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 2882 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:52 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 2882 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/405] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:04:52 2026] GET /v2.0/security-group-rules/54987b42-ecd5-48e4-aec5-5028a21e6676 => generated 621 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:53 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:04:53 2026] GET /v2.0/security-groups/979ae871-0bd7-4a76-8261-3c2ae27396e5 => generated 2882 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:04:53 2026] GET /v2.0/security-group-rules/7986096e-da36-4c50-9a29-35b0f2b664c1 => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.19.213.17 () {44 vars in 972 bytes} [Thu Jul 16 08:05:06 2026] GET /v2.0/quotas/ea30b7437ecd46d2879cd77de4d0407d => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:06:02.755 8 INFO neutron.api.v2.resource [None req-ae1211f0-d6b7-4907-92c1-c39f414f8f63 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/420] 199.19.213.17 () {44 vars in 1071 bytes} [Thu Jul 16 08:06:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/421] 199.19.213.17 () {44 vars in 1094 bytes} [Thu Jul 16 08:06:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/422] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 08:06:03 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/423] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:06:03 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => 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: 213/424] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:06:03 2026] GET /v2.0/security-group-rules/d07f5f0a-48f6-4869-9e40-aa1d98cff122 => generated 597 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 08:06:04 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/426] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:06:04 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:06:04 2026] GET /v2.0/security-group-rules/cd78f440-7521-4e3b-ad66-fa95c07c894e => generated 599 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/428] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 08:06:05 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:06:05 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:06:05 2026] GET /v2.0/security-group-rules/52e41bfb-f12c-4407-80ba-63b7ecb8fedb => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/431] 199.19.213.17 () {44 vars in 1085 bytes} [Thu Jul 16 08:06:06 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807?project_id=9f936237f6c74b8482f4ab8fc57e45ec => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 199.19.213.17 () {44 vars in 998 bytes} [Thu Jul 16 08:06:07 2026] GET /v2.0/security-groups/46b0d479-0808-4610-a4ac-5d2a23f10807 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/433] 199.19.213.17 () {44 vars in 1008 bytes} [Thu Jul 16 08:06:07 2026] GET /v2.0/security-group-rules/175575fa-5811-42e6-ad3c-6cdf67c59751 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/436] 199.19.213.17 () {44 vars in 972 bytes} [Thu Jul 16 08:06:14 2026] GET /v2.0/quotas/9f936237f6c74b8482f4ab8fc57e45ec => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 199.19.213.17 () {44 vars in 946 bytes} [Thu Jul 16 08:07:06 2026] GET /v2.0/networks?name=public => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:07:49 2026] GET /v2.0/networks => generated 2168 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.24 () {32 vars in 654 bytes} [Thu Jul 16 08:07:50 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/452] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:07:51 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:07:51 2026] GET /v2.0/ports => generated 4721 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:07:51 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/455] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:07:51 2026] GET /v2.0/networks => generated 2168 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:07:51 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 10.0.0.24 () {32 vars in 654 bytes} [Thu Jul 16 08:07:51 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:08:02.489 7 INFO neutron.db.segments_db [None req-a7ebe88f-68e6-46c0-8313-c92ce5340df7 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment ac9e345b-2a28-48fe-bdfb-9d1b124eeefe of type vxlan for network acfbad6b-c95a-4369-a966-b72e320348e9 [pid: 7|app: 0|req: 230/460] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:08:02 2026] POST /v2.0/networks => generated 748 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:02.677 8 INFO neutron.db.segments_db [None req-4bb1c2a5-6027-4ace-a36f-bdcaf2ec94bc ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 271955e4-9b8b-4ea7-810f-1a9f34db6b54 of type vxlan for network edf75440-5796-4ad9-9267-45d9290af06e [pid: 8|app: 0|req: 231/461] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:08:02 2026] POST /v2.0/networks => generated 748 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:02.816 7 INFO neutron.db.segments_db [None req-dff05408-e108-498c-a731-cd7b93638671 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 74989a15-de89-481b-9182-1d5ee339f867 of type vxlan for network d46a5e15-da6a-4e20-8650-2bed3a878f22 [pid: 7|app: 0|req: 231/462] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:08:02 2026] POST /v2.0/networks => generated 744 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/463] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:02 2026] POST /v2.0/subnets => generated 695 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:02 2026] POST /v2.0/subnets => generated 695 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:03.173 7 INFO neutron.db.segments_db [None req-ce5d6185-a834-4482-8cdc-d3b6c0d9e0b0 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 91aa9d51-e7ad-42e2-903a-1a703bc710f5 of type vxlan for network d5d292ff-42ff-4707-9fde-d264fe857f1b [pid: 8|app: 0|req: 233/465] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:03 2026] POST /v2.0/subnets => generated 691 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:03.251 8 INFO neutron.db.segments_db [None req-ae09ac1f-c923-48aa-a04c-0eb1f4d1737c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment aed74a2b-bda4-47b1-a2fb-a9a695ff0f80 of type vxlan for network 3cee7ec0-a1b8-45c6-8ef4-dc1926f40552 2026-07-16 08:08:03.441 7 INFO neutron.db.l3_hamode_db [None req-ce5d6185-a834-4482-8cdc-d3b6c0d9e0b0 ac31ff30f3fc4a28941d5307260f910d 8cd39c91ea58488c91f02657e26580eb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:08:03.504 8 INFO neutron.db.l3_hamode_db [None req-ae09ac1f-c923-48aa-a04c-0eb1f4d1737c ac31ff30f3fc4a28941d5307260f910d 9165eaba8617407c827c888e89d701e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:08:04.407 8 INFO neutron.db.l3_hamode_db [None req-ae09ac1f-c923-48aa-a04c-0eb1f4d1737c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:08:04.899 7 INFO neutron.db.l3_hamode_db [None req-ce5d6185-a834-4482-8cdc-d3b6c0d9e0b0 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/466] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:03 2026] POST /v2.0/routers => generated 735 bytes in 2536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:05.781 8 INFO neutron.db.segments_db [None req-3a370ab5-0267-4e0d-b90a-8ad7bdd22f27 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment af1aee86-01b7-409a-9f2d-2b9d31347ec9 of type vxlan for network 6b8e51b0-e0fe-4488-9c4e-e71ef840d301 [pid: 7|app: 0|req: 233/467] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:03 2026] POST /v2.0/routers => generated 735 bytes in 2872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:06.028 8 INFO neutron.db.l3_hamode_db [None req-3a370ab5-0267-4e0d-b90a-8ad7bdd22f27 ac31ff30f3fc4a28941d5307260f910d ab847544dc654bcfb0751875a777853e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/468] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:06 2026] GET /v2.0/security-groups?tenant_id=1e40bf20b4b944e1a43175963547da0e&name=default => generated 2924 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:06.847 8 INFO neutron.db.l3_hamode_db [None req-3a370ab5-0267-4e0d-b90a-8ad7bdd22f27 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/469] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:08:06 2026] PUT /v2.0/routers/79951bb5-4e0c-4e20-af1c-1abdfe55183a/add_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/470] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:05 2026] POST /v2.0/routers => generated 731 bytes in 2044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/471] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:07 2026] DELETE /v2.0/security-groups/7b1beb2c-e4a0-4ab4-8315-71fd0e00dbd5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/472] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:08:07 2026] PUT /v2.0/routers/756e93e3-2b1d-49d3-b536-03eb8f03ad26/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/473] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:08:08 2026] POST /v2.0/security-groups => generated 1661 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/474] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/475] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:08:07 2026] PUT /v2.0/routers/e70ee812-5664-4c17-94ac-6ffc8c37c9de/add_router_interface => generated 309 bytes in 1360 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/478] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/479] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:08:09 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/480] 10.0.0.152 () {38 vars in 971 bytes} [Thu Jul 16 08:08:10 2026] POST /v2.0/security-groups => generated 1680 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/481] 10.0.0.152 () {38 vars in 971 bytes} [Thu Jul 16 08:08:10 2026] POST /v2.0/security-groups => generated 1684 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/482] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:10 2026] GET /v2.0/security-groups/bb164699-153e-4d80-afa6-4b77d29857ad => generated 1684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/483] 10.0.0.152 () {38 vars in 971 bytes} [Thu Jul 16 08:08:10 2026] POST /v2.0/security-groups => generated 1681 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.152 () {38 vars in 981 bytes} [Thu Jul 16 08:08:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.152 () {38 vars in 971 bytes} [Thu Jul 16 08:08:10 2026] POST /v2.0/security-groups => generated 1681 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/486] 10.0.0.152 () {38 vars in 971 bytes} [Thu Jul 16 08:08:10 2026] POST /v2.0/security-groups => generated 1686 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/487] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:10 2026] GET /v2.0/security-groups/be6ddf0b-a438-42bd-b970-e19faf78f187 => generated 1686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/488] 10.0.0.152 () {38 vars in 981 bytes} [Thu Jul 16 08:08:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/489] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/be6ddf0b-a438-42bd-b970-e19faf78f187 => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/490] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:08:10 2026] GET /v2.0/security-groups?tenant_id=ab847544dc654bcfb0751875a777853e => generated 7903 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/491] 10.0.0.152 () {38 vars in 981 bytes} [Thu Jul 16 08:08:11 2026] POST /v2.0/security-group-rules => generated 619 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/492] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/4d95830b-756c-40f8-b251-e6669cfe953e => generated 2918 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/be6ddf0b-a438-42bd-b970-e19faf78f187 => generated 2941 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.152 () {34 vars in 1001 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-group-rules/5e2f17e8-c7d4-4732-90de-66b6fe3fd790 => generated 616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/495] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/4d95830b-756c-40f8-b251-e6669cfe953e => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/496] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/be6ddf0b-a438-42bd-b970-e19faf78f187 => generated 2941 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/497] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/f9484765-f530-4dba-b4ca-0ac38ac772fe => generated 1680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/498] 10.0.0.152 () {36 vars in 1023 bytes} [Thu Jul 16 08:08:11 2026] DELETE /v2.0/security-group-rules/5e2f17e8-c7d4-4732-90de-66b6fe3fd790 => 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: 252/499] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/be6ddf0b-a438-42bd-b970-e19faf78f187 => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/500] 10.0.0.152 () {36 vars in 1013 bytes} [Thu Jul 16 08:08:11 2026] DELETE /v2.0/security-groups/f9484765-f530-4dba-b4ca-0ac38ac772fe => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:11.661 8 INFO neutron.api.v2.resource [req-92e76b7f-6b5f-4d7c-98d1-b1126d071682 req-f2fe578f-2ae7-4cf0-b81d-e172313b0883 f9804821289e4f3ebe7ec29a1ea7dbec ab847544dc654bcfb0751875a777853e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/501] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/f9484765-f530-4dba-b4ca-0ac38ac772fe => 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: 250/502] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/b93bc496-6a9b-480e-b550-b0f218cbb37f => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/503] 10.0.0.152 () {36 vars in 1013 bytes} [Thu Jul 16 08:08:11 2026] DELETE /v2.0/security-groups/be6ddf0b-a438-42bd-b970-e19faf78f187 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/504] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/bb164699-153e-4d80-afa6-4b77d29857ad => generated 2309 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/505] 10.0.0.152 () {36 vars in 1013 bytes} [Thu Jul 16 08:08:11 2026] DELETE /v2.0/security-groups/b93bc496-6a9b-480e-b550-b0f218cbb37f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:11.841 8 INFO neutron.api.v2.resource [req-dfe85d49-ff26-41a6-9a38-41dc316b6678 req-7c1ae6a7-0fa9-432c-9f7d-7a859242d601 f9804821289e4f3ebe7ec29a1ea7dbec ab847544dc654bcfb0751875a777853e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/506] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/b93bc496-6a9b-480e-b550-b0f218cbb37f => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/507] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:11 2026] GET /v2.0/security-groups/8f2d27ba-a395-40a1-9fb0-559e9029c79d => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/508] 10.0.0.152 () {36 vars in 1013 bytes} [Thu Jul 16 08:08:11 2026] DELETE /v2.0/security-groups/bb164699-153e-4d80-afa6-4b77d29857ad => 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: 254/509] 10.0.0.152 () {36 vars in 1013 bytes} [Thu Jul 16 08:08:11 2026] DELETE /v2.0/security-groups/8f2d27ba-a395-40a1-9fb0-559e9029c79d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:12.039 8 INFO neutron.api.v2.resource [req-ec04425b-b79d-40d0-be40-a243375f56d0 req-d72e8919-db91-4b35-b909-06733f4a5b8f f9804821289e4f3ebe7ec29a1ea7dbec ab847544dc654bcfb0751875a777853e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/510] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:12 2026] GET /v2.0/security-groups/8f2d27ba-a395-40a1-9fb0-559e9029c79d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/511] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:08:12 2026] GET /v2.0/security-groups?tenant_id=ab847544dc654bcfb0751875a777853e => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/512] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:12 2026] GET /v2.0/security-groups/4d95830b-756c-40f8-b251-e6669cfe953e => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/513] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:12 2026] GET /v2.0/security-groups/4d95830b-756c-40f8-b251-e6669cfe953e => generated 2918 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:12.251 8 INFO neutron.api.v2.resource [req-b4b34252-b849-4324-8d84-ae5aad644e6e req-5e9f314b-b72f-47d4-882c-b0f4d6a08da7 f9804821289e4f3ebe7ec29a1ea7dbec ab847544dc654bcfb0751875a777853e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/514] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:12 2026] GET /v2.0/security-groups/8f2d27ba-a395-40a1-9fb0-559e9029c79d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:12.292 8 INFO neutron.api.v2.resource [req-96d9a5ae-7842-4be3-a592-314638b3834a req-455ee7e8-7b7d-4b2f-a6b5-38cddaf4ffa9 f9804821289e4f3ebe7ec29a1ea7dbec ab847544dc654bcfb0751875a777853e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/515] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:12 2026] GET /v2.0/security-groups/b93bc496-6a9b-480e-b550-b0f218cbb37f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:12.331 8 INFO neutron.api.v2.resource [req-da180231-9bdc-464a-99ad-d1c88d6d26aa req-44b0d2e3-10d7-4fa8-99e8-19fa7e96cf81 f9804821289e4f3ebe7ec29a1ea7dbec ab847544dc654bcfb0751875a777853e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/516] 10.0.0.152 () {34 vars in 991 bytes} [Thu Jul 16 08:08:12 2026] GET /v2.0/security-groups/f9484765-f530-4dba-b4ca-0ac38ac772fe => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:12.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-018ea65b-1e4d-4582-b541-1d6e84a4b0e6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: d933c0bc-826f-404c-a3e2-7abfe6d9cc90 2026-07-16 08:08:12.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-018ea65b-1e4d-4582-b541-1d6e84a4b0e6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: d933c0bc-826f-404c-a3e2-7abfe6d9cc90 2026-07-16 08:08:13.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-76823ee8-657b-4cfe-a8f6-e2e61390fc69 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: f1ff7d72-014e-45d8-80c4-b80c58894605 2026-07-16 08:08:13.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76823ee8-657b-4cfe-a8f6-e2e61390fc69 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: f1ff7d72-014e-45d8-80c4-b80c58894605 [pid: 8|app: 0|req: 262/517] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:08:12 2026] PUT /v2.0/routers/e70ee812-5664-4c17-94ac-6ffc8c37c9de/remove_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/518] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:08:11 2026] PUT /v2.0/routers/756e93e3-2b1d-49d3-b536-03eb8f03ad26/remove_router_interface => generated 309 bytes in 1762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/519] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:13 2026] GET /v2.0/security-groups?tenant_id=8b40324a3142414ea409485f3fce4585&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:13.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-e150c5a1-d49f-4134-8fbf-7d4f1115bba2 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: ab18664b-288e-44f5-a5d1-8d79e5c50ac4 2026-07-16 08:08:13.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e150c5a1-d49f-4134-8fbf-7d4f1115bba2 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: ab18664b-288e-44f5-a5d1-8d79e5c50ac4 2026-07-16 08:08:14.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-42af5b89-676b-4ba7-8c7a-0a3b47fba801 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 65e96e02-836e-41ea-8d16-0ff479e4122f 2026-07-16 08:08:14.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42af5b89-676b-4ba7-8c7a-0a3b47fba801 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 65e96e02-836e-41ea-8d16-0ff479e4122f 2026-07-16 08:08:14.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-e150c5a1-d49f-4134-8fbf-7d4f1115bba2 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 6eeb354e-49bf-40d9-ad14-68914c1c1575 2026-07-16 08:08:14.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e150c5a1-d49f-4134-8fbf-7d4f1115bba2 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 6eeb354e-49bf-40d9-ad14-68914c1c1575 2026-07-16 08:08:14.324 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-e150c5a1-d49f-4134-8fbf-7d4f1115bba2 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - 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-16 08:08:14.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-42af5b89-676b-4ba7-8c7a-0a3b47fba801 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 470628f3-0da5-47bd-99c5-242dc4a7e92f 2026-07-16 08:08:14.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42af5b89-676b-4ba7-8c7a-0a3b47fba801 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 470628f3-0da5-47bd-99c5-242dc4a7e92f 2026-07-16 08:08:14.469 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-42af5b89-676b-4ba7-8c7a-0a3b47fba801 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - 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-16 08:08:14.795 7 INFO neutron.db.l3_hamode_db [None req-e150c5a1-d49f-4134-8fbf-7d4f1115bba2 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network 6b8e51b0-e0fe-4488-9c4e-e71ef840d301 was deleted as no HA routers are present in tenant ab847544dc654bcfb0751875a777853e. [pid: 7|app: 0|req: 257/520] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:13 2026] DELETE /v2.0/routers/e70ee812-5664-4c17-94ac-6ffc8c37c9de => generated 0 bytes in 1125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:14.864 8 INFO neutron.db.l3_hamode_db [None req-42af5b89-676b-4ba7-8c7a-0a3b47fba801 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network d5d292ff-42ff-4707-9fde-d264fe857f1b was deleted as no HA routers are present in tenant 8cd39c91ea58488c91f02657e26580eb. [pid: 8|app: 0|req: 264/521] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:13 2026] DELETE /v2.0/routers/756e93e3-2b1d-49d3-b536-03eb8f03ad26 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/522] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:14 2026] DELETE /v2.0/security-groups/e8a4a37a-d118-441f-ae3f-202b9cad3917 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/523] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:14 2026] DELETE /v2.0/subnets/0983f98c-7274-4bb1-9340-bc3084d2ad51 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/524] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:14 2026] DELETE /v2.0/subnets/01f79636-c5da-4af8-be53-2fd7e0e5256b => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/525] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:08:14 2026] DELETE /v2.0/networks/d46a5e15-da6a-4e20-8650-2bed3a878f22 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:08:15.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6b87467-f22f-4e80-96e9-380eca3b7147 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 7454f18e-1d81-481c-a724-9c425209f7f7 2026-07-16 08:08:15.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6b87467-f22f-4e80-96e9-380eca3b7147 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 7454f18e-1d81-481c-a724-9c425209f7f7 [pid: 8|app: 0|req: 267/526] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:15 2026] GET /v2.0/security-groups?tenant_id=de0c78d3ea7e44b4948f032df371d7ed&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:15.298 7 INFO neutron.services.segments.plugin [-] Segment af1aee86-01b7-409a-9f2d-2b9d31347ec9 resource provider aggregate not found [pid: 8|app: 0|req: 268/527] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:15 2026] DELETE /v2.0/security-groups/5e736d68-b094-490a-abb9-d431e4ef5b85 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:15.374 7 INFO neutron.services.segments.plugin [-] Segment af1aee86-01b7-409a-9f2d-2b9d31347ec9 resource provider aggregate not found [pid: 8|app: 0|req: 269/528] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:15 2026] GET /v2.0/security-groups?tenant_id=ab847544dc654bcfb0751875a777853e&name=default => generated 2921 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/529] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:08:15 2026] DELETE /v2.0/networks/acfbad6b-c95a-4369-a966-b72e320348e9 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/530] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:15 2026] DELETE /v2.0/security-groups/4d95830b-756c-40f8-b251-e6669cfe953e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:15.474 8 INFO neutron.services.segments.plugin [-] Segment 91aa9d51-e7ad-42e2-903a-1a703bc710f5 resource provider aggregate not found 2026-07-16 08:08:15.484 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment af1aee86-01b7-409a-9f2d-2b9d31347ec9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af1aee86-01b7-409a-9f2d-2b9d31347ec9 found for delete ", "request_id": "req-c96ff083-ffb1-4499-9ecd-df88c98f9c22"}]} 2026-07-16 08:08:15.492 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment af1aee86-01b7-409a-9f2d-2b9d31347ec9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af1aee86-01b7-409a-9f2d-2b9d31347ec9 found for delete ", "request_id": "req-c0773c8e-a9e3-490c-b9aa-abeca1155bcb"}]} 2026-07-16 08:08:15.501 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 91aa9d51-e7ad-42e2-903a-1a703bc710f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91aa9d51-e7ad-42e2-903a-1a703bc710f5 found for delete ", "request_id": "req-bb11e76f-3559-4a22-8f6a-d5bb9e580a19"}]} 2026-07-16 08:08:15.536 8 INFO neutron.services.segments.plugin [-] Segment 91aa9d51-e7ad-42e2-903a-1a703bc710f5 resource provider aggregate not found 2026-07-16 08:08:15.567 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 91aa9d51-e7ad-42e2-903a-1a703bc710f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91aa9d51-e7ad-42e2-903a-1a703bc710f5 found for delete ", "request_id": "req-ec90baef-a7d6-4c71-b07b-d8f5b6294328"}]} [pid: 7|app: 0|req: 261/531] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:15 2026] GET /v2.0/security-groups?tenant_id=8cd39c91ea58488c91f02657e26580eb&name=default => 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: 271/532] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:15 2026] DELETE /v2.0/security-groups/2efe5dc7-d6f2-4c6c-b97d-d0221474afc4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/533] 10.0.0.152 () {34 vars in 1100 bytes} [Thu Jul 16 08:08:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1886795118&fields=id&tenant_id=9165eaba8617407c827c888e89d701e1 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/534] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:08:16 2026] GET /v2.0/networks?id=edf75440-5796-4ad9-9267-45d9290af06e => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/535] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:08:16 2026] GET /v2.0/quotas/9165eaba8617407c827c888e89d701e1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/536] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:08:16 2026] GET /v2.0/ports?tenant_id=9165eaba8617407c827c888e89d701e1&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/537] 10.0.0.152 () {34 vars in 907 bytes} [Thu Jul 16 08:08:16 2026] GET /v2.0/extensions => generated 21537 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/538] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:08:16 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?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: 265/539] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:08:16 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?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: 275/540] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:17 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:08:17.503 7 INFO neutron.services.segments.plugin [-] Segment ac9e345b-2a28-48fe-bdfb-9d1b124eeefe resource provider aggregate not found 2026-07-16 08:08:17.524 8 INFO neutron.services.segments.plugin [-] Segment 74989a15-de89-481b-9182-1d5ee339f867 resource provider aggregate not found 2026-07-16 08:08:17.533 7 INFO neutron.services.segments.plugin [-] Segment ac9e345b-2a28-48fe-bdfb-9d1b124eeefe resource provider aggregate not found 2026-07-16 08:08:17.543 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac9e345b-2a28-48fe-bdfb-9d1b124eeefe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac9e345b-2a28-48fe-bdfb-9d1b124eeefe found for delete ", "request_id": "req-52ef3a73-41f4-434d-9ae9-cd8e69642ac5"}]} 2026-07-16 08:08:17.553 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74989a15-de89-481b-9182-1d5ee339f867 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74989a15-de89-481b-9182-1d5ee339f867 found for delete ", "request_id": "req-c409cbe9-43cc-40e9-a002-1ac0ebae8df6"}]} 2026-07-16 08:08:17.569 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac9e345b-2a28-48fe-bdfb-9d1b124eeefe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac9e345b-2a28-48fe-bdfb-9d1b124eeefe found for delete ", "request_id": "req-95d490a1-74ab-4d63-acd4-5d3b92313d2a"}]} 2026-07-16 08:08:17.587 8 INFO neutron.services.segments.plugin [-] Segment 74989a15-de89-481b-9182-1d5ee339f867 resource provider aggregate not found 2026-07-16 08:08:17.612 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74989a15-de89-481b-9182-1d5ee339f867 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74989a15-de89-481b-9182-1d5ee339f867 found for delete ", "request_id": "req-dbd9dfbe-0cd8-4007-a6e6-7153bdd8c551"}]} 2026-07-16 08:08:17.795 7 INFO neutron.db.segments_db [None req-8c439d57-23d8-4ac5-a63a-c47a1acd9b6d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment d8ce645b-d8bf-4625-bc3e-01c05ce50229 of type vxlan for network aa31de80-b7ee-4af0-9879-04b47b86968b 2026-07-16 08:08:17.873 8 INFO neutron.db.segments_db [None req-0b36579d-d1d8-48d2-b72c-06703cf5845a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 9a2d4667-d521-4bf2-b63a-cbd07f890dda of type vxlan for network 6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 [pid: 7|app: 0|req: 266/541] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:08:17 2026] POST /v2.0/networks => generated 744 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/542] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:08:17 2026] POST /v2.0/networks => generated 752 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/543] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:17 2026] POST /v2.0/subnets => generated 691 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:18.170 7 INFO neutron.db.segments_db [None req-7f373c83-4a47-4748-9cd6-968864462f2d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment a8876667-9b9d-410e-8ba6-ec0e58331384 of type vxlan for network faddda4b-f047-4e2d-a1db-64645c588107 [pid: 8|app: 0|req: 277/544] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:17 2026] POST /v2.0/subnets => generated 699 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:18.252 8 INFO neutron.db.segments_db [None req-1d2233d8-f819-4a03-8953-63160bc7c6cf ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment afdae602-0ec1-494e-bd2c-4a0d3d5e53de of type vxlan for network e1ad89a5-89c4-4eb4-a2df-c3808c5e7eb3 2026-07-16 08:08:18.465 7 INFO neutron.db.l3_hamode_db [None req-7f373c83-4a47-4748-9cd6-968864462f2d ac31ff30f3fc4a28941d5307260f910d 371299d1325941b990e4e5a159db6672 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:08:18.513 8 INFO neutron.db.l3_hamode_db [None req-1d2233d8-f819-4a03-8953-63160bc7c6cf ac31ff30f3fc4a28941d5307260f910d 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:08:19.223 7 INFO neutron.db.l3_hamode_db [None req-7f373c83-4a47-4748-9cd6-968864462f2d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:08:19.351 8 INFO neutron.db.l3_hamode_db [None req-1d2233d8-f819-4a03-8953-63160bc7c6cf ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 268/545] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:18 2026] POST /v2.0/routers => generated 731 bytes in 1975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/546] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:20 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/547] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:18 2026] POST /v2.0/routers => generated 739 bytes in 2251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/548] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:08:20 2026] PUT /v2.0/routers/688f60a7-e539-4bb2-9e20-279fe278fa96/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/549] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:21 2026] GET /v2.0/security-groups?tenant_id=342990213d88498fadc6cd9918b81518&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: 272/550] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:21 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => 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: 273/551] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:21 2026] DELETE /v2.0/security-groups/1656552e-1800-4e38-ab8b-6ef3924820df => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/552] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:08:20 2026] PUT /v2.0/routers/92d7fcc9-f068-4ca5-a0b6-8ac7695e0e51/add_router_interface => generated 309 bytes in 1396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/553] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:08:22 2026] POST /v2.0/security-groups => generated 1661 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/554] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:22 2026] GET /v2.0/networks?id=edf75440-5796-4ad9-9267-45d9290af06e => generated 680 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/555] 199.19.213.17 () {34 vars in 910 bytes} [Thu Jul 16 08:08:22 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/556] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:08:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9165eaba8617407c827c888e89d701e1 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/557] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/558] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:08:22 2026] POST /v2.0/security-groups => generated 1659 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/559] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/560] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/561] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:08:22 2026] POST /v2.0/ports => generated 954 bytes in 521 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: 285/562] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:22 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 957 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/563] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:22 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: 287/564] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:23 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/565] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:08:22 2026] POST /v2.0/floatingips => generated 552 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/566] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:08:23 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:24.028 8 INFO neutron.db.segments_db [None req-57b9c82f-9b62-4b6a-9431-13da42c3f4b4 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] Added segment 65bd3237-9887-4c1a-881e-2dddff90f397 of type vxlan for network 946bef02-d774-45d0-835e-68b799744a85 [pid: 8|app: 0|req: 289/567] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:08:23 2026] POST /v2.0/networks => generated 645 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/568] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:08:23 2026] PUT /v2.0/ports/9ca61646-352a-4309-8305-943976c91180 => generated 1235 bytes in 609 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: 280/569] 10.0.0.152 () {34 vars in 1100 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1766743507&fields=id&tenant_id=371299d1325941b990e4e5a159db6672 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/572] 10.0.0.152 () {34 vars in 1098 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--657018855&fields=id&tenant_id=7d0a3a9aa6ee4f7d99446570532c5474 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/573] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/networks?id=aa31de80-b7ee-4af0-9879-04b47b86968b => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/574] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/networks?id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/575] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/quotas/371299d1325941b990e4e5a159db6672 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/576] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/quotas/7d0a3a9aa6ee4f7d99446570532c5474 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/577] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:08:24 2026] POST /v2.0/ports => generated 774 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 288/578] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/ports?tenant_id=371299d1325941b990e4e5a159db6672&fields=id => generated 57 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:08:24.636 7 INFO neutron.db.segments_db [None req-6cea8adb-f26e-4235-80a9-eaa6bc1edf59 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] Added segment ed7cf331-3f60-49b3-9a47-77584eb751c0 of type vxlan for network 724dd16a-20f2-4a79-a0d5-3393d85b2ab5 [pid: 7|app: 0|req: 289/579] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:08:24 2026] POST /v2.0/networks => generated 631 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/580] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:08:24 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&fields=id => generated 57 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/581] 10.0.0.152 () {34 vars in 907 bytes} [Thu Jul 16 08:08:25 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) [pid: 8|app: 0|req: 293/582] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 294/583] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?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: 295/584] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/585] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?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: 290/586] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:24 2026] POST /v2.0/subnets => generated 626 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/587] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/ports?tenant_id=9165eaba8617407c827c888e89d701e1&device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 1238 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/588] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/589] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9ca61646-352a-4309-8305-943976c91180 => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/590] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&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-16 08:08:25.529 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-591e430b-0e9e-41ac-a0e7-aa90ce50a140'] response: {'name': 'network-changed', 'server_uuid': 'ee5b269c-ade8-4d0f-bd69-f63974877b46', 'tag': '9ca61646-352a-4309-8305-943976c91180', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 294/591] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/subnets?id=0cbf26de-9a9c-4a5b-9a1c-95151dc51855 => generated 698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/592] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 296/593] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 297/594] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/ports?network_id=edf75440-5796-4ad9-9267-45d9290af06e&device_owner=network%3Adhcp => generated 1244 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/595] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/596] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:25 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?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: 298/597] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:08:25 2026] POST /v2.0/ports => generated 954 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:26.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-24956b27-e4aa-4a67-a42f-d65af0c0a433 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] TaaS: Handle Delete Port: 06eb63e6-00e9-4070-999d-6d21915ff57b 2026-07-16 08:08:26.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24956b27-e4aa-4a67-a42f-d65af0c0a433 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] Tap Mirror: Handle Delete Port: 06eb63e6-00e9-4070-999d-6d21915ff57b [pid: 7|app: 0|req: 300/598] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:08:25 2026] DELETE /v2.0/ports/06eb63e6-00e9-4070-999d-6d21915ff57b => generated 0 bytes in 317 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-16 08:08:26.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb880b6a-c1d3-45a7-9ef0-afc9db433365 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 299/599] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:08:26 2026] DELETE /v2.0/ports/06eb63e6-00e9-4070-999d-6d21915ff57b => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:26.288 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c21405c-5f87-4f08-b803-9383e1020887 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 301/600] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/ports/06eb63e6-00e9-4070-999d-6d21915ff57b => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/601] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:26 2026] DELETE /v2.0/subnets/1207eee9-8343-4651-b4c6-f55a5f4ae89b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:08:26.574 7 INFO neutron.services.segments.plugin [-] Segment ed7cf331-3f60-49b3-9a47-77584eb751c0 resource provider aggregate not found 2026-07-16 08:08:26.588 7 INFO neutron.services.segments.plugin [-] Segment ed7cf331-3f60-49b3-9a47-77584eb751c0 resource provider aggregate not found 2026-07-16 08:08:26.595 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ed7cf331-3f60-49b3-9a47-77584eb751c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7cf331-3f60-49b3-9a47-77584eb751c0 found for delete ", "request_id": "req-885daa5d-d024-4020-8531-7e18d2f0fbf7"}]} 2026-07-16 08:08:26.614 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ed7cf331-3f60-49b3-9a47-77584eb751c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7cf331-3f60-49b3-9a47-77584eb751c0 found for delete ", "request_id": "req-0a9d2c94-a695-4f17-870f-301102665858"}]} [pid: 7|app: 0|req: 302/602] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:08:26 2026] DELETE /v2.0/networks/724dd16a-20f2-4a79-a0d5-3393d85b2ab5 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/603] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/604] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:26.697 7 INFO neutron.db.segments_db [None req-66fc3778-b576-4f1d-9c1b-e2c10819799f 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] Added segment 8dd8cb41-ba05-4f07-9f34-0af26304f370 of type vxlan for network 77603908-fbc6-4af0-bbf2-af996d812144 [pid: 8|app: 0|req: 303/605] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 304/606] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 303/607] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:08:26 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/608] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/ports?tenant_id=9165eaba8617407c827c888e89d701e1&device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/609] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/networks?id=edf75440-5796-4ad9-9267-45d9290af06e => generated 776 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/610] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9ca61646-352a-4309-8305-943976c91180 => 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: 307/611] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:26 2026] GET /v2.0/subnets?id=0cbf26de-9a9c-4a5b-9a1c-95151dc51855 => generated 698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/612] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/ports?network_id=edf75440-5796-4ad9-9267-45d9290af06e&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: 305/613] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:26 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/614] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/615] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/616] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:08:27 2026] POST /v2.0/ports => generated 911 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:08:27.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dd251f8-a6b5-4e83-a0b0-20b215a68aa0 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] TaaS: Handle Delete Port: 32d1edc5-3874-469c-8dc5-e5206a4fc17e 2026-07-16 08:08:27.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dd251f8-a6b5-4e83-a0b0-20b215a68aa0 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] Tap Mirror: Handle Delete Port: 32d1edc5-3874-469c-8dc5-e5206a4fc17e [pid: 8|app: 0|req: 308/617] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:08:27 2026] DELETE /v2.0/ports/32d1edc5-3874-469c-8dc5-e5206a4fc17e => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:08:27.772 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8779c714-a5dd-474e-983a-40452fd7c3c3 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 310/618] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/ports/32d1edc5-3874-469c-8dc5-e5206a4fc17e => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/619] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/620] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 312/621] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/622] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:27 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 310/623] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:27 2026] DELETE /v2.0/subnets/60dca504-eaf4-4c28-9e51-a15d4e65d3a2 => 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: 314/624] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:08:27 2026] DELETE /v2.0/networks/77603908-fbc6-4af0-bbf2-af996d812144 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/625] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:08:28 2026] POST /v2.0/ports => generated 774 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/626] 10.0.0.24 () {34 vars in 736 bytes} [Thu Jul 16 08:08:28 2026] PUT /v2.0/ports/294d991c-99d8-472e-aeeb-3b9b9ae746e1 => generated 752 bytes in 220 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-16 08:08:28.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-0efb66c5-a41e-49a5-9163-13ff014833b4 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] TaaS: Handle Delete Port: 294d991c-99d8-472e-aeeb-3b9b9ae746e1 2026-07-16 08:08:28.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0efb66c5-a41e-49a5-9163-13ff014833b4 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] Tap Mirror: Handle Delete Port: 294d991c-99d8-472e-aeeb-3b9b9ae746e1 2026-07-16 08:08:28.623 7 INFO neutron.services.segments.plugin [-] Segment 8dd8cb41-ba05-4f07-9f34-0af26304f370 resource provider aggregate not found 2026-07-16 08:08:28.639 7 INFO neutron.services.segments.plugin [-] Segment 8dd8cb41-ba05-4f07-9f34-0af26304f370 resource provider aggregate not found 2026-07-16 08:08:28.647 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dd8cb41-ba05-4f07-9f34-0af26304f370 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd8cb41-ba05-4f07-9f34-0af26304f370 found for delete ", "request_id": "req-dfd6cd76-53cc-4071-998a-a7b9db7dfc43"}]} 2026-07-16 08:08:28.659 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dd8cb41-ba05-4f07-9f34-0af26304f370 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd8cb41-ba05-4f07-9f34-0af26304f370 found for delete ", "request_id": "req-c7530d36-2605-4cae-899e-f2c41127318b"}]} [pid: 8|app: 0|req: 312/627] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:08:28 2026] DELETE /v2.0/ports/294d991c-99d8-472e-aeeb-3b9b9ae746e1 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 316/628] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/ports => generated 777 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:28.854 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df42a464-0e6f-48e0-92b4-f727d8918d45 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 313/629] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/ports/294d991c-99d8-472e-aeeb-3b9b9ae746e1 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/630] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 314/631] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/ports => generated 777 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/632] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/633] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 316/634] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&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: 319/635] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:08:28 2026] GET /v2.0/ports/62ad47b9-d42c-44e4-bb69-8cf3ca7d3030 => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:29.028 8 INFO neutron.pecan_wsgi.hooks.translation [None req-103c5a40-0395-41c8-8db6-85099a3b1ec6 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 317/636] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:08:29 2026] DELETE /v2.0/ports/32d1edc5-3874-469c-8dc5-e5206a4fc17e => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:29.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfe9744e-02c5-45f3-b737-edb2988d088f 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 320/637] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:29 2026] DELETE /v2.0/subnets/60dca504-eaf4-4c28-9e51-a15d4e65d3a2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:29.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41580504-0054-4c03-a9cf-a0512994bb9d 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 318/638] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:29 2026] DELETE /v2.0/subnets/1207eee9-8343-4651-b4c6-f55a5f4ae89b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:29.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-15bdfc69-052e-4933-93bc-feff12a708fe 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] TaaS: Handle Delete Port: 62ad47b9-d42c-44e4-bb69-8cf3ca7d3030 2026-07-16 08:08:29.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15bdfc69-052e-4933-93bc-feff12a708fe 27a9d8017ef746f581263fa03ca280a5 3f4e75618d6243348c3344a77f84ea40 - - default default] Tap Mirror: Handle Delete Port: 62ad47b9-d42c-44e4-bb69-8cf3ca7d3030 [pid: 7|app: 0|req: 321/639] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:08:29 2026] DELETE /v2.0/ports/62ad47b9-d42c-44e4-bb69-8cf3ca7d3030 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:08:29.459 8 INFO neutron.services.segments.plugin [-] Segment 65bd3237-9887-4c1a-881e-2dddff90f397 resource provider aggregate not found 2026-07-16 08:08:29.471 8 INFO neutron.services.segments.plugin [-] Segment 65bd3237-9887-4c1a-881e-2dddff90f397 resource provider aggregate not found 2026-07-16 08:08:29.488 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65bd3237-9887-4c1a-881e-2dddff90f397 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bd3237-9887-4c1a-881e-2dddff90f397 found for delete ", "request_id": "req-54d5e84d-d85f-400b-9680-45d6f5ba62c4"}]} 2026-07-16 08:08:29.496 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 65bd3237-9887-4c1a-881e-2dddff90f397 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bd3237-9887-4c1a-881e-2dddff90f397 found for delete ", "request_id": "req-9850fc49-b887-4fb3-bbd3-d79ea33c1d60"}]} [pid: 8|app: 0|req: 319/640] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:08:29 2026] DELETE /v2.0/networks/946bef02-d774-45d0-835e-68b799744a85 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/641] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:29 2026] GET /v2.0/networks?id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 684 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/642] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:08:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7d0a3a9aa6ee4f7d99446570532c5474 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/643] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:29 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 322/644] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:30 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 957 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/645] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:08:29 2026] POST /v2.0/ports => generated 954 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, ' [pid: 7|app: 0|req: 324/646] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:30 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 323/647] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:30 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/648] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:30 2026] GET /v2.0/security-groups?tenant_id=3f4e75618d6243348c3344a77f84ea40&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/649] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:30 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&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: 326/650] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:30 2026] DELETE /v2.0/security-groups/1b33a230-097b-48f6-9688-8176a1258074 => 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: 325/651] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:08:30 2026] PUT /v2.0/ports/4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 1235 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:30.719 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de47b544-f231-4376-b565-d083838231d4'] response: {'name': 'network-changed', 'server_uuid': 'd3190bdd-3e7c-4264-b8c7-7d145b7bdb2b', 'tag': '4d97ff0c-b813-47e3-9ed7-afa08d7a69fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 327/652] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 12 bytes in 23 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: 328/653] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/654] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/655] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 327/656] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/networks?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&shared=False => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/657] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/658] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/659] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/660] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/networks?id=aa31de80-b7ee-4af0-9879-04b47b86968b => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/661] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:08:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=371299d1325941b990e4e5a159db6672 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/662] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 330/663] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:08:31 2026] POST /v2.0/ports => generated 958 bytes in 454 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: 331/664] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/665] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/666] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:08:32 2026] PUT /v2.0/ports/ff6736c9-a2ae-4db1-97f9-eff37190ef76 => generated 1239 bytes in 490 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: 335/667] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 336/668] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => 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: 337/669] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/670] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/subnets?id=eae1bbd5-46ae-4019-9a97-1d4f036f8f28 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/671] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:32 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&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: 333/672] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:08:32 2026] POST /v2.0/security-groups => generated 1625 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/673] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/security-groups => generated 4530 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/674] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/ports?network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/675] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 335/676] 10.0.0.24 () {34 vars in 757 bytes} [Thu Jul 16 08:08:33 2026] PUT /v2.0/security-groups/f9ca06a0-b2b3-4519-8c76-7b47fd537868 => generated 1662 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/677] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 336/678] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/security-groups/f9ca06a0-b2b3-4519-8c76-7b47fd537868 => generated 1662 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/679] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:33 2026] DELETE /v2.0/security-groups/f9ca06a0-b2b3-4519-8c76-7b47fd537868 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/680] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 344/681] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:33.351 8 INFO neutron.api.v2.resource [None req-6bc453d8-a2f7-4e2f-bd37-164b36d0a66c 5ce7099d1e9248e79de09e79584fbdd8 fa4a9cb4f8544aa39c11d4bcd883a00a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 345/682] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:33 2026] DELETE /v2.0/security-groups/f9ca06a0-b2b3-4519-8c76-7b47fd537868 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/683] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&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-16 08:08:33.423 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6b190c6-ef22-4b27-9886-928a8b052979'] response: {'name': 'network-changed', 'server_uuid': '7afd2c7f-010f-4641-bfc2-7de72de5aee8', 'tag': 'ff6736c9-a2ae-4db1-97f9-eff37190ef76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 346/684] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:08:33 2026] POST /v2.0/security-groups => generated 1624 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/685] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/686] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/security-group-rules/b9b62a72-cb3b-4b77-90d2-f2637f8ce483 => generated 601 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/687] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/688] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:08:33 2026] DELETE /v2.0/security-group-rules/b9b62a72-cb3b-4b77-90d2-f2637f8ce483 => 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: 341/689] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/ports?tenant_id=371299d1325941b990e4e5a159db6672&device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/690] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ff6736c9-a2ae-4db1-97f9-eff37190ef76 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/691] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/692] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/subnets?id=d31b2a24-7097-4d29-b118-edc6265e3aaa => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/693] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:33 2026] GET /v2.0/ports?network_id=aa31de80-b7ee-4af0-9879-04b47b86968b&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/694] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/695] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/696] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?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: 352/697] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-group-rules/9067e88d-f6d2-42cd-89ba-a97000029c54 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/698] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/699] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 347/700] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?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: 354/701] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/702] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/703] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:08:34 2026] DELETE /v2.0/security-group-rules/9067e88d-f6d2-42cd-89ba-a97000029c54 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/704] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/705] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/706] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/707] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-group-rules/76ca675c-4e12-4e33-b23b-2a484e151310 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/708] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/709] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/710] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:08:34 2026] DELETE /v2.0/security-group-rules/76ca675c-4e12-4e33-b23b-2a484e151310 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/711] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:08:34 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: 7|app: 0|req: 353/712] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:34 2026] DELETE /v2.0/security-groups/3da9629e-770d-4af3-af4d-8a7908417025 => 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: 360/713] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/714] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:08:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/715] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/ports?tenant_id=371299d1325941b990e4e5a159db6672&device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/716] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/717] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/networks?id=aa31de80-b7ee-4af0-9879-04b47b86968b => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/718] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/719] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/720] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ff6736c9-a2ae-4db1-97f9-eff37190ef76 => 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: 364/721] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&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: 358/722] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/subnets?id=d31b2a24-7097-4d29-b118-edc6265e3aaa => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/723] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/ports?network_id=aa31de80-b7ee-4af0-9879-04b47b86968b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/724] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/725] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/726] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/security-groups?tenant_id=fa4a9cb4f8544aa39c11d4bcd883a00a&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/727] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?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: 360/728] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 361/729] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:35 2026] DELETE /v2.0/security-groups/ca22e31e-a945-4007-a6e1-0cdb6da8f36b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/730] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:35 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:36.192 8 INFO neutron.db.l3_db [None req-f496fa2a-293b-4058-a460-868b3d9f9ccf c97227d567934bd786222202003c35bb 9165eaba8617407c827c888e89d701e1 - - default default] Floating IP f374e1a0-868f-40e1-bc0f-ddb442bfed6a associated. External IP: 10.96.250.214, port: 9ca61646-352a-4309-8305-943976c91180. [pid: 7|app: 0|req: 363/731] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:36 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/732] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:08:35 2026] PUT /v2.0/floatingips/f374e1a0-868f-40e1-bc0f-ddb442bfed6a => generated 855 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/733] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:36 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:36.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a46f6ef3-5318-4287-b4c0-8c62400d6896'] response: {'name': 'network-changed', 'server_uuid': 'ee5b269c-ade8-4d0f-bd69-f63974877b46', 'tag': '9ca61646-352a-4309-8305-943976c91180', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 370/734] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:36 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/735] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:36 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/736] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:36 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/737] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/738] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&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: 367/739] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&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: 373/740] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/ports?tenant_id=9165eaba8617407c827c888e89d701e1&device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/741] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/networks?id=edf75440-5796-4ad9-9267-45d9290af06e => generated 776 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/742] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9ca61646-352a-4309-8305-943976c91180 => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/743] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/subnets?id=0cbf26de-9a9c-4a5b-9a1c-95151dc51855 => generated 698 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/744] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/ports?network_id=edf75440-5796-4ad9-9267-45d9290af06e&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/745] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?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: 376/746] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e?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: 371/747] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 377/748] 10.0.0.24 () {32 vars in 622 bytes} [Thu Jul 16 08:08:37 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: 372/749] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 378/750] 10.0.0.24 () {32 vars in 632 bytes} [Thu Jul 16 08:08:37 2026] GET /v2.0/ => generated 632 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/751] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:38 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/752] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:38 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/753] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:38 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/754] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:38 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/755] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:38 2026] GET /v2.0/security-groups?tenant_id=34ed48a3e6b041aeba9b22648bca8268&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/756] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:38 2026] DELETE /v2.0/security-groups/eb291640-8871-42ec-8bdf-f22cbc7627f9 => 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: 376/757] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:38 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/758] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:38 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 384/761] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:39 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/762] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:39 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&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: 378/763] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:39 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/764] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:08:39 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => 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: 379/765] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:39 2026] GET /v2.0/security-groups?id=62fa1e95-4613-4545-8ac5-4b78de3a596c&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:39.595 8 INFO neutron_taas.services.taas.taas_plugin [req-851f0ab9-109f-45c5-a025-79d6f0008cbf req-f19ef3cb-c7f8-4df1-beda-8038ba5dd923 c97227d567934bd786222202003c35bb 9165eaba8617407c827c888e89d701e1 - - default default] TaaS: Handle Delete Port: 9ca61646-352a-4309-8305-943976c91180 2026-07-16 08:08:39.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-851f0ab9-109f-45c5-a025-79d6f0008cbf req-f19ef3cb-c7f8-4df1-beda-8038ba5dd923 c97227d567934bd786222202003c35bb 9165eaba8617407c827c888e89d701e1 - - default default] Tap Mirror: Handle Delete Port: 9ca61646-352a-4309-8305-943976c91180 2026-07-16 08:08:39.819 8 INFO neutron.db.l3_db [req-851f0ab9-109f-45c5-a025-79d6f0008cbf req-f19ef3cb-c7f8-4df1-beda-8038ba5dd923 c97227d567934bd786222202003c35bb 9165eaba8617407c827c888e89d701e1 - - default default] Floating IP f374e1a0-868f-40e1-bc0f-ddb442bfed6a disassociated. External IP: 10.96.250.214, port: 9ca61646-352a-4309-8305-943976c91180. [pid: 7|app: 0|req: 380/766] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:39 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/767] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:39 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 387/768] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:08:39 2026] DELETE /v2.0/ports/9ca61646-352a-4309-8305-943976c91180 => generated 0 bytes in 796 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:08:40.300 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3879e9b1-7cc6-4456-8c0c-63187e41915f'] response: {'server_uuid': 'ee5b269c-ade8-4d0f-bd69-f63974877b46', 'name': 'network-vif-deleted', 'tag': '9ca61646-352a-4309-8305-943976c91180', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/769] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:40 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/770] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:40 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => 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: 383/771] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:40 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/772] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:40 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 390/773] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:41 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/774] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:41 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:41.335 7 INFO neutron.db.l3_db [None req-e72dcafd-e86e-404e-9c35-7fe2baf96948 c64cbbeb6a2d4bf9be8bf00404f40a81 371299d1325941b990e4e5a159db6672 - - default default] Floating IP ac41a93a-58ad-41e3-ae2e-81641b5e6a25 associated. External IP: 10.96.250.206, port: ff6736c9-a2ae-4db1-97f9-eff37190ef76. [pid: 8|app: 0|req: 392/775] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:41 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => 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: 384/776] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:08:40 2026] PUT /v2.0/floatingips/ac41a93a-58ad-41e3-ae2e-81641b5e6a25 => generated 856 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:41.758 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e57e3ed8-8058-484d-bb2d-a9aa871e519b'] response: {'name': 'network-changed', 'server_uuid': '7afd2c7f-010f-4641-bfc2-7de72de5aee8', 'tag': 'ff6736c9-a2ae-4db1-97f9-eff37190ef76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 393/777] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:41 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/778] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:41 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&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: 394/779] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/ports?tenant_id=371299d1325941b990e4e5a159db6672&device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 386/780] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/781] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/782] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 387/783] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/networks?id=aa31de80-b7ee-4af0-9879-04b47b86968b => generated 772 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/784] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&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: 388/785] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ff6736c9-a2ae-4db1-97f9-eff37190ef76 => generated 859 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/786] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/subnets?id=d31b2a24-7097-4d29-b118-edc6265e3aaa => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/787] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/ports?network_id=aa31de80-b7ee-4af0-9879-04b47b86968b&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/788] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/789] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/790] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:42 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/791] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:43 2026] GET /v2.0/security-groups?tenant_id=1d933021c2294356bec1535055c6ddac&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/792] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:43 2026] DELETE /v2.0/security-groups/704c88cf-270d-4300-b6fb-454654dbbc6d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/793] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:43 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/794] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:43 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/795] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:43 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/796] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:43 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 394/797] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:43 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => 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: 404/798] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:43 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:44.391 7 INFO neutron.db.l3_db [None req-d7c03e8c-0f82-4e6c-8d40-69d1703bb9e7 f56cd0002ab44879be15c1fc7802f238 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] Floating IP b96761a7-411c-42f9-b843-2d742da17747 associated. External IP: 10.96.250.218, port: 4d97ff0c-b813-47e3-9ed7-afa08d7a69fb. [pid: 8|app: 0|req: 405/799] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:08:44 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/800] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:44 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 395/801] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:08:44 2026] PUT /v2.0/floatingips/b96761a7-411c-42f9-b843-2d742da17747 => generated 855 bytes in 793 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/802] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:44 2026] GET /v2.0/security-groups?id=501879ac-5b8e-4f20-bfcc-bc67bf94837e&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: 397/803] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:44 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:44.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-109f0a8d-cbb6-4dd8-ba0c-cc808bdf6ae1'] response: {'name': 'network-changed', 'server_uuid': 'd3190bdd-3e7c-4264-b8c7-7d145b7bdb2b', 'tag': '4d97ff0c-b813-47e3-9ed7-afa08d7a69fb', 'status': 'completed', 'code': 200} 2026-07-16 08:08:44.934 8 INFO neutron_taas.services.taas.taas_plugin [req-6c87aba9-0bd8-4ff3-80b4-43ca560f68a2 req-4c564028-3f9c-4a92-99fa-7a0b8a734f67 c64cbbeb6a2d4bf9be8bf00404f40a81 371299d1325941b990e4e5a159db6672 - - default default] TaaS: Handle Delete Port: ff6736c9-a2ae-4db1-97f9-eff37190ef76 [pid: 7|app: 0|req: 398/804] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:44 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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-16 08:08:44.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c87aba9-0bd8-4ff3-80b4-43ca560f68a2 req-4c564028-3f9c-4a92-99fa-7a0b8a734f67 c64cbbeb6a2d4bf9be8bf00404f40a81 371299d1325941b990e4e5a159db6672 - - default default] Tap Mirror: Handle Delete Port: ff6736c9-a2ae-4db1-97f9-eff37190ef76 [pid: 7|app: 0|req: 399/805] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:44 2026] GET /v2.0/ports?device_id=ee5b269c-ade8-4d0f-bd69-f63974877b46 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:08:45.053 8 INFO neutron.db.l3_db [req-6c87aba9-0bd8-4ff3-80b4-43ca560f68a2 req-4c564028-3f9c-4a92-99fa-7a0b8a734f67 c64cbbeb6a2d4bf9be8bf00404f40a81 371299d1325941b990e4e5a159db6672 - - default default] Floating IP ac41a93a-58ad-41e3-ae2e-81641b5e6a25 disassociated. External IP: 10.96.250.206, port: ff6736c9-a2ae-4db1-97f9-eff37190ef76. [pid: 7|app: 0|req: 400/806] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/807] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:08:44 2026] DELETE /v2.0/ports/ff6736c9-a2ae-4db1-97f9-eff37190ef76 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/808] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/networks?id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:45.527 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-245cc3d0-1bad-4cdd-a3cf-405815b082d8'] response: {'server_uuid': '7afd2c7f-010f-4641-bfc2-7de72de5aee8', 'name': 'network-vif-deleted', 'tag': 'ff6736c9-a2ae-4db1-97f9-eff37190ef76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 408/809] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/810] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/subnets?id=eae1bbd5-46ae-4019-9a97-1d4f036f8f28 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/811] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/ports?network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/812] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?fields=segments => generated 14 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/813] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 404/814] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:45 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 411/815] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:46 2026] DELETE /v2.0/security-groups/62fa1e95-4613-4545-8ac5-4b78de3a596c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:46.184 7 INFO neutron.api.v2.resource [None req-337e2806-023b-4417-b40d-44a849806442 c97227d567934bd786222202003c35bb 9165eaba8617407c827c888e89d701e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/816] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:08:46 2026] GET /v2.0/security-groups/62fa1e95-4613-4545-8ac5-4b78de3a596c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:46.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c7d5e3a-189c-467c-8f11-030155c476c0 c97227d567934bd786222202003c35bb 9165eaba8617407c827c888e89d701e1 - - default default] TaaS: Handle Delete Port: b3c228c9-e213-4492-8537-25dd88a39cae 2026-07-16 08:08:46.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c7d5e3a-189c-467c-8f11-030155c476c0 c97227d567934bd786222202003c35bb 9165eaba8617407c827c888e89d701e1 - - default default] Tap Mirror: Handle Delete Port: b3c228c9-e213-4492-8537-25dd88a39cae [pid: 8|app: 0|req: 412/817] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:08:46 2026] DELETE /v2.0/floatingips/f374e1a0-868f-40e1-bc0f-ddb442bfed6a => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:46.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d67181a-1558-443a-9a84-2728d693877c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: a03f9b69-f84a-4fa4-9613-17592d98cd7e 2026-07-16 08:08:46.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d67181a-1558-443a-9a84-2728d693877c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: a03f9b69-f84a-4fa4-9613-17592d98cd7e [pid: 8|app: 0|req: 413/818] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:47 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => 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: 406/819] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:08:46 2026] PUT /v2.0/routers/79951bb5-4e0c-4e20-af1c-1abdfe55183a/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-16 08:08:47.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7e06c9f-e698-4c04-8428-fc3d50fdab8f ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 38a50fbe-95f2-497e-bd84-7571e5ae8b8b 2026-07-16 08:08:47.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7e06c9f-e698-4c04-8428-fc3d50fdab8f ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 38a50fbe-95f2-497e-bd84-7571e5ae8b8b [pid: 7|app: 0|req: 407/820] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:08:48 2026] GET /v2.0/ports?device_id=7afd2c7f-010f-4641-bfc2-7de72de5aee8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:08:48.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7e06c9f-e698-4c04-8428-fc3d50fdab8f ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 251b1e7b-5b69-40e7-b4c0-71dca24d634c 2026-07-16 08:08:48.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7e06c9f-e698-4c04-8428-fc3d50fdab8f ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 251b1e7b-5b69-40e7-b4c0-71dca24d634c 2026-07-16 08:08:48.736 8 INFO neutron.services.segments.plugin [-] Segment aed74a2b-bda4-47b1-a2fb-a9a695ff0f80 resource provider aggregate not found 2026-07-16 08:08:48.743 8 INFO neutron.services.segments.plugin [-] Segment aed74a2b-bda4-47b1-a2fb-a9a695ff0f80 resource provider aggregate not found 2026-07-16 08:08:48.766 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment aed74a2b-bda4-47b1-a2fb-a9a695ff0f80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aed74a2b-bda4-47b1-a2fb-a9a695ff0f80 found for delete ", "request_id": "req-0e4698cf-54ec-4ce1-8daf-65552128ba9b"}]} 2026-07-16 08:08:48.772 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment aed74a2b-bda4-47b1-a2fb-a9a695ff0f80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aed74a2b-bda4-47b1-a2fb-a9a695ff0f80 found for delete ", "request_id": "req-9f3429b1-ea91-46d2-ad20-04829619f779"}]} 2026-07-16 08:08:48.772 8 INFO neutron.db.l3_hamode_db [None req-b7e06c9f-e698-4c04-8428-fc3d50fdab8f ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network 3cee7ec0-a1b8-45c6-8ef4-dc1926f40552 was deleted as no HA routers are present in tenant 9165eaba8617407c827c888e89d701e1. [pid: 8|app: 0|req: 414/821] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:47 2026] DELETE /v2.0/routers/79951bb5-4e0c-4e20-af1c-1abdfe55183a => generated 0 bytes in 1363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/822] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:48 2026] DELETE /v2.0/subnets/0cbf26de-9a9c-4a5b-9a1c-95151dc51855 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:08:49.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-e388dfbb-57c6-4d2b-90bc-0ded2562aaec ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 5e5c9caf-f80b-46c3-be6a-e11161023cb3 2026-07-16 08:08:49.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e388dfbb-57c6-4d2b-90bc-0ded2562aaec ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 5e5c9caf-f80b-46c3-be6a-e11161023cb3 [pid: 8|app: 0|req: 415/823] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:08:48 2026] DELETE /v2.0/networks/edf75440-5796-4ad9-9267-45d9290af06e => 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: 409/824] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:49 2026] DELETE /v2.0/security-groups/501879ac-5b8e-4f20-bfcc-bc67bf94837e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:49.353 8 INFO neutron.api.v2.resource [None req-8e33066c-784e-43b4-9859-983a5fb93b10 c64cbbeb6a2d4bf9be8bf00404f40a81 371299d1325941b990e4e5a159db6672 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 416/825] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:08:49 2026] GET /v2.0/security-groups/501879ac-5b8e-4f20-bfcc-bc67bf94837e => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:08:49.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-98284798-3784-4672-87f6-2cd620f04cc0 c64cbbeb6a2d4bf9be8bf00404f40a81 371299d1325941b990e4e5a159db6672 - - default default] TaaS: Handle Delete Port: 8064b555-a813-49ec-90f3-ab1c7a71400b [pid: 8|app: 0|req: 417/826] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:49 2026] GET /v2.0/security-groups?tenant_id=9165eaba8617407c827c888e89d701e1&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:49.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98284798-3784-4672-87f6-2cd620f04cc0 c64cbbeb6a2d4bf9be8bf00404f40a81 371299d1325941b990e4e5a159db6672 - - default default] Tap Mirror: Handle Delete Port: 8064b555-a813-49ec-90f3-ab1c7a71400b [pid: 8|app: 0|req: 418/827] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:49 2026] DELETE /v2.0/security-groups/f8d8d849-7daa-49cd-85f4-16a2b8979459 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/828] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:08:49 2026] DELETE /v2.0/floatingips/ac41a93a-58ad-41e3-ae2e-81641b5e6a25 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:50.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f4101e5-d454-496b-819c-e8ceb9bbe429 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 34d7fc4a-d379-4ee6-8804-da26f676fa09 2026-07-16 08:08:50.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f4101e5-d454-496b-819c-e8ceb9bbe429 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 34d7fc4a-d379-4ee6-8804-da26f676fa09 [pid: 8|app: 0|req: 419/829] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:08:49 2026] PUT /v2.0/routers/688f60a7-e539-4bb2-9e20-279fe278fa96/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:50.789 8 INFO neutron.services.segments.plugin [-] Segment 271955e4-9b8b-4ea7-810f-1a9f34db6b54 resource provider aggregate not found 2026-07-16 08:08:50.794 8 INFO neutron.services.segments.plugin [-] Segment 271955e4-9b8b-4ea7-810f-1a9f34db6b54 resource provider aggregate not found 2026-07-16 08:08:50.808 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 271955e4-9b8b-4ea7-810f-1a9f34db6b54 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 271955e4-9b8b-4ea7-810f-1a9f34db6b54 found for delete ", "request_id": "req-46c3ac3b-dfa3-4aaf-80c6-6b17d20d1815"}]} 2026-07-16 08:08:50.816 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 271955e4-9b8b-4ea7-810f-1a9f34db6b54 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 271955e4-9b8b-4ea7-810f-1a9f34db6b54 found for delete ", "request_id": "req-9c64079b-d640-43a1-9a4d-02e99e5932e6"}]} 2026-07-16 08:08:50.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-fab60ea7-d7f0-45d1-a2a4-cebf3168233d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 98d3ab75-0b33-42c3-b557-430fb3c2c6bb 2026-07-16 08:08:50.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab60ea7-d7f0-45d1-a2a4-cebf3168233d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 98d3ab75-0b33-42c3-b557-430fb3c2c6bb 2026-07-16 08:08:51.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-fab60ea7-d7f0-45d1-a2a4-cebf3168233d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 1e029ede-7c0f-4b78-a456-451f621128b5 2026-07-16 08:08:51.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab60ea7-d7f0-45d1-a2a4-cebf3168233d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 1e029ede-7c0f-4b78-a456-451f621128b5 2026-07-16 08:08:51.831 7 INFO neutron.services.segments.plugin [-] Segment a8876667-9b9d-410e-8ba6-ec0e58331384 resource provider aggregate not found 2026-07-16 08:08:51.848 7 INFO neutron.services.segments.plugin [-] Segment a8876667-9b9d-410e-8ba6-ec0e58331384 resource provider aggregate not found 2026-07-16 08:08:51.850 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a8876667-9b9d-410e-8ba6-ec0e58331384 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8876667-9b9d-410e-8ba6-ec0e58331384 found for delete ", "request_id": "req-df0a8126-2e29-49b6-bc77-9b060e4ea648"}]} 2026-07-16 08:08:51.873 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a8876667-9b9d-410e-8ba6-ec0e58331384 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8876667-9b9d-410e-8ba6-ec0e58331384 found for delete ", "request_id": "req-a0cd223a-6a0c-4f8c-8ef2-754d99329e6e"}]} 2026-07-16 08:08:51.877 7 INFO neutron.db.l3_hamode_db [None req-fab60ea7-d7f0-45d1-a2a4-cebf3168233d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network faddda4b-f047-4e2d-a1db-64645c588107 was deleted as no HA routers are present in tenant 371299d1325941b990e4e5a159db6672. [pid: 7|app: 0|req: 411/830] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:50 2026] DELETE /v2.0/routers/688f60a7-e539-4bb2-9e20-279fe278fa96 => generated 0 bytes in 1230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/831] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:08:51 2026] DELETE /v2.0/subnets/d31b2a24-7097-4d29-b118-edc6265e3aaa => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:08:52.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-3574b9d0-791c-4380-8ec2-1cc8ddcd896a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 91f9fa5b-e19f-4a94-a414-8fb75a747a46 2026-07-16 08:08:52.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3574b9d0-791c-4380-8ec2-1cc8ddcd896a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 91f9fa5b-e19f-4a94-a414-8fb75a747a46 [pid: 7|app: 0|req: 412/832] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:08:52 2026] DELETE /v2.0/networks/aa31de80-b7ee-4af0-9879-04b47b86968b => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/833] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:52 2026] GET /v2.0/security-groups?tenant_id=371299d1325941b990e4e5a159db6672&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/834] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:52 2026] DELETE /v2.0/security-groups/1d321d56-394c-4366-94fe-620546bf619f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:53.871 7 INFO neutron.services.segments.plugin [-] Segment d8ce645b-d8bf-4625-bc3e-01c05ce50229 resource provider aggregate not found 2026-07-16 08:08:53.891 7 INFO neutron.services.segments.plugin [-] Segment d8ce645b-d8bf-4625-bc3e-01c05ce50229 resource provider aggregate not found 2026-07-16 08:08:53.895 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d8ce645b-d8bf-4625-bc3e-01c05ce50229 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ce645b-d8bf-4625-bc3e-01c05ce50229 found for delete ", "request_id": "req-df980a72-1914-4a11-9b03-04e8fa943f86"}]} 2026-07-16 08:08:53.911 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d8ce645b-d8bf-4625-bc3e-01c05ce50229 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ce645b-d8bf-4625-bc3e-01c05ce50229 found for delete ", "request_id": "req-ef6a0297-b9a9-430a-8793-c149e788b801"}]} [pid: 7|app: 0|req: 415/837] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:54 2026] GET /v2.0/security-groups?tenant_id=0dc02c21f79045f9a56fd44e6355639c&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:08:54.953 8 INFO neutron.db.segments_db [None req-f7572810-dc4f-45b1-a84f-d2ba4ec625f2 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 12e14dc1-436e-4926-9f70-ea2d193beb62 of type vxlan for network dfb11023-d1b8-448e-81b0-861f1ca317f8 [pid: 7|app: 0|req: 416/838] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:54 2026] DELETE /v2.0/security-groups/8c20c608-7c85-4518-8e28-6c09b6abd0cc => 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: 423/839] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:08:54 2026] POST /v2.0/networks => generated 744 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/840] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:55 2026] GET /v2.0/security-groups?tenant_id=cda5c33fde514441ab177e010d270bfc&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/841] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:55 2026] POST /v2.0/subnets => generated 691 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/842] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:55 2026] DELETE /v2.0/security-groups/1306d0d0-016f-4884-80b3-f95943ecdc7e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:08:55.323 7 INFO neutron.db.segments_db [None req-1f454e06-f613-4353-8ef1-048bb6b37185 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 8b5471fe-5f14-42cd-805a-5a3be6421f23 of type vxlan for network bd75fc6d-a5cc-45e3-a205-72a65ee1278f [pid: 8|app: 0|req: 425/843] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:08:55 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1240 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/844] 10.0.0.163 () {34 vars in 1040 bytes} [Thu Jul 16 08:08:55 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:08:55.564 7 INFO neutron.db.l3_hamode_db [None req-1f454e06-f613-4353-8ef1-048bb6b37185 ac31ff30f3fc4a28941d5307260f910d a4d419886afb4cfa91299c6791b2b73f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:08:56.438 7 INFO neutron.db.l3_hamode_db [None req-1f454e06-f613-4353-8ef1-048bb6b37185 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 419/845] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:08:55 2026] POST /v2.0/routers => generated 731 bytes in 2142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/846] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:08:57 2026] GET /v2.0/security-groups?tenant_id=901d24fa72d441f19a97ba8e84b95387&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/847] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:08:57 2026] DELETE /v2.0/security-groups/54dc20fa-2b62-4818-b10a-179fb4a53d24 => 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: 420/848] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:08:57 2026] PUT /v2.0/routers/1f99ac14-27cb-4540-9c17-9e462c33da17/add_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/849] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:08:59 2026] POST /v2.0/security-groups => generated 1661 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/850] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/851] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:08:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/852] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:08:59 2026] POST /v2.0/floatingips => generated 552 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/853] 10.0.0.152 () {34 vars in 1100 bytes} [Thu Jul 16 08:09:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1929061227&fields=id&tenant_id=a4d419886afb4cfa91299c6791b2b73f => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/854] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:09:01 2026] GET /v2.0/networks?id=dfb11023-d1b8-448e-81b0-861f1ca317f8 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/855] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:09:01 2026] GET /v2.0/quotas/a4d419886afb4cfa91299c6791b2b73f => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/856] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:09:01 2026] GET /v2.0/ports?tenant_id=a4d419886afb4cfa91299c6791b2b73f&fields=id => generated 103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/857] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:09:01 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?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: 425/858] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:09:01 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/859] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:01 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 435/860] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:02 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 426/861] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:02 2026] GET /v2.0/security-groups?tenant_id=e28c2fdd71224aa9b4e445d468bda733&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/862] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:02 2026] DELETE /v2.0/security-groups/9fbd10f4-0092-42d6-9c1c-014d5a9c9e5b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:02.948 7 INFO neutron.db.segments_db [None req-8e02206d-4eb2-4a34-af5f-26071bbddd73 e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] Added segment 0ef8116b-f0d6-4a43-98bf-e8c2f075e440 of type vxlan for network ce8a902a-7a0b-428e-929e-3a1326e7fad8 [pid: 7|app: 0|req: 427/863] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:02 2026] POST /v2.0/networks => generated 725 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/864] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:02 2026] GET /v2.0/security-groups?tenant_id=f20fa4e4bd344787bdddd3ba39558d2c&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/865] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:03 2026] DELETE /v2.0/security-groups/bacfe0c0-30e8-44d0-9508-5eba5b08d303 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/866] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:03 2026] POST /v2.0/subnets => generated 644 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:03.215 8 WARNING neutron.api.v2.base [None req-632cb132-6729-42c8-af17-02e1c2274d9d e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - 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-16 08:09:03.215 8 INFO neutron.api.v2.resource [None req-632cb132-6729-42c8-af17-02e1c2274d9d e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 439/867] 10.0.0.24 () {34 vars in 680 bytes} [Thu Jul 16 08:09:03 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-16 08:09:03.436 7 INFO neutron.services.segments.plugin [-] Segment 0ef8116b-f0d6-4a43-98bf-e8c2f075e440 resource provider aggregate not found 2026-07-16 08:09:03.443 7 INFO neutron.services.segments.plugin [-] Segment 0ef8116b-f0d6-4a43-98bf-e8c2f075e440 resource provider aggregate not found 2026-07-16 08:09:03.461 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0ef8116b-f0d6-4a43-98bf-e8c2f075e440 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ef8116b-f0d6-4a43-98bf-e8c2f075e440 found for delete ", "request_id": "req-5316e774-ada5-46d8-8c9c-5944f75073cb"}]} [pid: 7|app: 0|req: 429/868] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:03 2026] DELETE /v2.0/networks/ce8a902a-7a0b-428e-929e-3a1326e7fad8 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:03.467 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0ef8116b-f0d6-4a43-98bf-e8c2f075e440 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ef8116b-f0d6-4a43-98bf-e8c2f075e440 found for delete ", "request_id": "req-fe6b94e9-c66e-4b50-9c96-0ac166acfb55"}]} 2026-07-16 08:09:03.525 8 INFO neutron.db.segments_db [None req-57fdf6c6-b66a-4d38-8984-a6e1fe76a95d e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] Added segment fead4c70-ff0c-4ee5-85ef-4a060f6a9057 of type vxlan for network 0c573d98-581f-462c-a3f8-04b098b79528 [pid: 8|app: 0|req: 440/869] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:03 2026] POST /v2.0/networks => generated 725 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/870] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:03 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 430/871] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:03 2026] POST /v2.0/subnets => generated 647 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:03.901 8 WARNING neutron.api.v2.base [None req-b256f331-6768-4c77-83b7-09cd30cdfe21 e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - 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-16 08:09:03.902 8 INFO neutron.api.v2.resource [None req-b256f331-6768-4c77-83b7-09cd30cdfe21 e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 442/872] 10.0.0.24 () {34 vars in 680 bytes} [Thu Jul 16 08:09:03 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/873] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:03 2026] DELETE /v2.0/networks/0c573d98-581f-462c-a3f8-04b098b79528 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:04.193 8 INFO neutron.db.segments_db [None req-d463531c-3c3b-42e9-a804-1ba5b8b60dbc e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] Added segment 34ca18a1-bddb-47e0-add7-d9bf1d27b32b of type vxlan for network 65c5bf1a-fd06-45b8-970f-a50bdc275db7 [pid: 8|app: 0|req: 443/874] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:04 2026] POST /v2.0/networks => generated 726 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/875] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:04 2026] POST /v2.0/subnets => generated 647 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/876] 10.0.0.24 () {34 vars in 680 bytes} [Thu Jul 16 08:09:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/877] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:04 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/878] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:09:05 2026] GET /v2.0/networks/65c5bf1a-fd06-45b8-970f-a50bdc275db7 => generated 654 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:05.484 7 INFO neutron.services.segments.plugin [-] Segment fead4c70-ff0c-4ee5-85ef-4a060f6a9057 resource provider aggregate not found 2026-07-16 08:09:05.491 7 INFO neutron.services.segments.plugin [-] Segment fead4c70-ff0c-4ee5-85ef-4a060f6a9057 resource provider aggregate not found 2026-07-16 08:09:05.508 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fead4c70-ff0c-4ee5-85ef-4a060f6a9057 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fead4c70-ff0c-4ee5-85ef-4a060f6a9057 found for delete ", "request_id": "req-17ad9096-1306-4e6f-b14a-d3f336002ac2"}]} 2026-07-16 08:09:05.508 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fead4c70-ff0c-4ee5-85ef-4a060f6a9057 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fead4c70-ff0c-4ee5-85ef-4a060f6a9057 found for delete ", "request_id": "req-66b806cd-c4f2-4ba9-96b8-7a926fd2c652"}]} [pid: 8|app: 0|req: 446/879] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:05 2026] GET /v2.0/networks?id=dfb11023-d1b8-448e-81b0-861f1ca317f8 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/880] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:09:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a4d419886afb4cfa91299c6791b2b73f => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:05.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a674b3cd-3e05-4c37-9583-cba2c938e56c f11e2c9188c44c3d9abb5ef081984e16 73d2d423c759451e9cb753bbd7d3edab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/881] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:09:05 2026] GET /v2.0/networks/65c5bf1a-fd06-45b8-970f-a50bdc275db7 => generated 138 bytes in 234 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/882] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:05 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 436/883] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:05 2026] DELETE /v2.0/networks/65c5bf1a-fd06-45b8-970f-a50bdc275db7 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:06.203 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6d33027-d4c6-4207-b8a0-702c90747e30 e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 437/884] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:06 2026] DELETE /v2.0/subnets/cbedece3-c729-4db3-878d-241bf1d4de7f => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:06.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e328048a-6289-4cc0-808b-7ef574b781bf e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 438/885] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:06 2026] DELETE /v2.0/subnets/20efcaa9-d103-4164-9b64-fbf9c9d8b9e5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:06.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6769c4b1-9b03-4a87-8c67-5f710d72fcd7 e2edaa226a6b4c319dbf63b3fda7cc87 98adea345b714f06b4eb516879563ac2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/886] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:06 2026] DELETE /v2.0/subnets/7500454d-9f0d-4df7-ab00-e219cf91cf35 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/887] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:09:05 2026] POST /v2.0/ports => generated 958 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/888] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:09:06 2026] PUT /v2.0/ports/d19f0aba-97d4-4b52-bd59-d3ab7454b1c5 => generated 1239 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:06.820 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb002188-2e42-4293-897c-a1fd8adafce0'] response: {'name': 'network-changed', 'server_uuid': '87ecd3ef-fe29-489f-a4da-3bf17737230e', 'tag': 'd19f0aba-97d4-4b52-bd59-d3ab7454b1c5', '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: 449/889] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 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: 441/890] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 450/891] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/security-groups?tenant_id=98adea345b714f06b4eb516879563ac2&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/892] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/ports?tenant_id=a4d419886afb4cfa91299c6791b2b73f&device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/893] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:07 2026] DELETE /v2.0/security-groups/b81f56d1-fa03-41f1-ad3b-07a01145187c => 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: 452/894] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/networks?tenant_id=a4d419886afb4cfa91299c6791b2b73f&shared=False => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/895] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:07.528 7 INFO neutron.services.segments.plugin [-] Segment 34ca18a1-bddb-47e0-add7-d9bf1d27b32b resource provider aggregate not found 2026-07-16 08:09:07.534 7 INFO neutron.services.segments.plugin [-] Segment 34ca18a1-bddb-47e0-add7-d9bf1d27b32b resource provider aggregate not found 2026-07-16 08:09:07.560 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34ca18a1-bddb-47e0-add7-d9bf1d27b32b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34ca18a1-bddb-47e0-add7-d9bf1d27b32b found for delete ", "request_id": "req-5e1dae77-2ce1-4ea8-b7ee-2f56a90a04d6"}]} 2026-07-16 08:09:07.561 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34ca18a1-bddb-47e0-add7-d9bf1d27b32b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34ca18a1-bddb-47e0-add7-d9bf1d27b32b found for delete ", "request_id": "req-f9f29472-6d3b-44f6-a96a-53b1f430a1b2"}]} [pid: 8|app: 0|req: 453/896] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/security-groups?tenant_id=093ff4c159e947f5b69f8dd5a6daf691&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/897] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:07 2026] DELETE /v2.0/security-groups/aa3feee0-584c-40ce-af65-a9ea9e92827a => 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: 454/898] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:07 2026] GET /v2.0/security-groups?tenant_id=73d2d423c759451e9cb753bbd7d3edab&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/899] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:08 2026] DELETE /v2.0/security-groups/f4ed6dc1-b073-4e75-b94a-5306e7735111 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/900] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/901] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/902] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/903] 10.0.0.152 () {34 vars in 971 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/ports/4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 968 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/904] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/ports?tenant_id=a4d419886afb4cfa91299c6791b2b73f&device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/905] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d19f0aba-97d4-4b52-bd59-d3ab7454b1c5 => 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: 458/906] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/subnets?id=a5edd1d6-427e-416b-b00a-a2881df274a6 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/907] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/ports?network_id=dfb11023-d1b8-448e-81b0-861f1ca317f8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/908] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?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: 450/909] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?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: 460/910] 199.19.213.17 () {34 vars in 999 bytes} [Thu Jul 16 08:09:08 2026] GET /v2.0/subnets?network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/911] 199.19.213.17 () {34 vars in 1145 bytes} [Thu Jul 16 08:09:09 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b&device_owner=compute%3Anova&network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/914] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:09 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 455/915] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:09 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 461/916] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:09:09 2026] PUT /v2.0/ports/4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 1149 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:09.733 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-094baa76-ac8a-4dee-8971-8aa1d033ba83'] response: {'name': 'network-changed', 'server_uuid': 'd3190bdd-3e7c-4264-b8c7-7d145b7bdb2b', 'tag': '4d97ff0c-b813-47e3-9ed7-afa08d7a69fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 456/917] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:09 2026] GET /v2.0/security-groups?tenant_id=89d2f4e54d1e4ed788bef40ae9d9002a&name=default => generated 2925 bytes in 420 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: 462/918] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:09 2026] DELETE /v2.0/security-groups/9922e967-ce72-4814-902b-c542b9afffd8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/919] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1421 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/920] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/networks?id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/921] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/security-groups?tenant_id=e919373c06624601aa1921310e170864&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: 465/922] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => 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: 466/923] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/924] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/subnets?id=eae1bbd5-46ae-4019-9a97-1d4f036f8f28 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/925] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:10 2026] DELETE /v2.0/security-groups/e9d5059a-d6ce-4bda-97e9-de78d3eb6a56 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/926] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/ports?network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/927] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/928] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/929] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 470/930] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:10 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 461/931] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1421 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/932] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/networks?id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 780 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/933] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1152 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/934] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => 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: 464/935] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/936] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/937] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/938] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/subnets?id=eae1bbd5-46ae-4019-9a97-1d4f036f8f28 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/939] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 467/940] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/ports?network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48&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: 8|app: 0|req: 474/941] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:11 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 468/942] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 475/943] 10.0.0.24 () {32 vars in 652 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions => generated 21537 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/944] 10.0.0.24 () {32 vars in 680 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/945] 10.0.0.24 () {32 vars in 680 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/946] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/947] 10.0.0.24 () {32 vars in 664 bytes} [Thu Jul 16 08:09:12 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: 7|app: 0|req: 471/948] 10.0.0.24 () {32 vars in 698 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/949] 10.0.0.24 () {32 vars in 696 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/950] 10.0.0.24 () {32 vars in 700 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/951] 10.0.0.24 () {32 vars in 688 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/952] 10.0.0.24 () {32 vars in 702 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/953] 10.0.0.24 () {32 vars in 692 bytes} [Thu Jul 16 08:09:12 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: 7|app: 0|req: 474/954] 10.0.0.24 () {32 vars in 694 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/955] 10.0.0.24 () {32 vars in 684 bytes} [Thu Jul 16 08:09:12 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: 475/956] 10.0.0.24 () {32 vars in 686 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/957] 10.0.0.24 () {32 vars in 660 bytes} [Thu Jul 16 08:09:12 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: 7|app: 0|req: 476/958] 10.0.0.24 () {32 vars in 698 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/959] 10.0.0.24 () {32 vars in 678 bytes} [Thu Jul 16 08:09:12 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: 7|app: 0|req: 477/960] 10.0.0.24 () {32 vars in 682 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/961] 10.0.0.24 () {32 vars in 674 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/962] 10.0.0.24 () {32 vars in 688 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/963] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:09:12 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: 485/964] 199.19.213.17 () {34 vars in 1119 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/965] 10.0.0.24 () {32 vars in 686 bytes} [Thu Jul 16 08:09:12 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/966] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:09:12 2026] PUT /v2.0/ports/4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 968 bytes in 545 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: 488/967] 10.0.0.24 () {32 vars in 668 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:13.226 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a744778-612a-4bf0-be93-c64f154c0484'] response: {'name': 'network-changed', 'server_uuid': 'd3190bdd-3e7c-4264-b8c7-7d145b7bdb2b', 'tag': '4d97ff0c-b813-47e3-9ed7-afa08d7a69fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 480/968] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:09:12 2026] POST /v2.0/floatingips => generated 552 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/969] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/970] 10.0.0.24 () {32 vars in 686 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/971] 10.0.0.24 () {32 vars in 680 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/972] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/973] 10.0.0.24 () {32 vars in 698 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/974] 10.0.0.24 () {32 vars in 678 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/975] 10.0.0.24 () {32 vars in 666 bytes} [Thu Jul 16 08:09:13 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: 8|app: 0|req: 495/976] 10.0.0.24 () {32 vars in 676 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/977] 10.0.0.24 () {32 vars in 664 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/l3-ha => 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: 497/978] 10.0.0.24 () {32 vars in 674 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/979] 10.0.0.24 () {32 vars in 712 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/980] 10.0.0.24 () {32 vars in 690 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/981] 10.0.0.24 () {32 vars in 682 bytes} [Thu Jul 16 08:09:13 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: 8|app: 0|req: 501/982] 10.0.0.24 () {32 vars in 668 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/983] 10.0.0.24 () {32 vars in 686 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/984] 10.0.0.24 () {32 vars in 704 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/985] 10.0.0.24 () {32 vars in 674 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/986] 10.0.0.24 () {32 vars in 700 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/987] 10.0.0.24 () {32 vars in 674 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/988] 10.0.0.24 () {32 vars in 692 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/989] 10.0.0.24 () {32 vars in 688 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/990] 10.0.0.24 () {32 vars in 708 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/991] 10.0.0.24 () {32 vars in 704 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/992] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/993] 10.0.0.24 () {32 vars in 696 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/994] 10.0.0.24 () {32 vars in 710 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/995] 10.0.0.24 () {32 vars in 668 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/996] 10.0.0.24 () {32 vars in 686 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/997] 10.0.0.24 () {32 vars in 680 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/998] 10.0.0.24 () {32 vars in 674 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/999] 10.0.0.24 () {32 vars in 670 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1000] 10.0.0.24 () {32 vars in 660 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1001] 10.0.0.24 () {32 vars in 698 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1002] 10.0.0.24 () {32 vars in 698 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 522/1003] 10.0.0.24 () {32 vars in 676 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1004] 10.0.0.24 () {32 vars in 668 bytes} [Thu Jul 16 08:09:13 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: 524/1005] 10.0.0.24 () {32 vars in 682 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1006] 10.0.0.24 () {32 vars in 700 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1007] 10.0.0.24 () {32 vars in 684 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1008] 10.0.0.24 () {32 vars in 706 bytes} [Thu Jul 16 08:09:13 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: 528/1009] 10.0.0.24 () {32 vars in 668 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1010] 10.0.0.24 () {32 vars in 696 bytes} [Thu Jul 16 08:09:13 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: 530/1011] 10.0.0.24 () {32 vars in 694 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1012] 10.0.0.24 () {32 vars in 684 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/qos-rules-alias => 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: 532/1013] 10.0.0.24 () {32 vars in 688 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1014] 10.0.0.24 () {32 vars in 704 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1015] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1016] 10.0.0.24 () {32 vars in 666 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1017] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/networks?id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => 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: 537/1018] 10.0.0.24 () {32 vars in 680 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1019] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:09:13 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1020] 10.0.0.24 () {32 vars in 680 bytes} [Thu Jul 16 08:09:13 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: 8|app: 0|req: 538/1021] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => 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: 539/1022] 10.0.0.24 () {32 vars in 690 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1023] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/subnets?id=eae1bbd5-46ae-4019-9a97-1d4f036f8f28 => 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: 541/1024] 10.0.0.24 () {32 vars in 690 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1025] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/ports?network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48&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: 543/1026] 10.0.0.24 () {32 vars in 694 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1027] 10.0.0.24 () {32 vars in 684 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1028] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 546/1029] 10.0.0.24 () {32 vars in 688 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1030] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:13 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1031] 10.0.0.24 () {32 vars in 700 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1032] 10.0.0.24 () {32 vars in 702 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1033] 10.0.0.24 () {32 vars in 712 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1034] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1035] 10.0.0.24 () {32 vars in 714 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1036] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1037] 10.0.0.24 () {32 vars in 740 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1038] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1039] 10.0.0.24 () {32 vars in 682 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1040] 10.0.0.24 () {32 vars in 668 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1041] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1042] 10.0.0.24 () {32 vars in 678 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1043] 10.0.0.24 () {32 vars in 668 bytes} [Thu Jul 16 08:09:14 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: 8|app: 0|req: 561/1044] 10.0.0.24 () {32 vars in 696 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1045] 10.0.0.24 () {32 vars in 704 bytes} [Thu Jul 16 08:09:14 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: 563/1046] 10.0.0.24 () {32 vars in 700 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1047] 10.0.0.24 () {32 vars in 700 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1048] 10.0.0.24 () {32 vars in 682 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1049] 10.0.0.24 () {32 vars in 704 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1050] 10.0.0.24 () {32 vars in 694 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1051] 10.0.0.24 () {32 vars in 688 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1052] 10.0.0.24 () {32 vars in 696 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1053] 10.0.0.24 () {32 vars in 678 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1054] 10.0.0.24 () {32 vars in 688 bytes} [Thu Jul 16 08:09:14 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: 572/1055] 10.0.0.24 () {32 vars in 700 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1056] 10.0.0.24 () {32 vars in 664 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1057] 10.0.0.24 () {32 vars in 680 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1058] 10.0.0.24 () {32 vars in 676 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1059] 10.0.0.24 () {32 vars in 692 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1060] 10.0.0.24 () {32 vars in 676 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1061] 10.0.0.24 () {32 vars in 666 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1062] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:09:13 2026] POST /v2.0/floatingips => generated 552 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1063] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:09:14 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: 8|app: 0|req: 580/1064] 10.0.0.24 () {32 vars in 674 bytes} [Thu Jul 16 08:09:14 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: 8|app: 0|req: 581/1065] 10.0.0.24 () {32 vars in 686 bytes} [Thu Jul 16 08:09:14 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: 582/1066] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1067] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1068] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:14 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1069] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:09:14 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:14.882 8 INFO neutron.db.l3_db [None req-900e8f98-9cc3-4c5c-b967-e77fd319d67c 1a5324f732ff43dfb4f129cb9b440b2a a4d419886afb4cfa91299c6791b2b73f - - default default] Floating IP 858785ab-1598-4e9c-b94f-4547250c1885 associated. External IP: 10.96.250.219, port: d19f0aba-97d4-4b52-bd59-d3ab7454b1c5. [pid: 8|app: 0|req: 585/1070] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:09:14 2026] PUT /v2.0/floatingips/858785ab-1598-4e9c-b94f-4547250c1885 => generated 856 bytes in 650 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:15.266 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e704c5cb-3ade-41db-93d8-302963baa99d'] response: {'name': 'network-changed', 'server_uuid': '87ecd3ef-fe29-489f-a4da-3bf17737230e', 'tag': 'd19f0aba-97d4-4b52-bd59-d3ab7454b1c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 486/1071] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:09:14 2026] POST /v2.0/floatingips => generated 552 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1072] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/security-groups?tenant_id=fd1a6043329645efb917a1a70ac847be&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1073] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/ports?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1074] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1075] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:09:15 2026] PUT /v2.0/floatingips/ce985f83-6bd1-4c28-9275-b0058d8466ae/tags => generated 17 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1076] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:15 2026] DELETE /v2.0/security-groups/70c40606-b1a7-47f2-a742-336e814afd20 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1077] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/networks?id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1078] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&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: 590/1079] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1080] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:09:15 2026] PUT /v2.0/floatingips/03ea86fe-db36-4bd8-ad93-01e039073001/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1081] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/subnets?id=eae1bbd5-46ae-4019-9a97-1d4f036f8f28 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1082] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/ports?tenant_id=a4d419886afb4cfa91299c6791b2b73f&device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 491/1083] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:09:15 2026] PUT /v2.0/floatingips/0bb99f3e-ed7a-451c-a40f-5e9b5370a0e2/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1084] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/ports?network_id=6ac9aa40-5fbf-43b8-bd06-77a733e8ce48&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: 492/1085] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:09:15 2026] PUT /v2.0/floatingips/96c29c6d-d3ff-4f5e-a925-c3b4ecfffd4f/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1086] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/networks?id=dfb11023-d1b8-448e-81b0-861f1ca317f8 => generated 772 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1087] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 595/1088] 10.0.0.24 () {32 vars in 671 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/floatingips?tags=red => 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: 494/1089] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d19f0aba-97d4-4b52-bd59-d3ab7454b1c5 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1090] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48?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: 495/1091] 10.0.0.24 () {32 vars in 685 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1092] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/subnets?id=a5edd1d6-427e-416b-b00a-a2881df274a6 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1093] 10.0.0.24 () {32 vars in 681 bytes} [Thu Jul 16 08:09:15 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1094] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/ports?network_id=dfb11023-d1b8-448e-81b0-861f1ca317f8&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: 497/1095] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1096] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1097] 10.0.0.24 () {32 vars in 679 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1098] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?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: 499/1099] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1100] 10.0.0.24 () {32 vars in 689 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1101] 10.0.0.24 () {32 vars in 701 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:16.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bef3824-3db5-427f-859b-a1f61bb94b2e 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] TaaS: Handle Delete Port: 851716fe-a5a1-42f7-b3a3-d6fd5de32d47 2026-07-16 08:09:16.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bef3824-3db5-427f-859b-a1f61bb94b2e 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] Tap Mirror: Handle Delete Port: 851716fe-a5a1-42f7-b3a3-d6fd5de32d47 [pid: 8|app: 0|req: 602/1102] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:16 2026] DELETE /v2.0/floatingips/ce985f83-6bd1-4c28-9275-b0058d8466ae => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:16.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1ec30b5-71e6-453e-8b49-628e2e840950 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] TaaS: Handle Delete Port: 20e45dbf-fb4f-424e-a128-931431181c6a 2026-07-16 08:09:16.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1ec30b5-71e6-453e-8b49-628e2e840950 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] Tap Mirror: Handle Delete Port: 20e45dbf-fb4f-424e-a128-931431181c6a [pid: 8|app: 0|req: 603/1103] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1104] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:16 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1105] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:16 2026] DELETE /v2.0/floatingips/03ea86fe-db36-4bd8-ad93-01e039073001 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:17.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a4d3b0d-8060-428f-be19-e11ce7007e8a 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] TaaS: Handle Delete Port: 056d9ff1-f5d0-4e1a-a290-bcc1f4b876c7 2026-07-16 08:09:17.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a4d3b0d-8060-428f-be19-e11ce7007e8a 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] Tap Mirror: Handle Delete Port: 056d9ff1-f5d0-4e1a-a290-bcc1f4b876c7 [pid: 8|app: 0|req: 605/1106] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:16 2026] DELETE /v2.0/floatingips/0bb99f3e-ed7a-451c-a40f-5e9b5370a0e2 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:17.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7255efa-ce56-4de6-9b02-0c5fca679c66 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] TaaS: Handle Delete Port: 5c384b32-3e0d-42ac-a27d-80f5de535cb6 2026-07-16 08:09:17.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7255efa-ce56-4de6-9b02-0c5fca679c66 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] Tap Mirror: Handle Delete Port: 5c384b32-3e0d-42ac-a27d-80f5de535cb6 [pid: 7|app: 0|req: 502/1107] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:17 2026] DELETE /v2.0/floatingips/96c29c6d-d3ff-4f5e-a925-c3b4ecfffd4f => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:17.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-d307e3bb-f6b1-4788-8edd-7a12169ab3c1 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] TaaS: Handle Delete Port: 46f2ce3b-4b36-4f4d-b182-32041c56ceb8 2026-07-16 08:09:17.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d307e3bb-f6b1-4788-8edd-7a12169ab3c1 89d87c2df87549ff9a85dc85137462f7 2cd78d12ff624a099143997d2d323997 - - default default] Tap Mirror: Handle Delete Port: 46f2ce3b-4b36-4f4d-b182-32041c56ceb8 2026-07-16 08:09:17.725 8 INFO neutron.db.segments_db [None req-1f0d5cc4-ec22-43ec-90d2-26969a2abab0 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Added segment 70ed8da0-88a5-444a-8d68-bd25b158e966 of type vxlan for network fc5b1d87-92b7-4fff-9846-c1d904d2336f [pid: 8|app: 0|req: 606/1108] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:17 2026] POST /v2.0/networks => generated 649 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1109] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:09:17 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 503/1110] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:17 2026] DELETE /v2.0/floatingips/ddf2de8d-6f51-4af2-8b1e-17b1395ea111 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:17.991 7 INFO neutron_taas.services.taas.taas_plugin [req-d0d4217f-7199-4d41-8a86-e8416e5901c8 req-850a6d74-05f4-4af1-b16e-0791da42fa3d f56cd0002ab44879be15c1fc7802f238 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] TaaS: Handle Delete Port: 4d97ff0c-b813-47e3-9ed7-afa08d7a69fb 2026-07-16 08:09:17.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d0d4217f-7199-4d41-8a86-e8416e5901c8 req-850a6d74-05f4-4af1-b16e-0791da42fa3d f56cd0002ab44879be15c1fc7802f238 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] Tap Mirror: Handle Delete Port: 4d97ff0c-b813-47e3-9ed7-afa08d7a69fb [pid: 8|app: 0|req: 608/1111] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:17 2026] POST /v2.0/subnets => generated 627 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1112] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:18 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:18.166 7 INFO neutron.db.l3_db [req-d0d4217f-7199-4d41-8a86-e8416e5901c8 req-850a6d74-05f4-4af1-b16e-0791da42fa3d f56cd0002ab44879be15c1fc7802f238 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] Floating IP b96761a7-411c-42f9-b843-2d742da17747 disassociated. External IP: 10.96.250.218, port: 4d97ff0c-b813-47e3-9ed7-afa08d7a69fb. 2026-07-16 08:09:18.174 8 INFO neutron.db.segments_db [None req-54c1eeb1-a34a-4384-aea9-428c4ed5b8bf 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Added segment 3dd8145b-dfff-4c75-b0b7-7b9a07043a5c of type vxlan for network 5ed0f26c-855d-4c6d-a373-fca1ebc4a107 2026-07-16 08:09:18.424 8 INFO neutron.db.l3_hamode_db [None req-54c1eeb1-a34a-4384-aea9-428c4ed5b8bf 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 504/1113] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:09:17 2026] DELETE /v2.0/ports/4d97ff0c-b813-47e3-9ed7-afa08d7a69fb => generated 0 bytes in 638 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1114] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:18 2026] GET /v2.0/security-groups?id=6881c9bc-81f9-43a6-af5f-cccd22a94162&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:18.529 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dac92be2-a97f-4601-b809-99765ff5608d'] response: {'server_uuid': 'd3190bdd-3e7c-4264-b8c7-7d145b7bdb2b', 'name': 'network-vif-deleted', 'tag': '4d97ff0c-b813-47e3-9ed7-afa08d7a69fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 506/1115] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:18 2026] GET /v2.0/security-groups?tenant_id=409def0ecca446958ace5f7705db3b14&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1116] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:18 2026] DELETE /v2.0/security-groups/f43da0be-6500-43e5-8414-5884d9dbe41f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:19.260 8 INFO neutron.db.l3_hamode_db [None req-54c1eeb1-a34a-4384-aea9-428c4ed5b8bf 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 508/1117] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:19 2026] GET /v2.0/security-groups?tenant_id=2cd78d12ff624a099143997d2d323997&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: 509/1118] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:19 2026] DELETE /v2.0/security-groups/53d0f26d-31c9-492e-8811-ce8ad1a4f450 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1119] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:19 2026] GET /v2.0/security-groups?tenant_id=fcef6c5aae3945e79eeab3ee31fa6009&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1120] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:19 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 512/1121] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:19 2026] DELETE /v2.0/security-groups/524336fa-cf32-45b1-b708-9192d8c46bc5 => 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: 610/1122] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:18 2026] POST /v2.0/routers => generated 694 bytes in 2109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1123] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:20 2026] GET /v2.0/ports?device_id=d3190bdd-3e7c-4264-b8c7-7d145b7bdb2b => 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: 513/1124] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:09:20 2026] PUT /v2.0/routers/f4b25608-ecea-46db-83e3-140daf12a1d7/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1125] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:09:21 2026] POST /v2.0/ports => generated 955 bytes in 428 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: 514/1126] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:21 2026] DELETE /v2.0/security-groups/6881c9bc-81f9-43a6-af5f-cccd22a94162 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:22.061 7 INFO neutron.api.v2.resource [None req-ba7481be-d452-4421-89d2-80e2b8ede151 f56cd0002ab44879be15c1fc7802f238 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 515/1127] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:09:22 2026] GET /v2.0/security-groups/6881c9bc-81f9-43a6-af5f-cccd22a94162 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:22.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbe88701-b81a-4924-807f-ae225d633268 f56cd0002ab44879be15c1fc7802f238 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] TaaS: Handle Delete Port: f69c21c3-68d6-474b-ada4-5197baeae1a2 2026-07-16 08:09:22.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbe88701-b81a-4924-807f-ae225d633268 f56cd0002ab44879be15c1fc7802f238 7d0a3a9aa6ee4f7d99446570532c5474 - - default default] Tap Mirror: Handle Delete Port: f69c21c3-68d6-474b-ada4-5197baeae1a2 [pid: 8|app: 0|req: 613/1128] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:09:21 2026] POST /v2.0/ports => generated 959 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1129] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:22 2026] DELETE /v2.0/floatingips/b96761a7-411c-42f9-b843-2d742da17747 => generated 0 bytes in 289 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-16 08:09:22.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-a821b34b-9b9c-41b9-8029-d616696e3b76 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: c190af61-ae11-40e5-9f82-239344b1e708 2026-07-16 08:09:22.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a821b34b-9b9c-41b9-8029-d616696e3b76 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: c190af61-ae11-40e5-9f82-239344b1e708 2026-07-16 08:09:23.113 8 INFO neutron.db.l3_db [None req-9ce520d3-39b3-4adb-b025-bd8ea10e21a7 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Floating IP 0d2d3316-8aed-44fa-b97b-01b2e007ead3 associated. External IP: 10.96.250.204, port: 88244f8b-2854-42b5-8ac9-cd1105b3ab21. [pid: 8|app: 0|req: 614/1130] 10.0.0.24 () {34 vars in 676 bytes} [Thu Jul 16 08:09:22 2026] POST /v2.0/floatingips => generated 843 bytes in 1207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1131] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:09:22 2026] PUT /v2.0/routers/92d7fcc9-f068-4ca5-a0b6-8ac7695e0e51/remove_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1132] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:09:23 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:23.678 7 INFO neutron.db.l3_db [None req-681545cb-2ecc-4346-bf0b-6f50a9af8092 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Floating IP 0d2d3316-8aed-44fa-b97b-01b2e007ead3 disassociated. External IP: 10.96.250.204, port: 88244f8b-2854-42b5-8ac9-cd1105b3ab21. 2026-07-16 08:09:23.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dac1dd6-847d-451b-9c85-1c74a804c538 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 44bf810e-282a-4b36-b725-5a92585164a3 2026-07-16 08:09:23.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dac1dd6-847d-451b-9c85-1c74a804c538 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 44bf810e-282a-4b36-b725-5a92585164a3 2026-07-16 08:09:24.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dac1dd6-847d-451b-9c85-1c74a804c538 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: a3683838-50ea-4c67-a525-9ac2c6074dc1 2026-07-16 08:09:24.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dac1dd6-847d-451b-9c85-1c74a804c538 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: a3683838-50ea-4c67-a525-9ac2c6074dc1 [pid: 7|app: 0|req: 518/1133] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:09:23 2026] PUT /v2.0/floatingips/0d2d3316-8aed-44fa-b97b-01b2e007ead3 => generated 552 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1134] 10.0.0.163 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:24 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:24.482 8 INFO neutron.services.segments.plugin [-] Segment afdae602-0ec1-494e-bd2c-4a0d3d5e53de resource provider aggregate not found 2026-07-16 08:09:24.486 8 INFO neutron.services.segments.plugin [-] Segment afdae602-0ec1-494e-bd2c-4a0d3d5e53de resource provider aggregate not found 2026-07-16 08:09:24.502 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment afdae602-0ec1-494e-bd2c-4a0d3d5e53de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afdae602-0ec1-494e-bd2c-4a0d3d5e53de found for delete ", "request_id": "req-5a908bfc-559f-46ed-9e98-5dbff8c22104"}]} 2026-07-16 08:09:24.504 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment afdae602-0ec1-494e-bd2c-4a0d3d5e53de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afdae602-0ec1-494e-bd2c-4a0d3d5e53de found for delete ", "request_id": "req-c11f68fe-5225-4d42-b506-5150f5865363"}]} 2026-07-16 08:09:24.519 8 INFO neutron.db.l3_hamode_db [None req-9dac1dd6-847d-451b-9c85-1c74a804c538 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network e1ad89a5-89c4-4eb4-a2df-c3808c5e7eb3 was deleted as no HA routers are present in tenant 7d0a3a9aa6ee4f7d99446570532c5474. [pid: 8|app: 0|req: 616/1137] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:23 2026] DELETE /v2.0/routers/92d7fcc9-f068-4ca5-a0b6-8ac7695e0e51 => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:24.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd6d8283-ec5c-40b8-87c2-158ba30c37bd 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] TaaS: Handle Delete Port: 80547a23-7632-44d2-8811-d48a0523e476 2026-07-16 08:09:24.659 7 INFO neutron.db.segments_db [None req-255c6e51-1ee7-4c75-848e-4ab77a60f9ad ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Added segment c0a710a5-170a-4803-902f-74d89c7e2495 of type vxlan for network 9cc79a95-1ad8-47b9-8557-920ad6d54ee3 2026-07-16 08:09:24.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd6d8283-ec5c-40b8-87c2-158ba30c37bd 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Tap Mirror: Handle Delete Port: 80547a23-7632-44d2-8811-d48a0523e476 [pid: 7|app: 0|req: 522/1138] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:24 2026] POST /v2.0/networks => generated 631 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1139] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:24 2026] DELETE /v2.0/floatingips/0d2d3316-8aed-44fa-b97b-01b2e007ead3 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1140] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:24 2026] DELETE /v2.0/subnets/eae1bbd5-46ae-4019-9a97-1d4f036f8f28 => 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: 618/1141] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:09:24 2026] POST /v2.0/ports => generated 743 bytes in 320 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-16 08:09:25.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-26095d6b-b986-430c-a02e-a9ae3b1d18a5 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: f65a47b8-04b7-4a1f-85f6-0b739e6997a3 2026-07-16 08:09:25.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26095d6b-b986-430c-a02e-a9ae3b1d18a5 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: f65a47b8-04b7-4a1f-85f6-0b739e6997a3 [pid: 8|app: 0|req: 619/1142] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:25 2026] DELETE /v2.0/networks/6ac9aa40-5fbf-43b8-bd06-77a733e8ce48 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:25.481 8 INFO neutron.db.segments_db [None req-90cfd6e4-4d75-494f-b8c8-ad4f594a0c7d ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Added segment d6d66972-a50e-4634-beec-da6a14094ae6 of type vxlan for network 9e07d5e3-d6e8-4e38-a33e-cacaed8ea69e [pid: 8|app: 0|req: 620/1143] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:25 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:25.612 7 INFO neutron.db.l3_db [None req-3ac90a01-6326-43be-bcea-2d448a0eddc5 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Floating IP 17c85b73-ea70-4b76-a94b-4da8304f15f4 associated. External IP: 10.96.250.217, port: f1443c6e-b091-43ea-80ff-daae79846f8a. [pid: 8|app: 0|req: 621/1144] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:09:25 2026] POST /v2.0/ports => generated 743 bytes in 324 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: 622/1145] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:25 2026] GET /v2.0/security-groups?tenant_id=7d0a3a9aa6ee4f7d99446570532c5474&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1146] 10.0.0.24 () {34 vars in 676 bytes} [Thu Jul 16 08:09:24 2026] POST /v2.0/floatingips => generated 842 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:26.002 8 INFO neutron.db.segments_db [None req-168f9794-0830-4dad-9eba-1d3c905f993f ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Added segment 77942f80-e1f0-4542-ad69-76e8c6b0e3b4 of type vxlan for network e8af5aa0-be5f-4b03-8695-5c111f1bbd54 [pid: 7|app: 0|req: 525/1147] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:25 2026] DELETE /v2.0/security-groups/8c1556d6-6262-485b-ad7a-548b556ff77c => 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: 623/1148] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:25 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1149] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:09:26 2026] GET /v2.0/floatingips/17c85b73-ea70-4b76-a94b-4da8304f15f4 => generated 842 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1150] 10.0.0.24 () {32 vars in 654 bytes} [Thu Jul 16 08:09:26 2026] GET /v2.0/floatingips => generated 845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1151] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:09:26 2026] POST /v2.0/ports => generated 743 bytes in 314 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-16 08:09:26.480 8 INFO neutron.db.segments_db [None req-1fa2e40a-3c69-4362-bcfc-6dc9104763eb ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Added segment 35f59f21-1672-448c-ba39-a6a2dd788e36 of type vxlan for network 39a01cc6-3bf8-44da-b17b-911d539e58ab 2026-07-16 08:09:26.537 8 INFO neutron.services.segments.plugin [-] Segment 9a2d4667-d521-4bf2-b63a-cbd07f890dda resource provider aggregate not found 2026-07-16 08:09:26.542 8 INFO neutron.services.segments.plugin [-] Segment 9a2d4667-d521-4bf2-b63a-cbd07f890dda resource provider aggregate not found 2026-07-16 08:09:26.557 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9a2d4667-d521-4bf2-b63a-cbd07f890dda resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a2d4667-d521-4bf2-b63a-cbd07f890dda found for delete ", "request_id": "req-aee2eea4-844b-4d02-a32e-b5e5139e39ed"}]} 2026-07-16 08:09:26.561 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9a2d4667-d521-4bf2-b63a-cbd07f890dda resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a2d4667-d521-4bf2-b63a-cbd07f890dda found for delete ", "request_id": "req-80a18dd3-1efa-409e-b5b7-432abe78fde4"}]} 2026-07-16 08:09:26.571 7 INFO neutron.db.l3_db [None req-ad58204e-dd39-4c5f-932d-d59865670886 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Floating IP 17c85b73-ea70-4b76-a94b-4da8304f15f4 associated. External IP: 10.96.250.217, port: f1443c6e-b091-43ea-80ff-daae79846f8a. [pid: 8|app: 0|req: 625/1152] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:26 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1153] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:09:26 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-16 08:09:26.997 8 INFO neutron.db.segments_db [None req-c38cac4f-c7dd-4fbc-b0e5-c7592d01b0a7 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Added segment acf993cc-defc-476e-8d99-cd0ee783c4a9 of type vxlan for network 13baba1d-cd60-452e-8a02-a0451745be56 [pid: 8|app: 0|req: 627/1154] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:26 2026] POST /v2.0/networks => generated 632 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1155] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:09:26 2026] PUT /v2.0/floatingips/17c85b73-ea70-4b76-a94b-4da8304f15f4 => generated 843 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:27.305 7 INFO neutron.db.l3_db [None req-baa02b3f-c8f9-4493-906e-a3c5695cfeff 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Floating IP 17c85b73-ea70-4b76-a94b-4da8304f15f4 disassociated. External IP: 10.96.250.217, port: 88244f8b-2854-42b5-8ac9-cd1105b3ab21. [pid: 8|app: 0|req: 628/1156] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:09:27 2026] POST /v2.0/ports => generated 743 bytes in 313 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: 629/1157] 10.0.0.24 () {34 vars in 746 bytes} [Thu Jul 16 08:09:27 2026] PUT /v2.0/ports/dae64717-c458-4cd7-a376-96aba6fa0e7a/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 529/1158] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:09:27 2026] PUT /v2.0/floatingips/17c85b73-ea70-4b76-a94b-4da8304f15f4 => generated 552 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1159] 10.0.0.24 () {34 vars in 746 bytes} [Thu Jul 16 08:09:27 2026] PUT /v2.0/ports/1b697f67-772e-4da4-a4a8-b7769b2c059a/tags => generated 25 bytes in 73 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: 631/1160] 10.0.0.24 () {34 vars in 746 bytes} [Thu Jul 16 08:09:27 2026] PUT /v2.0/ports/a631ec1b-de26-4597-9537-dad71f010a1b/tags => generated 34 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-16 08:09:27.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbf7e9a6-a531-41e8-9e16-02a90e6f19d7 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] TaaS: Handle Delete Port: c3a5d5df-4a0e-4ce4-a510-9c2663b6aee6 2026-07-16 08:09:27.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbf7e9a6-a531-41e8-9e16-02a90e6f19d7 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Tap Mirror: Handle Delete Port: c3a5d5df-4a0e-4ce4-a510-9c2663b6aee6 [pid: 8|app: 0|req: 632/1161] 10.0.0.24 () {34 vars in 746 bytes} [Thu Jul 16 08:09:27 2026] PUT /v2.0/ports/7b1d2d55-961d-412b-a559-152dfd11523e/tags => generated 19 bytes in 69 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: 633/1162] 10.0.0.24 () {32 vars in 659 bytes} [Thu Jul 16 08:09:27 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1163] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:27 2026] DELETE /v2.0/floatingips/17c85b73-ea70-4b76-a94b-4da8304f15f4 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1164] 10.0.0.24 () {32 vars in 673 bytes} [Thu Jul 16 08:09:27 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:27.905 7 INFO neutron.api.v2.resource [None req-7333340a-c42e-4ef4-bbde-d91f563c9b36 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1165] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:27 2026] DELETE /v2.0/floatingips/17c85b73-ea70-4b76-a94b-4da8304f15f4 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1166] 10.0.0.24 () {32 vars in 669 bytes} [Thu Jul 16 08:09:27 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) 2026-07-16 08:09:28.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1009784-cb07-40b9-bfe9-42277037b918 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] TaaS: Handle Delete Port: 88244f8b-2854-42b5-8ac9-cd1105b3ab21 2026-07-16 08:09:28.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1009784-cb07-40b9-bfe9-42277037b918 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Tap Mirror: Handle Delete Port: 88244f8b-2854-42b5-8ac9-cd1105b3ab21 [pid: 7|app: 0|req: 532/1167] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:27 2026] DELETE /v2.0/ports/88244f8b-2854-42b5-8ac9-cd1105b3ab21 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:28.295 8 INFO neutron.db.segments_db [None req-78ba24ba-8bf5-4aaa-a068-f093a6636149 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 6da227ac-2d59-42f0-8b68-f297ef64d610 of type vxlan for network 013ed54b-96f1-4ebd-9856-085bbc475b43 [pid: 7|app: 0|req: 533/1168] 10.0.0.24 () {32 vars in 681 bytes} [Thu Jul 16 08:09:28 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1169] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:09:27 2026] POST /v2.0/networks => generated 737 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:28.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dcbe6e0-b3bc-4f9a-aef7-08f75c1f5079 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] TaaS: Handle Delete Port: f1443c6e-b091-43ea-80ff-daae79846f8a 2026-07-16 08:09:28.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dcbe6e0-b3bc-4f9a-aef7-08f75c1f5079 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Tap Mirror: Handle Delete Port: f1443c6e-b091-43ea-80ff-daae79846f8a [pid: 7|app: 0|req: 534/1170] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:28 2026] DELETE /v2.0/ports/f1443c6e-b091-43ea-80ff-daae79846f8a => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1171] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:28 2026] POST /v2.0/subnets => generated 685 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1172] 10.0.0.24 () {32 vars in 667 bytes} [Thu Jul 16 08:09:28 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1173] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:09:28 2026] GET /v2.0/ports?device_id=f4b25608-ecea-46db-83e3-140daf12a1d7 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:28.893 8 INFO neutron.db.segments_db [None req-42124208-0898-4d4d-92e9-342eb7b75d04 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 68e01d44-2fb8-4104-8867-9e42f74b2eee of type vxlan for network 1e84a61d-8f30-4e18-9840-6448a1df88c4 [pid: 7|app: 0|req: 537/1174] 10.0.0.24 () {32 vars in 681 bytes} [Thu Jul 16 08:09:28 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:29.116 8 INFO neutron.db.l3_hamode_db [None req-42124208-0898-4d4d-92e9-342eb7b75d04 ac31ff30f3fc4a28941d5307260f910d 910824dcbfb64087b97b9ee9ee2353b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:09:29.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-540d36f3-b8ba-47cd-ab41-67c711735c32 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] TaaS: Handle Delete Port: 2d16eee7-bed0-40ec-88a1-d79d882eb187 2026-07-16 08:09:29.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-540d36f3-b8ba-47cd-ab41-67c711735c32 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Tap Mirror: Handle Delete Port: 2d16eee7-bed0-40ec-88a1-d79d882eb187 2026-07-16 08:09:29.888 8 INFO neutron.db.l3_hamode_db [None req-42124208-0898-4d4d-92e9-342eb7b75d04 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 538/1175] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:09:29 2026] PUT /v2.0/routers/f4b25608-ecea-46db-83e3-140daf12a1d7/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1176] 10.0.0.24 () {32 vars in 677 bytes} [Thu Jul 16 08:09:29 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:30.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-d208e6be-8032-400e-8db6-977f01d2e61e 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] TaaS: Handle Delete Port: f25eb344-f9d2-4c6f-bfb5-901c797e2e3a 2026-07-16 08:09:30.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d208e6be-8032-400e-8db6-977f01d2e61e 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Tap Mirror: Handle Delete Port: f25eb344-f9d2-4c6f-bfb5-901c797e2e3a 2026-07-16 08:09:30.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-d208e6be-8032-400e-8db6-977f01d2e61e 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] TaaS: Handle Delete Port: 0cbf9058-6f00-4faf-92db-e91f1887cd45 2026-07-16 08:09:30.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d208e6be-8032-400e-8db6-977f01d2e61e 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] Tap Mirror: Handle Delete Port: 0cbf9058-6f00-4faf-92db-e91f1887cd45 [pid: 8|app: 0|req: 638/1177] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:28 2026] POST /v2.0/routers => generated 725 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1178] 10.0.0.24 () {32 vars in 689 bytes} [Thu Jul 16 08:09:30 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:30.898 7 INFO neutron.services.segments.plugin [-] Segment 3dd8145b-dfff-4c75-b0b7-7b9a07043a5c resource provider aggregate not found 2026-07-16 08:09:30.898 7 INFO neutron.services.segments.plugin [-] Segment 3dd8145b-dfff-4c75-b0b7-7b9a07043a5c resource provider aggregate not found 2026-07-16 08:09:30.920 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dd8145b-dfff-4c75-b0b7-7b9a07043a5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd8145b-dfff-4c75-b0b7-7b9a07043a5c found for delete ", "request_id": "req-5862491b-e01e-4305-acb3-9b24ca307b03"}]} 2026-07-16 08:09:30.920 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dd8145b-dfff-4c75-b0b7-7b9a07043a5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd8145b-dfff-4c75-b0b7-7b9a07043a5c found for delete ", "request_id": "req-47166500-8fdf-4ee7-8eee-78d0c4032223"}]} 2026-07-16 08:09:30.930 7 INFO neutron.db.l3_hamode_db [None req-d208e6be-8032-400e-8db6-977f01d2e61e 0ed8366c97d3435eb0259812baf2ba71 75b7e8086b18465796a0704c8a0acb81 - - default default] HA network 5ed0f26c-855d-4c6d-a373-fca1ebc4a107 was deleted as no HA routers are present in tenant 75b7e8086b18465796a0704c8a0acb81. [pid: 7|app: 0|req: 540/1179] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:30 2026] DELETE /v2.0/routers/f4b25608-ecea-46db-83e3-140daf12a1d7 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:31.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca42e0fa-4e90-4ca2-8766-c6da6c2726a9 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] TaaS: Handle Delete Port: dae64717-c458-4cd7-a376-96aba6fa0e7a 2026-07-16 08:09:31.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca42e0fa-4e90-4ca2-8766-c6da6c2726a9 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Tap Mirror: Handle Delete Port: dae64717-c458-4cd7-a376-96aba6fa0e7a [pid: 7|app: 0|req: 541/1180] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:30 2026] DELETE /v2.0/ports/dae64717-c458-4cd7-a376-96aba6fa0e7a => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1181] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:31 2026] DELETE /v2.0/subnets/b9a99a34-94ee-4924-8527-a0cfee0636f0 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:31.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-1252690d-eb68-43a5-83c4-ee2a19b06daf ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] TaaS: Handle Delete Port: 1b697f67-772e-4da4-a4a8-b7769b2c059a 2026-07-16 08:09:31.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1252690d-eb68-43a5-83c4-ee2a19b06daf ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Tap Mirror: Handle Delete Port: 1b697f67-772e-4da4-a4a8-b7769b2c059a [pid: 7|app: 0|req: 543/1182] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:31 2026] DELETE /v2.0/ports/1b697f67-772e-4da4-a4a8-b7769b2c059a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1183] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:31 2026] DELETE /v2.0/networks/fc5b1d87-92b7-4fff-9846-c1d904d2336f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:31.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-93dbf16a-4b86-476f-ba6e-bcff7d7d42f0 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] TaaS: Handle Delete Port: a631ec1b-de26-4597-9537-dad71f010a1b 2026-07-16 08:09:31.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93dbf16a-4b86-476f-ba6e-bcff7d7d42f0 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Tap Mirror: Handle Delete Port: a631ec1b-de26-4597-9537-dad71f010a1b [pid: 7|app: 0|req: 545/1184] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:31 2026] DELETE /v2.0/ports/a631ec1b-de26-4597-9537-dad71f010a1b => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:31.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8f4f91b-7409-49d8-8064-7ce2ec620f33 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] TaaS: Handle Delete Port: 7b1d2d55-961d-412b-a559-152dfd11523e 2026-07-16 08:09:31.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f4f91b-7409-49d8-8064-7ce2ec620f33 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Tap Mirror: Handle Delete Port: 7b1d2d55-961d-412b-a559-152dfd11523e [pid: 7|app: 0|req: 546/1185] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:31 2026] DELETE /v2.0/ports/7b1d2d55-961d-412b-a559-152dfd11523e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1186] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:09:30 2026] PUT /v2.0/routers/a12d9edc-b63b-4fcc-a77a-ce36b64b1ff0/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:31.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-eacb741f-552e-4432-b86e-49fc453238e3 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] TaaS: Handle Delete Port: 1d337a9a-1eae-4397-9ada-59160006f591 2026-07-16 08:09:31.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eacb741f-552e-4432-b86e-49fc453238e3 ce3400befe6a440cb98878601e3f99d5 1050753e534146e1bc4d5dce358d238a - - default default] Tap Mirror: Handle Delete Port: 1d337a9a-1eae-4397-9ada-59160006f591 [pid: 7|app: 0|req: 547/1187] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:31 2026] DELETE /v2.0/ports/1d337a9a-1eae-4397-9ada-59160006f591 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:32.222 8 INFO neutron.services.segments.plugin [-] Segment c0a710a5-170a-4803-902f-74d89c7e2495 resource provider aggregate not found 2026-07-16 08:09:32.255 8 INFO neutron.services.segments.plugin [-] Segment c0a710a5-170a-4803-902f-74d89c7e2495 resource provider aggregate not found 2026-07-16 08:09:32.259 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0a710a5-170a-4803-902f-74d89c7e2495 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0a710a5-170a-4803-902f-74d89c7e2495 found for delete ", "request_id": "req-f241ea86-61ae-4599-87fe-83cd46666d74"}]} [pid: 8|app: 0|req: 641/1188] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:32 2026] DELETE /v2.0/networks/9cc79a95-1ad8-47b9-8557-920ad6d54ee3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:32.285 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0a710a5-170a-4803-902f-74d89c7e2495 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0a710a5-170a-4803-902f-74d89c7e2495 found for delete ", "request_id": "req-e5db0791-9177-4a42-8645-f336ede54109"}]} [pid: 7|app: 0|req: 548/1189] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:32 2026] GET /v2.0/security-groups?tenant_id=75b7e8086b18465796a0704c8a0acb81&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1190] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:32 2026] DELETE /v2.0/security-groups/571922a2-079a-4bbc-98d7-5f85ee23525b => 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: 642/1191] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:32 2026] DELETE /v2.0/networks/9e07d5e3-d6e8-4e38-a33e-cacaed8ea69e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1192] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:32 2026] DELETE /v2.0/networks/e8af5aa0-be5f-4b03-8695-5c111f1bbd54 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1193] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:09:32 2026] POST /v2.0/security-groups => generated 1659 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1194] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:32 2026] DELETE /v2.0/networks/39a01cc6-3bf8-44da-b17b-911d539e58ab => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1195] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:09:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1196] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:32 2026] DELETE /v2.0/networks/13baba1d-cd60-452e-8a02-a0451745be56 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:32.942 7 INFO neutron.services.segments.plugin [-] Segment 70ed8da0-88a5-444a-8d68-bd25b158e966 resource provider aggregate not found 2026-07-16 08:09:32.946 7 INFO neutron.services.segments.plugin [-] Segment 70ed8da0-88a5-444a-8d68-bd25b158e966 resource provider aggregate not found [pid: 8|app: 0|req: 645/1197] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:09:32 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) 2026-07-16 08:09:32.968 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70ed8da0-88a5-444a-8d68-bd25b158e966 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70ed8da0-88a5-444a-8d68-bd25b158e966 found for delete ", "request_id": "req-69e87528-b879-4b09-9b19-b60bf5638aca"}]} 2026-07-16 08:09:32.972 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70ed8da0-88a5-444a-8d68-bd25b158e966 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70ed8da0-88a5-444a-8d68-bd25b158e966 found for delete ", "request_id": "req-04da463d-77ff-41de-acb5-39f525234dfd"}]} 2026-07-16 08:09:32.997 7 INFO neutron.services.segments.plugin [-] Segment 77942f80-e1f0-4542-ad69-76e8c6b0e3b4 resource provider aggregate not found 2026-07-16 08:09:33.004 7 INFO neutron.services.segments.plugin [-] Segment 77942f80-e1f0-4542-ad69-76e8c6b0e3b4 resource provider aggregate not found 2026-07-16 08:09:33.024 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 77942f80-e1f0-4542-ad69-76e8c6b0e3b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77942f80-e1f0-4542-ad69-76e8c6b0e3b4 found for delete ", "request_id": "req-e277f7f2-b06e-4af6-b341-f4fa1f1c3109"}]} 2026-07-16 08:09:33.030 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 77942f80-e1f0-4542-ad69-76e8c6b0e3b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77942f80-e1f0-4542-ad69-76e8c6b0e3b4 found for delete ", "request_id": "req-76dac5be-1bca-43fd-a660-a54e0f405d2f"}]} 2026-07-16 08:09:33.053 7 INFO neutron.services.segments.plugin [-] Segment 35f59f21-1672-448c-ba39-a6a2dd788e36 resource provider aggregate not found 2026-07-16 08:09:33.061 7 INFO neutron.services.segments.plugin [-] Segment 35f59f21-1672-448c-ba39-a6a2dd788e36 resource provider aggregate not found 2026-07-16 08:09:33.078 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35f59f21-1672-448c-ba39-a6a2dd788e36 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f59f21-1672-448c-ba39-a6a2dd788e36 found for delete ", "request_id": "req-1b3a04fa-7db6-433f-80ac-1c4b14267519"}]} 2026-07-16 08:09:33.084 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35f59f21-1672-448c-ba39-a6a2dd788e36 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f59f21-1672-448c-ba39-a6a2dd788e36 found for delete ", "request_id": "req-db960f97-8834-481e-9fbc-5ef6a9c86da8"}]} 2026-07-16 08:09:33.117 7 INFO neutron.services.segments.plugin [-] Segment acf993cc-defc-476e-8d99-cd0ee783c4a9 resource provider aggregate not found 2026-07-16 08:09:33.119 7 INFO neutron.services.segments.plugin [-] Segment acf993cc-defc-476e-8d99-cd0ee783c4a9 resource provider aggregate not found 2026-07-16 08:09:33.144 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acf993cc-defc-476e-8d99-cd0ee783c4a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf993cc-defc-476e-8d99-cd0ee783c4a9 found for delete ", "request_id": "req-3ab217dc-86d8-48f5-836e-3684f7d76fe0"}]} 2026-07-16 08:09:33.146 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acf993cc-defc-476e-8d99-cd0ee783c4a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf993cc-defc-476e-8d99-cd0ee783c4a9 found for delete ", "request_id": "req-b231d8c6-aba2-45d2-9652-22735b70e272"}]} [pid: 7|app: 0|req: 553/1198] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:09:32 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1199] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:33 2026] GET /v2.0/security-groups?tenant_id=f64545b958c94155b2093a4cfb55440a&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1200] 10.0.0.152 () {34 vars in 1098 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--723728723&fields=id&tenant_id=910824dcbfb64087b97b9ee9ee2353b1 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1201] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:34 2026] DELETE /v2.0/security-groups/70ff6276-5308-45a0-a08e-67ad15489c4d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1202] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/networks?id=013ed54b-96f1-4ebd-9856-085bbc475b43 => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1203] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/quotas/910824dcbfb64087b97b9ee9ee2353b1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1204] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/ports?tenant_id=910824dcbfb64087b97b9ee9ee2353b1&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:34.289 8 INFO neutron.services.segments.plugin [-] Segment d6d66972-a50e-4634-beec-da6a14094ae6 resource provider aggregate not found 2026-07-16 08:09:34.310 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6d66972-a50e-4634-beec-da6a14094ae6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d66972-a50e-4634-beec-da6a14094ae6 found for delete ", "request_id": "req-37e1715c-d392-49c2-abd8-076ab800b865"}]} 2026-07-16 08:09:34.316 8 INFO neutron.services.segments.plugin [-] Segment d6d66972-a50e-4634-beec-da6a14094ae6 resource provider aggregate not found [pid: 8|app: 0|req: 650/1205] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/security-groups?tenant_id=1050753e534146e1bc4d5dce358d238a&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1206] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/networks/013ed54b-96f1-4ebd-9856-085bbc475b43?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:09:34.339 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6d66972-a50e-4634-beec-da6a14094ae6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d66972-a50e-4634-beec-da6a14094ae6 found for delete ", "request_id": "req-55fef4c1-4413-4ca9-bfb5-948ea9fad58b"}]} [pid: 7|app: 0|req: 557/1207] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/networks/013ed54b-96f1-4ebd-9856-085bbc475b43?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: 651/1208] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:34 2026] DELETE /v2.0/security-groups/e4ed7d2f-0cac-4fb2-9a01-40d9baf46439 => 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: 652/1209] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 653/1210] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:34 2026] GET /v2.0/security-groups?tenant_id=1db161ebba9d44c695e92621f69832e3&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:34.813 7 INFO neutron.db.segments_db [None req-bc0ae5fb-1c8e-4cf2-8fcb-fc4b3d2df639 f3c9581c9152469e948b7899ea3daa62 cfddac68998346b78e407bfdff4d0cb0 - - default default] Added segment 97c1265f-afa7-4312-b41d-010c0567a509 of type vxlan for network bae7fcc9-55f2-474b-ae24-f8aeeacb42e5 [pid: 8|app: 0|req: 654/1211] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:34 2026] DELETE /v2.0/security-groups/f537c3d4-30b1-460b-9d35-2c74aca6d1f0 => 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: 558/1212] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:34 2026] POST /v2.0/networks => generated 647 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1213] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:35 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 655/1214] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:35 2026] POST /v2.0/subnets => generated 673 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:35.803 8 INFO neutron.db.segments_db [None req-6c4b709e-f42c-4aff-baeb-86978e7c557a f3c9581c9152469e948b7899ea3daa62 cfddac68998346b78e407bfdff4d0cb0 - - default default] Added segment 816fb957-8390-4ecd-8150-a85ea126e422 of type vxlan for network 8f3045cc-5a4a-41ee-a657-906ee64bebe7 [pid: 7|app: 0|req: 560/1215] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:35 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1216] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:35 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1217] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:35 2026] POST /v2.0/networks => generated 648 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1218] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:35 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1219] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:35 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 657/1220] 10.0.0.24 () {34 vars in 742 bytes} [Thu Jul 16 08:09:35 2026] PUT /v2.0/networks/8f3045cc-5a4a-41ee-a657-906ee64bebe7 => generated 592 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1221] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:36 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1222] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1223] 10.0.0.24 () {34 vars in 740 bytes} [Thu Jul 16 08:09:36 2026] PUT /v2.0/subnets/da6df32e-cd64-4fe4-b59f-751e17a42070 => generated 656 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1224] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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-16 08:09:36.660 8 INFO neutron.services.segments.plugin [-] Segment 816fb957-8390-4ecd-8150-a85ea126e422 resource provider aggregate not found 2026-07-16 08:09:36.667 8 INFO neutron.services.segments.plugin [-] Segment 816fb957-8390-4ecd-8150-a85ea126e422 resource provider aggregate not found 2026-07-16 08:09:36.691 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 816fb957-8390-4ecd-8150-a85ea126e422 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816fb957-8390-4ecd-8150-a85ea126e422 found for delete ", "request_id": "req-b6fd2dcc-2582-4ecd-80d5-35d168629a63"}]} 2026-07-16 08:09:36.706 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 816fb957-8390-4ecd-8150-a85ea126e422 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816fb957-8390-4ecd-8150-a85ea126e422 found for delete ", "request_id": "req-92221494-c9cf-41cb-a9b3-2582ea34aa15"}]} [pid: 8|app: 0|req: 659/1225] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:36 2026] DELETE /v2.0/networks/8f3045cc-5a4a-41ee-a657-906ee64bebe7 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:36.737 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b664e904-052f-45e5-ab71-929a1d6fcd4c f3c9581c9152469e948b7899ea3daa62 cfddac68998346b78e407bfdff4d0cb0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1226] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:36 2026] DELETE /v2.0/networks/8f3045cc-5a4a-41ee-a657-906ee64bebe7 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1227] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1228] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 661/1229] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/subnets?network_id=84af83b9-5cd4-4f60-a435-53b80010f88c => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1230] 10.0.0.24 () {32 vars in 652 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1231] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/networks => generated 1312 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1232] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/subnets => generated 1312 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1233] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:09:36 2026] GET /v2.0/networks/bae7fcc9-55f2-474b-ae24-f8aeeacb42e5 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1234] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:09:37 2026] GET /v2.0/subnets/9a391dc4-8728-48cb-a6ce-bc3688c4fb8f => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:37.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8fd2c1e8-cfc9-45f4-a684-9d43ad6869f0 f3c9581c9152469e948b7899ea3daa62 cfddac68998346b78e407bfdff4d0cb0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1235] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:37 2026] DELETE /v2.0/subnets/da6df32e-cd64-4fe4-b59f-751e17a42070 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:37.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-300f8cc3-65cf-43a9-87f3-6f288193b131 f3c9581c9152469e948b7899ea3daa62 cfddac68998346b78e407bfdff4d0cb0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1236] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:37 2026] DELETE /v2.0/networks/8f3045cc-5a4a-41ee-a657-906ee64bebe7 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1237] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:37 2026] DELETE /v2.0/subnets/9a391dc4-8728-48cb-a6ce-bc3688c4fb8f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:37.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-48da1b55-1193-4b37-b5fc-e3cb58e0e33a f3c9581c9152469e948b7899ea3daa62 cfddac68998346b78e407bfdff4d0cb0 - - default default] TaaS: Handle Delete Port: 0b4e05c0-bc37-4d69-b270-3de03c5f2502 2026-07-16 08:09:37.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48da1b55-1193-4b37-b5fc-e3cb58e0e33a f3c9581c9152469e948b7899ea3daa62 cfddac68998346b78e407bfdff4d0cb0 - - default default] Tap Mirror: Handle Delete Port: 0b4e05c0-bc37-4d69-b270-3de03c5f2502 2026-07-16 08:09:37.605 7 INFO neutron.services.segments.plugin [-] Segment 97c1265f-afa7-4312-b41d-010c0567a509 resource provider aggregate not found 2026-07-16 08:09:37.622 7 INFO neutron.services.segments.plugin [-] Segment 97c1265f-afa7-4312-b41d-010c0567a509 resource provider aggregate not found 2026-07-16 08:09:37.629 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97c1265f-afa7-4312-b41d-010c0567a509 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c1265f-afa7-4312-b41d-010c0567a509 found for delete ", "request_id": "req-c234d775-eeb6-4c39-9205-5c6b21ba1aa3"}]} [pid: 7|app: 0|req: 573/1238] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:37 2026] DELETE /v2.0/networks/bae7fcc9-55f2-474b-ae24-f8aeeacb42e5 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:37.655 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97c1265f-afa7-4312-b41d-010c0567a509 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c1265f-afa7-4312-b41d-010c0567a509 found for delete ", "request_id": "req-3ca209f9-c8bb-46b8-9a0a-78182929ba2e"}]} [pid: 8|app: 0|req: 666/1239] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:37 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1240] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:37 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1241] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:37 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 575/1242] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:37 2026] GET /v2.0/ports?tenant_id=a4d419886afb4cfa91299c6791b2b73f&device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 668/1243] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:37 2026] GET /v2.0/networks?id=dfb11023-d1b8-448e-81b0-861f1ca317f8 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1244] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:09:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d19f0aba-97d4-4b52-bd59-d3ab7454b1c5 => 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: 669/1245] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/subnets?id=a5edd1d6-427e-416b-b00a-a2881df274a6 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1246] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/ports?network_id=dfb11023-d1b8-448e-81b0-861f1ca317f8&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1247] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1248] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8?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: 671/1249] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/security-groups?tenant_id=cfddac68998346b78e407bfdff4d0cb0&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1250] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:38 2026] DELETE /v2.0/security-groups/079d36dd-ebb1-4d3a-9f19-a5f7e3be8ab3 => 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: 672/1251] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1252] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1253] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:38 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 581/1256] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:39 2026] GET /v2.0/networks?id=013ed54b-96f1-4ebd-9856-085bbc475b43 => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1257] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:09:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=910824dcbfb64087b97b9ee9ee2353b1 => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1258] 10.0.0.24 () {34 vars in 677 bytes} [Thu Jul 16 08:09:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1259] 10.0.0.24 () {34 vars in 677 bytes} [Thu Jul 16 08:09:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1260] 10.0.0.24 () {34 vars in 677 bytes} [Thu Jul 16 08:09:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1261] 10.0.0.24 () {34 vars in 677 bytes} [Thu Jul 16 08:09:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1262] 10.0.0.24 () {34 vars in 677 bytes} [Thu Jul 16 08:09:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1263] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:09:39 2026] PUT /v2.0/policies/67ad77d6-1046-4c43-be4c-3985b26df19c/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: 682/1264] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:09:39 2026] PUT /v2.0/policies/8c7aabd9-0d32-456f-a393-cc5af9051192/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: 583/1265] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:09:39 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 683/1266] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:09:39 2026] PUT /v2.0/policies/519d306b-0b7b-41b0-bc55-e1fa981fb708/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1267] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:09:39 2026] PUT /v2.0/policies/f1660eb3-af5c-4c78-9c86-2066cbef91c4/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: 685/1268] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:39 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 686/1269] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:39 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1270] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1271] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:09:39 2026] PUT /v2.0/ports/5794ca21-b0af-4688-9db5-f452650de0fd => generated 1235 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1272] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:40.184 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fd8e5d4-9088-49ba-9cb7-4343e4e94a4d'] response: {'name': 'network-changed', 'server_uuid': 'da946e69-e542-4428-b04d-1e94a1e39106', 'tag': '5794ca21-b0af-4688-9db5-f452650de0fd', '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: 585/1273] 10.0.0.24 () {32 vars in 673 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1274] 10.0.0.24 () {32 vars in 687 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1275] 10.0.0.24 () {32 vars in 683 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:40.480 8 INFO neutron.db.segments_db [None req-aa202e61-c62a-46bd-8f66-5731a1e5c41f 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] Added segment 218cdd01-95a6-492b-9f05-4bbf7efa5904 of type vxlan for network c488fe73-3e54-4441-9659-edc74bee96a5 [pid: 7|app: 0|req: 588/1276] 10.0.0.24 () {32 vars in 695 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1277] 10.0.0.24 () {32 vars in 681 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1278] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:40 2026] POST /v2.0/networks => generated 649 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1279] 10.0.0.24 () {32 vars in 695 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1280] 10.0.0.24 () {32 vars in 691 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1281] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/ports?tenant_id=910824dcbfb64087b97b9ee9ee2353b1&device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1282] 10.0.0.24 () {32 vars in 703 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1283] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:09:40 2026] GET /v2.0/networks?tenant_id=910824dcbfb64087b97b9ee9ee2353b1&shared=False => generated 765 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1284] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:09:40 2026] DELETE /v2.0/qos/policies/67ad77d6-1046-4c43-be4c-3985b26df19c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1285] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:09:40 2026] POST /v2.0/ports => generated 779 bytes in 328 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: 596/1286] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:09:40 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: 8|app: 0|req: 691/1287] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:09:40 2026] DELETE /v2.0/qos/policies/8c7aabd9-0d32-456f-a393-cc5af9051192 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:40.959 7 INFO neutron.db.segments_db [None req-ccdd7ab5-bc64-4167-bb3a-c62812f327ad 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] Added segment ba54a102-38ef-493f-bea2-4221f3456624 of type vxlan for network 98038634-370c-4cc7-bc86-39772d4f9923 [pid: 8|app: 0|req: 692/1288] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:09:40 2026] DELETE /v2.0/qos/policies/519d306b-0b7b-41b0-bc55-e1fa981fb708 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1289] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:40 2026] POST /v2.0/networks => generated 635 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1290] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:09:41 2026] DELETE /v2.0/qos/policies/f1660eb3-af5c-4c78-9c86-2066cbef91c4 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1291] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:41 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1292] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:09:41 2026] DELETE /v2.0/qos/policies/5b55ced9-eaf1-43ce-9e2a-28e919d55aa5 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1293] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:41 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 697/1294] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:41 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 598/1295] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:41 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1296] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:41 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&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: 7|app: 0|req: 599/1297] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:09:41 2026] POST /v2.0/ports => generated 966 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:09:41.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2a11cd3-146c-4016-abf7-a0f30ee23dd8 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] TaaS: Handle Delete Port: 7e8a7b0f-9261-4784-95ad-7737da229cfb 2026-07-16 08:09:41.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2a11cd3-146c-4016-abf7-a0f30ee23dd8 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] Tap Mirror: Handle Delete Port: 7e8a7b0f-9261-4784-95ad-7737da229cfb [pid: 8|app: 0|req: 699/1298] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:41 2026] DELETE /v2.0/ports/7e8a7b0f-9261-4784-95ad-7737da229cfb => generated 0 bytes in 290 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-16 08:09:41.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a37e8747-35ee-4b57-881e-3dd93b1d94f3 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1299] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:41 2026] DELETE /v2.0/ports/7e8a7b0f-9261-4784-95ad-7737da229cfb => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:41.961 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c1aa5ae-f862-4784-8fb9-e83c3726a930 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1300] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:09:41 2026] GET /v2.0/ports/7e8a7b0f-9261-4784-95ad-7737da229cfb => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1301] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:41 2026] GET /v2.0/ports?tenant_id=910824dcbfb64087b97b9ee9ee2353b1&device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1302] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:09:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5794ca21-b0af-4688-9db5-f452650de0fd => 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: 602/1303] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:41 2026] DELETE /v2.0/subnets/59f19bc9-a131-412d-8f6f-3e96d4b63adf => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1304] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/subnets?id=bffa469a-2524-402a-a1a4-3679872badbc => generated 688 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:42.211 7 INFO neutron.services.segments.plugin [-] Segment ba54a102-38ef-493f-bea2-4221f3456624 resource provider aggregate not found 2026-07-16 08:09:42.219 7 INFO neutron.services.segments.plugin [-] Segment ba54a102-38ef-493f-bea2-4221f3456624 resource provider aggregate not found 2026-07-16 08:09:42.236 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba54a102-38ef-493f-bea2-4221f3456624 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba54a102-38ef-493f-bea2-4221f3456624 found for delete ", "request_id": "req-7e236acd-6c05-4c24-9d25-5cc703826d22"}]} 2026-07-16 08:09:42.238 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba54a102-38ef-493f-bea2-4221f3456624 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba54a102-38ef-493f-bea2-4221f3456624 found for delete ", "request_id": "req-9aed2615-5bb2-4095-9383-3cc4789b71d7"}]} [pid: 7|app: 0|req: 604/1305] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:42 2026] DELETE /v2.0/networks/98038634-370c-4cc7-bc86-39772d4f9923 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1306] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/security-groups?tenant_id=04d86ec18bff47c788570d27279191c3&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1307] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/ports?network_id=013ed54b-96f1-4ebd-9856-085bbc475b43&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:42.332 8 INFO neutron.db.segments_db [None req-d1b75709-c3ed-4bfe-b576-d3aa90b1ab2d 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] Added segment ca66e372-c62a-4e24-aab1-2fef64a61c42 of type vxlan for network 5741b5e2-f503-4f02-acf3-43f00044b39b [pid: 7|app: 0|req: 606/1308] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:42 2026] DELETE /v2.0/security-groups/d53ca9ac-ba04-41a1-83a6-7a09fcaa8898 => 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: 703/1309] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:42 2026] POST /v2.0/networks => generated 635 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1310] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1311] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/networks/013ed54b-96f1-4ebd-9856-085bbc475b43?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: 608/1312] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 609/1313] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1314] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/security-groups?tenant_id=acd3d4ead5254f3ea116cf2a294449c3&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1315] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/networks/013ed54b-96f1-4ebd-9856-085bbc475b43?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: 612/1316] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&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: 705/1317] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:09:42 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1318] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:42 2026] DELETE /v2.0/security-groups/f60d5b16-74d7-4c2c-a03a-1cff026fb167 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1319] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:09:42 2026] POST /v2.0/ports => generated 928 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1320] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:42 2026] GET /v2.0/security-groups?tenant_id=ca07ea74a27a40099a6e75d6dee1cebc&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:43.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-90951dfb-b100-4d96-8b04-8f348068144f 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] TaaS: Handle Delete Port: 2a8385e5-fde0-4f26-a708-4471e4bcd448 2026-07-16 08:09:43.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90951dfb-b100-4d96-8b04-8f348068144f 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] Tap Mirror: Handle Delete Port: 2a8385e5-fde0-4f26-a708-4471e4bcd448 [pid: 7|app: 0|req: 615/1321] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:43 2026] DELETE /v2.0/security-groups/7b9456f4-8312-4ade-bada-e7ff53abdae8 => 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: 707/1322] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:43 2026] DELETE /v2.0/ports/2a8385e5-fde0-4f26-a708-4471e4bcd448 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:43.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbcd5224-484d-44e1-b5ef-e2709eafe571 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1323] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:09:43 2026] GET /v2.0/ports/2a8385e5-fde0-4f26-a708-4471e4bcd448 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1324] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:43 2026] DELETE /v2.0/subnets/b9c0621b-8ec4-49b1-aeec-f7c494d26700 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1325] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:43 2026] DELETE /v2.0/networks/5741b5e2-f503-4f02-acf3-43f00044b39b => 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: 618/1326] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:43 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1327] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:43 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 620/1328] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:43 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1329] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:09:43 2026] POST /v2.0/ports => generated 778 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1330] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:43 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&fields=id&fields=name => generated 113 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: 8|app: 0|req: 710/1331] 10.0.0.24 () {34 vars in 736 bytes} [Thu Jul 16 08:09:43 2026] PUT /v2.0/ports/efb8591a-02cd-4e6c-b79b-869df6a02bb0 => generated 752 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:44.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c01977c-3137-4a77-807d-83396998eb01 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] TaaS: Handle Delete Port: efb8591a-02cd-4e6c-b79b-869df6a02bb0 2026-07-16 08:09:44.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c01977c-3137-4a77-807d-83396998eb01 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] Tap Mirror: Handle Delete Port: efb8591a-02cd-4e6c-b79b-869df6a02bb0 [pid: 7|app: 0|req: 622/1332] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:44 2026] DELETE /v2.0/ports/efb8591a-02cd-4e6c-b79b-869df6a02bb0 => generated 0 bytes in 187 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-16 08:09:44.275 7 INFO neutron.services.segments.plugin [-] Segment ca66e372-c62a-4e24-aab1-2fef64a61c42 resource provider aggregate not found 2026-07-16 08:09:44.284 7 INFO neutron.services.segments.plugin [-] Segment ca66e372-c62a-4e24-aab1-2fef64a61c42 resource provider aggregate not found 2026-07-16 08:09:44.298 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca66e372-c62a-4e24-aab1-2fef64a61c42 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca66e372-c62a-4e24-aab1-2fef64a61c42 found for delete ", "request_id": "req-508b50e4-6028-4681-8cba-b109edffabbd"}]} [pid: 8|app: 0|req: 711/1333] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:09:44 2026] GET /v2.0/ports => generated 782 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:44.309 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca66e372-c62a-4e24-aab1-2fef64a61c42 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca66e372-c62a-4e24-aab1-2fef64a61c42 found for delete ", "request_id": "req-824fb5eb-bd67-4627-84fb-4ff419ed2f1b"}]} 2026-07-16 08:09:44.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35c6b312-0799-4843-8476-a005fa2a87a0 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1334] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:09:44 2026] GET /v2.0/ports/efb8591a-02cd-4e6c-b79b-869df6a02bb0 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1335] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:09:44 2026] GET /v2.0/ports => generated 782 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1336] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:09:44 2026] GET /v2.0/ports/898ef2da-e770-4d1e-ab48-36dd4725eebf => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:44.457 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8916d09-07c2-48ff-8a42-64f0d22569b6 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 713/1337] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:44 2026] DELETE /v2.0/ports/2a8385e5-fde0-4f26-a708-4471e4bcd448 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:44.478 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de583068-3a3c-4e3d-ac82-96ba5cb5b9b3 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1338] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:44 2026] DELETE /v2.0/subnets/b9c0621b-8ec4-49b1-aeec-f7c494d26700 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:44.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cb3e392-cbe2-4988-a226-1d778bcc6da6 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 714/1339] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:44 2026] DELETE /v2.0/subnets/59f19bc9-a131-412d-8f6f-3e96d4b63adf => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:09:44.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-608a0445-a1a4-45be-9a8b-ee2a14b387bd 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] TaaS: Handle Delete Port: 898ef2da-e770-4d1e-ab48-36dd4725eebf 2026-07-16 08:09:44.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-608a0445-a1a4-45be-9a8b-ee2a14b387bd 6447f40d948f46e09b9348f6a6c21d02 5bcf3aa232ae450e8602cd8836a1fe6c - - default default] Tap Mirror: Handle Delete Port: 898ef2da-e770-4d1e-ab48-36dd4725eebf [pid: 7|app: 0|req: 626/1340] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:44 2026] DELETE /v2.0/ports/898ef2da-e770-4d1e-ab48-36dd4725eebf => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1341] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:44 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1342] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:44 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:44.873 8 INFO neutron.services.segments.plugin [-] Segment 218cdd01-95a6-492b-9f05-4bbf7efa5904 resource provider aggregate not found 2026-07-16 08:09:44.880 8 INFO neutron.services.segments.plugin [-] Segment 218cdd01-95a6-492b-9f05-4bbf7efa5904 resource provider aggregate not found 2026-07-16 08:09:44.897 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 218cdd01-95a6-492b-9f05-4bbf7efa5904 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 218cdd01-95a6-492b-9f05-4bbf7efa5904 found for delete ", "request_id": "req-b802204a-aec5-45b5-938e-caccc2242f71"}]} [pid: 8|app: 0|req: 715/1343] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:44 2026] DELETE /v2.0/networks/c488fe73-3e54-4441-9659-edc74bee96a5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:44.907 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 218cdd01-95a6-492b-9f05-4bbf7efa5904 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 218cdd01-95a6-492b-9f05-4bbf7efa5904 found for delete ", "request_id": "req-dda68ce9-cf95-4424-947b-7b03b2dffb2f"}]} [pid: 7|app: 0|req: 629/1344] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:44 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1345] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:45 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&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: 630/1346] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:45 2026] GET /v2.0/security-groups?tenant_id=5bcf3aa232ae450e8602cd8836a1fe6c&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1347] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:45 2026] DELETE /v2.0/security-groups/27d57d2d-fae5-4bd7-b33e-f8905b4a31c6 => 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: 631/1348] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:45 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 718/1349] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:45 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1350] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:46 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1351] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:46 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&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: 7|app: 0|req: 633/1352] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:47 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1353] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:47 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 634/1354] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:47 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 721/1355] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:47 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1356] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:09:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1357] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:09:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1358] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:09:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1359] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:09:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1360] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:48 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 638/1361] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:48 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1362] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:48 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 724/1363] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:09:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1364] 10.0.0.24 () {34 vars in 766 bytes} [Thu Jul 16 08:09:48 2026] PUT /v2.0/security-groups/52fa94dc-a354-49ce-a812-905494385af1/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1365] 10.0.0.24 () {34 vars in 766 bytes} [Thu Jul 16 08:09:48 2026] PUT /v2.0/security-groups/5edd0dfd-bdc9-47dd-8862-0372cd1a5ef6/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1366] 10.0.0.24 () {34 vars in 766 bytes} [Thu Jul 16 08:09:48 2026] PUT /v2.0/security-groups/acf71dc6-2f79-443e-9ab6-51c93df91ae4/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1367] 10.0.0.24 () {34 vars in 766 bytes} [Thu Jul 16 08:09:48 2026] PUT /v2.0/security-groups/1ffefabd-ac0b-48e2-addb-129f2a042826/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:09:48.902 7 INFO neutron.db.l3_db [None req-18098e71-5b30-4369-92ab-4e33217e5047 c79e2bd226364e6aa84bfa2c6a129d08 910824dcbfb64087b97b9ee9ee2353b1 - - default default] Floating IP a88e6cca-5690-4177-acdc-de6e1edea468 associated. External IP: 10.96.250.216, port: 5794ca21-b0af-4688-9db5-f452650de0fd. [pid: 8|app: 0|req: 729/1368] 10.0.0.24 () {32 vars in 679 bytes} [Thu Jul 16 08:09:48 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1369] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:09:48 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1370] 10.0.0.24 () {32 vars in 689 bytes} [Thu Jul 16 08:09:48 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1371] 10.0.0.24 () {32 vars in 701 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1372] 10.0.0.24 () {32 vars in 687 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1373] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:09:48 2026] PUT /v2.0/floatingips/a88e6cca-5690-4177-acdc-de6e1edea468 => generated 855 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1374] 10.0.0.24 () {32 vars in 701 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:49.211 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19eb8f74-27c7-439d-a2db-b48f883c9676'] response: {'name': 'network-changed', 'server_uuid': 'da946e69-e542-4428-b04d-1e94a1e39106', 'tag': '5794ca21-b0af-4688-9db5-f452650de0fd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 641/1375] 10.0.0.24 () {32 vars in 697 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1376] 10.0.0.24 () {32 vars in 709 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1377] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1378] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&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: 643/1379] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:49 2026] DELETE /v2.0/security-groups/52fa94dc-a354-49ce-a812-905494385af1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1380] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:49 2026] DELETE /v2.0/security-groups/5edd0dfd-bdc9-47dd-8862-0372cd1a5ef6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1381] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:49 2026] DELETE /v2.0/security-groups/acf71dc6-2f79-443e-9ab6-51c93df91ae4 => 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: 738/1382] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1383] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:49 2026] DELETE /v2.0/security-groups/1ffefabd-ac0b-48e2-addb-129f2a042826 => 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: 739/1384] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1385] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/ports?tenant_id=910824dcbfb64087b97b9ee9ee2353b1&device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1386] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/networks?id=013ed54b-96f1-4ebd-9856-085bbc475b43 => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1387] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5794ca21-b0af-4688-9db5-f452650de0fd => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1388] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:49 2026] DELETE /v2.0/security-groups/f98d0e50-7f72-4db5-b434-246892b45a5a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1389] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/subnets?id=bffa469a-2524-402a-a1a4-3679872badbc => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1390] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/ports?network_id=013ed54b-96f1-4ebd-9856-085bbc475b43&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1391] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:09:49 2026] GET /v2.0/networks/013ed54b-96f1-4ebd-9856-085bbc475b43?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: 742/1392] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:09:50 2026] GET /v2.0/networks/013ed54b-96f1-4ebd-9856-085bbc475b43?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: 651/1393] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:50 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 652/1394] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:50 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&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: 743/1395] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:50 2026] GET /v2.0/security-groups?tenant_id=666e4ada8fc34f8d85e693881ed05f64&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1396] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:51 2026] DELETE /v2.0/security-groups/cbc353cd-d5fa-477b-8343-38cdf88e22e7 => 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: 744/1397] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:51 2026] GET /v2.0/security-groups?tenant_id=34d38200781a46c382673bfd5f0ef033&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1398] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:51 2026] DELETE /v2.0/security-groups/7cfbebcd-760b-4f0a-b35b-12abe5ff6bfd => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1399] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:51 2026] GET /v2.0/security-groups?tenant_id=23067a1f91be4b23951bf7e1449e59d7&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1400] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:51 2026] GET /v2.0/security-groups?tenant_id=4910d56f13244f3c9da7d32fdeafdc98&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1401] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:51 2026] DELETE /v2.0/security-groups/98ece85b-78f6-4a0d-b227-f7abdb934231 => 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: 656/1402] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:51 2026] DELETE /v2.0/security-groups/625e46fc-b89f-42e2-a94f-9e05d2da03e6 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1403] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:52 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 658/1404] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:09:52 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1405] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:52 2026] GET /v2.0/security-groups?id=9023da41-48e0-46c7-b282-0d03bdaf43f7&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1406] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:52 2026] GET /v2.0/security-groups?tenant_id=143c393349154becadd50ad93e4b8822&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:52.209 7 INFO neutron_taas.services.taas.taas_plugin [req-6c502efe-5af5-482a-9b4e-267b9640e2fd req-130bb5fa-19dd-4243-8be6-1812dd5c4909 c79e2bd226364e6aa84bfa2c6a129d08 910824dcbfb64087b97b9ee9ee2353b1 - - default default] TaaS: Handle Delete Port: 5794ca21-b0af-4688-9db5-f452650de0fd 2026-07-16 08:09:52.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c502efe-5af5-482a-9b4e-267b9640e2fd req-130bb5fa-19dd-4243-8be6-1812dd5c4909 c79e2bd226364e6aa84bfa2c6a129d08 910824dcbfb64087b97b9ee9ee2353b1 - - default default] Tap Mirror: Handle Delete Port: 5794ca21-b0af-4688-9db5-f452650de0fd [pid: 8|app: 0|req: 748/1407] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:52 2026] DELETE /v2.0/security-groups/de2424b7-ab96-4ee9-b130-c0495e2f3280 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:52.334 7 INFO neutron.db.l3_db [req-6c502efe-5af5-482a-9b4e-267b9640e2fd req-130bb5fa-19dd-4243-8be6-1812dd5c4909 c79e2bd226364e6aa84bfa2c6a129d08 910824dcbfb64087b97b9ee9ee2353b1 - - default default] Floating IP a88e6cca-5690-4177-acdc-de6e1edea468 disassociated. External IP: 10.96.250.216, port: 5794ca21-b0af-4688-9db5-f452650de0fd. [pid: 7|app: 0|req: 660/1408] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:09:52 2026] DELETE /v2.0/ports/5794ca21-b0af-4688-9db5-f452650de0fd => generated 0 bytes in 588 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:52.748 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3779b269-4396-468c-bbfa-7029abcbb20d'] response: {'server_uuid': 'da946e69-e542-4428-b04d-1e94a1e39106', 'name': 'network-vif-deleted', 'tag': '5794ca21-b0af-4688-9db5-f452650de0fd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 749/1409] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:53 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1412] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:54 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:09:55.406 7 INFO neutron.db.segments_db [None req-0e0ce4c5-ede3-4de9-a346-3c0575e94882 d5b503ca06ea4d69b0e1bfdc927097bd 5dd4a5e19b434db9988daae9658fab05 - - default default] Added segment 9df3c9a7-3a97-4b78-86d5-8b2ee8ff91e1 of type vxlan for network 3b076c31-710f-492c-8952-ccbdd5ca517b [pid: 8|app: 0|req: 752/1413] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:09:55 2026] GET /v2.0/ports?device_id=da946e69-e542-4428-b04d-1e94a1e39106 => 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: 662/1414] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:09:55 2026] POST /v2.0/networks => generated 632 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1415] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:09:55 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1416] 10.0.0.24 () {34 vars in 746 bytes} [Thu Jul 16 08:09:55 2026] PUT /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 25 bytes in 76 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: 664/1417] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:55 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 665/1418] 10.0.0.24 () {34 vars in 757 bytes} [Thu Jul 16 08:09:55 2026] PUT /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags/green => generated 4 bytes in 89 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: 754/1419] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:55 2026] GET /v2.0/security-groups?tenant_id=7d33c2a7193b41f6ae1365d0c95d8bed&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: 666/1420] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 667/1421] 10.0.0.24 () {34 vars in 753 bytes} [Thu Jul 16 08:09:56 2026] PUT /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags/red => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1422] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:56 2026] DELETE /v2.0/security-groups/b8ad68ec-b38e-4728-a113-b70ab266d200 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 668/1423] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1424] 10.0.0.24 () {34 vars in 775 bytes} [Thu Jul 16 08:09:56 2026] PUT /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags/black.or.white => generated 4 bytes in 90 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: 669/1425] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 757/1426] 10.0.0.24 () {34 vars in 746 bytes} [Thu Jul 16 08:09:56 2026] PUT /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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: 670/1427] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 758/1428] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:56 2026] DELETE /v2.0/security-groups/9023da41-48e0-46c7-b282-0d03bdaf43f7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:56.636 8 INFO neutron.api.v2.resource [None req-8ff3452b-2fac-4648-8ebd-77e879e137eb c79e2bd226364e6aa84bfa2c6a129d08 910824dcbfb64087b97b9ee9ee2353b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1429] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/security-groups/9023da41-48e0-46c7-b282-0d03bdaf43f7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1430] 10.0.0.24 () {32 vars in 734 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags/red => generated 0 bytes in 66 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-16 08:09:56.737 7 INFO neutron.api.v2.resource [None req-5700170f-afe5-40a7-931c-ae23ca532772 d5b503ca06ea4d69b0e1bfdc927097bd 5dd4a5e19b434db9988daae9658fab05 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 672/1431] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags/green => generated 99 bytes in 77 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, ' 2026-07-16 08:09:56.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5e96497-d582-4613-a1b8-11d58cdad794 c79e2bd226364e6aa84bfa2c6a129d08 910824dcbfb64087b97b9ee9ee2353b1 - - default default] TaaS: Handle Delete Port: 6c36e4ff-85bc-4b98-9d97-21f6ac173c5d 2026-07-16 08:09:56.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e96497-d582-4613-a1b8-11d58cdad794 c79e2bd226364e6aa84bfa2c6a129d08 910824dcbfb64087b97b9ee9ee2353b1 - - default default] Tap Mirror: Handle Delete Port: 6c36e4ff-85bc-4b98-9d97-21f6ac173c5d [pid: 7|app: 0|req: 673/1432] 10.0.0.24 () {32 vars in 737 bytes} [Thu Jul 16 08:09:56 2026] DELETE /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 674/1433] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:56 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 30 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 760/1434] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:09:56 2026] DELETE /v2.0/floatingips/a88e6cca-5690-4177-acdc-de6e1edea468 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:09:56.957 7 INFO neutron.api.v2.resource [None req-99da38bd-bebf-40d7-8038-3ff6a998491c d5b503ca06ea4d69b0e1bfdc927097bd 5dd4a5e19b434db9988daae9658fab05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 675/1435] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:09:56 2026] DELETE /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags/green => generated 99 bytes in 64 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: 676/1436] 10.0.0.24 () {32 vars in 729 bytes} [Thu Jul 16 08:09:56 2026] DELETE /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/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: 7|app: 0|req: 677/1437] 10.0.0.24 () {32 vars in 726 bytes} [Thu Jul 16 08:09:57 2026] GET /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-16 08:09:57.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-63c060a8-b385-45b5-8a5f-274e6c295f73 d5b503ca06ea4d69b0e1bfdc927097bd 5dd4a5e19b434db9988daae9658fab05 - - default default] TaaS: Handle Delete Port: ec9345b7-4e12-4219-8122-1b669a84fcc5 2026-07-16 08:09:57.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63c060a8-b385-45b5-8a5f-274e6c295f73 d5b503ca06ea4d69b0e1bfdc927097bd 5dd4a5e19b434db9988daae9658fab05 - - default default] Tap Mirror: Handle Delete Port: ec9345b7-4e12-4219-8122-1b669a84fcc5 [pid: 7|app: 0|req: 678/1438] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:09:57 2026] DELETE /v2.0/ports/ec9345b7-4e12-4219-8122-1b669a84fcc5 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:57.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac5da542-290c-4ba5-a98e-47bac6441474 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 61e6ca60-3fd3-4d03-ab6f-c8ac9419a7b1 2026-07-16 08:09:57.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac5da542-290c-4ba5-a98e-47bac6441474 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 61e6ca60-3fd3-4d03-ab6f-c8ac9419a7b1 2026-07-16 08:09:57.411 7 INFO neutron.services.segments.plugin [-] Segment 9df3c9a7-3a97-4b78-86d5-8b2ee8ff91e1 resource provider aggregate not found 2026-07-16 08:09:57.412 7 INFO neutron.services.segments.plugin [-] Segment 9df3c9a7-3a97-4b78-86d5-8b2ee8ff91e1 resource provider aggregate not found 2026-07-16 08:09:57.434 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9df3c9a7-3a97-4b78-86d5-8b2ee8ff91e1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9df3c9a7-3a97-4b78-86d5-8b2ee8ff91e1 found for delete ", "request_id": "req-238e6d85-3b04-4172-a7bf-993fd5bd615b"}]} 2026-07-16 08:09:57.438 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9df3c9a7-3a97-4b78-86d5-8b2ee8ff91e1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9df3c9a7-3a97-4b78-86d5-8b2ee8ff91e1 found for delete ", "request_id": "req-d309a0ea-8d76-427e-bee4-2db18641080e"}]} [pid: 7|app: 0|req: 679/1439] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:57 2026] DELETE /v2.0/networks/3b076c31-710f-492c-8952-ccbdd5ca517b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1440] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:09:56 2026] PUT /v2.0/routers/a12d9edc-b63b-4fcc-a77a-ce36b64b1ff0/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:58.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-a556f7a9-cd9e-40d9-901c-6498871710c7 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 7cdf6c43-9b15-4b11-a23c-7d7aa6aba691 2026-07-16 08:09:58.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a556f7a9-cd9e-40d9-901c-6498871710c7 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 7cdf6c43-9b15-4b11-a23c-7d7aa6aba691 [pid: 8|app: 0|req: 762/1441] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:09:58 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 1244 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1442] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:58 2026] GET /v2.0/security-groups?tenant_id=5dd4a5e19b434db9988daae9658fab05&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1443] 10.0.0.163 () {34 vars in 1040 bytes} [Thu Jul 16 08:09:58 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:09:58.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-a556f7a9-cd9e-40d9-901c-6498871710c7 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: f872c53e-7d43-4746-aea3-dabfa33cd73f 2026-07-16 08:09:58.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a556f7a9-cd9e-40d9-901c-6498871710c7 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: f872c53e-7d43-4746-aea3-dabfa33cd73f [pid: 8|app: 0|req: 765/1444] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:58 2026] DELETE /v2.0/security-groups/61a2f7fe-c38b-477c-9629-b5e81831eb6f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1445] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:58 2026] GET /v2.0/security-groups?tenant_id=7fe46a59498044f7a20c84c40cfc1299&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:09:58.952 7 INFO neutron.db.l3_hamode_db [None req-a556f7a9-cd9e-40d9-901c-6498871710c7 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network 1e84a61d-8f30-4e18-9840-6448a1df88c4 was deleted as no HA routers are present in tenant 910824dcbfb64087b97b9ee9ee2353b1. [pid: 7|app: 0|req: 680/1446] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:57 2026] DELETE /v2.0/routers/a12d9edc-b63b-4fcc-a77a-ce36b64b1ff0 => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1447] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:58 2026] DELETE /v2.0/security-groups/cb1ce495-5da6-4189-b814-1b5c6b923eb2 => 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: 681/1448] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:09:58 2026] DELETE /v2.0/subnets/bffa469a-2524-402a-a1a4-3679872badbc => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:09:59.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e939c87-b568-47c1-9664-03e46bf7507d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 29714d34-1834-4772-a13f-861475f81063 2026-07-16 08:09:59.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e939c87-b568-47c1-9664-03e46bf7507d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 29714d34-1834-4772-a13f-861475f81063 2026-07-16 08:09:59.468 7 INFO neutron.services.segments.plugin [-] Segment 68e01d44-2fb8-4104-8867-9e42f74b2eee resource provider aggregate not found 2026-07-16 08:09:59.473 7 INFO neutron.services.segments.plugin [-] Segment 68e01d44-2fb8-4104-8867-9e42f74b2eee resource provider aggregate not found 2026-07-16 08:09:59.492 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68e01d44-2fb8-4104-8867-9e42f74b2eee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e01d44-2fb8-4104-8867-9e42f74b2eee found for delete ", "request_id": "req-5b384259-4c31-4d26-8275-8685aada77e3"}]} 2026-07-16 08:09:59.493 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68e01d44-2fb8-4104-8867-9e42f74b2eee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e01d44-2fb8-4104-8867-9e42f74b2eee found for delete ", "request_id": "req-4d073ca6-c8b9-471d-8379-bd06f1f54afd"}]} 2026-07-16 08:09:59.506 8 INFO neutron.services.segments.plugin [-] Segment 6da227ac-2d59-42f0-8b68-f297ef64d610 resource provider aggregate not found 2026-07-16 08:09:59.513 8 INFO neutron.services.segments.plugin [-] Segment 6da227ac-2d59-42f0-8b68-f297ef64d610 resource provider aggregate not found 2026-07-16 08:09:59.541 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6da227ac-2d59-42f0-8b68-f297ef64d610 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da227ac-2d59-42f0-8b68-f297ef64d610 found for delete ", "request_id": "req-e38207f7-66cc-4e16-a907-5f27c0f7d67a"}]} 2026-07-16 08:09:59.541 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6da227ac-2d59-42f0-8b68-f297ef64d610 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da227ac-2d59-42f0-8b68-f297ef64d610 found for delete ", "request_id": "req-32c6f5e5-95c8-4866-8117-5fd394376c34"}]} [pid: 8|app: 0|req: 768/1449] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:09:59 2026] DELETE /v2.0/networks/013ed54b-96f1-4ebd-9856-085bbc475b43 => generated 0 bytes in 435 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1450] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:09:59 2026] GET /v2.0/security-groups?tenant_id=910824dcbfb64087b97b9ee9ee2353b1&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: 769/1451] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:09:59 2026] DELETE /v2.0/security-groups/1b22e510-e498-4e25-aa89-5d9cab096d95 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:01.976 7 INFO neutron.db.segments_db [None req-68a5442c-69de-43ce-b78d-056eb0d26599 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 0af60730-7a90-4291-847b-d61469b46815 of type vxlan for network 4230b4bf-d2c8-465e-939f-e8ce702a4c55 [pid: 7|app: 0|req: 683/1452] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:10:01 2026] POST /v2.0/networks => generated 746 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1453] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:02 2026] POST /v2.0/subnets => generated 693 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:02.311 7 INFO neutron.db.segments_db [None req-5eb2cfab-d026-474f-964e-eb9282c03329 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment cdf8751e-6a39-45bc-a020-ec1765401575 of type vxlan for network 2d4c58f5-2cd9-4174-81ff-4f267ada7e6e 2026-07-16 08:10:02.566 7 INFO neutron.db.l3_hamode_db [None req-5eb2cfab-d026-474f-964e-eb9282c03329 ac31ff30f3fc4a28941d5307260f910d 0d2ca67fed7b4efb8aec0c507b2004de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:10:02.791 8 INFO neutron.db.segments_db [None req-a2c99aee-7ed8-44dd-93f2-54e81c2a1ca9 ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] Added segment 749eb9d5-8a8f-4021-9aec-aa4258ebf9b0 of type vxlan for network bddc3560-59da-4a28-9609-2bd15be16bb1 2026-07-16 08:10:03.069 8 INFO neutron.db.l3_hamode_db [None req-a2c99aee-7ed8-44dd-93f2-54e81c2a1ca9 ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:10:03.173 8 INFO neutron.db.l3_hamode_db [None req-a2c99aee-7ed8-44dd-93f2-54e81c2a1ca9 ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:10:03.459 7 INFO neutron.db.l3_hamode_db [None req-5eb2cfab-d026-474f-964e-eb9282c03329 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 771/1454] 10.0.0.24 () {34 vars in 667 bytes} [Thu Jul 16 08:10:02 2026] POST /v2.0/routers => generated 474 bytes in 1259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1455] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:10:03 2026] PUT /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 25 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1456] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:03 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1457] 10.0.0.24 () {34 vars in 761 bytes} [Thu Jul 16 08:10:04 2026] PUT /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags/green => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1458] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:04 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1459] 10.0.0.24 () {34 vars in 757 bytes} [Thu Jul 16 08:10:04 2026] PUT /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags/red => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1460] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:04 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1461] 10.0.0.24 () {34 vars in 779 bytes} [Thu Jul 16 08:10:04 2026] PUT /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags/black.or.white => generated 4 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1462] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:02 2026] POST /v2.0/routers => generated 733 bytes in 2509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1463] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:04 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 52 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1464] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:10:04 2026] PUT /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 37 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1465] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:04 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1466] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:05 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:05.257 8 INFO neutron.api.v2.resource [None req-fe29d5bb-f5ba-4ca7-a1f6-c5e4fc01ad56 ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1467] 10.0.0.24 () {32 vars in 742 bytes} [Thu Jul 16 08:10:05 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags/green => generated 99 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1468] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:10:05 2026] DELETE /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags/red => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1469] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:05 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 30 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:05.618 8 INFO neutron.api.v2.resource [None req-1d72c28c-eae7-40b4-8040-4a79c74a919f ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1470] 10.0.0.24 () {32 vars in 745 bytes} [Thu Jul 16 08:10:05 2026] DELETE /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags/green => generated 99 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1471] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:10:05 2026] DELETE /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1472] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:05 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7/tags => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1473] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:10:05 2026] GET /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7 => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1474] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:10:04 2026] PUT /v2.0/routers/316247f2-c5e3-40a3-85d8-1520393fbb2c/add_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1475] 10.0.0.24 () {34 vars in 741 bytes} [Thu Jul 16 08:10:05 2026] PUT /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7 => generated 480 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1476] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:10:06 2026] GET /v2.0/ports?device_id=060cddba-8afc-42c1-b3f6-2811d1af8dd7 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:06.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dd18804-2adc-4835-9eb5-5d6d413ba49b ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] TaaS: Handle Delete Port: ae253415-2362-4c00-9cc4-7981ae1f4f68 2026-07-16 08:10:06.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dd18804-2adc-4835-9eb5-5d6d413ba49b ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] Tap Mirror: Handle Delete Port: ae253415-2362-4c00-9cc4-7981ae1f4f68 [pid: 7|app: 0|req: 687/1477] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:06 2026] GET /v2.0/security-groups?tenant_id=c9ace765e31949d29267616304489ebb&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1478] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:06 2026] DELETE /v2.0/security-groups/218c9906-2f7f-420d-973d-f9cfd421248e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:07.188 8 INFO neutron.services.segments.plugin [-] Segment 749eb9d5-8a8f-4021-9aec-aa4258ebf9b0 resource provider aggregate not found [pid: 7|app: 0|req: 689/1479] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:10:07 2026] GET /v2.0/networks?id=4230b4bf-d2c8-465e-939f-e8ce702a4c55 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:07.194 8 INFO neutron.services.segments.plugin [-] Segment 749eb9d5-8a8f-4021-9aec-aa4258ebf9b0 resource provider aggregate not found 2026-07-16 08:10:07.205 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 749eb9d5-8a8f-4021-9aec-aa4258ebf9b0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 749eb9d5-8a8f-4021-9aec-aa4258ebf9b0 found for delete ", "request_id": "req-2d2c6c6e-d16e-41c4-9eed-be9159a4a84e"}]} [pid: 7|app: 0|req: 690/1480] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:10:07 2026] GET /v2.0/quotas/0d2ca67fed7b4efb8aec0c507b2004de => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:07.211 8 INFO neutron.db.l3_hamode_db [None req-6dd18804-2adc-4835-9eb5-5d6d413ba49b ccd6b94d7a8046368ba4431824d465fd a2aea089d79f488f849c6ba1f6d369a3 - - default default] HA network bddc3560-59da-4a28-9609-2bd15be16bb1 was deleted as no HA routers are present in tenant a2aea089d79f488f849c6ba1f6d369a3. 2026-07-16 08:10:07.218 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 749eb9d5-8a8f-4021-9aec-aa4258ebf9b0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 749eb9d5-8a8f-4021-9aec-aa4258ebf9b0 found for delete ", "request_id": "req-ee990c64-96e4-4cc5-b070-1150cc30ce15"}]} [pid: 8|app: 0|req: 791/1481] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:06 2026] DELETE /v2.0/routers/060cddba-8afc-42c1-b3f6-2811d1af8dd7 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1482] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:10:07 2026] GET /v2.0/ports?tenant_id=0d2ca67fed7b4efb8aec0c507b2004de&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1483] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:10:07 2026] GET /v2.0/networks/4230b4bf-d2c8-465e-939f-e8ce702a4c55?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: 692/1484] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:10:07 2026] GET /v2.0/networks/4230b4bf-d2c8-465e-939f-e8ce702a4c55?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: 793/1485] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:07 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 693/1486] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:07 2026] GET /v2.0/security-groups?tenant_id=27cd0998bb3b4ac495c4f5e691d02707&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1487] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:08 2026] DELETE /v2.0/security-groups/49ca00b4-bc7a-4dae-b137-87093c895128 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1488] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:08 2026] GET /v2.0/security-groups?tenant_id=a2aea089d79f488f849c6ba1f6d369a3&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1489] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:08 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 695/1490] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:08 2026] DELETE /v2.0/security-groups/de73c445-4f58-4f21-9c90-94b8c9e81463 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1491] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:08 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1492] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:08 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1493] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:09 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1496] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:09 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1497] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:09 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 698/1498] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:10 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1499] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:10 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1500] 10.0.0.214 () {32 vars in 801 bytes} [Thu Jul 16 08:10:10 2026] GET /v2.0/extensions => generated 21537 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1501] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:10 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 700/1502] 10.0.0.214 () {30 vars in 724 bytes} [Thu Jul 16 08:10:10 2026] GET /v2.0/quotas/653349bc093040e794f5d8c3ecc57b25/details => generated 847 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1503] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:11 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1504] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:11 2026] GET /v2.0/security-groups?id=7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd&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: 804/1505] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:10:11 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:11.816 7 INFO neutron_taas.services.taas.taas_plugin [req-0f794813-8c83-472a-bf33-c4dca1eb39b4 req-9cbd4ca6-a708-4039-92ba-bf7aa08c7fa7 1a5324f732ff43dfb4f129cb9b440b2a a4d419886afb4cfa91299c6791b2b73f - - default default] TaaS: Handle Delete Port: d19f0aba-97d4-4b52-bd59-d3ab7454b1c5 2026-07-16 08:10:11.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0f794813-8c83-472a-bf33-c4dca1eb39b4 req-9cbd4ca6-a708-4039-92ba-bf7aa08c7fa7 1a5324f732ff43dfb4f129cb9b440b2a a4d419886afb4cfa91299c6791b2b73f - - default default] Tap Mirror: Handle Delete Port: d19f0aba-97d4-4b52-bd59-d3ab7454b1c5 [pid: 8|app: 0|req: 805/1506] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:10:11 2026] GET /v2.0/networks?id=4230b4bf-d2c8-465e-939f-e8ce702a4c55 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:11.940 7 INFO neutron.db.l3_db [req-0f794813-8c83-472a-bf33-c4dca1eb39b4 req-9cbd4ca6-a708-4039-92ba-bf7aa08c7fa7 1a5324f732ff43dfb4f129cb9b440b2a a4d419886afb4cfa91299c6791b2b73f - - default default] Floating IP 858785ab-1598-4e9c-b94f-4547250c1885 disassociated. External IP: 10.96.250.219, port: d19f0aba-97d4-4b52-bd59-d3ab7454b1c5. [pid: 8|app: 0|req: 806/1507] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:11 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 702/1508] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:10:11 2026] DELETE /v2.0/ports/d19f0aba-97d4-4b52-bd59-d3ab7454b1c5 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:12.337 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fc25191-c581-4ceb-8a12-f02c332a8d09'] response: {'server_uuid': '87ecd3ef-fe29-489f-a4da-3bf17737230e', 'name': 'network-vif-deleted', 'tag': 'd19f0aba-97d4-4b52-bd59-d3ab7454b1c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 703/1509] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:10:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1510] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:12 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 705/1511] 10.0.0.24 () {34 vars in 766 bytes} [Thu Jul 16 08:10:12 2026] PUT /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1512] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:12 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1513] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:10:11 2026] POST /v2.0/ports => generated 954 bytes in 918 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: 707/1514] 10.0.0.24 () {34 vars in 777 bytes} [Thu Jul 16 08:10:12 2026] PUT /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1515] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:12 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1516] 10.0.0.24 () {34 vars in 773 bytes} [Thu Jul 16 08:10:12 2026] PUT /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1517] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 957 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1518] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/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: 712/1519] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1520] 10.0.0.24 () {34 vars in 795 bytes} [Thu Jul 16 08:10:13 2026] PUT /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1521] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1522] 10.0.0.24 () {34 vars in 766 bytes} [Thu Jul 16 08:10:13 2026] PUT /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1523] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:10:12 2026] PUT /v2.0/ports/381e6c1b-168b-4172-ad7d-f9e34620cc22 => generated 1235 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1524] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 37 bytes in 35 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: 809/1525] 10.0.0.24 () {32 vars in 754 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:13.453 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9cea7cc-0d42-4857-9cc0-ee913d7f1214'] response: {'name': 'network-changed', 'server_uuid': '3fff3626-9b30-4ed1-85dd-60c36b003361', 'tag': '381e6c1b-168b-4172-ad7d-f9e34620cc22', 'status': 'completed', 'code': 200} 2026-07-16 08:10:13.486 7 INFO neutron.api.v2.resource [None req-4a5f5599-99f4-4646-ba67-7543a682643e 89053e739ed44492b3883aefc470f742 ac0eb5f2c9dd4b318359c5dafee2f49d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1526] 10.0.0.24 () {32 vars in 758 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1527] 10.0.0.24 () {32 vars in 757 bytes} [Thu Jul 16 08:10:13 2026] DELETE /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1528] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:13.691 8 INFO neutron.api.v2.resource [None req-cb90f045-8bf6-4ebc-a1aa-ace104561d5f 89053e739ed44492b3883aefc470f742 ac0eb5f2c9dd4b318359c5dafee2f49d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1529] 10.0.0.24 () {32 vars in 761 bytes} [Thu Jul 16 08:10:13 2026] DELETE /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1530] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:10:13 2026] DELETE /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1531] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 812/1532] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1533] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:13 2026] DELETE /v2.0/security-groups/802216a9-9aab-463f-8cf5-f7d2f378d3dc => 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: 813/1534] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:10:13 2026] GET /v2.0/ports?tenant_id=0d2ca67fed7b4efb8aec0c507b2004de&device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1535] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:10:14 2026] GET /v2.0/networks?tenant_id=0d2ca67fed7b4efb8aec0c507b2004de&shared=False => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1536] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:10:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1537] 10.0.0.214 () {32 vars in 801 bytes} [Thu Jul 16 08:10:14 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: 815/1538] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:14 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1539] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:14 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1540] 10.0.0.214 () {30 vars in 724 bytes} [Thu Jul 16 08:10:14 2026] GET /v2.0/quotas/653349bc093040e794f5d8c3ecc57b25/details => generated 847 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1541] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:14 2026] GET /v2.0/security-groups?tenant_id=d9e111cd8d534216bffa27ba08819227&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1542] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:14 2026] DELETE /v2.0/security-groups/174eaa5a-fd90-4838-bda1-5685b7551c27 => 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: 818/1543] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:14 2026] GET /v2.0/ports?device_id=87ecd3ef-fe29-489f-a4da-3bf17737230e => 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: 726/1544] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/security-groups?tenant_id=ac0eb5f2c9dd4b318359c5dafee2f49d&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: 727/1545] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/ports?tenant_id=0d2ca67fed7b4efb8aec0c507b2004de&device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1546] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:15 2026] DELETE /v2.0/security-groups/26f2bbe4-cddb-4870-a179-4d60890792ff => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1547] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=381e6c1b-168b-4172-ad7d-f9e34620cc22 => 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: 820/1548] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/subnets?id=83e35636-bd9e-40f8-a2b9-5699f7e8ce47 => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1549] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/ports?network_id=4230b4bf-d2c8-465e-939f-e8ce702a4c55&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1550] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/networks/4230b4bf-d2c8-465e-939f-e8ce702a4c55?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: 730/1551] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/networks/4230b4bf-d2c8-465e-939f-e8ce702a4c55?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: 822/1552] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 731/1553] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:15 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1554] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:16 2026] DELETE /v2.0/security-groups/7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:16.214 7 INFO neutron.api.v2.resource [None req-590aec81-bb9f-4310-ad29-e4a97b84c733 1a5324f732ff43dfb4f129cb9b440b2a a4d419886afb4cfa91299c6791b2b73f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1555] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:10:16 2026] GET /v2.0/security-groups/7692b4aa-1455-467f-b3a5-fc6a6fb0c6fd => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:10:16.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-317d424d-55f0-4854-b0e3-9521a683c322 1a5324f732ff43dfb4f129cb9b440b2a a4d419886afb4cfa91299c6791b2b73f - - default default] TaaS: Handle Delete Port: 6f75491f-678e-47ef-ab0b-01f05335ba1c 2026-07-16 08:10:16.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-317d424d-55f0-4854-b0e3-9521a683c322 1a5324f732ff43dfb4f129cb9b440b2a a4d419886afb4cfa91299c6791b2b73f - - default default] Tap Mirror: Handle Delete Port: 6f75491f-678e-47ef-ab0b-01f05335ba1c [pid: 8|app: 0|req: 824/1556] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:10:16 2026] DELETE /v2.0/floatingips/858785ab-1598-4e9c-b94f-4547250c1885 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1557] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:16 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1558] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:16 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:16.910 7 INFO neutron_taas.services.taas.taas_plugin [None req-782eee6a-6e25-4fa6-9304-ee9893c5621d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: bafa9cb8-58b0-49f5-aa5e-beb7e8566629 2026-07-16 08:10:16.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-782eee6a-6e25-4fa6-9304-ee9893c5621d ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: bafa9cb8-58b0-49f5-aa5e-beb7e8566629 [pid: 7|app: 0|req: 733/1559] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:10:16 2026] PUT /v2.0/routers/1f99ac14-27cb-4540-9c17-9e462c33da17/remove_router_interface => generated 309 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:17.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-e64e12ea-f25f-4378-a802-6085ea539926 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: e691727d-0e15-4249-852b-79fa97ed82cd 2026-07-16 08:10:17.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e64e12ea-f25f-4378-a802-6085ea539926 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: e691727d-0e15-4249-852b-79fa97ed82cd [pid: 7|app: 0|req: 734/1560] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:17 2026] GET /v2.0/security-groups?tenant_id=653349bc093040e794f5d8c3ecc57b25&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1561] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:17 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1562] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:17 2026] DELETE /v2.0/security-groups/f8e8293b-a9d8-4020-9ccc-552e4599510f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:17.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-e64e12ea-f25f-4378-a802-6085ea539926 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 727cd6d7-0d9a-4ec9-87ba-932e78b25460 2026-07-16 08:10:17.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e64e12ea-f25f-4378-a802-6085ea539926 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 727cd6d7-0d9a-4ec9-87ba-932e78b25460 [pid: 7|app: 0|req: 737/1563] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:17 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:18.207 8 INFO neutron.services.segments.plugin [-] Segment 8b5471fe-5f14-42cd-805a-5a3be6421f23 resource provider aggregate not found 2026-07-16 08:10:18.216 8 INFO neutron.services.segments.plugin [-] Segment 8b5471fe-5f14-42cd-805a-5a3be6421f23 resource provider aggregate not found 2026-07-16 08:10:18.231 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b5471fe-5f14-42cd-805a-5a3be6421f23 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b5471fe-5f14-42cd-805a-5a3be6421f23 found for delete ", "request_id": "req-47f9f9f7-e5a5-4645-8b47-e5a7506e0d77"}]} 2026-07-16 08:10:18.232 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b5471fe-5f14-42cd-805a-5a3be6421f23 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b5471fe-5f14-42cd-805a-5a3be6421f23 found for delete ", "request_id": "req-e8370ada-e443-4c0d-92f3-6a6a55408555"}]} 2026-07-16 08:10:18.242 8 INFO neutron.db.l3_hamode_db [None req-e64e12ea-f25f-4378-a802-6085ea539926 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network bd75fc6d-a5cc-45e3-a205-72a65ee1278f was deleted as no HA routers are present in tenant a4d419886afb4cfa91299c6791b2b73f. [pid: 8|app: 0|req: 827/1564] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:17 2026] DELETE /v2.0/routers/1f99ac14-27cb-4540-9c17-9e462c33da17 => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1565] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:18 2026] DELETE /v2.0/subnets/a5edd1d6-427e-416b-b00a-a2881df274a6 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:18.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-490c9d3c-2442-4597-8c29-fde8c2fcf4fe ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 03f73022-ecfa-461e-a713-30a660afa003 2026-07-16 08:10:18.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-490c9d3c-2442-4597-8c29-fde8c2fcf4fe ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 03f73022-ecfa-461e-a713-30a660afa003 [pid: 7|app: 0|req: 739/1566] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:10:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1567] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:10:18 2026] PUT /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1568] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:18 2026] DELETE /v2.0/networks/dfb11023-d1b8-448e-81b0-861f1ca317f8 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1569] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:18 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1570] 10.0.0.24 () {34 vars in 769 bytes} [Thu Jul 16 08:10:18 2026] PUT /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1571] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:18 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1572] 10.0.0.24 () {34 vars in 765 bytes} [Thu Jul 16 08:10:18 2026] PUT /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1573] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:18 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1574] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:18 2026] GET /v2.0/security-groups?tenant_id=a4d419886afb4cfa91299c6791b2b73f&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1575] 10.0.0.24 () {34 vars in 787 bytes} [Thu Jul 16 08:10:19 2026] PUT /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1576] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1577] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1578] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1579] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:19 2026] DELETE /v2.0/security-groups/aec8b36a-55f9-48bf-a661-130f301cd82e => 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: 747/1580] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:10:19 2026] PUT /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1581] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1582] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:19.301 8 INFO neutron.api.v2.resource [None req-0c496532-13f0-43b1-b84b-6db1db6d31a2 4f3bdd3dc9564e76963099ea4a84b9b7 a577771d5422424b9a06576a1cd9d711 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1583] 10.0.0.24 () {32 vars in 750 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1584] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:10:19 2026] DELETE /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1585] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:19.471 7 INFO neutron.api.v2.resource [None req-59f3490b-37b4-4890-9775-d668fff32881 4f3bdd3dc9564e76963099ea4a84b9b7 a577771d5422424b9a06576a1cd9d711 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1586] 10.0.0.24 () {32 vars in 753 bytes} [Thu Jul 16 08:10:19 2026] DELETE /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags/green => generated 99 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1587] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:10:19 2026] DELETE /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1588] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:19 2026] GET /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1589] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:10:19 2026] DELETE /v2.0/subnetpools/afbb77c3-9138-4d49-b87c-565c695c3846 => 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: 752/1590] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:20 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:20.257 8 INFO neutron.services.segments.plugin [-] Segment 12e14dc1-436e-4926-9f70-ea2d193beb62 resource provider aggregate not found 2026-07-16 08:10:20.259 8 INFO neutron.services.segments.plugin [-] Segment 12e14dc1-436e-4926-9f70-ea2d193beb62 resource provider aggregate not found 2026-07-16 08:10:20.286 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12e14dc1-436e-4926-9f70-ea2d193beb62 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e14dc1-436e-4926-9f70-ea2d193beb62 found for delete ", "request_id": "req-4f1ba144-441c-4b5b-90b0-f34bcdc1ee93"}]} 2026-07-16 08:10:20.288 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12e14dc1-436e-4926-9f70-ea2d193beb62 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e14dc1-436e-4926-9f70-ea2d193beb62 found for delete ", "request_id": "req-11085331-4250-48b5-b2d0-949039500cfe"}]} [pid: 8|app: 0|req: 839/1591] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:20 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1592] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:20 2026] GET /v2.0/security-groups?tenant_id=a577771d5422424b9a06576a1cd9d711&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1593] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:20 2026] DELETE /v2.0/security-groups/961a9445-6bf4-4c37-bae2-cf6e11aa834a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1594] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:21 2026] GET /v2.0/security-groups?tenant_id=ab1e3b8cb245471b98eb173749983567&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1595] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:21 2026] DELETE /v2.0/security-groups/85cefd7a-d15c-4260-af16-ddcd81b4e941 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:21.433 7 INFO neutron.db.segments_db [None req-ffddbcd6-5110-479b-adb0-f7269796ea4c 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Added segment 42638f5b-d080-45d8-b520-59957e0b7dbf of type vxlan for network 675323e6-23cf-4fb6-8c1c-fd554f41610a [pid: 8|app: 0|req: 843/1596] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:21 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1597] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:10:21 2026] POST /v2.0/networks => generated 633 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1598] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:21 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&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-16 08:10:21.581 7 INFO neutron.db.segments_db [None req-c75d8470-6d0e-4fc3-86cb-fc4d578c5593 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Added segment 073bb93b-50da-49d7-bf88-96dab8691c41 of type vxlan for network 5d27a371-51e8-4624-a5bf-e579c373a78d 2026-07-16 08:10:21.885 7 INFO neutron.db.l3_hamode_db [None req-c75d8470-6d0e-4fc3-86cb-fc4d578c5593 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 845/1599] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:21 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1600] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:21 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&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: 847/1601] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:22 2026] GET /v2.0/security-groups?tenant_id=ec7582de2fee4cdeab82766c890a8a49&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:10:22.808 7 INFO neutron.db.l3_hamode_db [None req-c75d8470-6d0e-4fc3-86cb-fc4d578c5593 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 848/1602] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:22 2026] DELETE /v2.0/security-groups/c332594a-23cc-4efa-9a38-89c2702a4fae => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1603] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:23 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1604] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:23 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1605] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:21 2026] POST /v2.0/routers => generated 694 bytes in 2374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1608] 10.0.0.24 () {32 vars in 775 bytes} [Thu Jul 16 08:10:23 2026] GET /v2.0/subnets?project_id=332a3caaddd24cf88431ca3eb020b7be&cidr=10.100.0.0%2F28 => generated 14 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1609] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:10:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1610] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:24 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 853/1611] 10.0.0.24 () {32 vars in 783 bytes} [Thu Jul 16 08:10:24 2026] GET /v2.0/subnets?network_id=84af83b9-5cd4-4f60-a435-53b80010f88c&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1612] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:24 2026] GET /v2.0/security-groups?id=c045036e-9d56-4fe7-b865-9e61a6e19788&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1613] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:10:24 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1614] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:24 2026] POST /v2.0/subnets => generated 655 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:24.640 7 INFO neutron_taas.services.taas.taas_plugin [req-21d7f040-0649-450c-bcb3-e972b7d088a8 req-25305678-5c1a-4568-b56d-f33f86a95087 159b3088e5ab4107a1ae23d161ab9dd9 0d2ca67fed7b4efb8aec0c507b2004de - - default default] TaaS: Handle Delete Port: 381e6c1b-168b-4172-ad7d-f9e34620cc22 2026-07-16 08:10:24.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21d7f040-0649-450c-bcb3-e972b7d088a8 req-25305678-5c1a-4568-b56d-f33f86a95087 159b3088e5ab4107a1ae23d161ab9dd9 0d2ca67fed7b4efb8aec0c507b2004de - - default default] Tap Mirror: Handle Delete Port: 381e6c1b-168b-4172-ad7d-f9e34620cc22 [pid: 7|app: 0|req: 761/1615] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:10:24 2026] DELETE /v2.0/ports/381e6c1b-168b-4172-ad7d-f9e34620cc22 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:24.825 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bef2cba-bf78-4d93-a8b6-f4f08c9669fe'] response: {'server_uuid': '3fff3626-9b30-4ed1-85dd-60c36b003361', 'name': 'network-vif-deleted', 'tag': '381e6c1b-168b-4172-ad7d-f9e34620cc22', 'status': 'completed', 'code': 200} 2026-07-16 08:10:25.174 7 INFO neutron.db.segments_db [None req-5b29fe96-349a-4c64-a658-c7cf86f20852 c64a4212a92b47bb92fe498f901668c3 bab65cac00054b88a2577bbe3a47cb19 - - default default] Added segment a9d8fddd-0f57-49e1-85b6-2fe742e006ff of type vxlan for network 845817d1-c264-4cea-8ac8-d8f850983195 [pid: 7|app: 0|req: 762/1616] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:24 2026] POST /v2.0/networks => generated 632 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1617] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:25 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1618] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:25 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1619] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:10:25 2026] PUT /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1620] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:25 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1621] 10.0.0.24 () {34 vars in 761 bytes} [Thu Jul 16 08:10:25 2026] PUT /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1622] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:25 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1623] 10.0.0.24 () {34 vars in 757 bytes} [Thu Jul 16 08:10:25 2026] PUT /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1624] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:25 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/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: 855/1625] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:10:24 2026] PUT /v2.0/routers/c296160a-425c-4637-86d4-b16510b06454/add_router_interface => generated 309 bytes in 1512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1626] 10.0.0.24 () {34 vars in 779 bytes} [Thu Jul 16 08:10:25 2026] PUT /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1627] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1628] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/networks => generated 5805 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1629] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:10:26 2026] PUT /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1630] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/subnets => generated 4569 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1631] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1632] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/routers => generated 1466 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1633] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:26.403 8 INFO neutron.api.v2.resource [None req-eb83bbf9-3bb6-49d6-a051-32f45507b784 c64a4212a92b47bb92fe498f901668c3 bab65cac00054b88a2577bbe3a47cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1634] 10.0.0.24 () {32 vars in 742 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1635] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:10:26 2026] DELETE /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1636] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1637] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:10:26 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) 2026-07-16 08:10:26.573 7 INFO neutron.api.v2.resource [None req-4c328a3d-de79-4a66-b975-458582bd404f c64a4212a92b47bb92fe498f901668c3 bab65cac00054b88a2577bbe3a47cb19 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1638] 10.0.0.24 () {32 vars in 745 bytes} [Thu Jul 16 08:10:26 2026] DELETE /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1639] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:10:26 2026] DELETE /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/tags => 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: 861/1640] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:10:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1641] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1642] 10.0.0.24 () {32 vars in 730 bytes} [Thu Jul 16 08:10:26 2026] GET /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab/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: 781/1643] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:10:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1644] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:26 2026] DELETE /v2.0/subnets/3959de90-f06a-4024-a5ea-ebe25da3c5ab => 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: 782/1645] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:10:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:27.007 8 INFO neutron.services.segments.plugin [-] Segment a9d8fddd-0f57-49e1-85b6-2fe742e006ff resource provider aggregate not found 2026-07-16 08:10:27.012 8 INFO neutron.services.segments.plugin [-] Segment a9d8fddd-0f57-49e1-85b6-2fe742e006ff resource provider aggregate not found 2026-07-16 08:10:27.034 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9d8fddd-0f57-49e1-85b6-2fe742e006ff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9d8fddd-0f57-49e1-85b6-2fe742e006ff found for delete ", "request_id": "req-bad50f76-5c7f-4dc0-8e48-ef4126d1ba03"}]} [pid: 8|app: 0|req: 864/1646] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:26 2026] DELETE /v2.0/networks/845817d1-c264-4cea-8ac8-d8f850983195 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:27.047 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9d8fddd-0f57-49e1-85b6-2fe742e006ff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9d8fddd-0f57-49e1-85b6-2fe742e006ff found for delete ", "request_id": "req-57f45717-ce05-4320-b702-04ac48323b97"}]} [pid: 7|app: 0|req: 783/1647] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:10:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:27.166 7 INFO neutron.db.securitygroups_db [None req-1665a9c8-4f5c-4371-ad50-8d6ddc2d02b0 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Project 332a3caaddd24cf88431ca3eb020b7be 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: 784/1648] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:10:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:27.318 7 INFO neutron.db.securitygroups_db [None req-18911f1e-aecd-4c19-a978-b21eb2138c66 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Project 332a3caaddd24cf88431ca3eb020b7be 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: 785/1649] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:10:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1650] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:27 2026] GET /v2.0/security-groups?tenant_id=d9cd488367d64537a510a6032f65947e&name=default => generated 2925 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1651] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:27 2026] DELETE /v2.0/security-groups/f1c93800-406d-400e-a377-619469595bc2 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1652] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:27 2026] GET /v2.0/security-groups?tenant_id=24831927b7af4a1a9fd4c044c49e8c7a&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1653] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:27 2026] GET /v2.0/ports?device_id=3fff3626-9b30-4ed1-85dd-60c36b003361 => 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: 866/1654] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:27 2026] GET /v2.0/security-groups?tenant_id=f248eb8ac7894c1aa5eee6d909dca6c8&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: 789/1655] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:10:27 2026] GET /v2.0/networks => generated 1298 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1656] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:28 2026] DELETE /v2.0/security-groups/00fe8ca8-50cd-44cb-977a-85eb478b1157 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1657] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:28 2026] DELETE /v2.0/security-groups/560210da-71af-44ad-830a-c12f4fbb8622 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1658] 10.0.0.152 () {34 vars in 1098 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-446528125&fields=id&tenant_id=332a3caaddd24cf88431ca3eb020b7be => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1659] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/networks?id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1660] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/quotas/332a3caaddd24cf88431ca3eb020b7be => 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: 792/1661] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/security-groups?tenant_id=bab65cac00054b88a2577bbe3a47cb19&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: 870/1662] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&fields=id => generated 103 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1663] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?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: 793/1664] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:28 2026] DELETE /v2.0/security-groups/f14ce42b-b00c-4341-9c96-a83d3d778495 => 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: 872/1665] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1666] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:28 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:29.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-84051a99-0052-4f4e-8ee4-882d733a9f4c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 524235a7-53c7-4512-bf6c-c820d0b348c0 2026-07-16 08:10:29.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84051a99-0052-4f4e-8ee4-882d733a9f4c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 524235a7-53c7-4512-bf6c-c820d0b348c0 [pid: 7|app: 0|req: 795/1667] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:29 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 873/1668] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:10:28 2026] PUT /v2.0/routers/316247f2-c5e3-40a3-85d8-1520393fbb2c/remove_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:30.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-4146d291-e0ac-43dc-b4d5-84d19c6905db ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: ac13af5d-1827-4ffb-86d0-c0031501c77f 2026-07-16 08:10:30.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4146d291-e0ac-43dc-b4d5-84d19c6905db ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: ac13af5d-1827-4ffb-86d0-c0031501c77f 2026-07-16 08:10:30.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-4146d291-e0ac-43dc-b4d5-84d19c6905db ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 8b910067-6d1c-48aa-ae2e-874bcdf422a4 2026-07-16 08:10:30.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4146d291-e0ac-43dc-b4d5-84d19c6905db ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 8b910067-6d1c-48aa-ae2e-874bcdf422a4 [pid: 8|app: 0|req: 874/1669] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:30 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:31.076 7 INFO neutron.services.segments.plugin [-] Segment cdf8751e-6a39-45bc-a020-ec1765401575 resource provider aggregate not found 2026-07-16 08:10:31.083 7 INFO neutron.services.segments.plugin [-] Segment cdf8751e-6a39-45bc-a020-ec1765401575 resource provider aggregate not found 2026-07-16 08:10:31.093 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cdf8751e-6a39-45bc-a020-ec1765401575 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdf8751e-6a39-45bc-a020-ec1765401575 found for delete ", "request_id": "req-f7f9a619-fcbc-49df-a0fa-983850c012bb"}]} 2026-07-16 08:10:31.107 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cdf8751e-6a39-45bc-a020-ec1765401575 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdf8751e-6a39-45bc-a020-ec1765401575 found for delete ", "request_id": "req-f640afe8-3f31-45bf-86d7-25cebdb89db3"}]} 2026-07-16 08:10:31.119 7 INFO neutron.db.l3_hamode_db [None req-4146d291-e0ac-43dc-b4d5-84d19c6905db ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network 2d4c58f5-2cd9-4174-81ff-4f267ada7e6e was deleted as no HA routers are present in tenant 0d2ca67fed7b4efb8aec0c507b2004de. [pid: 7|app: 0|req: 796/1670] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:30 2026] DELETE /v2.0/routers/316247f2-c5e3-40a3-85d8-1520393fbb2c => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1671] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:31 2026] DELETE /v2.0/subnets/83e35636-bd9e-40f8-a2b9-5699f7e8ce47 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:31.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-48cd0aec-63bc-4959-9540-92759d23e8eb ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 1ee67fa6-f24d-465d-9889-4924bb3e3e86 2026-07-16 08:10:31.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48cd0aec-63bc-4959-9540-92759d23e8eb ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 1ee67fa6-f24d-465d-9889-4924bb3e3e86 [pid: 7|app: 0|req: 797/1672] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:31 2026] DELETE /v2.0/networks/4230b4bf-d2c8-465e-939f-e8ce702a4c55 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1673] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:31 2026] GET /v2.0/security-groups?tenant_id=0d2ca67fed7b4efb8aec0c507b2004de&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1674] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:31 2026] DELETE /v2.0/security-groups/c045036e-9d56-4fe7-b865-9e61a6e19788 => 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: 877/1675] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:31 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 799/1676] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:32 2026] GET /v2.0/security-groups?tenant_id=90474f4e81cc445aa42737f0094d984a&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1677] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:32 2026] DELETE /v2.0/security-groups/36fdbf9d-c253-44bd-9caf-955872f683fe => 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: 800/1678] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:32 2026] GET /v2.0/security-groups?tenant_id=0e127052b90f4a43a1c29a424dca7193&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1679] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:10:32 2026] GET /v2.0/networks?id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1680] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:32 2026] DELETE /v2.0/security-groups/60d250be-a4ff-4ed7-9f60-fb4adf72ef93 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1681] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:10:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=332a3caaddd24cf88431ca3eb020b7be => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1682] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:32 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:33.114 7 INFO neutron.services.segments.plugin [-] Segment 0af60730-7a90-4291-847b-d61469b46815 resource provider aggregate not found 2026-07-16 08:10:33.129 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0af60730-7a90-4291-847b-d61469b46815 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af60730-7a90-4291-847b-d61469b46815 found for delete ", "request_id": "req-2f6444fe-8cd7-4fbc-936d-1c88af4e61cc"}]} 2026-07-16 08:10:33.139 7 INFO neutron.services.segments.plugin [-] Segment 0af60730-7a90-4291-847b-d61469b46815 resource provider aggregate not found 2026-07-16 08:10:33.157 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0af60730-7a90-4291-847b-d61469b46815 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af60730-7a90-4291-847b-d61469b46815 found for delete ", "request_id": "req-9852df53-8a5b-44bd-8163-1aa76703dc91"}]} [pid: 8|app: 0|req: 880/1683] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:10:32 2026] POST /v2.0/ports => generated 954 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1684] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:10:33 2026] PUT /v2.0/ports/9ba94c36-f778-4f7c-b42f-8292067d50d3 => generated 1235 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:10:33.827 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbd477a9-35a5-4a50-855d-f1112e56b2ad'] response: {'name': 'network-changed', 'server_uuid': 'bd03a29e-f967-4dd5-bba9-2791fa3e5004', 'tag': '9ba94c36-f778-4f7c-b42f-8292067d50d3', '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: 881/1685] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:34 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 969 bytes in 37 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: 805/1686] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:34 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 882/1687] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:10:34 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 806/1688] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:10:34 2026] GET /v2.0/networks?tenant_id=332a3caaddd24cf88431ca3eb020b7be&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1689] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:10:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1690] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1691] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 884/1692] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/security-groups?tenant_id=62756138f3834ca2be47ff9165d0dda4&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1693] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1694] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9ba94c36-f778-4f7c-b42f-8292067d50d3 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1695] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:35 2026] DELETE /v2.0/security-groups/c4961990-d459-4ed6-97d7-3e12ef907169 => 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: 887/1696] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/subnets?id=ff15242b-49a1-4581-8f37-abcfffdc7cd8 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1697] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/ports?network_id=675323e6-23cf-4fb6-8c1c-fd554f41610a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1698] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1699] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:10:35 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1700] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:36 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 812/1701] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:36 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 890/1702] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:37 2026] GET /v2.0/security-groups?tenant_id=4ce8c5fa43f440c5b258f13616daf1dc&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1703] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:37 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1704] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:37 2026] DELETE /v2.0/security-groups/9565b559-a32f-49c1-b7ed-9fe7da0b79d0 => 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: 892/1705] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:37 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:37.772 7 INFO neutron.db.segments_db [None req-6fa239de-a85a-4f2c-b3a0-4a2255062b34 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Added segment 3593d5a4-b6cb-4cdc-83a0-c8cd41cb2810 of type vxlan for network f26d97af-028b-4f8f-8a3a-743e4c2bf576 [pid: 8|app: 0|req: 893/1706] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:37 2026] GET /v2.0/security-groups?tenant_id=d8ead61adf124f4092e26af752ce288c&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:10:37.820 7 INFO neutron.db.segments_db [None req-6fa239de-a85a-4f2c-b3a0-4a2255062b34 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Added segment d6744626-fa0b-4ad8-a617-8c72d79ddd65 of type vxlan for network b41f3aa9-b10b-4d32-b4ba-98784ca736c3 [pid: 8|app: 0|req: 894/1707] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:37 2026] DELETE /v2.0/security-groups/9fd2c6f9-dea6-46eb-a561-5e543b8b5ce4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1708] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:37 2026] POST /v2.0/networks => generated 1246 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1709] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:10:37 2026] GET /v2.0/networks => generated 1845 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:10:38.127 7 INFO neutron.services.segments.plugin [-] Segment 3593d5a4-b6cb-4cdc-83a0-c8cd41cb2810 resource provider aggregate not found 2026-07-16 08:10:38.132 7 INFO neutron.services.segments.plugin [-] Segment 3593d5a4-b6cb-4cdc-83a0-c8cd41cb2810 resource provider aggregate not found 2026-07-16 08:10:38.140 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3593d5a4-b6cb-4cdc-83a0-c8cd41cb2810 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3593d5a4-b6cb-4cdc-83a0-c8cd41cb2810 found for delete ", "request_id": "req-d2ecd422-bd31-40d7-a962-6659b664cde5"}]} 2026-07-16 08:10:38.145 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3593d5a4-b6cb-4cdc-83a0-c8cd41cb2810 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3593d5a4-b6cb-4cdc-83a0-c8cd41cb2810 found for delete ", "request_id": "req-49253a96-0316-4cd1-a59e-7012103d65e6"}]} [pid: 7|app: 0|req: 815/1710] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:38 2026] DELETE /v2.0/networks/f26d97af-028b-4f8f-8a3a-743e4c2bf576 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:38.279 8 INFO neutron.services.segments.plugin [-] Segment d6744626-fa0b-4ad8-a617-8c72d79ddd65 resource provider aggregate not found 2026-07-16 08:10:38.284 8 INFO neutron.services.segments.plugin [-] Segment d6744626-fa0b-4ad8-a617-8c72d79ddd65 resource provider aggregate not found 2026-07-16 08:10:38.297 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6744626-fa0b-4ad8-a617-8c72d79ddd65 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6744626-fa0b-4ad8-a617-8c72d79ddd65 found for delete ", "request_id": "req-e9cfb52f-0855-4970-ac3e-28b7b1d4e453"}]} 2026-07-16 08:10:38.298 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d6744626-fa0b-4ad8-a617-8c72d79ddd65 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6744626-fa0b-4ad8-a617-8c72d79ddd65 found for delete ", "request_id": "req-c5472b48-aae0-46e8-a29f-3e566e580e9c"}]} [pid: 8|app: 0|req: 896/1711] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:38 2026] DELETE /v2.0/networks/b41f3aa9-b10b-4d32-b4ba-98784ca736c3 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1712] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:10:38 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:38.425 8 INFO neutron.db.segments_db [None req-8c0b2394-a700-4382-ae9e-0070bce366fb 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Added segment eb935e0b-b2ac-4447-a1a7-e17ddfd39f60 of type vxlan for network 2461888e-cae8-4fa6-bf56-aec26bc6a0bc [pid: 8|app: 0|req: 897/1713] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:38 2026] POST /v2.0/networks => generated 653 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:38.561 7 INFO neutron.db.segments_db [None req-b3a9d20f-0bd9-4ae2-913f-8d246cf79e75 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Added segment 3929998d-4bec-4b16-b58e-9bae95d1a9e4 of type vxlan for network a656b2d0-5465-484b-8ea5-68ddfc2577ef [pid: 7|app: 0|req: 817/1714] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:38 2026] POST /v2.0/networks => generated 653 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1715] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:38 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1716] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:38 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 818/1719] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:10:38 2026] POST /v2.0/ports => generated 1505 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1720] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:10:39 2026] GET /v2.0/ports => generated 1505 bytes in 114 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-16 08:10:39.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2fdf9ba-72e4-48b5-81c1-9991ce8db078 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] TaaS: Handle Delete Port: e23832dc-a238-4cce-8789-88f8c3197f02 2026-07-16 08:10:39.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2fdf9ba-72e4-48b5-81c1-9991ce8db078 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Tap Mirror: Handle Delete Port: e23832dc-a238-4cce-8789-88f8c3197f02 [pid: 7|app: 0|req: 819/1721] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:10:39 2026] DELETE /v2.0/ports/e23832dc-a238-4cce-8789-88f8c3197f02 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:39.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-1dc11c03-cac4-499d-9ead-cfa071cc2953 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] TaaS: Handle Delete Port: 4aebda92-888c-4260-aa07-724839bcd221 2026-07-16 08:10:39.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dc11c03-cac4-499d-9ead-cfa071cc2953 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Tap Mirror: Handle Delete Port: 4aebda92-888c-4260-aa07-724839bcd221 [pid: 8|app: 0|req: 903/1722] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:10:39 2026] DELETE /v2.0/ports/4aebda92-888c-4260-aa07-724839bcd221 => 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: 820/1723] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:39 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1724] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:10:39 2026] GET /v2.0/ports => 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: 905/1725] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:39 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:39.947 7 INFO neutron.db.segments_db [None req-9593b31d-950f-4f1b-bb17-1c9b550463c7 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Added segment d792c374-62d7-4fe3-88f8-78716f47315a of type vxlan for network 30372e25-a5aa-45ed-8a9b-099682c2fc8a [pid: 7|app: 0|req: 821/1726] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:39 2026] POST /v2.0/networks => generated 653 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:40.121 8 INFO neutron.db.segments_db [None req-37241ce8-e604-45d7-aaa9-e7a6020fb92c 564e67d617ca429aa01e8ae6b6ef4c95 36a2a8544b0c42d88353a97aff1c89e8 - - default default] Added segment 628da545-fb44-490d-8002-75ea2a0f701c of type vxlan for network 37128d42-17d4-4b31-ac9f-4dd008e0ec54 [pid: 8|app: 0|req: 906/1727] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:40 2026] POST /v2.0/networks => generated 653 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1728] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:40 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 908/1729] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:41 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 909/1730] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:10:41 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 910/1731] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:41 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 822/1732] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:40 2026] POST /v2.0/subnets => generated 1321 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1733] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:10:41 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 823/1734] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:10:41 2026] GET /v2.0/subnets => generated 1957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1735] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:41 2026] DELETE /v2.0/subnets/c605d66f-56bd-4bf1-a843-9b67bb03e9ff => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1736] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:41 2026] DELETE /v2.0/subnets/eea17459-6a1e-429d-9fe3-1d3067ab88eb => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1737] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:10:41 2026] GET /v2.0/subnets => generated 649 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:41.780 7 INFO neutron.services.segments.plugin [-] Segment 628da545-fb44-490d-8002-75ea2a0f701c resource provider aggregate not found 2026-07-16 08:10:41.788 7 INFO neutron.services.segments.plugin [-] Segment 628da545-fb44-490d-8002-75ea2a0f701c resource provider aggregate not found 2026-07-16 08:10:41.804 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 628da545-fb44-490d-8002-75ea2a0f701c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628da545-fb44-490d-8002-75ea2a0f701c found for delete ", "request_id": "req-5a0ca7ef-c949-48ae-8811-a8f47c22572d"}]} 2026-07-16 08:10:41.805 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 628da545-fb44-490d-8002-75ea2a0f701c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628da545-fb44-490d-8002-75ea2a0f701c found for delete ", "request_id": "req-4cff6857-a27a-4a1f-a961-2529340f9ff5"}]} [pid: 7|app: 0|req: 827/1738] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:41 2026] DELETE /v2.0/networks/37128d42-17d4-4b31-ac9f-4dd008e0ec54 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1739] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:41 2026] DELETE /v2.0/networks/30372e25-a5aa-45ed-8a9b-099682c2fc8a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1740] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:41 2026] DELETE /v2.0/networks/a656b2d0-5465-484b-8ea5-68ddfc2577ef => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:42.218 8 INFO neutron.db.l3_db [None req-20e1fede-a289-4dd5-97b5-b714523d1bab 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Floating IP 573729c9-8725-47fa-a212-dad7dd664877 associated. External IP: 10.96.250.220, port: 9ba94c36-f778-4f7c-b42f-8292067d50d3. [pid: 7|app: 0|req: 830/1741] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:42 2026] GET /v2.0/security-groups?tenant_id=9992030a128545a28d582c7aaa2eee92&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1742] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:42 2026] DELETE /v2.0/networks/2461888e-cae8-4fa6-bf56-aec26bc6a0bc => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1743] 10.0.0.24 () {34 vars in 676 bytes} [Thu Jul 16 08:10:41 2026] POST /v2.0/floatingips => generated 855 bytes in 1243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:42.581 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88e122b7-623a-4a10-b798-e55522a4b3f0'] response: {'name': 'network-changed', 'server_uuid': 'bd03a29e-f967-4dd5-bba9-2791fa3e5004', 'tag': '9ba94c36-f778-4f7c-b42f-8292067d50d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 832/1744] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:42 2026] DELETE /v2.0/security-groups/964ba7ca-d963-4368-b0ee-3edfd4b9d9f5 => 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: 913/1745] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:10:42 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1746] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:42 2026] GET /v2.0/security-groups?tenant_id=a48ff6d8588343ceb6c04d0ff2f25291&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1747] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:42 2026] DELETE /v2.0/security-groups/3d589e70-3934-46c4-bc43-737ddfe53347 => 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: 915/1748] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1749] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/networks?id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1750] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/security-groups?tenant_id=36a2a8544b0c42d88353a97aff1c89e8&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1751] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9ba94c36-f778-4f7c-b42f-8292067d50d3 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1752] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/subnets?id=ff15242b-49a1-4581-8f37-abcfffdc7cd8 => 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: 917/1753] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:43 2026] DELETE /v2.0/security-groups/63969629-ec1c-44ae-9f7b-164d62d9caec => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1754] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/ports?network_id=675323e6-23cf-4fb6-8c1c-fd554f41610a&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: 918/1755] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?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: 838/1756] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?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: 919/1757] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:10:43 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:43.826 7 INFO neutron.services.segments.plugin [-] Segment d792c374-62d7-4fe3-88f8-78716f47315a resource provider aggregate not found 2026-07-16 08:10:43.830 7 INFO neutron.services.segments.plugin [-] Segment d792c374-62d7-4fe3-88f8-78716f47315a resource provider aggregate not found 2026-07-16 08:10:43.840 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d792c374-62d7-4fe3-88f8-78716f47315a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d792c374-62d7-4fe3-88f8-78716f47315a found for delete ", "request_id": "req-62d62812-4d9d-4d0f-a315-f4cbfafd9017"}]} 2026-07-16 08:10:43.852 7 INFO neutron.services.segments.plugin [-] Segment 3929998d-4bec-4b16-b58e-9bae95d1a9e4 resource provider aggregate not found 2026-07-16 08:10:43.855 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d792c374-62d7-4fe3-88f8-78716f47315a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d792c374-62d7-4fe3-88f8-78716f47315a found for delete ", "request_id": "req-1f4ad02c-f6f6-46c9-a68c-3fbaaa391f4f"}]} 2026-07-16 08:10:43.867 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3929998d-4bec-4b16-b58e-9bae95d1a9e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3929998d-4bec-4b16-b58e-9bae95d1a9e4 found for delete ", "request_id": "req-03779b28-f8e2-4e3c-b56c-ab185e1eef24"}]} 2026-07-16 08:10:43.878 7 INFO neutron.services.segments.plugin [-] Segment eb935e0b-b2ac-4447-a1a7-e17ddfd39f60 resource provider aggregate not found 2026-07-16 08:10:43.878 7 INFO neutron.services.segments.plugin [-] Segment 3929998d-4bec-4b16-b58e-9bae95d1a9e4 resource provider aggregate not found 2026-07-16 08:10:43.896 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment eb935e0b-b2ac-4447-a1a7-e17ddfd39f60 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb935e0b-b2ac-4447-a1a7-e17ddfd39f60 found for delete ", "request_id": "req-386b95ee-2bfd-48e3-99bd-df5150fbd906"}]} 2026-07-16 08:10:43.902 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3929998d-4bec-4b16-b58e-9bae95d1a9e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3929998d-4bec-4b16-b58e-9bae95d1a9e4 found for delete ", "request_id": "req-c6699d94-5f68-493f-9af9-8c9d3853c80e"}]} 2026-07-16 08:10:43.915 7 INFO neutron.services.segments.plugin [-] Segment eb935e0b-b2ac-4447-a1a7-e17ddfd39f60 resource provider aggregate not found 2026-07-16 08:10:43.928 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment eb935e0b-b2ac-4447-a1a7-e17ddfd39f60 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb935e0b-b2ac-4447-a1a7-e17ddfd39f60 found for delete ", "request_id": "req-03f3525b-49f0-405a-8f32-2c502b441848"}]} [pid: 7|app: 0|req: 839/1758] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:10:44 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 857 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:45.408 8 INFO neutron.db.segments_db [None req-160090bb-9de7-495d-ab94-1fd886c78a74 ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Added segment c7e3b15a-4a59-4920-87dc-a9f50bd65600 of type vxlan for network b68c1d18-8a73-40cd-9090-c4716f3365c3 2026-07-16 08:10:45.470 8 INFO neutron.db.segments_db [None req-160090bb-9de7-495d-ab94-1fd886c78a74 ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Added segment 2492009f-4353-4e5e-807f-514b445fa4c6 of type vxlan for network 2f35d9d9-03c4-4bb5-baa5-b83ca1cc4831 [pid: 8|app: 0|req: 920/1759] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:45 2026] POST /v2.0/networks => generated 1243 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1760] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:10:45 2026] GET /v2.0/networks => generated 1842 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:10:45.808 8 INFO neutron.services.segments.plugin [-] Segment c7e3b15a-4a59-4920-87dc-a9f50bd65600 resource provider aggregate not found 2026-07-16 08:10:45.812 8 INFO neutron.services.segments.plugin [-] Segment c7e3b15a-4a59-4920-87dc-a9f50bd65600 resource provider aggregate not found 2026-07-16 08:10:45.831 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7e3b15a-4a59-4920-87dc-a9f50bd65600 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7e3b15a-4a59-4920-87dc-a9f50bd65600 found for delete ", "request_id": "req-4ee79f69-2092-4bd2-953a-db638bc01297"}]} 2026-07-16 08:10:45.835 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7e3b15a-4a59-4920-87dc-a9f50bd65600 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7e3b15a-4a59-4920-87dc-a9f50bd65600 found for delete ", "request_id": "req-f8d74050-1d43-49df-8743-8ecce6ba243a"}]} [pid: 8|app: 0|req: 921/1761] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:45 2026] DELETE /v2.0/networks/b68c1d18-8a73-40cd-9090-c4716f3365c3 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:45.969 7 INFO neutron.services.segments.plugin [-] Segment 2492009f-4353-4e5e-807f-514b445fa4c6 resource provider aggregate not found 2026-07-16 08:10:45.974 7 INFO neutron.services.segments.plugin [-] Segment 2492009f-4353-4e5e-807f-514b445fa4c6 resource provider aggregate not found 2026-07-16 08:10:45.990 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2492009f-4353-4e5e-807f-514b445fa4c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2492009f-4353-4e5e-807f-514b445fa4c6 found for delete ", "request_id": "req-87e2cbb5-f078-44ca-9392-3a46b595ed60"}]} 2026-07-16 08:10:45.992 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2492009f-4353-4e5e-807f-514b445fa4c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2492009f-4353-4e5e-807f-514b445fa4c6 found for delete ", "request_id": "req-3f705e82-c07d-46b5-87c7-45c92a0ab933"}]} [pid: 7|app: 0|req: 841/1762] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:45 2026] DELETE /v2.0/networks/2f35d9d9-03c4-4bb5-baa5-b83ca1cc4831 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1763] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:10:46 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:46.138 7 INFO neutron.db.segments_db [None req-bc5add58-3e0e-438b-9f6c-0fd2a4e07411 ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Added segment 7162f22b-f764-487c-aee1-64f8b9392525 of type vxlan for network 113dd1ae-4e1c-4086-b81f-fcfee7cf5fa2 [pid: 7|app: 0|req: 842/1764] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:46 2026] POST /v2.0/networks => generated 649 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:46.288 8 INFO neutron.db.segments_db [None req-1950d0b9-dc3c-43e5-912b-b95a2fab6f9f ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Added segment 6c08ba04-a5c0-438b-ae28-dd1bce05f221 of type vxlan for network 29c3eacf-daa5-4c0c-aa50-c3321d69abbc [pid: 8|app: 0|req: 923/1765] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:46 2026] POST /v2.0/networks => generated 650 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1766] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:10:46 2026] POST /v2.0/ports => generated 1506 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1767] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:10:47 2026] GET /v2.0/ports => generated 1506 bytes in 90 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-16 08:10:47.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef1fc68a-6739-469c-99b5-67bfc803b1c5 ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] TaaS: Handle Delete Port: 3dc20cf8-2834-423f-b864-c9aea611decf 2026-07-16 08:10:47.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef1fc68a-6739-469c-99b5-67bfc803b1c5 ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Tap Mirror: Handle Delete Port: 3dc20cf8-2834-423f-b864-c9aea611decf [pid: 7|app: 0|req: 844/1768] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:10:47 2026] DELETE /v2.0/ports/3dc20cf8-2834-423f-b864-c9aea611decf => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:47.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7210bdc-5df5-41dc-8b5f-3df7c196228d ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] TaaS: Handle Delete Port: 5db89068-0fbb-4c88-ad45-036bfc3cf328 2026-07-16 08:10:47.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7210bdc-5df5-41dc-8b5f-3df7c196228d ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Tap Mirror: Handle Delete Port: 5db89068-0fbb-4c88-ad45-036bfc3cf328 [pid: 8|app: 0|req: 925/1769] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:10:47 2026] DELETE /v2.0/ports/5db89068-0fbb-4c88-ad45-036bfc3cf328 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1770] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:10:47 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:10:47.527 8 INFO neutron.db.segments_db [None req-85d48f7d-896f-4a59-bcd3-c759b09e69ad ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Added segment a6a1cf3a-019d-4c36-8b0b-dcb7e67d633e of type vxlan for network e0069dfd-1882-4a59-aaba-b2b19da72c34 [pid: 8|app: 0|req: 926/1771] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:47 2026] POST /v2.0/networks => generated 650 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:47.714 7 INFO neutron.db.segments_db [None req-1c870528-91fc-480b-8588-3fc5f07cef5f ca4578b5610c4cb0b678813687ec398f 9eb3736c0d634f46a761a139a8f4bed9 - - default default] Added segment 43c6c756-d4a2-495b-aa64-cd1ed1969916 of type vxlan for network fd67e975-2e27-4421-8598-ba1df0f45be8 [pid: 7|app: 0|req: 846/1772] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:47 2026] POST /v2.0/networks => generated 650 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1773] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:47 2026] POST /v2.0/subnets => generated 1274 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1774] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:10:48 2026] GET /v2.0/subnets => generated 1910 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1775] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:48 2026] DELETE /v2.0/subnets/5ea5db3c-098d-4619-aa42-8f36a14e6759 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1776] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:48 2026] DELETE /v2.0/subnets/e9c13fe2-4161-46eb-a5d1-f1344126bcc6 => 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: 929/1777] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:10:48 2026] GET /v2.0/subnets => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:48.791 8 INFO neutron.services.segments.plugin [-] Segment 43c6c756-d4a2-495b-aa64-cd1ed1969916 resource provider aggregate not found 2026-07-16 08:10:48.796 8 INFO neutron.services.segments.plugin [-] Segment 43c6c756-d4a2-495b-aa64-cd1ed1969916 resource provider aggregate not found 2026-07-16 08:10:48.813 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43c6c756-d4a2-495b-aa64-cd1ed1969916 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c6c756-d4a2-495b-aa64-cd1ed1969916 found for delete ", "request_id": "req-33788d3b-a94d-4400-904b-e28c21c36c2f"}]} 2026-07-16 08:10:48.814 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43c6c756-d4a2-495b-aa64-cd1ed1969916 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c6c756-d4a2-495b-aa64-cd1ed1969916 found for delete ", "request_id": "req-a5f7b68f-838c-4a2f-a763-a2603517e95c"}]} [pid: 8|app: 0|req: 930/1778] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:48 2026] DELETE /v2.0/networks/fd67e975-2e27-4421-8598-ba1df0f45be8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1779] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:48 2026] GET /v2.0/security-groups?tenant_id=3307234aa50647c9bf7c94b579cb8b4c&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1780] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:48 2026] DELETE /v2.0/networks/e0069dfd-1882-4a59-aaba-b2b19da72c34 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1781] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:48 2026] DELETE /v2.0/security-groups/9111df2b-ca6d-4fc0-960e-6b3be778cede => 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: 932/1782] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:48 2026] DELETE /v2.0/networks/29c3eacf-daa5-4c0c-aa50-c3321d69abbc => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:49.230 7 INFO neutron.services.segments.plugin [-] Segment 7162f22b-f764-487c-aee1-64f8b9392525 resource provider aggregate not found 2026-07-16 08:10:49.235 7 INFO neutron.services.segments.plugin [-] Segment 7162f22b-f764-487c-aee1-64f8b9392525 resource provider aggregate not found [pid: 8|app: 0|req: 933/1783] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:49 2026] GET /v2.0/security-groups?tenant_id=92df830aa34c42b0889c0aeac4a17393&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:10:49.246 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7162f22b-f764-487c-aee1-64f8b9392525 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7162f22b-f764-487c-aee1-64f8b9392525 found for delete ", "request_id": "req-20068832-36c9-4057-8ba3-c4b8e4090e13"}]} 2026-07-16 08:10:49.251 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7162f22b-f764-487c-aee1-64f8b9392525 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7162f22b-f764-487c-aee1-64f8b9392525 found for delete ", "request_id": "req-01cb4621-aa49-448f-87e9-d00c3b4d6910"}]} [pid: 7|app: 0|req: 851/1784] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:49 2026] DELETE /v2.0/networks/113dd1ae-4e1c-4086-b81f-fcfee7cf5fa2 => 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: 934/1785] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:49 2026] DELETE /v2.0/security-groups/e0c544c8-ab4f-4d44-b8ea-58a4286dddaf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1786] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:49 2026] GET /v2.0/security-groups?tenant_id=9eb3736c0d634f46a761a139a8f4bed9&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1787] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:49 2026] DELETE /v2.0/security-groups/f06d90ae-71e6-4f64-838f-b779ab11b312 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:50.845 8 INFO neutron.services.segments.plugin [-] Segment a6a1cf3a-019d-4c36-8b0b-dcb7e67d633e resource provider aggregate not found 2026-07-16 08:10:50.851 8 INFO neutron.services.segments.plugin [-] Segment a6a1cf3a-019d-4c36-8b0b-dcb7e67d633e resource provider aggregate not found 2026-07-16 08:10:50.865 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6a1cf3a-019d-4c36-8b0b-dcb7e67d633e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a1cf3a-019d-4c36-8b0b-dcb7e67d633e found for delete ", "request_id": "req-cb1ba1bd-f987-4172-b6a6-51857f8b0f98"}]} 2026-07-16 08:10:50.868 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a6a1cf3a-019d-4c36-8b0b-dcb7e67d633e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a1cf3a-019d-4c36-8b0b-dcb7e67d633e found for delete ", "request_id": "req-35af9fe4-5ef8-499b-9680-36467521f4ec"}]} 2026-07-16 08:10:50.882 8 INFO neutron.services.segments.plugin [-] Segment 6c08ba04-a5c0-438b-ae28-dd1bce05f221 resource provider aggregate not found 2026-07-16 08:10:50.890 8 INFO neutron.services.segments.plugin [-] Segment 6c08ba04-a5c0-438b-ae28-dd1bce05f221 resource provider aggregate not found 2026-07-16 08:10:50.901 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c08ba04-a5c0-438b-ae28-dd1bce05f221 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c08ba04-a5c0-438b-ae28-dd1bce05f221 found for delete ", "request_id": "req-746ffd80-f82a-4c75-b21f-d50458a0aa7f"}]} 2026-07-16 08:10:50.904 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6c08ba04-a5c0-438b-ae28-dd1bce05f221 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c08ba04-a5c0-438b-ae28-dd1bce05f221 found for delete ", "request_id": "req-81425d2f-d46f-4c67-a88c-f6d5408916dd"}]} [pid: 7|app: 0|req: 853/1788] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:51 2026] GET /v2.0/security-groups?tenant_id=360c6023db97425eac28bc94a5924735&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:10:51.934 8 INFO neutron.db.segments_db [None req-9c8c8125-599d-4375-a1a3-2b6d80dd5ebe a3ea3bb11f47445893cc4d59a4f2732d cc9e24f442804ad4bbb8209a4629c899 - - default default] Added segment f1a75d77-64bf-45b4-b7f7-9bbd9c068327 of type vxlan for network b9e66478-42fd-48de-a6c8-fbd4c6150ef7 [pid: 7|app: 0|req: 854/1789] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:51 2026] DELETE /v2.0/security-groups/33060481-7b93-4f04-8325-bdd6bf0f222f => 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: 936/1790] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:51 2026] POST /v2.0/networks => generated 643 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1791] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:52 2026] POST /v2.0/subnets => generated 641 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:52.362 8 INFO neutron.db.segments_db [None req-83379cb6-eda4-4301-9b87-01cde468afe4 a3ea3bb11f47445893cc4d59a4f2732d cc9e24f442804ad4bbb8209a4629c899 - - default default] Added segment 89f60abb-1664-4718-89db-1f002930f018 of type vxlan for network 5c6d7f6b-d49d-4c60-bad4-e13e889e34d8 [pid: 7|app: 0|req: 856/1792] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:10:52 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 1240 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1793] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:52 2026] POST /v2.0/networks => generated 643 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1794] 10.0.0.163 () {34 vars in 1040 bytes} [Thu Jul 16 08:10:52 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 938/1795] 10.0.0.24 () {34 vars in 742 bytes} [Thu Jul 16 08:10:52 2026] PUT /v2.0/networks/5c6d7f6b-d49d-4c60-bad4-e13e889e34d8 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1796] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:52 2026] POST /v2.0/subnets => generated 626 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1797] 10.0.0.24 () {34 vars in 740 bytes} [Thu Jul 16 08:10:52 2026] PUT /v2.0/subnets/2c59a254-2f2b-4498-a971-2c630112a8c1 => generated 636 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:53.276 7 INFO neutron.services.segments.plugin [-] Segment 89f60abb-1664-4718-89db-1f002930f018 resource provider aggregate not found 2026-07-16 08:10:53.278 7 INFO neutron.services.segments.plugin [-] Segment 89f60abb-1664-4718-89db-1f002930f018 resource provider aggregate not found 2026-07-16 08:10:53.294 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89f60abb-1664-4718-89db-1f002930f018 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89f60abb-1664-4718-89db-1f002930f018 found for delete ", "request_id": "req-b66e7c88-c57d-471a-96e4-6aa3faae1360"}]} 2026-07-16 08:10:53.296 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 89f60abb-1664-4718-89db-1f002930f018 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89f60abb-1664-4718-89db-1f002930f018 found for delete ", "request_id": "req-9c3bcbf5-8610-435b-8d4a-f7a504c500b5"}]} [pid: 7|app: 0|req: 859/1798] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:53 2026] DELETE /v2.0/networks/5c6d7f6b-d49d-4c60-bad4-e13e889e34d8 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:53.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87b95fc9-734e-45d8-9fd5-95e5b91ea7a7 a3ea3bb11f47445893cc4d59a4f2732d cc9e24f442804ad4bbb8209a4629c899 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1799] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:53 2026] DELETE /v2.0/networks/5c6d7f6b-d49d-4c60-bad4-e13e889e34d8 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1800] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:10:53 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1801] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:10:53 2026] GET /v2.0/subnets?network_id=84af83b9-5cd4-4f60-a435-53b80010f88c => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1802] 10.0.0.24 () {32 vars in 652 bytes} [Thu Jul 16 08:10:53 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1803] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:10:53 2026] GET /v2.0/networks => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1804] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:10:53 2026] GET /v2.0/subnets => generated 1280 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1805] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:10:53 2026] GET /v2.0/networks/b9e66478-42fd-48de-a6c8-fbd4c6150ef7 => generated 668 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1806] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:10:53 2026] GET /v2.0/subnets/63a057e1-5113-47b1-9f2d-b2ce9df458f5 => generated 641 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:53.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a15cbd25-b93e-4ffc-8c19-e1aff887fac9 a3ea3bb11f47445893cc4d59a4f2732d cc9e24f442804ad4bbb8209a4629c899 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1807] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:53 2026] DELETE /v2.0/subnets/2c59a254-2f2b-4498-a971-2c630112a8c1 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:10:53.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68325aea-18ca-4bc5-b1bc-99d93f0dae85 a3ea3bb11f47445893cc4d59a4f2732d cc9e24f442804ad4bbb8209a4629c899 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1808] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:53 2026] DELETE /v2.0/networks/5c6d7f6b-d49d-4c60-bad4-e13e889e34d8 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1809] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:10:53 2026] DELETE /v2.0/subnets/63a057e1-5113-47b1-9f2d-b2ce9df458f5 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:10:54.029 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a0604ad-825a-4016-8c51-c80b4b8aff68 a3ea3bb11f47445893cc4d59a4f2732d cc9e24f442804ad4bbb8209a4629c899 - - default default] TaaS: Handle Delete Port: 9d744122-b2f3-498f-821a-c16e722b1edb 2026-07-16 08:10:54.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a0604ad-825a-4016-8c51-c80b4b8aff68 a3ea3bb11f47445893cc4d59a4f2732d cc9e24f442804ad4bbb8209a4629c899 - - default default] Tap Mirror: Handle Delete Port: 9d744122-b2f3-498f-821a-c16e722b1edb [pid: 7|app: 0|req: 865/1812] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:10:53 2026] DELETE /v2.0/networks/b9e66478-42fd-48de-a6c8-fbd4c6150ef7 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1813] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:54 2026] GET /v2.0/security-groups?tenant_id=af2178eb0b024a618a591c47925c0857&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1814] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:54 2026] DELETE /v2.0/security-groups/0702b841-598f-4a7b-b880-ac1b6d02bffa => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1815] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:54 2026] GET /v2.0/security-groups?tenant_id=cc9e24f442804ad4bbb8209a4629c899&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1816] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:54 2026] DELETE /v2.0/security-groups/f213cdc8-d879-4c8a-a181-68ac18709e08 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:55.315 7 INFO neutron.services.segments.plugin [-] Segment f1a75d77-64bf-45b4-b7f7-9bbd9c068327 resource provider aggregate not found 2026-07-16 08:10:55.319 7 INFO neutron.services.segments.plugin [-] Segment f1a75d77-64bf-45b4-b7f7-9bbd9c068327 resource provider aggregate not found 2026-07-16 08:10:55.336 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1a75d77-64bf-45b4-b7f7-9bbd9c068327 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a75d77-64bf-45b4-b7f7-9bbd9c068327 found for delete ", "request_id": "req-4e8af111-17e6-4de6-9ff0-99ba22e7d2e4"}]} 2026-07-16 08:10:55.338 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1a75d77-64bf-45b4-b7f7-9bbd9c068327 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a75d77-64bf-45b4-b7f7-9bbd9c068327 found for delete ", "request_id": "req-e98e906a-5d82-4f36-8738-fbfd7a1ee858"}]} [pid: 7|app: 0|req: 868/1817] 10.0.0.24 () {34 vars in 676 bytes} [Thu Jul 16 08:10:56 2026] POST /v2.0/subnetpools => generated 549 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1818] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:10:56 2026] GET /v2.0/subnetpools/aef47745-6cf7-4c00-a9d1-406a2f84acdb => generated 549 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:10:56.884 8 INFO neutron.db.segments_db [None req-dd3e0cc7-bb8a-44e7-b3dd-8bf1132fe3e3 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment ff937add-1303-4997-9247-8012dcc67c9b of type vxlan for network f3bac0e8-0cd2-488f-8645-90c1c3f5f759 [pid: 7|app: 0|req: 870/1819] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:10:56 2026] PUT /v2.0/subnetpools/aef47745-6cf7-4c00-a9d1-406a2f84acdb => generated 500 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1820] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:10:56 2026] DELETE /v2.0/subnetpools/aef47745-6cf7-4c00-a9d1-406a2f84acdb => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:56.954 7 INFO neutron.api.v2.resource [None req-1d0a7e1a-1539-4f82-82d9-b29ed3e58f35 8b72baaa075141a0bd6268b7e4381c40 51342ca8ccdd4a85844c98dc18c03ef6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 872/1821] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:10:56 2026] GET /v2.0/subnetpools/aef47745-6cf7-4c00-a9d1-406a2f84acdb => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:10:56.969 7 INFO neutron.api.v2.resource [None req-25faa038-c030-4e42-8b2b-efd3c7b08ebe 8b72baaa075141a0bd6268b7e4381c40 51342ca8ccdd4a85844c98dc18c03ef6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1822] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:10:56 2026] DELETE /v2.0/subnetpools/aef47745-6cf7-4c00-a9d1-406a2f84acdb => 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: 950/1823] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:56 2026] POST /v2.0/networks => generated 633 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:57.058 7 INFO neutron.db.segments_db [None req-354254d2-b6fc-4faf-a864-927ee547f869 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment c90166a8-f1df-486c-a277-24da26dfd7cf of type vxlan for network ce05be55-464c-4a95-b55b-30f0e23dd7f4 [pid: 7|app: 0|req: 874/1824] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:10:56 2026] POST /v2.0/networks => generated 633 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1825] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:57 2026] POST /v2.0/subnets => generated 646 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1826] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:10:57 2026] GET /v2.0/security-groups?tenant_id=51342ca8ccdd4a85844c98dc18c03ef6&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: 875/1827] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:57 2026] POST /v2.0/subnets => generated 655 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:10:57.798 7 INFO neutron.db.segments_db [None req-cd540730-bfee-422b-9a7b-754150b62f04 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment 97dff9ae-06de-4ddd-be62-320384a36155 of type vxlan for network 55306ece-a726-46c7-8766-ce70d5aa6c7c [pid: 8|app: 0|req: 953/1828] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:10:57 2026] DELETE /v2.0/security-groups/74aaaa4c-a4bb-46f9-93e1-c38daf558eba => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:10:58.058 7 INFO neutron.db.l3_hamode_db [None req-cd540730-bfee-422b-9a7b-754150b62f04 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:10:58.181 7 INFO neutron.db.l3_hamode_db [None req-cd540730-bfee-422b-9a7b-754150b62f04 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 876/1829] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:10:57 2026] POST /v2.0/routers => generated 511 bytes in 1091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1830] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:10:58 2026] PUT /v2.0/routers/69e01b4e-aafa-4c22-9239-370095936176/add_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1831] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:10:59 2026] GET /v2.0/ports/d38d8433-8cbc-4e44-8f5d-20dd8b336e6d => 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: 955/1832] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:00 2026] PUT /v2.0/routers/69e01b4e-aafa-4c22-9239-370095936176/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1833] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:01 2026] GET /v2.0/ports/8db59459-b2cd-4d31-8e99-5f1fd6a84fd8 => generated 967 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:01.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e33ca9a-b2ff-48f5-b492-d23ff2781808 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 8db59459-b2cd-4d31-8e99-5f1fd6a84fd8 2026-07-16 08:11:01.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e33ca9a-b2ff-48f5-b492-d23ff2781808 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 8db59459-b2cd-4d31-8e99-5f1fd6a84fd8 [pid: 7|app: 0|req: 879/1834] 10.0.0.24 () {32 vars in 825 bytes} [Thu Jul 16 08:11:01 2026] GET /v2.0/ports?project_id=332a3caaddd24cf88431ca3eb020b7be&network_id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 3691 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1835] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:01 2026] PUT /v2.0/routers/69e01b4e-aafa-4c22-9239-370095936176/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1836] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:11:02 2026] GET /v2.0/subnets?network_id=84af83b9-5cd4-4f60-a435-53b80010f88c => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:02.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-856b21bc-0dbb-45fc-95cd-65d7b0fe2bbe 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: d38d8433-8cbc-4e44-8f5d-20dd8b336e6d 2026-07-16 08:11:02.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-856b21bc-0dbb-45fc-95cd-65d7b0fe2bbe 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: d38d8433-8cbc-4e44-8f5d-20dd8b336e6d [pid: 8|app: 0|req: 958/1837] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:02 2026] GET /v2.0/security-groups?tenant_id=c5b4c8e6eb55476485436d8ec28a3098&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1838] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:01 2026] PUT /v2.0/routers/69e01b4e-aafa-4c22-9239-370095936176/remove_router_interface => generated 309 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:02.827 8 INFO neutron.db.l3_db [None req-7e9ed449-0c7e-4701-87de-6797abcc218a 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Floating IP 573729c9-8725-47fa-a212-dad7dd664877 disassociated. External IP: 10.96.250.220, port: 9ba94c36-f778-4f7c-b42f-8292067d50d3. [pid: 7|app: 0|req: 881/1839] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:02 2026] DELETE /v2.0/security-groups/7ebe8a80-d998-4cc9-86fa-939f7ca2c222 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1840] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:02 2026] GET /v2.0/ports?device_id=69e01b4e-aafa-4c22-9239-370095936176 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:03.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-25c849c7-bbac-4305-b9aa-c48c02a793e5 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 173b14d7-63f8-4c2c-8c0f-ee5bc85b0ee7 2026-07-16 08:11:03.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25c849c7-bbac-4305-b9aa-c48c02a793e5 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 173b14d7-63f8-4c2c-8c0f-ee5bc85b0ee7 [pid: 8|app: 0|req: 959/1841] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:02 2026] PUT /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 554 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:03.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99b3c668-8927-4d63-88ce-e41cc2bbbf81'] response: {'name': 'network-changed', 'server_uuid': 'bd03a29e-f967-4dd5-bba9-2791fa3e5004', 'tag': '9ba94c36-f778-4f7c-b42f-8292067d50d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 960/1842] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/security-groups?tenant_id=3347f568c2ee4b95ac517780105b06ac&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1843] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:03.422 7 INFO neutron.services.segments.plugin [-] Segment 97dff9ae-06de-4ddd-be62-320384a36155 resource provider aggregate not found 2026-07-16 08:11:03.432 7 INFO neutron.services.segments.plugin [-] Segment 97dff9ae-06de-4ddd-be62-320384a36155 resource provider aggregate not found [pid: 8|app: 0|req: 962/1844] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:03 2026] DELETE /v2.0/security-groups/c235b93e-2158-4983-aeac-a4d20866f831 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:03.445 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97dff9ae-06de-4ddd-be62-320384a36155 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97dff9ae-06de-4ddd-be62-320384a36155 found for delete ", "request_id": "req-165fc663-e15d-419e-b6bc-34771fcdef6b"}]} 2026-07-16 08:11:03.452 7 INFO neutron.db.l3_hamode_db [None req-25c849c7-bbac-4305-b9aa-c48c02a793e5 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] HA network 55306ece-a726-46c7-8766-ce70d5aa6c7c was deleted as no HA routers are present in tenant 85cba9f9b32a4e28b1829fb607c5ca22. 2026-07-16 08:11:03.459 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 97dff9ae-06de-4ddd-be62-320384a36155 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97dff9ae-06de-4ddd-be62-320384a36155 found for delete ", "request_id": "req-9484260a-f022-4c90-8b2a-0e430b6dbad8"}]} [pid: 7|app: 0|req: 883/1845] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:02 2026] DELETE /v2.0/routers/69e01b4e-aafa-4c22-9239-370095936176 => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1846] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:03 2026] DELETE /v2.0/subnets/515121b2-a9ed-43a4-9ff7-758a482720f0 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1847] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 884/1848] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:03 2026] DELETE /v2.0/subnets/acd49605-6972-4abe-aae5-019d8a1bca9f => 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: 965/1849] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/networks?id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1850] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9ba94c36-f778-4f7c-b42f-8292067d50d3 => 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: 967/1851] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/subnets?id=ff15242b-49a1-4581-8f37-abcfffdc7cd8 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:03.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4465bfb-43be-4623-9eca-ca9737a7cb9b 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: eade3c9f-db58-4d53-a2f0-cdc0590b5273 2026-07-16 08:11:03.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4465bfb-43be-4623-9eca-ca9737a7cb9b 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: eade3c9f-db58-4d53-a2f0-cdc0590b5273 [pid: 8|app: 0|req: 968/1852] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/ports?network_id=675323e6-23cf-4fb6-8c1c-fd554f41610a&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: 969/1853] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:11:03 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1854] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:11:04 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1855] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:03 2026] DELETE /v2.0/networks/ce05be55-464c-4a95-b55b-30f0e23dd7f4 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:04.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2cb95e6-3802-4f44-9adf-de2ec293f927 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 9ed27ac0-b43d-4ae3-9090-94752b0a398b 2026-07-16 08:11:04.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2cb95e6-3802-4f44-9adf-de2ec293f927 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 9ed27ac0-b43d-4ae3-9090-94752b0a398b [pid: 7|app: 0|req: 886/1856] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:04 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 554 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:04.476 8 INFO neutron.services.segments.plugin [-] Segment ff937add-1303-4997-9247-8012dcc67c9b resource provider aggregate not found 2026-07-16 08:11:04.482 8 INFO neutron.services.segments.plugin [-] Segment ff937add-1303-4997-9247-8012dcc67c9b resource provider aggregate not found 2026-07-16 08:11:04.492 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff937add-1303-4997-9247-8012dcc67c9b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff937add-1303-4997-9247-8012dcc67c9b found for delete ", "request_id": "req-30b630d3-2200-4822-9105-1dca574c8d65"}]} 2026-07-16 08:11:04.499 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff937add-1303-4997-9247-8012dcc67c9b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff937add-1303-4997-9247-8012dcc67c9b found for delete ", "request_id": "req-38e4994f-ab7a-42ee-a0c8-5d131e6f6c55"}]} [pid: 8|app: 0|req: 971/1857] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:04 2026] DELETE /v2.0/networks/f3bac0e8-0cd2-488f-8645-90c1c3f5f759 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:04.576 7 INFO neutron.db.segments_db [None req-d6b1b5d7-b2d8-4508-b0a2-9534703e49a5 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment 7a13bedb-0606-41a3-bbed-87548739b1d7 of type vxlan for network 0093e963-90a6-4875-88c3-a0d1c1eca337 [pid: 7|app: 0|req: 887/1858] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:04 2026] POST /v2.0/networks => generated 633 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1859] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:04 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:04.982 7 INFO neutron.db.segments_db [None req-539460e0-d23f-4edf-8c6b-7bca7935699a 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment 98bebc12-92a0-47c4-98db-ab966951018b of type vxlan for network 7e917096-6047-4929-9dbc-97c942d3ad36 2026-07-16 08:11:05.253 7 INFO neutron.db.l3_hamode_db [None req-539460e0-d23f-4edf-8c6b-7bca7935699a 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:05.363 7 INFO neutron.db.l3_hamode_db [None req-539460e0-d23f-4edf-8c6b-7bca7935699a 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 973/1860] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:05 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:05.467 7 INFO neutron.services.segments.plugin [-] Segment c90166a8-f1df-486c-a277-24da26dfd7cf resource provider aggregate not found 2026-07-16 08:11:05.481 7 INFO neutron.services.segments.plugin [-] Segment c90166a8-f1df-486c-a277-24da26dfd7cf resource provider aggregate not found 2026-07-16 08:11:05.485 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c90166a8-f1df-486c-a277-24da26dfd7cf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c90166a8-f1df-486c-a277-24da26dfd7cf found for delete ", "request_id": "req-111b8788-0177-4a64-ae3a-93ef4917a9b7"}]} 2026-07-16 08:11:05.499 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c90166a8-f1df-486c-a277-24da26dfd7cf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c90166a8-f1df-486c-a277-24da26dfd7cf found for delete ", "request_id": "req-92e852c2-810b-496d-9b2b-3fa707215ea8"}]} [pid: 7|app: 0|req: 888/1861] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:04 2026] POST /v2.0/routers => generated 511 bytes in 1162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1862] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:11:06 2026] POST /v2.0/ports => generated 963 bytes in 320 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: 975/1863] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:11:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1864] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1865] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1866] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:06 2026] GET /v2.0/security-groups?tenant_id=464349ba8cb841c091a6cb6e6b6c32f1&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1867] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1868] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:07 2026] DELETE /v2.0/security-groups/031c9bd9-66d4-4756-a19a-52e112ea35d8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1869] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:07.673 8 INFO neutron.db.securitygroups_db [None req-44293338-47bc-4548-8984-f0d8c0de7da8 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Project 332a3caaddd24cf88431ca3eb020b7be added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 982/1870] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:07.802 8 INFO neutron.db.securitygroups_db [None req-c244ab3d-693b-4c88-8141-eda827f3d6ef 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Project 332a3caaddd24cf88431ca3eb020b7be added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 983/1871] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1872] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:06 2026] PUT /v2.0/routers/bf765c4c-1478-430e-8789-681890966b22/add_router_interface => generated 309 bytes in 1958 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: 890/1873] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/ports/724aa952-64ab-4930-99c9-b20c4a464c78 => generated 1037 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1874] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/networks => generated 1298 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1875] 10.0.0.152 () {34 vars in 1100 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1359084501&fields=id&tenant_id=332a3caaddd24cf88431ca3eb020b7be => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1876] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/networks?id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1877] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/quotas/332a3caaddd24cf88431ca3eb020b7be => 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: 988/1878] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&fields=id => generated 149 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:08.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfc949f0-a672-44e5-9b94-f4e3e7ceac4b 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 724aa952-64ab-4930-99c9-b20c4a464c78 2026-07-16 08:11:08.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfc949f0-a672-44e5-9b94-f4e3e7ceac4b 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 724aa952-64ab-4930-99c9-b20c4a464c78 [pid: 8|app: 0|req: 989/1879] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1880] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:11:08 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?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: 991/1881] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:09 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 891/1884] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:08 2026] PUT /v2.0/routers/bf765c4c-1478-430e-8789-681890966b22/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:09.435 8 INFO neutron.api.v2.resource [None req-33099644-e655-4d4c-a1df-d7d9da4a393d 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 994/1885] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:09 2026] PUT /v2.0/routers/bf765c4c-1478-430e-8789-681890966b22/remove_router_interface => generated 197 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 892/1886] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:09 2026] GET /v2.0/ports?device_id=bf765c4c-1478-430e-8789-681890966b22 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:09.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c0d890d-c853-46f7-9a29-8999d00bc3b1 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 09ba8ba5-ed88-4c96-ad2c-add4a8666b8e 2026-07-16 08:11:09.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c0d890d-c853-46f7-9a29-8999d00bc3b1 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 09ba8ba5-ed88-4c96-ad2c-add4a8666b8e 2026-07-16 08:11:10.006 8 INFO neutron.services.segments.plugin [-] Segment 98bebc12-92a0-47c4-98db-ab966951018b resource provider aggregate not found 2026-07-16 08:11:10.009 8 INFO neutron.services.segments.plugin [-] Segment 98bebc12-92a0-47c4-98db-ab966951018b resource provider aggregate not found [pid: 7|app: 0|req: 893/1887] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:09 2026] GET /v2.0/security-groups?tenant_id=8367b920d2094cbfa8a047c40257e60a&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:11:10.025 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98bebc12-92a0-47c4-98db-ab966951018b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bebc12-92a0-47c4-98db-ab966951018b found for delete ", "request_id": "req-75e8e2d1-c9df-43cf-867e-311fc00a8e09"}]} 2026-07-16 08:11:10.026 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98bebc12-92a0-47c4-98db-ab966951018b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bebc12-92a0-47c4-98db-ab966951018b found for delete ", "request_id": "req-e79ceef3-8ac8-48d1-834a-7b689cd06914"}]} 2026-07-16 08:11:10.045 8 INFO neutron.db.l3_hamode_db [None req-2c0d890d-c853-46f7-9a29-8999d00bc3b1 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] HA network 7e917096-6047-4929-9dbc-97c942d3ad36 was deleted as no HA routers are present in tenant 85cba9f9b32a4e28b1829fb607c5ca22. [pid: 8|app: 0|req: 995/1888] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:09 2026] DELETE /v2.0/routers/bf765c4c-1478-430e-8789-681890966b22 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1889] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:10 2026] DELETE /v2.0/security-groups/6debad6d-bbe7-417b-a375-0a602dad2087 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1890] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:10 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 996/1891] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:10 2026] DELETE /v2.0/subnets/07067ba8-7fe4-48de-9231-5a36afa544d4 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:10.318 7 INFO neutron.services.segments.plugin [-] Segment 7a13bedb-0606-41a3-bbed-87548739b1d7 resource provider aggregate not found 2026-07-16 08:11:10.325 7 INFO neutron.services.segments.plugin [-] Segment 7a13bedb-0606-41a3-bbed-87548739b1d7 resource provider aggregate not found 2026-07-16 08:11:10.339 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a13bedb-0606-41a3-bbed-87548739b1d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a13bedb-0606-41a3-bbed-87548739b1d7 found for delete ", "request_id": "req-b2e87ae9-e227-4267-8c34-dd08f5ab7528"}]} 2026-07-16 08:11:10.342 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a13bedb-0606-41a3-bbed-87548739b1d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a13bedb-0606-41a3-bbed-87548739b1d7 found for delete ", "request_id": "req-e9d15a04-ddf0-40b3-9b66-1ae1b912e4c6"}]} [pid: 7|app: 0|req: 896/1892] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:10 2026] DELETE /v2.0/networks/0093e963-90a6-4875-88c3-a0d1c1eca337 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:10.425 8 INFO neutron.db.segments_db [None req-ca48acbd-72b2-4ca9-89f7-06feb88ec57b 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment fb94b413-5f0c-4423-ae7d-3de2de120170 of type vxlan for network 3cf75d1f-b144-47c6-8d6e-502c5d2cb5f4 [pid: 8|app: 0|req: 997/1893] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:10 2026] POST /v2.0/networks => generated 633 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1894] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:10 2026] POST /v2.0/subnets => generated 646 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:10.938 8 INFO neutron.db.segments_db [None req-aa1ab14b-b3b5-46b5-b34d-7923f170c715 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment f5422d35-bc2c-4444-b927-f06907222507 of type vxlan for network 6276a4d8-cfd7-4a27-b454-e76c0af5c9b9 2026-07-16 08:11:11.222 8 INFO neutron.db.l3_hamode_db [None req-aa1ab14b-b3b5-46b5-b34d-7923f170c715 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 898/1895] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:11 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:11.381 8 INFO neutron.db.l3_hamode_db [None req-aa1ab14b-b3b5-46b5-b34d-7923f170c715 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 998/1896] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:10 2026] POST /v2.0/routers => generated 511 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1897] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:12 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 899/1898] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:11 2026] PUT /v2.0/routers/20ec3ad9-9769-4f0f-9bad-f090cf4a5992/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1899] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:13 2026] GET /v2.0/ports/1a40b6ba-0146-4054-813d-137febab0528 => generated 959 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1900] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:11:13 2026] GET /v2.0/networks?id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1901] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:11:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=332a3caaddd24cf88431ca3eb020b7be => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1902] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:13 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:13.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-81c71069-660d-4abc-84aa-815ede05d299 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 1a40b6ba-0146-4054-813d-137febab0528 2026-07-16 08:11:13.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c71069-660d-4abc-84aa-815ede05d299 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 1a40b6ba-0146-4054-813d-137febab0528 [pid: 8|app: 0|req: 1004/1903] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:11:13 2026] POST /v2.0/ports => generated 954 bytes in 361 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: 900/1904] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:13 2026] PUT /v2.0/routers/20ec3ad9-9769-4f0f-9bad-f090cf4a5992/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1905] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:13 2026] GET /v2.0/ports?device_id=20ec3ad9-9769-4f0f-9bad-f090cf4a5992 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:14.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-a78edc3f-fcd1-4bcb-a313-f8a9f8538f60 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 627e53b6-6d47-40b8-a15d-e82c4486b585 2026-07-16 08:11:14.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a78edc3f-fcd1-4bcb-a313-f8a9f8538f60 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 627e53b6-6d47-40b8-a15d-e82c4486b585 [pid: 8|app: 0|req: 1005/1906] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:11:13 2026] PUT /v2.0/ports/c3861eb1-5440-4577-9eb8-36ecfa9769d1 => generated 1235 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:11:14.256 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1156f53-8cca-4afd-b143-db3a54d40b95'] response: {'name': 'network-changed', 'server_uuid': '971befb8-b9c4-43ba-8e35-13ad3975fec1', 'tag': 'c3861eb1-5440-4577-9eb8-36ecfa9769d1', 'status': 'completed', 'code': 200} 2026-07-16 08:11:14.369 7 INFO neutron.services.segments.plugin [-] Segment f5422d35-bc2c-4444-b927-f06907222507 resource provider aggregate not found 2026-07-16 08:11:14.376 7 INFO neutron.services.segments.plugin [-] Segment f5422d35-bc2c-4444-b927-f06907222507 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-16 08:11:14.392 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5422d35-bc2c-4444-b927-f06907222507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5422d35-bc2c-4444-b927-f06907222507 found for delete ", "request_id": "req-20b906e5-0502-4889-8d6c-831ced784444"}]} 2026-07-16 08:11:14.393 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f5422d35-bc2c-4444-b927-f06907222507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5422d35-bc2c-4444-b927-f06907222507 found for delete ", "request_id": "req-0fc978fb-8ba6-43a9-b12f-18ed3ae55345"}]} 2026-07-16 08:11:14.414 7 INFO neutron.db.l3_hamode_db [None req-a78edc3f-fcd1-4bcb-a313-f8a9f8538f60 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] HA network 6276a4d8-cfd7-4a27-b454-e76c0af5c9b9 was deleted as no HA routers are present in tenant 85cba9f9b32a4e28b1829fb607c5ca22. [pid: 7|app: 0|req: 902/1907] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:13 2026] DELETE /v2.0/routers/20ec3ad9-9769-4f0f-9bad-f090cf4a5992 => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:14.426 8 INFO neutron.db.segments_db [None req-52d5c0cd-3590-49cf-920f-da0af453faf5 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Added segment 196f0fe1-d722-4253-b458-ab5a706a0b21 of type vxlan for network 362ec03d-47e5-418a-bc5b-87ec7fccb6bd [pid: 7|app: 0|req: 903/1908] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:14 2026] DELETE /v2.0/subnets/3c90d816-97ef-48bf-9cd3-1f550d04ad6d => 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: 904/1909] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:14 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:14.728 8 INFO neutron.db.l3_hamode_db [None req-52d5c0cd-3590-49cf-920f-da0af453faf5 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:14.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-c804ea49-9dcf-408c-a4bd-60e12691ea88 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 54518716-ce1d-4926-a6ca-e65ac33ea62c 2026-07-16 08:11:14.810 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c804ea49-9dcf-408c-a4bd-60e12691ea88 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 54518716-ce1d-4926-a6ca-e65ac33ea62c 2026-07-16 08:11:14.857 8 INFO neutron.db.l3_hamode_db [None req-52d5c0cd-3590-49cf-920f-da0af453faf5 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 905/1910] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:14 2026] DELETE /v2.0/networks/3cf75d1f-b144-47c6-8d6e-502c5d2cb5f4 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1911] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:15 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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: 907/1912] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:11:15 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:11:15.105 7 INFO neutron.db.segments_db [None req-c8875fbd-cd7a-40ab-ae86-ab9da136e3e7 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Added segment f21cdb89-09d9-42b0-b3df-046e780fd4ba of type vxlan for network e0210f01-8347-468c-bb13-ae5fcf076199 2026-07-16 08:11:15.372 7 INFO neutron.db.l3_hamode_db [None req-c8875fbd-cd7a-40ab-ae86-ab9da136e3e7 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1006/1913] 10.0.0.24 () {34 vars in 667 bytes} [Thu Jul 16 08:11:14 2026] POST /v2.0/routers => generated 474 bytes in 1710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1914] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:11:15 2026] GET /v2.0/networks?tenant_id=332a3caaddd24cf88431ca3eb020b7be&shared=False => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:16.005 8 INFO neutron.db.l3_hamode_db [None req-bda00f1c-0cad-40c2-a207-9ed527514a4f 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:16.120 8 INFO neutron.db.l3_hamode_db [None req-bda00f1c-0cad-40c2-a207-9ed527514a4f 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:16.138 7 INFO neutron.db.l3_hamode_db [None req-c8875fbd-cd7a-40ab-ae86-ab9da136e3e7 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:16.417 7 INFO neutron.services.segments.plugin [-] Segment fb94b413-5f0c-4423-ae7d-3de2de120170 resource provider aggregate not found 2026-07-16 08:11:16.420 7 INFO neutron.services.segments.plugin [-] Segment fb94b413-5f0c-4423-ae7d-3de2de120170 resource provider aggregate not found 2026-07-16 08:11:16.433 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb94b413-5f0c-4423-ae7d-3de2de120170 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb94b413-5f0c-4423-ae7d-3de2de120170 found for delete ", "request_id": "req-83bfb843-e452-4723-a3c2-7b6967adec1c"}]} 2026-07-16 08:11:16.438 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fb94b413-5f0c-4423-ae7d-3de2de120170 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb94b413-5f0c-4423-ae7d-3de2de120170 found for delete ", "request_id": "req-f41fddda-975c-457b-9539-4713d79f8b42"}]} [pid: 8|app: 0|req: 1008/1915] 10.0.0.24 () {34 vars in 667 bytes} [Thu Jul 16 08:11:15 2026] POST /v2.0/routers => generated 474 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1916] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:11:16 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: 1010/1917] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:16 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:16.898 8 INFO neutron.db.l3_hamode_db [None req-13ea7461-6a57-4293-a731-4759f8936b65 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 908/1918] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:15 2026] POST /v2.0/routers => generated 692 bytes in 1918 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1919] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:16 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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-16 08:11:17.022 8 INFO neutron.db.l3_hamode_db [None req-13ea7461-6a57-4293-a731-4759f8936b65 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 910/1920] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:17 2026] GET /v2.0/routers/15fc2e9a-9c76-4b17-aa00-790abb10d3ec => generated 698 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1921] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:11:17 2026] GET /v2.0/routers => generated 701 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1922] 10.0.0.24 () {34 vars in 740 bytes} [Thu Jul 16 08:11:17 2026] PUT /v2.0/routers/15fc2e9a-9c76-4b17-aa00-790abb10d3ec => generated 705 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1923] 10.0.0.24 () {34 vars in 667 bytes} [Thu Jul 16 08:11:16 2026] POST /v2.0/routers => generated 474 bytes in 766 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1924] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:17 2026] GET /v2.0/routers/15fc2e9a-9c76-4b17-aa00-790abb10d3ec => generated 705 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:17.691 8 INFO neutron.db.l3_hamode_db [None req-682e3a8e-cbb3-46b4-ba25-a7183f650788 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 914/1925] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:17 2026] GET /v2.0/ports?device_id=15fc2e9a-9c76-4b17-aa00-790abb10d3ec => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:17.833 8 INFO neutron.db.l3_hamode_db [None req-682e3a8e-cbb3-46b4-ba25-a7183f650788 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:17.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-7add95ae-60fd-421f-91e8-471b2fb5ad10 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: 64916ce7-6536-42e6-9b9a-76516e86a435 2026-07-16 08:11:17.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7add95ae-60fd-421f-91e8-471b2fb5ad10 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: 64916ce7-6536-42e6-9b9a-76516e86a435 2026-07-16 08:11:18.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-7add95ae-60fd-421f-91e8-471b2fb5ad10 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] TaaS: Handle Delete Port: e3756a88-82c5-420b-8edf-6f68d4a08356 2026-07-16 08:11:18.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7add95ae-60fd-421f-91e8-471b2fb5ad10 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] Tap Mirror: Handle Delete Port: e3756a88-82c5-420b-8edf-6f68d4a08356 [pid: 8|app: 0|req: 1012/1926] 10.0.0.24 () {34 vars in 667 bytes} [Thu Jul 16 08:11:17 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1927] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1928] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:18.507 8 INFO neutron.db.l3_hamode_db [None req-e8bd342c-9444-4942-a212-60a8e74cbb80 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:18.511 7 INFO neutron.services.segments.plugin [-] Segment f21cdb89-09d9-42b0-b3df-046e780fd4ba resource provider aggregate not found 2026-07-16 08:11:18.515 7 INFO neutron.services.segments.plugin [-] Segment f21cdb89-09d9-42b0-b3df-046e780fd4ba resource provider aggregate not found 2026-07-16 08:11:18.531 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f21cdb89-09d9-42b0-b3df-046e780fd4ba resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f21cdb89-09d9-42b0-b3df-046e780fd4ba found for delete ", "request_id": "req-9702ff85-9524-47d9-9072-23bb6f6e7846"}]} 2026-07-16 08:11:18.539 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f21cdb89-09d9-42b0-b3df-046e780fd4ba resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f21cdb89-09d9-42b0-b3df-046e780fd4ba found for delete ", "request_id": "req-4a28a103-f629-4884-9a31-4836fdc728be"}]} 2026-07-16 08:11:18.541 7 INFO neutron.db.l3_hamode_db [None req-7add95ae-60fd-421f-91e8-471b2fb5ad10 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] HA network e0210f01-8347-468c-bb13-ae5fcf076199 was deleted as no HA routers are present in tenant 85cba9f9b32a4e28b1829fb607c5ca22. [pid: 7|app: 0|req: 915/1929] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:17 2026] DELETE /v2.0/routers/15fc2e9a-9c76-4b17-aa00-790abb10d3ec => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1930] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c3861eb1-5440-4577-9eb8-36ecfa9769d1 => 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: 917/1931] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1932] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/ports?device_id=15fc2e9a-9c76-4b17-aa00-790abb10d3ec => 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: 919/1933] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/subnets?id=ff15242b-49a1-4581-8f37-abcfffdc7cd8 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:18.660 8 INFO neutron.db.l3_hamode_db [None req-e8bd342c-9444-4942-a212-60a8e74cbb80 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:18.674 7 INFO neutron.api.v2.resource [None req-6746cc14-dcac-4108-a6ce-24c13b6689c3 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 920/1934] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:18 2026] DELETE /v2.0/routers/15fc2e9a-9c76-4b17-aa00-790abb10d3ec => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1935] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/ports?network_id=675323e6-23cf-4fb6-8c1c-fd554f41610a&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1936] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/ports?device_id=20ec3ad9-9769-4f0f-9bad-f090cf4a5992 => 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: 923/1937] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:18.803 7 INFO neutron.api.v2.resource [None req-0d368d69-a7d4-441c-9f1f-5f8ef8a3b264 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/1938] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:18 2026] DELETE /v2.0/routers/20ec3ad9-9769-4f0f-9bad-f090cf4a5992 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1939] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:18.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-633ffecb-abda-44cc-bbf8-6085bd4c1598 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1940] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:18 2026] DELETE /v2.0/subnets/3c90d816-97ef-48bf-9cd3-1f550d04ad6d => 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: 927/1941] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/ports?device_id=bf765c4c-1478-430e-8789-681890966b22 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:18.914 7 INFO neutron.api.v2.resource [None req-4088ad3d-6944-4504-bd76-5d6831e492a4 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1942] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:18 2026] DELETE /v2.0/routers/bf765c4c-1478-430e-8789-681890966b22 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:11:18.936 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff9a7a67-2282-4b02-8608-2690298c36a6 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 929/1943] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:18 2026] DELETE /v2.0/subnets/07067ba8-7fe4-48de-9231-5a36afa544d4 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1944] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:18 2026] GET /v2.0/ports?device_id=69e01b4e-aafa-4c22-9239-370095936176 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:18.986 7 INFO neutron.api.v2.resource [None req-d034860a-3319-4f3e-a1b6-f76c6eeb55f7 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1945] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:18 2026] DELETE /v2.0/routers/69e01b4e-aafa-4c22-9239-370095936176 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:11:19.004 7 INFO neutron.pecan_wsgi.hooks.translation [None req-754c3e63-6f69-4ce1-8267-470c44cd6d95 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1946] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:18 2026] DELETE /v2.0/subnets/515121b2-a9ed-43a4-9ff7-758a482720f0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:11:19.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-342b34f6-3272-4d9b-9ee6-1d1d0fdb4e77 32a30f280ebb4ecc9fbc40348abb5aa5 85cba9f9b32a4e28b1829fb607c5ca22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1947] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:19 2026] DELETE /v2.0/subnets/acd49605-6972-4abe-aae5-019d8a1bca9f => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1948] 10.0.0.24 () {34 vars in 667 bytes} [Thu Jul 16 08:11:18 2026] POST /v2.0/routers => generated 474 bytes in 887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1949] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:11:19 2026] PUT /v2.0/routers/f6906fb6-8caa-45fc-8f77-a86aaee7e752/tags => generated 17 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1950] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:11:19 2026] PUT /v2.0/routers/45336425-7bf8-4cd5-8235-7caea2b9a8a2/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1951] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:11:19 2026] PUT /v2.0/routers/64e0e524-52c1-4ce5-8124-ab35477a5942/tags => generated 34 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1952] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:19 2026] GET /v2.0/security-groups?tenant_id=85cba9f9b32a4e28b1829fb607c5ca22&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1953] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:19 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1954] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:11:19 2026] PUT /v2.0/routers/dcb7b595-3529-4d73-b4fe-604c91469e8e/tags => generated 19 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1955] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:19 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&fields=id&fields=name => generated 114 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1956] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:19 2026] DELETE /v2.0/security-groups/06c91da3-0396-4a78-9028-1d85bae8cdb9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1957] 10.0.0.24 () {32 vars in 663 bytes} [Thu Jul 16 08:11:19 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1958] 10.0.0.24 () {32 vars in 677 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1959] 10.0.0.24 () {32 vars in 673 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1960] 10.0.0.24 () {32 vars in 685 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1961] 10.0.0.24 () {32 vars in 671 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1962] 10.0.0.24 () {32 vars in 685 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1963] 10.0.0.24 () {32 vars in 681 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1964] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1965] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:20 2026] GET /v2.0/routers/f6906fb6-8caa-45fc-8f77-a86aaee7e752 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1966] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:21 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 1026/1967] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:21 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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: 942/1968] 10.0.0.24 () {34 vars in 741 bytes} [Thu Jul 16 08:11:20 2026] PUT /v2.0/routers/f6906fb6-8caa-45fc-8f77-a86aaee7e752 => generated 485 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1969] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:21 2026] GET /v2.0/ports?device_id=f6906fb6-8caa-45fc-8f77-a86aaee7e752 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:21.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-26f2254b-f75c-4d27-b716-465c2e4e5a23 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] TaaS: Handle Delete Port: 16771bbd-91b9-4628-8c97-2239d9399ed8 2026-07-16 08:11:21.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26f2254b-f75c-4d27-b716-465c2e4e5a23 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Tap Mirror: Handle Delete Port: 16771bbd-91b9-4628-8c97-2239d9399ed8 [pid: 7|app: 0|req: 943/1970] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:21 2026] DELETE /v2.0/routers/f6906fb6-8caa-45fc-8f77-a86aaee7e752 => generated 0 bytes in 458 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1971] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:21 2026] GET /v2.0/routers/45336425-7bf8-4cd5-8235-7caea2b9a8a2 => generated 493 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:22.071 8 INFO neutron.db.segments_db [None req-86a79cb6-7a7b-4f7b-8f41-881108b7edcf 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment 1c7e5162-11c4-4e45-bcab-f038cec6ba39 of type vxlan for network dc682a7d-f9f4-4a17-9fbf-eae7a02e66eb [pid: 8|app: 0|req: 1028/1972] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:21 2026] POST /v2.0/networks => generated 630 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:22.242 8 INFO neutron.db.segments_db [None req-be59f670-ace6-4dd2-9ce5-f11bef5d867c 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment 2cda198a-f419-4770-a3e3-407399efd937 of type vxlan for network 029c1ed2-d6d5-4ecd-b994-9fcb8bb28021 [pid: 8|app: 0|req: 1029/1973] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:22 2026] POST /v2.0/networks => generated 629 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1974] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:22 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1975] 10.0.0.24 () {34 vars in 741 bytes} [Thu Jul 16 08:11:21 2026] PUT /v2.0/routers/45336425-7bf8-4cd5-8235-7caea2b9a8a2 => generated 493 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1976] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:22 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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: 947/1977] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:22 2026] GET /v2.0/ports?device_id=45336425-7bf8-4cd5-8235-7caea2b9a8a2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:22.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0ad5561-a50f-451b-ab41-28bb28a50c0c 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] TaaS: Handle Delete Port: 43378dac-7a7c-4892-8087-be56c5b2b082 2026-07-16 08:11:22.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0ad5561-a50f-451b-ab41-28bb28a50c0c 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Tap Mirror: Handle Delete Port: 43378dac-7a7c-4892-8087-be56c5b2b082 [pid: 8|app: 0|req: 1031/1978] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:22 2026] POST /v2.0/subnets => generated 626 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1979] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:22 2026] DELETE /v2.0/routers/45336425-7bf8-4cd5-8235-7caea2b9a8a2 => generated 0 bytes in 449 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1980] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:22 2026] GET /v2.0/routers/64e0e524-52c1-4ce5-8124-ab35477a5942 => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1981] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:22 2026] POST /v2.0/subnets => generated 626 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:23.084 8 INFO neutron.db.segments_db [None req-1ddd2a7d-bf7a-4625-9e4f-718d881e3e52 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment 7646eb06-846c-4333-a659-6dade5f61fbb of type vxlan for network 42b2c71f-16ea-45e6-82a3-a30d90883129 2026-07-16 08:11:23.454 8 INFO neutron.db.l3_hamode_db [None req-1ddd2a7d-bf7a-4625-9e4f-718d881e3e52 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:23.594 8 INFO neutron.db.l3_hamode_db [None req-1ddd2a7d-bf7a-4625-9e4f-718d881e3e52 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 950/1982] 10.0.0.24 () {34 vars in 741 bytes} [Thu Jul 16 08:11:23 2026] PUT /v2.0/routers/64e0e524-52c1-4ce5-8124-ab35477a5942 => generated 502 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1983] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:23 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 952/1984] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:23 2026] GET /v2.0/ports?device_id=64e0e524-52c1-4ce5-8124-ab35477a5942 => 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: 953/1985] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:23 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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-16 08:11:24.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fcdf372-377c-41ec-9417-32a1be019a70 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] TaaS: Handle Delete Port: 6de8178d-b98b-437a-8ae2-751580ff2a7b 2026-07-16 08:11:24.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fcdf372-377c-41ec-9417-32a1be019a70 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Tap Mirror: Handle Delete Port: 6de8178d-b98b-437a-8ae2-751580ff2a7b [pid: 8|app: 0|req: 1033/1986] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:23 2026] POST /v2.0/routers => generated 506 bytes in 1255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1989] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:23 2026] DELETE /v2.0/routers/64e0e524-52c1-4ce5-8124-ab35477a5942 => generated 0 bytes in 1025 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1990] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:24 2026] GET /v2.0/routers/dcb7b595-3529-4d73-b4fe-604c91469e8e => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1991] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:24 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1992] 10.0.0.24 () {34 vars in 741 bytes} [Thu Jul 16 08:11:25 2026] PUT /v2.0/routers/dcb7b595-3529-4d73-b4fe-604c91469e8e => generated 487 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1993] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:25 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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: 1036/1994] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:24 2026] PUT /v2.0/routers/43f51cbf-decd-4243-9b8f-8df7ccf75706/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1995] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:25 2026] GET /v2.0/ports?device_id=dcb7b595-3529-4d73-b4fe-604c91469e8e => 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: 960/1996] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:25 2026] GET /v2.0/ports/e9a77505-8d4e-455d-b989-fa00825c547e => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1997] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:25 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:25.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-32e6d63f-d684-4e36-b466-fba1a64ef68e 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] TaaS: Handle Delete Port: d9e57224-0dbb-4d0b-8169-6d0d9e3a5b19 2026-07-16 08:11:25.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32e6d63f-d684-4e36-b466-fba1a64ef68e 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Tap Mirror: Handle Delete Port: d9e57224-0dbb-4d0b-8169-6d0d9e3a5b19 [pid: 8|app: 0|req: 1037/1998] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:25 2026] DELETE /v2.0/routers/dcb7b595-3529-4d73-b4fe-604c91469e8e => generated 0 bytes in 396 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1999] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:25 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2000] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:26 2026] GET /v2.0/routers/804abe0b-a87b-4719-badd-932d3bd9bfe4 => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2001] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:26 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 1041/2002] 10.0.0.24 () {34 vars in 741 bytes} [Thu Jul 16 08:11:26 2026] PUT /v2.0/routers/804abe0b-a87b-4719-badd-932d3bd9bfe4 => generated 480 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2003] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:25 2026] PUT /v2.0/routers/43f51cbf-decd-4243-9b8f-8df7ccf75706/add_router_interface => generated 309 bytes in 1296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2004] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:27 2026] GET /v2.0/ports?device_id=804abe0b-a87b-4719-badd-932d3bd9bfe4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:27.076 8 INFO neutron.db.l3_db [None req-00598a15-dc94-4cee-ae08-5bea0e2e5823 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Floating IP 573729c9-8725-47fa-a212-dad7dd664877 associated. External IP: 10.96.250.220, port: c3861eb1-5440-4577-9eb8-36ecfa9769d1. [pid: 7|app: 0|req: 964/2005] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:27 2026] GET /v2.0/ports/505a5193-e4cc-422d-a1a3-fd17c2bf2e31 => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:27.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-be8b7b60-ab5a-4655-a4d1-2c1dbb664b9a 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] TaaS: Handle Delete Port: 33a3595e-668d-4a9d-95bc-7bdb73437036 2026-07-16 08:11:27.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be8b7b60-ab5a-4655-a4d1-2c1dbb664b9a 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] Tap Mirror: Handle Delete Port: 33a3595e-668d-4a9d-95bc-7bdb73437036 [pid: 8|app: 0|req: 1042/2006] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:26 2026] PUT /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 855 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:27.430 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ee6b85a-f25f-477b-95f7-71777fcdbf9d'] response: {'name': 'network-changed', 'server_uuid': '971befb8-b9c4-43ba-8e35-13ad3975fec1', 'tag': 'c3861eb1-5440-4577-9eb8-36ecfa9769d1', 'status': 'completed', 'code': 200} 2026-07-16 08:11:27.698 7 INFO neutron.services.segments.plugin [-] Segment 196f0fe1-d722-4253-b458-ab5a706a0b21 resource provider aggregate not found 2026-07-16 08:11:27.701 7 INFO neutron.services.segments.plugin [-] Segment 196f0fe1-d722-4253-b458-ab5a706a0b21 resource provider aggregate not found 2026-07-16 08:11:27.716 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 196f0fe1-d722-4253-b458-ab5a706a0b21 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196f0fe1-d722-4253-b458-ab5a706a0b21 found for delete ", "request_id": "req-1f5ff0d2-9bb2-4347-804c-33186c52c72f"}]} 2026-07-16 08:11:27.724 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 196f0fe1-d722-4253-b458-ab5a706a0b21 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196f0fe1-d722-4253-b458-ab5a706a0b21 found for delete ", "request_id": "req-65c5d2b9-1c4d-4803-9a2f-ed9036dc8a95"}]} 2026-07-16 08:11:27.745 7 INFO neutron.db.l3_hamode_db [None req-be8b7b60-ab5a-4655-a4d1-2c1dbb664b9a 78ae5845738c47228228df0e9616e7ff f9c3bab47c524e5b982f6dc0f8097747 - - default default] HA network 362ec03d-47e5-418a-bc5b-87ec7fccb6bd was deleted as no HA routers are present in tenant f9c3bab47c524e5b982f6dc0f8097747. [pid: 7|app: 0|req: 965/2007] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:27 2026] DELETE /v2.0/routers/804abe0b-a87b-4719-badd-932d3bd9bfe4 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:27.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8186e7c-764a-40d2-af22-b24d4a2c74cb 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 505a5193-e4cc-422d-a1a3-fd17c2bf2e31 2026-07-16 08:11:27.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8186e7c-764a-40d2-af22-b24d4a2c74cb 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 505a5193-e4cc-422d-a1a3-fd17c2bf2e31 [pid: 7|app: 0|req: 966/2008] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:27 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2009] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:11:27 2026] GET /v2.0/ports?tenant_id=332a3caaddd24cf88431ca3eb020b7be&device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 968/2010] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:11:27 2026] GET /v2.0/networks?id=675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2011] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=c3861eb1-5440-4577-9eb8-36ecfa9769d1 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2012] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:11:28 2026] GET /v2.0/subnets?id=ff15242b-49a1-4581-8f37-abcfffdc7cd8 => 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: 971/2013] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:11:28 2026] GET /v2.0/ports?network_id=675323e6-23cf-4fb6-8c1c-fd554f41610a&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2014] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:11:28 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?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: 973/2015] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:11:28 2026] GET /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a?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: 1043/2016] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:27 2026] PUT /v2.0/routers/43f51cbf-decd-4243-9b8f-8df7ccf75706/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:28.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bd6a5ca-60d8-48b7-a115-ffddba05ccaa 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: e9a77505-8d4e-455d-b989-fa00825c547e 2026-07-16 08:11:28.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bd6a5ca-60d8-48b7-a115-ffddba05ccaa 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: e9a77505-8d4e-455d-b989-fa00825c547e [pid: 8|app: 0|req: 1044/2017] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:28 2026] GET /v2.0/security-groups?tenant_id=e3bfda84506f42c5bb05502dfa990f0e&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2018] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:29 2026] GET /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2019] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:29 2026] DELETE /v2.0/security-groups/56f2cf93-1ae1-4746-a233-2d4fab96bb53 => 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: 974/2020] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:28 2026] PUT /v2.0/routers/43f51cbf-decd-4243-9b8f-8df7ccf75706/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2021] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:29 2026] GET /v2.0/ports?device_id=43f51cbf-decd-4243-9b8f-8df7ccf75706 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:29.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-64426bcc-517f-4329-bbd4-a316a857e4c6 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 06089bd1-af9e-449f-8432-f69e6a307e9a 2026-07-16 08:11:29.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64426bcc-517f-4329-bbd4-a316a857e4c6 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 06089bd1-af9e-449f-8432-f69e6a307e9a [pid: 8|app: 0|req: 1048/2022] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:29 2026] GET /v2.0/security-groups?tenant_id=4b5e9202e62949ccb6b8b6a1a6002285&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2023] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:29 2026] DELETE /v2.0/security-groups/2b268e2b-0b25-46d0-b958-cf43bd3189b0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:29.989 7 INFO neutron.services.segments.plugin [-] Segment 7646eb06-846c-4333-a659-6dade5f61fbb resource provider aggregate not found 2026-07-16 08:11:29.994 7 INFO neutron.services.segments.plugin [-] Segment 7646eb06-846c-4333-a659-6dade5f61fbb resource provider aggregate not found 2026-07-16 08:11:30.030 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7646eb06-846c-4333-a659-6dade5f61fbb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7646eb06-846c-4333-a659-6dade5f61fbb found for delete ", "request_id": "req-b6cc6467-4d83-4eaf-b34e-be3b4d0aa665"}]} 2026-07-16 08:11:30.032 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7646eb06-846c-4333-a659-6dade5f61fbb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7646eb06-846c-4333-a659-6dade5f61fbb found for delete ", "request_id": "req-2311f2c3-b434-4c83-92f9-d759051eafe6"}]} 2026-07-16 08:11:30.040 7 INFO neutron.db.l3_hamode_db [None req-64426bcc-517f-4329-bbd4-a316a857e4c6 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] HA network 42b2c71f-16ea-45e6-82a3-a30d90883129 was deleted as no HA routers are present in tenant 216e468f5f444f11a8d0a46534994a27. [pid: 7|app: 0|req: 975/2024] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:29 2026] DELETE /v2.0/routers/43f51cbf-decd-4243-9b8f-8df7ccf75706 => generated 0 bytes in 720 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2025] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:29 2026] GET /v2.0/security-groups?tenant_id=f9c3bab47c524e5b982f6dc0f8097747&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2026] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:30 2026] DELETE /v2.0/subnets/637fdfbb-c375-436c-98ca-128b77607048 => 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: 1051/2027] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:30 2026] DELETE /v2.0/security-groups/9fc926e6-ef65-4832-8f80-b3bf03ba4b62 => 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: 977/2028] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:30 2026] DELETE /v2.0/subnets/20847b7b-4254-4e24-97af-ca5034ad9b4c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:30.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-0613efe9-c983-441a-b76e-b030dc4d835a 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 796ad5a2-c092-4df2-8047-fdb9135a0c29 2026-07-16 08:11:30.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0613efe9-c983-441a-b76e-b030dc4d835a 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 796ad5a2-c092-4df2-8047-fdb9135a0c29 2026-07-16 08:11:30.711 8 INFO neutron.services.segments.plugin [-] Segment 2cda198a-f419-4770-a3e3-407399efd937 resource provider aggregate not found 2026-07-16 08:11:30.724 8 INFO neutron.services.segments.plugin [-] Segment 2cda198a-f419-4770-a3e3-407399efd937 resource provider aggregate not found 2026-07-16 08:11:30.732 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2cda198a-f419-4770-a3e3-407399efd937 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cda198a-f419-4770-a3e3-407399efd937 found for delete ", "request_id": "req-5a26c4b6-47eb-47ea-a7c1-74d3764563b2"}]} 2026-07-16 08:11:30.744 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2cda198a-f419-4770-a3e3-407399efd937 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cda198a-f419-4770-a3e3-407399efd937 found for delete ", "request_id": "req-3f1a42f9-921c-4a92-90b2-3659dfb554d9"}]} [pid: 8|app: 0|req: 1052/2029] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:30 2026] DELETE /v2.0/networks/029c1ed2-d6d5-4ecd-b994-9fcb8bb28021 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2030] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:30 2026] DELETE /v2.0/networks/dc682a7d-f9f4-4a17-9fbf-eae7a02e66eb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:30.950 8 INFO neutron.db.segments_db [None req-01689a87-6a42-45fc-bc8b-c0f1fb5963a1 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment 9a1bb2ec-a0ee-44ef-994d-1a174a6c7bf1 of type vxlan for network c183dd59-95ba-4629-92da-ed250ce0372d [pid: 8|app: 0|req: 1053/2031] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:30 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2032] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:31 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:31.331 8 INFO neutron.db.segments_db [None req-63e74ead-7e19-4130-bfe5-cb14d1e865f8 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment 5c31d2e2-3603-44da-9cea-fd1b8158fd16 of type vxlan for network 2c8a33d2-d736-40b1-8193-159beda8b625 2026-07-16 08:11:31.586 8 INFO neutron.db.l3_hamode_db [None req-63e74ead-7e19-4130-bfe5-cb14d1e865f8 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:31.745 8 INFO neutron.db.l3_hamode_db [None req-63e74ead-7e19-4130-bfe5-cb14d1e865f8 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:32.054 7 INFO neutron.services.segments.plugin [-] Segment 1c7e5162-11c4-4e45-bcab-f038cec6ba39 resource provider aggregate not found 2026-07-16 08:11:32.056 7 INFO neutron.services.segments.plugin [-] Segment 1c7e5162-11c4-4e45-bcab-f038cec6ba39 resource provider aggregate not found 2026-07-16 08:11:32.070 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c7e5162-11c4-4e45-bcab-f038cec6ba39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c7e5162-11c4-4e45-bcab-f038cec6ba39 found for delete ", "request_id": "req-6089deef-1036-483f-aa1a-35b6037c5eec"}]} 2026-07-16 08:11:32.074 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c7e5162-11c4-4e45-bcab-f038cec6ba39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c7e5162-11c4-4e45-bcab-f038cec6ba39 found for delete ", "request_id": "req-5520ba9f-b434-42b9-997b-ce28af9797af"}]} [pid: 8|app: 0|req: 1054/2033] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:31 2026] POST /v2.0/routers => generated 507 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2034] 10.0.0.24 () {34 vars in 664 bytes} [Thu Jul 16 08:11:32 2026] POST /v2.0/ports => generated 948 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2035] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:32 2026] PUT /v2.0/routers/01032429-0532-423b-8db7-003604850bcf/add_router_interface => generated 309 bytes in 1105 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: 981/2036] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:33 2026] GET /v2.0/ports/a38c5441-ac51-4728-9268-07202e8ede7f => generated 1022 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, ' 2026-07-16 08:11:34.222 8 INFO neutron_taas.services.taas.taas_plugin [None req-f640082e-5793-4e22-a07f-c3e4008ce484 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: a38c5441-ac51-4728-9268-07202e8ede7f 2026-07-16 08:11:34.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f640082e-5793-4e22-a07f-c3e4008ce484 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: a38c5441-ac51-4728-9268-07202e8ede7f 2026-07-16 08:11:34.571 7 INFO neutron.db.segments_db [None req-d39ba689-62e8-457b-a690-a50a423a5fba b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Added segment 8b519fed-b9d6-497d-a901-d383d789609b of type vxlan for network d5c60c44-a920-468b-91a8-5159ffc1ffec [pid: 7|app: 0|req: 982/2037] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:34 2026] POST /v2.0/networks => generated 631 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2038] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:33 2026] PUT /v2.0/routers/01032429-0532-423b-8db7-003604850bcf/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, ' 2026-07-16 08:11:34.843 8 INFO neutron.api.v2.resource [None req-fdfa5a0a-a090-432f-b043-c650f32c29b6 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/2039] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:34 2026] PUT /v2.0/routers/01032429-0532-423b-8db7-003604850bcf/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2040] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:34 2026] GET /v2.0/ports?device_id=01032429-0532-423b-8db7-003604850bcf => 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: 983/2041] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:11:34 2026] POST /v2.0/ports => generated 743 bytes in 316 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-16 08:11:35.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-1641032f-72db-4665-9b91-ae7a7376d271 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 96476a5d-4a20-474f-a38a-aeb7dda7031f 2026-07-16 08:11:35.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1641032f-72db-4665-9b91-ae7a7376d271 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 96476a5d-4a20-474f-a38a-aeb7dda7031f [pid: 7|app: 0|req: 984/2042] 10.0.0.24 () {34 vars in 665 bytes} [Thu Jul 16 08:11:35 2026] POST /v2.0/trunks => generated 407 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:35.379 7 INFO neutron.db.segments_db [None req-c22fa396-9776-4fe4-81a2-b843cf176add b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Added segment 695254ef-3c7c-4e90-9f90-55693819e3ab of type vxlan for network 6b075c89-fa8d-4994-b41d-31b54d723e3b 2026-07-16 08:11:35.379 8 INFO neutron.services.segments.plugin [-] Segment 5c31d2e2-3603-44da-9cea-fd1b8158fd16 resource provider aggregate not found 2026-07-16 08:11:35.391 8 INFO neutron.services.segments.plugin [-] Segment 5c31d2e2-3603-44da-9cea-fd1b8158fd16 resource provider aggregate not found 2026-07-16 08:11:35.403 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c31d2e2-3603-44da-9cea-fd1b8158fd16 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c31d2e2-3603-44da-9cea-fd1b8158fd16 found for delete ", "request_id": "req-1547dfef-320c-47ca-aca5-21f0ca8284c6"}]} 2026-07-16 08:11:35.409 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c31d2e2-3603-44da-9cea-fd1b8158fd16 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c31d2e2-3603-44da-9cea-fd1b8158fd16 found for delete ", "request_id": "req-71cf2218-3d68-4ee0-918d-fff6cefc2b97"}]} 2026-07-16 08:11:35.415 8 INFO neutron.db.l3_hamode_db [None req-1641032f-72db-4665-9b91-ae7a7376d271 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] HA network 2c8a33d2-d736-40b1-8193-159beda8b625 was deleted as no HA routers are present in tenant 216e468f5f444f11a8d0a46534994a27. [pid: 8|app: 0|req: 1059/2043] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:34 2026] DELETE /v2.0/routers/01032429-0532-423b-8db7-003604850bcf => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2044] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:35 2026] POST /v2.0/networks => generated 631 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2045] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:35 2026] DELETE /v2.0/subnets/97036ecf-4f69-49e1-82a2-7dafe2b02d04 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:35.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d4da17f-52c9-46b3-b389-d4da4b945f20 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 473aa597-7dcb-4069-a749-0d3044ba1bd8 2026-07-16 08:11:35.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d4da17f-52c9-46b3-b389-d4da4b945f20 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 473aa597-7dcb-4069-a749-0d3044ba1bd8 [pid: 7|app: 0|req: 986/2046] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:11:35 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: 8|app: 0|req: 1061/2047] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:35 2026] DELETE /v2.0/networks/c183dd59-95ba-4629-92da-ed250ce0372d => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2048] 10.0.0.24 () {34 vars in 665 bytes} [Thu Jul 16 08:11:35 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:35.952 8 INFO neutron.db.segments_db [None req-c5f45afa-febc-495a-b187-d06032cac807 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment ab9aef1a-c836-4832-8705-d639fd1bb8fb of type vxlan for network 08871f3a-69b2-4114-9187-4e71a6876dae [pid: 7|app: 0|req: 988/2049] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:11:35 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:11:36.014 7 INFO neutron.db.segments_db [None req-ad91ed80-0445-4cf6-afe3-c1f093e6d74f b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Added segment 70dc913a-c40c-4d54-b2ca-d82d6938ed52 of type vxlan for network dfc59ba4-ab99-4b89-9ef0-9b42a25af1b0 [pid: 8|app: 0|req: 1062/2050] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:35 2026] POST /v2.0/networks => generated 630 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2051] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:35 2026] POST /v2.0/networks => generated 632 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2052] 10.0.0.163 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:36 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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: 990/2053] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:36 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:36.370 7 INFO neutron.db.segments_db [None req-928de79e-9455-4d4b-9c31-272f27052ee8 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment 1d96e946-a709-4ce3-b25c-a7b7691b96b9 of type vxlan for network d7feecc0-e71f-4449-b1af-0ccd600f1204 [pid: 8|app: 0|req: 1064/2054] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:11:36 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-16 08:11:36.659 7 INFO neutron.db.l3_hamode_db [None req-928de79e-9455-4d4b-9c31-272f27052ee8 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:36.816 7 INFO neutron.db.l3_hamode_db [None req-928de79e-9455-4d4b-9c31-272f27052ee8 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1065/2055] 10.0.0.24 () {34 vars in 665 bytes} [Thu Jul 16 08:11:36 2026] POST /v2.0/trunks => generated 407 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:37.157 8 INFO neutron.db.segments_db [None req-6e550812-0007-410d-99a1-acff34699213 b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Added segment 0e3b3393-dcf0-4f89-92e0-b4a67613a443 of type vxlan for network 4866e93b-b8e4-4082-8860-220666cf473c [pid: 8|app: 0|req: 1066/2056] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:37 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:37.424 8 INFO neutron.services.segments.plugin [-] Segment 9a1bb2ec-a0ee-44ef-994d-1a174a6c7bf1 resource provider aggregate not found 2026-07-16 08:11:37.432 8 INFO neutron.services.segments.plugin [-] Segment 9a1bb2ec-a0ee-44ef-994d-1a174a6c7bf1 resource provider aggregate not found [pid: 7|app: 0|req: 991/2057] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:36 2026] POST /v2.0/routers => generated 507 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:37.448 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9a1bb2ec-a0ee-44ef-994d-1a174a6c7bf1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a1bb2ec-a0ee-44ef-994d-1a174a6c7bf1 found for delete ", "request_id": "req-218d9548-a263-4ff3-a4cb-b6abf5f96fa2"}]} 2026-07-16 08:11:37.452 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9a1bb2ec-a0ee-44ef-994d-1a174a6c7bf1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a1bb2ec-a0ee-44ef-994d-1a174a6c7bf1 found for delete ", "request_id": "req-9243d8e2-9a1f-4b45-8b62-7e7d22f2b78f"}]} [pid: 8|app: 0|req: 1067/2058] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:11:37 2026] POST /v2.0/ports => generated 743 bytes in 284 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: 1068/2059] 10.0.0.24 () {34 vars in 665 bytes} [Thu Jul 16 08:11:37 2026] POST /v2.0/trunks => generated 407 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:37.802 8 INFO neutron.db.segments_db [None req-3c7c30c5-b088-4542-bd1d-46499873bc5a b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Added segment 33cc3d9a-3780-427d-a506-ba32050b98ea of type vxlan for network 2012e878-783a-4fdc-a4cf-4fd6b4ab2d5a [pid: 8|app: 0|req: 1069/2060] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:37 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2061] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:11:37 2026] POST /v2.0/ports => generated 743 bytes in 340 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: 1071/2062] 10.0.0.24 () {34 vars in 665 bytes} [Thu Jul 16 08:11:38 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2063] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:38 2026] PUT /v2.0/trunks/491a3531-e1f9-4696-b397-8a634a5858d2/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2064] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:38 2026] PUT /v2.0/trunks/91f7eeac-7ad5-4189-aee3-0b06aad1c7a5/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2065] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:38 2026] PUT /v2.0/trunks/3a4eaa49-1c79-40e6-89a5-cd1a31858487/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2066] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:38 2026] PUT /v2.0/trunks/a9aaf90e-5502-4412-9122-82a8702b12d3/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: 1076/2067] 10.0.0.24 () {32 vars in 661 bytes} [Thu Jul 16 08:11:38 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: 1077/2068] 10.0.0.24 () {32 vars in 675 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2069] 10.0.0.24 () {32 vars in 671 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2070] 10.0.0.24 () {32 vars in 683 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks?tags-any=red%2Cblue => 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: 1080/2071] 10.0.0.24 () {32 vars in 669 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2072] 10.0.0.24 () {32 vars in 683 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2073] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:37 2026] PUT /v2.0/routers/f2308a6a-63bc-4c2c-99b9-10c624c8129e/add_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2074] 10.0.0.24 () {32 vars in 679 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2075] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/ports/7ef7f168-3d78-4ef6-a6a3-48bb445dc41c => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2076] 10.0.0.24 () {32 vars in 691 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2077] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/trunks/491a3531-e1f9-4696-b397-8a634a5858d2 => generated 412 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2078] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:38 2026] GET /v2.0/ports/fcf28036-90ad-4537-8890-115d7834bfc1 => generated 826 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2079] 10.0.0.24 () {32 vars in 721 bytes} [Thu Jul 16 08:11:38 2026] DELETE /v2.0/trunks/491a3531-e1f9-4696-b397-8a634a5858d2 => 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: 1087/2080] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/trunks/91f7eeac-7ad5-4189-aee3-0b06aad1c7a5 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2081] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/ports/9aab33a7-c914-483f-8a9c-e47694ce4e03 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:39.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-21d4b1ae-46f1-463b-b83f-7c0e90484ca3 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 7ef7f168-3d78-4ef6-a6a3-48bb445dc41c 2026-07-16 08:11:39.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21d4b1ae-46f1-463b-b83f-7c0e90484ca3 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 7ef7f168-3d78-4ef6-a6a3-48bb445dc41c [pid: 8|app: 0|req: 1089/2082] 10.0.0.24 () {32 vars in 721 bytes} [Thu Jul 16 08:11:39 2026] DELETE /v2.0/trunks/91f7eeac-7ad5-4189-aee3-0b06aad1c7a5 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2085] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/trunks/3a4eaa49-1c79-40e6-89a5-cd1a31858487 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2086] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/ports/75639985-f10e-48e0-89af-02b51b7910cd => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2087] 10.0.0.24 () {32 vars in 721 bytes} [Thu Jul 16 08:11:39 2026] DELETE /v2.0/trunks/3a4eaa49-1c79-40e6-89a5-cd1a31858487 => 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: 1095/2088] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/trunks/a9aaf90e-5502-4412-9122-82a8702b12d3 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2089] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/ports/f60dde13-6089-48be-974f-76d10d8e0281 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2090] 10.0.0.24 () {32 vars in 721 bytes} [Thu Jul 16 08:11:39 2026] DELETE /v2.0/trunks/a9aaf90e-5502-4412-9122-82a8702b12d3 => 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: 1098/2091] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/trunks/6983ad7e-ae61-48af-a8f1-f52a1f21f55c => 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: 1099/2092] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/ports/cb8a498b-a4a2-4d94-b693-e445a88203d3 => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2093] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:11:38 2026] PUT /v2.0/routers/f2308a6a-63bc-4c2c-99b9-10c624c8129e/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2094] 10.0.0.24 () {32 vars in 721 bytes} [Thu Jul 16 08:11:39 2026] DELETE /v2.0/trunks/6983ad7e-ae61-48af-a8f1-f52a1f21f55c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2095] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:39 2026] GET /v2.0/ports?device_id=f2308a6a-63bc-4c2c-99b9-10c624c8129e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:39.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd44ffd9-058f-444b-8d7d-d372af850f7d b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] TaaS: Handle Delete Port: fcf28036-90ad-4537-8890-115d7834bfc1 2026-07-16 08:11:39.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd44ffd9-058f-444b-8d7d-d372af850f7d b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Tap Mirror: Handle Delete Port: fcf28036-90ad-4537-8890-115d7834bfc1 2026-07-16 08:11:39.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-701649ac-7a61-4540-9e69-c30e75829243 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 95ae932b-a660-43c4-9b6c-222d7e1eff15 2026-07-16 08:11:39.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-701649ac-7a61-4540-9e69-c30e75829243 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 95ae932b-a660-43c4-9b6c-222d7e1eff15 [pid: 8|app: 0|req: 1101/2096] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:11:39 2026] DELETE /v2.0/ports/fcf28036-90ad-4537-8890-115d7834bfc1 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:39.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-12c4625e-507e-4ce6-93ec-38e31793872d b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] TaaS: Handle Delete Port: 9aab33a7-c914-483f-8a9c-e47694ce4e03 2026-07-16 08:11:39.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12c4625e-507e-4ce6-93ec-38e31793872d b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Tap Mirror: Handle Delete Port: 9aab33a7-c914-483f-8a9c-e47694ce4e03 [pid: 8|app: 0|req: 1102/2097] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:11:39 2026] DELETE /v2.0/ports/9aab33a7-c914-483f-8a9c-e47694ce4e03 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:40.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-43e41e7a-67aa-4869-91c3-74dac6d2ec88 b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] TaaS: Handle Delete Port: 75639985-f10e-48e0-89af-02b51b7910cd 2026-07-16 08:11:40.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43e41e7a-67aa-4869-91c3-74dac6d2ec88 b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Tap Mirror: Handle Delete Port: 75639985-f10e-48e0-89af-02b51b7910cd 2026-07-16 08:11:40.188 7 INFO neutron.services.segments.plugin [-] Segment 1d96e946-a709-4ce3-b25c-a7b7691b96b9 resource provider aggregate not found 2026-07-16 08:11:40.194 7 INFO neutron.services.segments.plugin [-] Segment 1d96e946-a709-4ce3-b25c-a7b7691b96b9 resource provider aggregate not found 2026-07-16 08:11:40.210 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d96e946-a709-4ce3-b25c-a7b7691b96b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d96e946-a709-4ce3-b25c-a7b7691b96b9 found for delete ", "request_id": "req-0859db2c-c827-4bef-8012-84f7935f8ade"}]} 2026-07-16 08:11:40.215 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d96e946-a709-4ce3-b25c-a7b7691b96b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d96e946-a709-4ce3-b25c-a7b7691b96b9 found for delete ", "request_id": "req-e14f76ba-2418-4491-b9a5-15d98e6a38a4"}]} 2026-07-16 08:11:40.227 7 INFO neutron.db.l3_hamode_db [None req-701649ac-7a61-4540-9e69-c30e75829243 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] HA network d7feecc0-e71f-4449-b1af-0ccd600f1204 was deleted as no HA routers are present in tenant 216e468f5f444f11a8d0a46534994a27. [pid: 7|app: 0|req: 996/2098] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:39 2026] DELETE /v2.0/routers/f2308a6a-63bc-4c2c-99b9-10c624c8129e => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2099] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/ports/75639985-f10e-48e0-89af-02b51b7910cd => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:40.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-08178234-8746-4a5e-b734-9788527f9b2f b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] TaaS: Handle Delete Port: f60dde13-6089-48be-974f-76d10d8e0281 2026-07-16 08:11:40.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08178234-8746-4a5e-b734-9788527f9b2f b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Tap Mirror: Handle Delete Port: f60dde13-6089-48be-974f-76d10d8e0281 [pid: 7|app: 0|req: 997/2100] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/subnets/989b5bd4-2deb-4a83-830d-4bbcdb803742 => 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: 1104/2101] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/ports/f60dde13-6089-48be-974f-76d10d8e0281 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:40.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a8b3363-f8ac-4ac0-bf35-81fb645b2f1f 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: a34521cf-9a8d-48ef-8e2a-c36a9dbbba23 2026-07-16 08:11:40.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a8b3363-f8ac-4ac0-bf35-81fb645b2f1f 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: a34521cf-9a8d-48ef-8e2a-c36a9dbbba23 2026-07-16 08:11:40.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-69d7a759-5db1-4f1a-899a-c4402919cb4b b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] TaaS: Handle Delete Port: cb8a498b-a4a2-4d94-b693-e445a88203d3 2026-07-16 08:11:40.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69d7a759-5db1-4f1a-899a-c4402919cb4b b42fba49504440179840a4373a45d629 27532409c36b417b934904414fea3a1b - - default default] Tap Mirror: Handle Delete Port: cb8a498b-a4a2-4d94-b693-e445a88203d3 [pid: 8|app: 0|req: 1105/2102] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/ports/cb8a498b-a4a2-4d94-b693-e445a88203d3 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2103] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/networks/08871f3a-69b2-4114-9187-4e71a6876dae => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:40.745 7 INFO neutron.db.segments_db [None req-8d7bf312-a46a-433a-84f7-9bc9605158e4 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Added segment 05f6a65c-e2d6-4bed-abc1-ae807a188315 of type vxlan for network 7f86b8c3-3ad3-4597-b15d-7f833df753f5 2026-07-16 08:11:40.781 8 INFO neutron.services.segments.plugin [-] Segment 8b519fed-b9d6-497d-a901-d383d789609b resource provider aggregate not found 2026-07-16 08:11:40.784 8 INFO neutron.services.segments.plugin [-] Segment 8b519fed-b9d6-497d-a901-d383d789609b resource provider aggregate not found 2026-07-16 08:11:40.810 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b519fed-b9d6-497d-a901-d383d789609b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b519fed-b9d6-497d-a901-d383d789609b found for delete ", "request_id": "req-94f95420-970f-421b-ba92-6e3c3f20b345"}]} 2026-07-16 08:11:40.810 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b519fed-b9d6-497d-a901-d383d789609b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b519fed-b9d6-497d-a901-d383d789609b found for delete ", "request_id": "req-2edcda51-b35e-4c3e-a507-b801efb21579"}]} [pid: 8|app: 0|req: 1106/2104] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/networks/d5c60c44-a920-468b-91a8-5159ffc1ffec => 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: 1107/2105] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/networks/6b075c89-fa8d-4994-b41d-31b54d723e3b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:40.971 7 INFO neutron.db.l3_hamode_db [None req-8d7bf312-a46a-433a-84f7-9bc9605158e4 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1108/2106] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:40 2026] DELETE /v2.0/networks/dfc59ba4-ab99-4b89-9ef0-9b42a25af1b0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2107] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:41 2026] DELETE /v2.0/networks/4866e93b-b8e4-4082-8860-220666cf473c => 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: 1110/2108] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:41 2026] DELETE /v2.0/networks/2012e878-783a-4fdc-a4cf-4fd6b4ab2d5a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:41.748 7 INFO neutron.db.l3_hamode_db [None req-8d7bf312-a46a-433a-84f7-9bc9605158e4 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:42.239 7 INFO neutron.services.segments.plugin [-] Segment ab9aef1a-c836-4832-8705-d639fd1bb8fb resource provider aggregate not found 2026-07-16 08:11:42.246 7 INFO neutron.services.segments.plugin [-] Segment ab9aef1a-c836-4832-8705-d639fd1bb8fb resource provider aggregate not found 2026-07-16 08:11:42.274 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab9aef1a-c836-4832-8705-d639fd1bb8fb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab9aef1a-c836-4832-8705-d639fd1bb8fb found for delete ", "request_id": "req-3c970ea4-7aa1-4f0d-8b6a-f702da4e3c5d"}]} 2026-07-16 08:11:42.276 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab9aef1a-c836-4832-8705-d639fd1bb8fb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab9aef1a-c836-4832-8705-d639fd1bb8fb found for delete ", "request_id": "req-d3652b56-dec3-4228-aab5-94ff534a3980"}]} [pid: 8|app: 0|req: 1111/2109] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:42 2026] GET /v2.0/security-groups?tenant_id=647578a49e814fd19f9c8ac02920e594&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2110] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:42 2026] DELETE /v2.0/security-groups/c032b13a-2e86-45aa-8be8-10dfc7a627cf => 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: 1113/2111] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:42 2026] GET /v2.0/security-groups?tenant_id=27532409c36b417b934904414fea3a1b&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2112] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:40 2026] POST /v2.0/routers => generated 688 bytes in 1926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2113] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:42 2026] GET /v2.0/routers/e5a54b0a-a29a-4888-9100-44e7646bf036 => generated 694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2114] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:42 2026] DELETE /v2.0/security-groups/5b94bf11-fe91-46e1-9c3f-5833fa1570ee => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2115] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:11:42 2026] GET /v2.0/routers => generated 697 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:42.830 8 INFO neutron.services.segments.plugin [-] Segment 695254ef-3c7c-4e90-9f90-55693819e3ab resource provider aggregate not found 2026-07-16 08:11:42.845 8 INFO neutron.services.segments.plugin [-] Segment 695254ef-3c7c-4e90-9f90-55693819e3ab resource provider aggregate not found 2026-07-16 08:11:42.857 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 695254ef-3c7c-4e90-9f90-55693819e3ab resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 695254ef-3c7c-4e90-9f90-55693819e3ab found for delete ", "request_id": "req-07d9894e-43ac-4c4f-81ab-4a41497b7400"}]} 2026-07-16 08:11:42.881 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 695254ef-3c7c-4e90-9f90-55693819e3ab resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 695254ef-3c7c-4e90-9f90-55693819e3ab found for delete ", "request_id": "req-b91504e6-e448-4ab5-8f97-29aa93389bd2"}]} 2026-07-16 08:11:42.892 8 INFO neutron.services.segments.plugin [-] Segment 70dc913a-c40c-4d54-b2ca-d82d6938ed52 resource provider aggregate not found 2026-07-16 08:11:42.913 8 INFO neutron.services.segments.plugin [-] Segment 70dc913a-c40c-4d54-b2ca-d82d6938ed52 resource provider aggregate not found 2026-07-16 08:11:42.919 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70dc913a-c40c-4d54-b2ca-d82d6938ed52 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70dc913a-c40c-4d54-b2ca-d82d6938ed52 found for delete ", "request_id": "req-62552a9b-165f-4fb7-b9ec-02fa626a82e3"}]} 2026-07-16 08:11:42.940 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70dc913a-c40c-4d54-b2ca-d82d6938ed52 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70dc913a-c40c-4d54-b2ca-d82d6938ed52 found for delete ", "request_id": "req-9a6423b1-c04b-4855-9287-2c818a956de5"}]} 2026-07-16 08:11:42.947 8 INFO neutron.services.segments.plugin [-] Segment 0e3b3393-dcf0-4f89-92e0-b4a67613a443 resource provider aggregate not found 2026-07-16 08:11:42.962 8 INFO neutron.services.segments.plugin [-] Segment 0e3b3393-dcf0-4f89-92e0-b4a67613a443 resource provider aggregate not found 2026-07-16 08:11:42.965 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0e3b3393-dcf0-4f89-92e0-b4a67613a443 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e3b3393-dcf0-4f89-92e0-b4a67613a443 found for delete ", "request_id": "req-6ca196e1-6621-4d41-8613-760e69e0d133"}]} 2026-07-16 08:11:42.983 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0e3b3393-dcf0-4f89-92e0-b4a67613a443 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e3b3393-dcf0-4f89-92e0-b4a67613a443 found for delete ", "request_id": "req-44dc9bcd-bd9d-4b09-86c1-566adcb9d1b9"}]} 2026-07-16 08:11:42.987 8 INFO neutron.services.segments.plugin [-] Segment 33cc3d9a-3780-427d-a506-ba32050b98ea resource provider aggregate not found 2026-07-16 08:11:43.007 8 INFO neutron.services.segments.plugin [-] Segment 33cc3d9a-3780-427d-a506-ba32050b98ea resource provider aggregate not found 2026-07-16 08:11:43.017 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 33cc3d9a-3780-427d-a506-ba32050b98ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33cc3d9a-3780-427d-a506-ba32050b98ea found for delete ", "request_id": "req-59faf2b0-2343-4245-a6df-182e55b3978f"}]} 2026-07-16 08:11:43.021 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 33cc3d9a-3780-427d-a506-ba32050b98ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33cc3d9a-3780-427d-a506-ba32050b98ea found for delete ", "request_id": "req-60082b70-e1c7-49ae-8f2c-3c9b7169f30d"}]} [pid: 7|app: 0|req: 1002/2116] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:42 2026] GET /v2.0/security-groups?tenant_id=1e9ed0fc93a94f8ea22796348703c062&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2117] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:43 2026] DELETE /v2.0/security-groups/13f1ba9d-3974-4977-8b52-1164f10dd498 => 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: 1115/2118] 10.0.0.24 () {34 vars in 740 bytes} [Thu Jul 16 08:11:42 2026] PUT /v2.0/routers/e5a54b0a-a29a-4888-9100-44e7646bf036 => generated 701 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2119] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:11:43 2026] GET /v2.0/routers/e5a54b0a-a29a-4888-9100-44e7646bf036 => generated 701 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2120] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:43 2026] GET /v2.0/ports?device_id=e5a54b0a-a29a-4888-9100-44e7646bf036 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:43.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-75c650aa-e038-40b4-91cd-f95215801a92 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: cb13fc86-ad81-40f9-bbdd-c8f389c14987 2026-07-16 08:11:43.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75c650aa-e038-40b4-91cd-f95215801a92 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: cb13fc86-ad81-40f9-bbdd-c8f389c14987 2026-07-16 08:11:43.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-75c650aa-e038-40b4-91cd-f95215801a92 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] TaaS: Handle Delete Port: 758b672e-7012-478f-b831-707d4049e3cd 2026-07-16 08:11:43.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75c650aa-e038-40b4-91cd-f95215801a92 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] Tap Mirror: Handle Delete Port: 758b672e-7012-478f-b831-707d4049e3cd 2026-07-16 08:11:44.295 7 INFO neutron.services.segments.plugin [-] Segment 05f6a65c-e2d6-4bed-abc1-ae807a188315 resource provider aggregate not found 2026-07-16 08:11:44.299 7 INFO neutron.services.segments.plugin [-] Segment 05f6a65c-e2d6-4bed-abc1-ae807a188315 resource provider aggregate not found 2026-07-16 08:11:44.317 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05f6a65c-e2d6-4bed-abc1-ae807a188315 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f6a65c-e2d6-4bed-abc1-ae807a188315 found for delete ", "request_id": "req-bb8be6cc-637d-487c-93a3-874180879c99"}]} 2026-07-16 08:11:44.317 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05f6a65c-e2d6-4bed-abc1-ae807a188315 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f6a65c-e2d6-4bed-abc1-ae807a188315 found for delete ", "request_id": "req-0b97d3a1-48f0-40b1-ab36-96c044235c34"}]} 2026-07-16 08:11:44.321 7 INFO neutron.db.l3_hamode_db [None req-75c650aa-e038-40b4-91cd-f95215801a92 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] HA network 7f86b8c3-3ad3-4597-b15d-7f833df753f5 was deleted as no HA routers are present in tenant 216e468f5f444f11a8d0a46534994a27. [pid: 7|app: 0|req: 1005/2121] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:43 2026] DELETE /v2.0/routers/e5a54b0a-a29a-4888-9100-44e7646bf036 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2122] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:44 2026] GET /v2.0/ports?device_id=e5a54b0a-a29a-4888-9100-44e7646bf036 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:44.384 7 INFO neutron.api.v2.resource [None req-38050ab4-f5dd-4d5c-9781-5cbb21ab6ff1 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/2123] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/routers/e5a54b0a-a29a-4888-9100-44e7646bf036 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2124] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:44 2026] GET /v2.0/ports?device_id=f2308a6a-63bc-4c2c-99b9-10c624c8129e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:44.441 7 INFO neutron.api.v2.resource [None req-70b9a459-303f-450e-873d-abaa4eeca965 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1007/2125] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/routers/f2308a6a-63bc-4c2c-99b9-10c624c8129e => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:11:44.461 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6a94202-607f-4c8f-a53f-be0bb205d5c1 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1119/2126] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/subnets/989b5bd4-2deb-4a83-830d-4bbcdb803742 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2127] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:44 2026] GET /v2.0/ports?device_id=01032429-0532-423b-8db7-003604850bcf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:44.527 8 INFO neutron.api.v2.resource [None req-0101d632-f01a-4c61-99b1-953653b3aefc 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1120/2128] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/routers/01032429-0532-423b-8db7-003604850bcf => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:11:44.545 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20febc85-ca5e-4d21-9333-3589965cdf51 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1009/2129] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/subnets/97036ecf-4f69-49e1-82a2-7dafe2b02d04 => 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: 1121/2130] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:11:44 2026] GET /v2.0/ports?device_id=43f51cbf-decd-4243-9b8f-8df7ccf75706 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:44.604 7 INFO neutron.api.v2.resource [None req-f9a5f5fc-e535-42c7-a576-53426bfb9a55 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1010/2131] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/routers/43f51cbf-decd-4243-9b8f-8df7ccf75706 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:11:44.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d72dadfe-da55-4c19-beae-04383b63219d 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1122/2132] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/subnets/637fdfbb-c375-436c-98ca-128b77607048 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:11:44.655 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7716eb7d-c16d-468b-b420-3577345a02a6 18896527e9534e85b1cc3dfd44644b9b 216e468f5f444f11a8d0a46534994a27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1011/2133] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:11:44 2026] DELETE /v2.0/subnets/20847b7b-4254-4e24-97af-ca5034ad9b4c => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2134] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:45 2026] GET /v2.0/security-groups?tenant_id=216e468f5f444f11a8d0a46534994a27&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2135] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:45 2026] DELETE /v2.0/security-groups/23dcff3c-5a41-42c8-83d2-4de12dcde035 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:46.843 8 INFO neutron.db.segments_db [None req-c1cbcb09-0c20-4834-81c5-4161fb6f142f a3d2f71c490542c88d101645853fa695 036ea8753440455d9c451694fab2a2ec - - default default] Added segment e950baa1-056a-4d5e-834c-fe3a2b1b379f of type vxlan for network 0687050f-9e70-451f-a74e-d04c9436232b [pid: 8|app: 0|req: 1124/2136] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:11:46 2026] POST /v2.0/networks => generated 629 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2137] 10.0.0.24 () {34 vars in 663 bytes} [Thu Jul 16 08:11:46 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 1014/2138] 10.0.0.24 () {34 vars in 665 bytes} [Thu Jul 16 08:11:47 2026] POST /v2.0/trunks => generated 407 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2139] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:47 2026] PUT /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/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: 1016/2140] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2141] 10.0.0.24 () {34 vars in 759 bytes} [Thu Jul 16 08:11:47 2026] PUT /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2142] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:11:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2143] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2144] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2145] 10.0.0.24 () {34 vars in 755 bytes} [Thu Jul 16 08:11:47 2026] PUT /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2146] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2147] 10.0.0.24 () {34 vars in 777 bytes} [Thu Jul 16 08:11:47 2026] PUT /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2148] 10.0.0.24 () {34 vars in 757 bytes} [Thu Jul 16 08:11:47 2026] PUT /v2.0/security-groups/b736169a-ddde-4cb6-994e-58232ad6b6b7 => generated 1664 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2149] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2150] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/security-groups/b736169a-ddde-4cb6-994e-58232ad6b6b7 => generated 1664 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2151] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:11:47 2026] PUT /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2152] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2153] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:47.831 7 INFO neutron.api.v2.resource [None req-9deab3f7-f6f2-44ac-a79b-f68b6c758015 a3d2f71c490542c88d101645853fa695 036ea8753440455d9c451694fab2a2ec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2154] 10.0.0.24 () {32 vars in 740 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2155] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:47 2026] DELETE /v2.0/security-groups/b736169a-ddde-4cb6-994e-58232ad6b6b7 => 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: 1130/2156] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:11:47 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: 1027/2157] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:47 2026] DELETE /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:47.902 8 INFO neutron.api.v2.resource [None req-66318b5b-f192-400b-87f4-a1f2122c107f 91712d343c4a41c5a1c3373fa7ca767d 976dcd60eae84fefaa0fbbc3742addcb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1131/2158] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:47 2026] DELETE /v2.0/security-groups/b736169a-ddde-4cb6-994e-58232ad6b6b7 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2159] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:11:47.945 8 INFO neutron.api.v2.resource [None req-6c19c8bb-222e-475b-a85e-d13f11fe1a67 a3d2f71c490542c88d101645853fa695 036ea8753440455d9c451694fab2a2ec - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2160] 10.0.0.24 () {32 vars in 743 bytes} [Thu Jul 16 08:11:47 2026] DELETE /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2161] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:11:47 2026] DELETE /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2162] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:11:47 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c/tags => 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: 1135/2163] 10.0.0.24 () {32 vars in 718 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2164] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:11:47 2026] POST /v2.0/security-groups => generated 1625 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2165] 10.0.0.24 () {32 vars in 716 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/ports/fd911b6b-8553-42f7-8c73-cf09a080cf64 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2166] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2167] 10.0.0.24 () {32 vars in 721 bytes} [Thu Jul 16 08:11:48 2026] DELETE /v2.0/trunks/0c8c3330-7ad6-48e1-8c48-f529e2898f9c => 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: 1031/2168] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/security-group-rules/e4769b1d-26a5-48d4-a6cb-ae78b91e3b54 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2169] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:11:48 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) 2026-07-16 08:11:48.291 8 INFO neutron_taas.services.taas.taas_plugin [None req-78a1d4d5-bd41-41ab-9188-e9bd1e70af0c a3d2f71c490542c88d101645853fa695 036ea8753440455d9c451694fab2a2ec - - default default] TaaS: Handle Delete Port: fd911b6b-8553-42f7-8c73-cf09a080cf64 2026-07-16 08:11:48.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78a1d4d5-bd41-41ab-9188-e9bd1e70af0c a3d2f71c490542c88d101645853fa695 036ea8753440455d9c451694fab2a2ec - - default default] Tap Mirror: Handle Delete Port: fd911b6b-8553-42f7-8c73-cf09a080cf64 [pid: 7|app: 0|req: 1033/2170] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:11:48 2026] DELETE /v2.0/security-group-rules/e4769b1d-26a5-48d4-a6cb-ae78b91e3b54 => 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: 1138/2171] 10.0.0.24 () {32 vars in 719 bytes} [Thu Jul 16 08:11:48 2026] DELETE /v2.0/ports/fd911b6b-8553-42f7-8c73-cf09a080cf64 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2172] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:11:48 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-16 08:11:48.501 8 INFO neutron.services.segments.plugin [-] Segment e950baa1-056a-4d5e-834c-fe3a2b1b379f resource provider aggregate not found [pid: 7|app: 0|req: 1035/2173] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:48.502 8 INFO neutron.services.segments.plugin [-] Segment e950baa1-056a-4d5e-834c-fe3a2b1b379f resource provider aggregate not found 2026-07-16 08:11:48.521 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e950baa1-056a-4d5e-834c-fe3a2b1b379f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e950baa1-056a-4d5e-834c-fe3a2b1b379f found for delete ", "request_id": "req-1d92fe8c-5e8f-4002-95a8-6974fff82856"}]} [pid: 7|app: 0|req: 1036/2174] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/security-group-rules/96f79bd3-3a31-45e7-a056-2e407dee9907 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:11:48.529 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e950baa1-056a-4d5e-834c-fe3a2b1b379f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e950baa1-056a-4d5e-834c-fe3a2b1b379f found for delete ", "request_id": "req-8e09c71c-0fae-4ef8-b5e8-627ddb166132"}]} [pid: 8|app: 0|req: 1139/2175] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:11:48 2026] DELETE /v2.0/networks/0687050f-9e70-451f-a74e-d04c9436232b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2176] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2177] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:11:48 2026] DELETE /v2.0/security-group-rules/96f79bd3-3a31-45e7-a056-2e407dee9907 => 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: 1038/2178] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:11:48.791 8 INFO neutron.db.securitygroups_db [None req-0fe4d6f5-7c1b-417a-bb08-aac9fd883b33 91712d343c4a41c5a1c3373fa7ca767d 976dcd60eae84fefaa0fbbc3742addcb - - default default] Project 976dcd60eae84fefaa0fbbc3742addcb added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1141/2179] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:11:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2180] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/security-group-rules/4a8fc237-b552-4acc-b491-438364fefcaa => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2181] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:11:48 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2182] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:11:48 2026] DELETE /v2.0/security-group-rules/4a8fc237-b552-4acc-b491-438364fefcaa => 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: 1143/2183] 10.0.0.24 () {32 vars in 672 bytes} [Thu Jul 16 08:11:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2184] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:49 2026] DELETE /v2.0/security-groups/c85a00fa-d4f2-42d8-b9a9-36234dcc4f29 => 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: 1042/2185] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:11:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2186] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:11:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2187] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:49 2026] GET /v2.0/security-groups?tenant_id=036ea8753440455d9c451694fab2a2ec&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2188] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:49 2026] DELETE /v2.0/security-groups/bf43b82d-4df0-4a50-878b-c16686823d25 => 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: 1145/2189] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:49 2026] GET /v2.0/security-groups?tenant_id=38790cedeb724f03bb9f9996a9b1567d&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2190] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:49 2026] GET /v2.0/security-groups?tenant_id=976dcd60eae84fefaa0fbbc3742addcb&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: 1146/2191] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:49 2026] DELETE /v2.0/security-groups/6a510d3a-924a-4525-b1f2-16631523ca52 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2192] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:49 2026] DELETE /v2.0/security-groups/823ad211-080e-4f4f-bcbb-c817cf5450cc => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2193] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:50 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2194] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:50 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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: 1148/2195] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:51 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2196] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:51 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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-16 08:11:51.883 8 INFO neutron.db.segments_db [None req-66e5f9d7-7a05-484e-8986-0e3157d6c478 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment a85b2c75-f5e9-4f45-b34a-4d967e01691f of type vxlan for network 23a1683f-0dc4-4b44-bdaf-f82b2a2d72de [pid: 8|app: 0|req: 1149/2197] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:11:51 2026] POST /v2.0/networks => generated 740 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2198] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:51 2026] POST /v2.0/subnets => generated 687 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:11:52.243 8 INFO neutron.db.segments_db [None req-00f16bd0-c241-417b-b12b-7e295ea73c53 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 10e1ee63-1cbc-42ae-a7dc-61a5cbdaaaee of type vxlan for network a8fc933c-d271-4952-bccb-ad17490adb31 2026-07-16 08:11:52.514 8 INFO neutron.db.l3_hamode_db [None req-00f16bd0-c241-417b-b12b-7e295ea73c53 ac31ff30f3fc4a28941d5307260f910d a31568cb7071492fa16a8c681a4b3116 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1050/2199] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:52 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2200] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:11:52 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2201] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:52 2026] GET /v2.0/security-groups?id=7caaf309-5de3-4772-95cb-b7e358d57ce5&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-16 08:11:52.935 7 INFO neutron_taas.services.taas.taas_plugin [req-237a6dbd-a723-4347-b146-ee57397b8814 req-83844eb5-9d46-44e0-844c-3b0d9b8fa2ad 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] TaaS: Handle Delete Port: c3861eb1-5440-4577-9eb8-36ecfa9769d1 2026-07-16 08:11:52.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-237a6dbd-a723-4347-b146-ee57397b8814 req-83844eb5-9d46-44e0-844c-3b0d9b8fa2ad 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Tap Mirror: Handle Delete Port: c3861eb1-5440-4577-9eb8-36ecfa9769d1 2026-07-16 08:11:53.071 7 INFO neutron.db.l3_db [req-237a6dbd-a723-4347-b146-ee57397b8814 req-83844eb5-9d46-44e0-844c-3b0d9b8fa2ad 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Floating IP 573729c9-8725-47fa-a212-dad7dd664877 disassociated. External IP: 10.96.250.220, port: c3861eb1-5440-4577-9eb8-36ecfa9769d1. [pid: 7|app: 0|req: 1053/2202] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:11:52 2026] DELETE /v2.0/ports/c3861eb1-5440-4577-9eb8-36ecfa9769d1 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:11:53.485 8 INFO neutron.db.l3_hamode_db [None req-00f16bd0-c241-417b-b12b-7e295ea73c53 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:11:53.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4051c500-f43e-477a-9174-d721357e80da'] response: {'server_uuid': '971befb8-b9c4-43ba-8e35-13ad3975fec1', 'name': 'network-vif-deleted', 'tag': 'c3861eb1-5440-4577-9eb8-36ecfa9769d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1054/2203] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:53 2026] GET /v2.0/security-groups?tenant_id=933de71db7e34cbe817dc276a631dc5c&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2204] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:53 2026] DELETE /v2.0/security-groups/6fee07d4-6fa4-4b9d-a59b-718c0aff93ac => 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: 1056/2205] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:53 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 1057/2206] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:11:53 2026] GET /v2.0/security-groups?tenant_id=e4a3fec266ce43f7a45e3e9ba463a13d&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: 1058/2207] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:54 2026] DELETE /v2.0/security-groups/745dcf88-6fed-4c64-8bf8-173bea23e115 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2210] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:11:52 2026] POST /v2.0/routers => generated 727 bytes in 2228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2211] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:54 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 1061/2212] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:11:54 2026] PUT /v2.0/routers/36fbba6f-80be-4bd0-bce0-5c0d63d56b1d/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2213] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:56 2026] GET /v2.0/ports?device_id=971befb8-b9c4-43ba-8e35-13ad3975fec1 => 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: 1062/2214] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:11:57 2026] DELETE /v2.0/security-groups/7caaf309-5de3-4772-95cb-b7e358d57ce5 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:11:57.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-66d6db4e-a078-4809-ab0e-449a5c6ca629 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] TaaS: Handle Delete Port: 68245ea8-187e-4374-85b0-0e863193a260 2026-07-16 08:11:57.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66d6db4e-a078-4809-ab0e-449a5c6ca629 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Tap Mirror: Handle Delete Port: 68245ea8-187e-4374-85b0-0e863193a260 [pid: 8|app: 0|req: 1153/2215] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:11:57 2026] DELETE /v2.0/floatingips/573729c9-8725-47fa-a212-dad7dd664877 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2216] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:11:57 2026] GET /v2.0/networks?id=23a1683f-0dc4-4b44-bdaf-f82b2a2d72de => generated 672 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2217] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:11:57 2026] GET /v2.0/quotas/a31568cb7071492fa16a8c681a4b3116 => 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: 1063/2218] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:57 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2219] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:57 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 1156/2220] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:11:57 2026] GET /v2.0/ports?tenant_id=a31568cb7071492fa16a8c681a4b3116&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2221] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:11:58 2026] GET /v2.0/networks/23a1683f-0dc4-4b44-bdaf-f82b2a2d72de?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: 1157/2222] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:11:58 2026] GET /v2.0/networks/23a1683f-0dc4-4b44-bdaf-f82b2a2d72de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2223] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:58 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1158/2224] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:59 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2225] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:11:59 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&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: 1159/2226] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:11:59 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1160/2227] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:00 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2228] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:12:00 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2229] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:00 2026] GET /v2.0/security-groups?id=6748ef44-7df5-424b-8b7c-015b6fdcf329&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:12:00.397 7 INFO neutron_taas.services.taas.taas_plugin [req-3f6292f3-71d6-4124-98a4-42bad0b727ac req-b9995b70-2fb0-4558-ac1b-163adc301ffb 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] TaaS: Handle Delete Port: 9ba94c36-f778-4f7c-b42f-8292067d50d3 2026-07-16 08:12:00.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3f6292f3-71d6-4124-98a4-42bad0b727ac req-b9995b70-2fb0-4558-ac1b-163adc301ffb 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Tap Mirror: Handle Delete Port: 9ba94c36-f778-4f7c-b42f-8292067d50d3 [pid: 8|app: 0|req: 1162/2230] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:00 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2231] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:12:00 2026] DELETE /v2.0/ports/9ba94c36-f778-4f7c-b42f-8292067d50d3 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:12:00.625 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a32413e7-28fe-4436-b962-a9d97d420f8d'] response: {'server_uuid': 'bd03a29e-f967-4dd5-bba9-2791fa3e5004', 'name': 'network-vif-deleted', 'tag': '9ba94c36-f778-4f7c-b42f-8292067d50d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1163/2232] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:01 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 1070/2233] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:01 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2234] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:02 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => 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: 1071/2235] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:12:02 2026] GET /v2.0/networks?id=23a1683f-0dc4-4b44-bdaf-f82b2a2d72de => 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: 1072/2236] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:02 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1165/2237] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:12:02 2026] POST /v2.0/ports => generated 954 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2238] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:12:02 2026] PUT /v2.0/ports/68ab8a9e-d989-4105-b7b1-44aa90a68d64 => generated 1235 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:12:03.373 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0beebcb2-fdfa-4f6d-9011-4c3a0ed0492e'] response: {'name': 'network-changed', 'server_uuid': '8485203c-0613-45b1-8c9e-93eb8a3317d6', 'tag': '68ab8a9e-d989-4105-b7b1-44aa90a68d64', '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: 1166/2239] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:03 2026] GET /v2.0/ports?device_id=bd03a29e-f967-4dd5-bba9-2791fa3e5004 => generated 12 bytes in 24 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: 1074/2240] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:03 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2241] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:03 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&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: 1075/2242] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:12:03 2026] GET /v2.0/ports?tenant_id=a31568cb7071492fa16a8c681a4b3116&device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2243] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:12:03 2026] GET /v2.0/networks?tenant_id=a31568cb7071492fa16a8c681a4b3116&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2244] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:12:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2245] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:04 2026] DELETE /v2.0/security-groups/6748ef44-7df5-424b-8b7c-015b6fdcf329 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2246] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:04 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2247] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:04 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&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: 1172/2248] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:12:05 2026] GET /v2.0/ports?tenant_id=a31568cb7071492fa16a8c681a4b3116&device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2249] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=68ab8a9e-d989-4105-b7b1-44aa90a68d64 => 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: 1174/2250] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:12:05 2026] GET /v2.0/subnets?id=f80f5633-8ddc-4802-bfb7-221c814f6303 => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2251] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:12:05 2026] GET /v2.0/ports?network_id=23a1683f-0dc4-4b44-bdaf-f82b2a2d72de&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:12:05.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-5776121d-9bf5-4320-ba82-671543b56b07 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] TaaS: Handle Delete Port: 98e8847e-80cb-46b8-9211-0b92aeee4129 2026-07-16 08:12:05.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5776121d-9bf5-4320-ba82-671543b56b07 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Tap Mirror: Handle Delete Port: 98e8847e-80cb-46b8-9211-0b92aeee4129 [pid: 8|app: 0|req: 1176/2252] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:12:05 2026] GET /v2.0/networks/23a1683f-0dc4-4b44-bdaf-f82b2a2d72de?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2253] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:12:05 2026] GET /v2.0/networks/23a1683f-0dc4-4b44-bdaf-f82b2a2d72de?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: 1077/2254] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:12:04 2026] PUT /v2.0/routers/c296160a-425c-4637-86d4-b16510b06454/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2255] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:12:05 2026] DELETE /v2.0/subnets/ff15242b-49a1-4581-8f37-abcfffdc7cd8 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2256] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:06 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2257] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:06 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:12:06.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bdfb880-7df1-4c72-885c-0a502bcd36cf 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] TaaS: Handle Delete Port: cc0130c3-514d-4875-a89c-6832413208e3 2026-07-16 08:12:06.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bdfb880-7df1-4c72-885c-0a502bcd36cf 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Tap Mirror: Handle Delete Port: cc0130c3-514d-4875-a89c-6832413208e3 2026-07-16 08:12:06.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bdfb880-7df1-4c72-885c-0a502bcd36cf 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] TaaS: Handle Delete Port: 2269f5ac-3219-4cc4-ac20-322ff85f0043 2026-07-16 08:12:06.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bdfb880-7df1-4c72-885c-0a502bcd36cf 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] Tap Mirror: Handle Delete Port: 2269f5ac-3219-4cc4-ac20-322ff85f0043 [pid: 8|app: 0|req: 1181/2258] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:07 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:12:07.248 7 INFO neutron.services.segments.plugin [-] Segment 073bb93b-50da-49d7-bf88-96dab8691c41 resource provider aggregate not found 2026-07-16 08:12:07.251 7 INFO neutron.services.segments.plugin [-] Segment 073bb93b-50da-49d7-bf88-96dab8691c41 resource provider aggregate not found 2026-07-16 08:12:07.263 7 INFO neutron.db.l3_hamode_db [None req-5bdfb880-7df1-4c72-885c-0a502bcd36cf 8b0c451c8dc2441c80a07b5ce3fbb49f 332a3caaddd24cf88431ca3eb020b7be - - default default] HA network 5d27a371-51e8-4624-a5bf-e579c373a78d was deleted as no HA routers are present in tenant 332a3caaddd24cf88431ca3eb020b7be. 2026-07-16 08:12:07.265 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 073bb93b-50da-49d7-bf88-96dab8691c41 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 073bb93b-50da-49d7-bf88-96dab8691c41 found for delete ", "request_id": "req-d78c157e-d702-439b-bf3d-29ef0b2df57e"}]} 2026-07-16 08:12:07.266 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 073bb93b-50da-49d7-bf88-96dab8691c41 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 073bb93b-50da-49d7-bf88-96dab8691c41 found for delete ", "request_id": "req-4aa92560-08cd-4644-a42a-98f876750d2a"}]} [pid: 8|app: 0|req: 1182/2259] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:07 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2260] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:12:05 2026] DELETE /v2.0/routers/c296160a-425c-4637-86d4-b16510b06454 => generated 0 bytes in 1307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:12:07.370 8 INFO neutron.services.segments.plugin [-] Segment 42638f5b-d080-45d8-b520-59957e0b7dbf resource provider aggregate not found 2026-07-16 08:12:07.382 8 INFO neutron.services.segments.plugin [-] Segment 42638f5b-d080-45d8-b520-59957e0b7dbf resource provider aggregate not found 2026-07-16 08:12:07.395 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42638f5b-d080-45d8-b520-59957e0b7dbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42638f5b-d080-45d8-b520-59957e0b7dbf found for delete ", "request_id": "req-5072d24c-4a29-45c8-a186-84448432364b"}]} 2026-07-16 08:12:07.399 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42638f5b-d080-45d8-b520-59957e0b7dbf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42638f5b-d080-45d8-b520-59957e0b7dbf found for delete ", "request_id": "req-0a1fe330-672e-4590-a783-c08119c9c3af"}]} [pid: 8|app: 0|req: 1183/2261] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:12:07 2026] DELETE /v2.0/networks/675323e6-23cf-4fb6-8c1c-fd554f41610a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2262] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:08 2026] GET /v2.0/security-groups?tenant_id=332a3caaddd24cf88431ca3eb020b7be&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2263] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:08 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1081/2264] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:08 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&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: 1184/2265] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:08 2026] DELETE /v2.0/security-groups/94ee0035-b7cb-4443-a1f9-571466aaeb86 => 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: 1082/2266] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:08 2026] GET /v2.0/security-groups?tenant_id=cae2c2d3a3dd42ddb2fb01c7b86382c3&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: 1185/2267] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:08 2026] DELETE /v2.0/security-groups/c4f1f6b8-278a-41d2-8848-b08613d9da55 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2270] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:09 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2271] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:09 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2272] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:10 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1188/2273] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:10 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2274] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:12 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2275] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:12 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&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: 8|app: 0|req: 1190/2276] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:13 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2277] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:13 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&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: 1087/2278] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:12:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2279] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:12:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2280] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:12:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2281] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:12:13 2026] POST /v2.0/subnetpools => generated 516 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2282] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:12:13 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: 8|app: 0|req: 1194/2283] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:12:13 2026] PUT /v2.0/subnetpools/f46c46d2-369c-4ba8-9f17-bdbc27c44ed0/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2284] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:12:13 2026] PUT /v2.0/subnetpools/1745e894-593b-4797-bfaf-730636a264e7/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: 1195/2285] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:12:13 2026] PUT /v2.0/subnetpools/d256b2e0-c37d-42c9-aa0a-f00d3ea41ce0/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2286] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:12:13 2026] PUT /v2.0/subnetpools/08f83e6d-3a21-48b7-9432-c0fdf3ef2bed/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2287] 10.0.0.24 () {32 vars in 671 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2288] 10.0.0.24 () {32 vars in 685 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2289] 10.0.0.24 () {32 vars in 681 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2290] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2291] 10.0.0.24 () {32 vars in 679 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2292] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2293] 10.0.0.24 () {32 vars in 689 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2294] 10.0.0.24 () {32 vars in 701 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2295] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:12:14 2026] DELETE /v2.0/subnetpools/f46c46d2-369c-4ba8-9f17-bdbc27c44ed0 => 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: 1096/2296] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:12:14 2026] DELETE /v2.0/subnetpools/1745e894-593b-4797-bfaf-730636a264e7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2297] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:12:14 2026] DELETE /v2.0/subnetpools/d256b2e0-c37d-42c9-aa0a-f00d3ea41ce0 => 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: 1202/2298] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1097/2299] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:12:14 2026] DELETE /v2.0/subnetpools/08f83e6d-3a21-48b7-9432-c0fdf3ef2bed => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2300] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/security-groups?id=ef2c2f5a-840b-4ef9-af4c-0c7e0db18520&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2301] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:12:14 2026] DELETE /v2.0/subnetpools/198e2c93-f837-4e1e-ac24-7a0c4c3d09ba => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2302] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:12:14 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:12:14.861 8 INFO neutron_taas.services.taas.taas_plugin [req-14090cb7-06e5-4a68-a833-f065a61e55de req-6b6da48e-857a-4ceb-9a08-aadc6ccfb27d 4a411db88eb64fb28e89e309b0537f2a a31568cb7071492fa16a8c681a4b3116 - - default default] TaaS: Handle Delete Port: 68ab8a9e-d989-4105-b7b1-44aa90a68d64 2026-07-16 08:12:14.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-14090cb7-06e5-4a68-a833-f065a61e55de req-6b6da48e-857a-4ceb-9a08-aadc6ccfb27d 4a411db88eb64fb28e89e309b0537f2a a31568cb7071492fa16a8c681a4b3116 - - default default] Tap Mirror: Handle Delete Port: 68ab8a9e-d989-4105-b7b1-44aa90a68d64 [pid: 8|app: 0|req: 1204/2303] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:12:14 2026] DELETE /v2.0/ports/68ab8a9e-d989-4105-b7b1-44aa90a68d64 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:12:15.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2e56a00-955b-4c3c-a199-9bbfb86f2a2b'] response: {'server_uuid': '8485203c-0613-45b1-8c9e-93eb8a3317d6', 'name': 'network-vif-deleted', 'tag': '68ab8a9e-d989-4105-b7b1-44aa90a68d64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1205/2304] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:15 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1100/2305] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:15 2026] GET /v2.0/security-groups?tenant_id=0f654a274a1140bc98a532592e82196d&name=default => generated 2929 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2306] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:15 2026] DELETE /v2.0/security-groups/7338cbee-be92-42be-9edd-4c5e242d06ae => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2307] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:16 2026] GET /v2.0/security-groups?tenant_id=a931f3c0cb744458b571c1b86241f9d6&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2308] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:16 2026] DELETE /v2.0/security-groups/9819ef90-224b-47ab-ace2-03bd1b64d149 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2309] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:16 2026] GET /v2.0/security-groups?tenant_id=661b298d7f414b53bf772846e47909ac&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2310] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:16 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2311] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:16 2026] DELETE /v2.0/security-groups/97d6b1cd-6045-458b-8eb5-477bed170947 => 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: 1104/2312] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:17 2026] GET /v2.0/ports?device_id=8485203c-0613-45b1-8c9e-93eb8a3317d6 => 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: 1209/2313] 10.0.0.24 () {34 vars in 677 bytes} [Thu Jul 16 08:12:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2314] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:12:20 2026] PUT /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2315] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:20 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:12:20.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0ed379b-e2e7-4714-88eb-06122c385125 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 399785f1-0195-40de-8efe-998028a62c0e 2026-07-16 08:12:20.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0ed379b-e2e7-4714-88eb-06122c385125 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 399785f1-0195-40de-8efe-998028a62c0e [pid: 8|app: 0|req: 1212/2316] 10.0.0.24 () {34 vars in 763 bytes} [Thu Jul 16 08:12:20 2026] PUT /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2317] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:20 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2318] 10.0.0.24 () {34 vars in 759 bytes} [Thu Jul 16 08:12:20 2026] PUT /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2319] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:20 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2320] 10.0.0.24 () {34 vars in 781 bytes} [Thu Jul 16 08:12:20 2026] PUT /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2321] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:20 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/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: 1218/2322] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:12:20 2026] PUT /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2323] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:20 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2324] 10.0.0.24 () {32 vars in 740 bytes} [Thu Jul 16 08:12:20 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:12:21.046 8 INFO neutron.api.v2.resource [None req-2a418472-f45c-4dfc-8325-cd1e4fb1d42d 07657b755ef24061964cbc502ebf031a 6ba9154f684f460aae7a01862eb7774e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1221/2325] 10.0.0.24 () {32 vars in 744 bytes} [Thu Jul 16 08:12:21 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2326] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:12:20 2026] PUT /v2.0/routers/36fbba6f-80be-4bd0-bce0-5c0d63d56b1d/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2327] 10.0.0.24 () {32 vars in 743 bytes} [Thu Jul 16 08:12:21 2026] DELETE /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2328] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:21 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:12:21.196 8 INFO neutron.api.v2.resource [None req-9bbc94c7-9167-4768-ae5f-2b268820e8ed 07657b755ef24061964cbc502ebf031a 6ba9154f684f460aae7a01862eb7774e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1224/2329] 10.0.0.24 () {32 vars in 747 bytes} [Thu Jul 16 08:12:21 2026] DELETE /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-16 08:12:21.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1f12bd1-b8d3-43ba-a4df-55a50f6e6db6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 45764eb5-3375-40d1-b553-439a1fc0ef72 2026-07-16 08:12:21.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1f12bd1-b8d3-43ba-a4df-55a50f6e6db6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 45764eb5-3375-40d1-b553-439a1fc0ef72 [pid: 8|app: 0|req: 1225/2330] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:12:21 2026] DELETE /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => 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: 1226/2331] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:21 2026] GET /v2.0/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2332] 10.0.0.24 () {32 vars in 733 bytes} [Thu Jul 16 08:12:21 2026] DELETE /v2.0/qos/policies/c4857bc1-06cf-4eac-b16e-261dc29e29c4 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:12:21.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1f12bd1-b8d3-43ba-a4df-55a50f6e6db6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 6f0f4e41-3d10-4538-84c3-7d52cc55581a 2026-07-16 08:12:21.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1f12bd1-b8d3-43ba-a4df-55a50f6e6db6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 6f0f4e41-3d10-4538-84c3-7d52cc55581a 2026-07-16 08:12:21.914 7 INFO neutron.services.segments.plugin [-] Segment 10e1ee63-1cbc-42ae-a7dc-61a5cbdaaaee resource provider aggregate not found 2026-07-16 08:12:21.919 7 INFO neutron.services.segments.plugin [-] Segment 10e1ee63-1cbc-42ae-a7dc-61a5cbdaaaee resource provider aggregate not found 2026-07-16 08:12:21.940 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 10e1ee63-1cbc-42ae-a7dc-61a5cbdaaaee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e1ee63-1cbc-42ae-a7dc-61a5cbdaaaee found for delete ", "request_id": "req-932bc03f-5214-4650-8188-a44269c79b7c"}]} 2026-07-16 08:12:21.943 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 10e1ee63-1cbc-42ae-a7dc-61a5cbdaaaee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e1ee63-1cbc-42ae-a7dc-61a5cbdaaaee found for delete ", "request_id": "req-be8840c5-cd4e-4acb-996f-0d5b5a37c640"}]} 2026-07-16 08:12:21.945 7 INFO neutron.db.l3_hamode_db [None req-b1f12bd1-b8d3-43ba-a4df-55a50f6e6db6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network a8fc933c-d271-4952-bccb-ad17490adb31 was deleted as no HA routers are present in tenant a31568cb7071492fa16a8c681a4b3116. [pid: 7|app: 0|req: 1106/2333] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:12:21 2026] DELETE /v2.0/routers/36fbba6f-80be-4bd0-bce0-5c0d63d56b1d => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2334] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:12:21 2026] DELETE /v2.0/subnets/f80f5633-8ddc-4802-bfb7-221c814f6303 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:12:22.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-55c8d693-4c01-438f-8eb7-5a41aabe6b8c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 0f8bc857-d676-4098-8a3c-ffe4a87587d9 2026-07-16 08:12:22.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55c8d693-4c01-438f-8eb7-5a41aabe6b8c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 0f8bc857-d676-4098-8a3c-ffe4a87587d9 [pid: 8|app: 0|req: 1229/2335] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:22 2026] GET /v2.0/security-groups?tenant_id=049ae72db66a415e9d964398d28fc13f&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2336] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:12:22 2026] DELETE /v2.0/networks/23a1683f-0dc4-4b44-bdaf-f82b2a2d72de => 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: 1230/2337] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:22 2026] DELETE /v2.0/security-groups/a300a723-8a19-4f91-894d-56108f817d1f => 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: 1231/2338] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:22 2026] GET /v2.0/security-groups?tenant_id=a31568cb7071492fa16a8c681a4b3116&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2339] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:22 2026] DELETE /v2.0/security-groups/ef2c2f5a-840b-4ef9-af4c-0c7e0db18520 => 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: 1108/2340] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:22 2026] GET /v2.0/security-groups?tenant_id=6ba9154f684f460aae7a01862eb7774e&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2341] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:22 2026] DELETE /v2.0/security-groups/84ef32f3-b970-4f90-8e26-8035292ab810 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:12:23.969 7 INFO neutron.services.segments.plugin [-] Segment a85b2c75-f5e9-4f45-b34a-4d967e01691f resource provider aggregate not found 2026-07-16 08:12:23.975 7 INFO neutron.services.segments.plugin [-] Segment a85b2c75-f5e9-4f45-b34a-4d967e01691f resource provider aggregate not found 2026-07-16 08:12:23.998 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a85b2c75-f5e9-4f45-b34a-4d967e01691f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85b2c75-f5e9-4f45-b34a-4d967e01691f found for delete ", "request_id": "req-bd194135-fca9-46e4-9197-6ba483d1ac0a"}]} 2026-07-16 08:12:24.001 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a85b2c75-f5e9-4f45-b34a-4d967e01691f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85b2c75-f5e9-4f45-b34a-4d967e01691f found for delete ", "request_id": "req-cbfcca33-ff49-4be7-9603-fde9c01bd8d2"}]} 2026-07-16 08:12:24.879 8 INFO neutron.db.segments_db [None req-9c1bd3a9-df23-42e2-ad74-88ebcfa9ee70 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment a530ba84-d4c6-41b7-aeb0-ac082d4f76c5 of type vxlan for network 5dbaf260-d51d-4e9d-90e8-ce596459a9f7 [pid: 8|app: 0|req: 1235/2344] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:12:24 2026] POST /v2.0/networks => generated 741 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2345] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:24 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:25.232 8 INFO neutron.db.segments_db [None req-94f5f264-0c86-4786-a053-18f03c11c8cc ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 9d8ee18d-5c89-471a-aa75-18b449e1e422 of type vxlan for network 375b1016-4589-45fa-836e-829fa6f16268 2026-07-16 08:12:25.494 8 INFO neutron.db.l3_hamode_db [None req-94f5f264-0c86-4786-a053-18f03c11c8cc ac31ff30f3fc4a28941d5307260f910d 03234e12a85b4ccb95ce6964b2bff9ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:12:26.337 8 INFO neutron.db.l3_hamode_db [None req-94f5f264-0c86-4786-a053-18f03c11c8cc ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:12:26.558 7 INFO neutron.db.segments_db [None req-402bc5b1-1cad-43d5-aa21-9a7b131cb590 a859eb4ea02c4ff9873a5aef73623864 3eaf8036f6d74240bbdb177e3d5dcc5b - - default default] Added segment e1061632-13d1-484c-9ce8-576ec195a3b9 of type vxlan for network e3d8b127-37e4-4554-8028-b172dbbc7451 [pid: 7|app: 0|req: 1111/2346] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:12:26 2026] POST /v2.0/networks => generated 632 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:26.746 7 INFO neutron.db.segments_db [None req-50fed958-c474-45e8-894f-ab69bc9befea a859eb4ea02c4ff9873a5aef73623864 3eaf8036f6d74240bbdb177e3d5dcc5b - - default default] Added segment c6434a6a-ad10-4aa2-935d-a79708477fd0 of type vxlan for network 8229d490-e36b-406b-80e8-7e9b0c84fc23 [pid: 7|app: 0|req: 1112/2347] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:12:26 2026] POST /v2.0/networks => generated 632 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2348] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:12:26 2026] PUT /v2.0/networks/e3d8b127-37e4-4554-8028-b172dbbc7451/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: 1114/2349] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:26 2026] GET /v2.0/networks/e3d8b127-37e4-4554-8028-b172dbbc7451/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2350] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:12:26 2026] PUT /v2.0/networks/8229d490-e36b-406b-80e8-7e9b0c84fc23/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2351] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:27 2026] GET /v2.0/networks/8229d490-e36b-406b-80e8-7e9b0c84fc23/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2352] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:12:27 2026] PUT /v2.0/networks/8229d490-e36b-406b-80e8-7e9b0c84fc23/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2353] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:27 2026] GET /v2.0/networks/8229d490-e36b-406b-80e8-7e9b0c84fc23/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2354] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:12:27 2026] GET /v2.0/networks/e3d8b127-37e4-4554-8028-b172dbbc7451/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2355] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:25 2026] POST /v2.0/routers => generated 728 bytes in 2187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:27.401 7 INFO neutron.services.segments.plugin [-] Segment e1061632-13d1-484c-9ce8-576ec195a3b9 resource provider aggregate not found 2026-07-16 08:12:27.402 7 INFO neutron.services.segments.plugin [-] Segment e1061632-13d1-484c-9ce8-576ec195a3b9 resource provider aggregate not found [pid: 7|app: 0|req: 1120/2356] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:12:27 2026] DELETE /v2.0/networks/e3d8b127-37e4-4554-8028-b172dbbc7451 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:12:27.429 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e1061632-13d1-484c-9ce8-576ec195a3b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1061632-13d1-484c-9ce8-576ec195a3b9 found for delete ", "request_id": "req-702a988e-2d46-4652-8a25-299ffa727ba9"}]} 2026-07-16 08:12:27.431 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e1061632-13d1-484c-9ce8-576ec195a3b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1061632-13d1-484c-9ce8-576ec195a3b9 found for delete ", "request_id": "req-5bf037db-881b-4a2a-92cf-79fbcdc080d7"}]} [pid: 7|app: 0|req: 1121/2357] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:12:27 2026] DELETE /v2.0/networks/8229d490-e36b-406b-80e8-7e9b0c84fc23 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2358] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:28 2026] GET /v2.0/security-groups?tenant_id=3eaf8036f6d74240bbdb177e3d5dcc5b&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2359] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:28 2026] DELETE /v2.0/security-groups/2801c089-2ed7-4910-b0f0-04758dc159bb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2360] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:12:27 2026] PUT /v2.0/routers/18efc01c-4389-45f1-a093-a00b2bf4b891/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2361] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:12:28 2026] GET /v2.0/security-groups?tenant_id=82fc37b3000e4148a5d4fd584f1f47db&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2362] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:12:28 2026] DELETE /v2.0/security-groups/a682498b-a167-4e1f-b712-721f19b6f56b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:12:29.453 7 INFO neutron.services.segments.plugin [-] Segment c6434a6a-ad10-4aa2-935d-a79708477fd0 resource provider aggregate not found 2026-07-16 08:12:29.458 7 INFO neutron.services.segments.plugin [-] Segment c6434a6a-ad10-4aa2-935d-a79708477fd0 resource provider aggregate not found 2026-07-16 08:12:29.476 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c6434a6a-ad10-4aa2-935d-a79708477fd0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6434a6a-ad10-4aa2-935d-a79708477fd0 found for delete ", "request_id": "req-f04e1da5-e6a6-4704-8d37-1a3cdbfdc633"}]} 2026-07-16 08:12:29.479 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c6434a6a-ad10-4aa2-935d-a79708477fd0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6434a6a-ad10-4aa2-935d-a79708477fd0 found for delete ", "request_id": "req-0326a16d-460f-488a-bf93-f01d73f6fa95"}]} 2026-07-16 08:12:30.110 7 INFO neutron.db.segments_db [None req-e5d4c38d-b150-4f57-8ea7-a541443d7757 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment deb4c1b7-01bd-4cbb-8a44-c1864f4a7eb6 of type vxlan for network 0089072c-0882-4f56-ad12-7d902496b97b [pid: 7|app: 0|req: 1125/2363] 10.0.0.24 () {34 vars in 670 bytes} [Thu Jul 16 08:12:29 2026] POST /v2.0/networks => generated 740 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2364] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:30 2026] POST /v2.0/subnets => generated 687 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:30.434 7 INFO neutron.db.segments_db [None req-1c6f1949-0e57-466a-b7f5-21d94799d97c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Added segment 88118b06-721d-48cb-acd7-1b517552bc4e of type vxlan for network 041cf27a-e97a-4b1b-a898-325ee868fbc6 2026-07-16 08:12:30.738 7 INFO neutron.db.l3_hamode_db [None req-1c6f1949-0e57-466a-b7f5-21d94799d97c ac31ff30f3fc4a28941d5307260f910d 1d8dee5a093e472a8388e19ea66fbafc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:12:31.596 7 INFO neutron.db.l3_hamode_db [None req-1c6f1949-0e57-466a-b7f5-21d94799d97c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1126/2365] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:30 2026] POST /v2.0/routers => generated 727 bytes in 2223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2366] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:12:32 2026] PUT /v2.0/routers/26d60332-4d95-4086-b8b0-58cd88c22e56/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2367] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:12:34 2026] POST /v2.0/security-groups => generated 1677 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2368] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2369] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2370] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2371] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:35.334 8 INFO neutron.db.securitygroups_db [None req-b51b4963-5582-4e7a-8da2-66d1e85e1995 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] Project 03234e12a85b4ccb95ce6964b2bff9ba added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1243/2372] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:35.489 7 INFO neutron.db.securitygroups_db [None req-9f55262b-bac0-4274-8d32-034a6ed4a4df 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] Project 03234e12a85b4ccb95ce6964b2bff9ba 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: 1130/2373] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2374] 10.0.0.24 () {34 vars in 684 bytes} [Thu Jul 16 08:12:36 2026] POST /v2.0/security-groups => generated 1663 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2375] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2376] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2377] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:12:36 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2378] 10.0.0.152 () {34 vars in 1100 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1553964291&fields=id&tenant_id=03234e12a85b4ccb95ce6964b2bff9ba => 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: 1133/2379] 10.0.0.152 () {34 vars in 1100 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1275968267&fields=id&tenant_id=03234e12a85b4ccb95ce6964b2bff9ba => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2380] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/networks?id=5dbaf260-d51d-4e9d-90e8-ce596459a9f7 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2381] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/quotas/03234e12a85b4ccb95ce6964b2bff9ba => 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: 1248/2382] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/ports?tenant_id=03234e12a85b4ccb95ce6964b2bff9ba&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2383] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/networks/5dbaf260-d51d-4e9d-90e8-ce596459a9f7?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2384] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/networks/5dbaf260-d51d-4e9d-90e8-ce596459a9f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2385] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:37 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => 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: 1250/2386] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:38 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:12:39.605 7 INFO neutron.db.segments_db [None req-640c72f9-4d9a-447b-8552-5e6df20f3276 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Added segment 41e4aaf5-a260-4d25-b841-64b5f9928b53 of type vxlan for network 54346efe-63cd-42f6-8f19-33f92f6df04c [pid: 7|app: 0|req: 1138/2389] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:12:39 2026] POST /v2.0/networks => generated 639 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2390] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:39 2026] POST /v2.0/subnets => generated 658 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2391] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:40 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => 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: 1139/2392] 10.0.0.24 () {32 vars in 721 bytes} [Thu Jul 16 08:12:39 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2393] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:40 2026] POST /v2.0/subnets => generated 731 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:40.376 7 INFO neutron.db.segments_db [None req-14dfa345-5352-46a4-8236-59e62aa8dae4 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Added segment 0e95ac0e-3694-48b3-aad5-92f75a1a4ba4 of type vxlan for network 06e93a76-b78e-40f4-a2d4-4c981c653429 [pid: 7|app: 0|req: 1140/2394] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:12:40 2026] POST /v2.0/networks => generated 638 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2395] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:40 2026] POST /v2.0/subnets => generated 654 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2396] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:40 2026] POST /v2.0/subnets => generated 726 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:41.118 8 INFO neutron.db.segments_db [None req-f432556b-5be6-460a-9e11-c0be581c8414 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Added segment ba9b78a6-9397-4ea4-a839-78200964f6c0 of type vxlan for network 0794858c-6e19-4731-9279-9cc63f9944a1 [pid: 7|app: 0|req: 1142/2397] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:41 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2398] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:12:41 2026] POST /v2.0/networks => generated 638 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2399] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:41 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) [pid: 8|app: 0|req: 1257/2400] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:41 2026] POST /v2.0/subnets => generated 730 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:12:41.855 7 INFO neutron.db.segments_db [None req-325636c7-3d13-4da4-b425-7e7ee7f21ab6 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Added segment 6045056d-b755-404f-b889-c75a7ae05ddc of type vxlan for network bc37cdac-e4cd-452c-9818-12656864b856 2026-07-16 08:12:42.111 7 INFO neutron.db.l3_hamode_db [None req-325636c7-3d13-4da4-b425-7e7ee7f21ab6 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1258/2401] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:12:42 2026] GET /v2.0/networks?id=5dbaf260-d51d-4e9d-90e8-ce596459a9f7 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2402] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:12:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03234e12a85b4ccb95ce6964b2bff9ba => generated 274 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2403] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:42 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2404] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:12:42 2026] POST /v2.0/ports => generated 997 bytes in 280 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: 1262/2405] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:12:42 2026] PUT /v2.0/ports/23e00682-eaee-48b5-9bab-7466d745bcfd => generated 1278 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:12:42.961 7 INFO neutron.db.l3_hamode_db [None req-325636c7-3d13-4da4-b425-7e7ee7f21ab6 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-16 08:12:42.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1c2ecad-d980-4808-9246-72d00394e331'] response: {'name': 'network-changed', 'server_uuid': '829c0987-4508-4ed7-9e3e-13381d203dbd', 'tag': '23e00682-eaee-48b5-9bab-7466d745bcfd', '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: 1263/2406] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:43 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1012 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2407] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:43 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&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: 8|app: 0|req: 1265/2408] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:12:43 2026] GET /v2.0/ports?tenant_id=03234e12a85b4ccb95ce6964b2bff9ba&device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1281 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2409] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:12:43 2026] GET /v2.0/networks?tenant_id=03234e12a85b4ccb95ce6964b2bff9ba&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2410] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:12:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2411] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:12:41 2026] POST /v2.0/routers => generated 683 bytes in 2105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2412] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2413] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&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: 1147/2414] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/ports?tenant_id=03234e12a85b4ccb95ce6964b2bff9ba&device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1281 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2415] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=23e00682-eaee-48b5-9bab-7466d745bcfd => 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: 1149/2416] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/subnets?id=64a22224-03bf-4af8-90db-360261a9b7f6 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2417] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/ports?network_id=5dbaf260-d51d-4e9d-90e8-ce596459a9f7&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: 1151/2418] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/networks/5dbaf260-d51d-4e9d-90e8-ce596459a9f7?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2419] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:12:44 2026] GET /v2.0/networks/5dbaf260-d51d-4e9d-90e8-ce596459a9f7?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: 1268/2420] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:12:43 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/add_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2421] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:45 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2422] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:45 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2423] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:12:45 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/add_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2424] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:46 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2425] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:46 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&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: 1156/2426] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:47 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2427] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:48 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2428] 10.0.0.24 () {34 vars in 782 bytes} [Thu Jul 16 08:12:46 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/add_router_interface => generated 309 bytes in 1509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2429] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:12:48 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2430] 199.19.213.17 () {34 vars in 1123 bytes} [Thu Jul 16 08:12:48 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&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: 1159/2431] 10.0.0.24 () {34 vars in 683 bytes} [Thu Jul 16 08:12:48 2026] POST /v2.0/security-groups => generated 1630 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2432] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2433] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2434] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2435] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2436] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2437] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2438] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:49 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2439] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:49 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2440] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2441] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2442] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:49 2026] POST /v2.0/security-group-rules => generated 599 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2443] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:49 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: 7|app: 0|req: 1165/2444] 10.0.0.24 () {34 vars in 694 bytes} [Thu Jul 16 08:12:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2445] 10.0.0.152 () {34 vars in 1096 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1255478506&fields=id&tenant_id=2665acdda868466caa3298d4b4a74339 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2446] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2447] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2448] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/quotas/2665acdda868466caa3298d4b4a74339 => 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: 1167/2449] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2450] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&fields=id => generated 241 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2451] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1284/2452] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2453] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:50 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => 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: 1285/2454] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:51 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2455] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:12:51 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2456] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:51 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:12:52.294 7 INFO neutron.db.l3_db [None req-e419257b-a8ff-4dd2-9e90-3840e7f942e6 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] Floating IP a42a88cf-73b8-4b48-8d6e-0b4129c1ce7a associated. External IP: 10.96.250.201, port: 23e00682-eaee-48b5-9bab-7466d745bcfd. [pid: 7|app: 0|req: 1171/2457] 10.0.0.24 () {34 vars in 748 bytes} [Thu Jul 16 08:12:51 2026] PUT /v2.0/floatingips/a42a88cf-73b8-4b48-8d6e-0b4129c1ce7a => generated 856 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:12:52.744 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d2e216c-374b-454d-91e5-2834a6b391f4'] response: {'name': 'network-changed', 'server_uuid': '829c0987-4508-4ed7-9e3e-13381d203dbd', 'tag': '23e00682-eaee-48b5-9bab-7466d745bcfd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1287/2458] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:12:53 2026] GET /v2.0/ports?tenant_id=03234e12a85b4ccb95ce6964b2bff9ba&device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2459] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:12:53 2026] GET /v2.0/networks?id=5dbaf260-d51d-4e9d-90e8-ce596459a9f7 => generated 769 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2460] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:12:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=23e00682-eaee-48b5-9bab-7466d745bcfd => 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: 1173/2461] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:12:53 2026] GET /v2.0/subnets?id=64a22224-03bf-4af8-90db-360261a9b7f6 => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2462] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:12:53 2026] GET /v2.0/ports?network_id=5dbaf260-d51d-4e9d-90e8-ce596459a9f7&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: 1174/2463] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:12:53 2026] GET /v2.0/networks/5dbaf260-d51d-4e9d-90e8-ce596459a9f7?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: 1290/2464] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:12:53 2026] GET /v2.0/networks/5dbaf260-d51d-4e9d-90e8-ce596459a9f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2467] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:12:55 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2468] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:12:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2665acdda868466caa3298d4b4a74339 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2469] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:12:55 2026] POST /v2.0/ports => generated 1183 bytes in 518 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: 1178/2470] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:12:55 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1186 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2471] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:12:56 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2472] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:12:55 2026] PUT /v2.0/ports/5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => generated 1464 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:12:56.357 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d60ace2-0f01-466f-84e7-57754194f7de'] response: {'name': 'network-changed', 'server_uuid': '8ba6f478-11dd-49a1-86bb-9e7879790e60', 'tag': '5f82aad0-2f76-45f1-b736-ef0fe52f3bc2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1180/2473] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:12:56 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1467 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, ' [pid: 8|app: 0|req: 1294/2474] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:12:56 2026] GET /v2.0/networks?tenant_id=2665acdda868466caa3298d4b4a74339&shared=False => generated 2376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2475] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:12:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2476] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2477] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => 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: 1296/2478] 199.19.213.17 () {34 vars in 1103 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31e&port_id=5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => 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: 1183/2479] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/subnets?id=d8d15848-b152-43fa-afdd-b82b45c57208&id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 1409 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2480] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2481] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2482] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1185/2483] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:12:58 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1299/2484] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:01 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1198 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2485] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:13:01 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2486] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:06 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2487] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:13:06 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2488] 10.0.0.24 () {32 vars in 817 bytes} [Thu Jul 16 08:13:06 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&mac_address=fa%3A16%3A3e%3A63%3A26%3Af0 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:07.331 7 INFO neutron.db.l3_db [None req-370a63fd-ad2c-4002-849c-d351748227f3 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Floating IP 86874966-52b1-4809-99ae-6ebcbbf86e7d associated. External IP: 10.96.250.206, port: 5f82aad0-2f76-45f1-b736-ef0fe52f3bc2. [pid: 7|app: 0|req: 1188/2489] 10.0.0.24 () {34 vars in 676 bytes} [Thu Jul 16 08:13:06 2026] POST /v2.0/floatingips => generated 855 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:07.721 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09a08e4c-3f64-4002-a9f7-31c1d976cff4'] response: {'name': 'network-changed', 'server_uuid': '8ba6f478-11dd-49a1-86bb-9e7879790e60', 'tag': '5f82aad0-2f76-45f1-b736-ef0fe52f3bc2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1302/2490] 10.0.0.152 () {34 vars in 1096 bytes} [Thu Jul 16 08:13:07 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1255478506&fields=id&tenant_id=2665acdda868466caa3298d4b4a74339 => 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: 1189/2491] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:13:07 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2492] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:13:07 2026] GET /v2.0/quotas/2665acdda868466caa3298d4b4a74339 => 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: 1190/2493] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:13:07 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&fields=id => generated 333 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2494] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1191/2495] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2496] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2497] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => 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: 1306/2498] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2499] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2500] 199.19.213.17 () {34 vars in 1103 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31e&port_id=5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => 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: 1194/2501] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/subnets?id=d8d15848-b152-43fa-afdd-b82b45c57208&id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2502] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2503] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2504] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1196/2505] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:13:08 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1311/2508] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:13:12 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2509] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:13:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2665acdda868466caa3298d4b4a74339 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2510] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:12 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2511] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:13:12 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&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: 7|app: 0|req: 1201/2512] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:13:12 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1283 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2513] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:13:12 2026] POST /v2.0/ports => generated 1183 bytes in 432 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: 1202/2514] 10.0.0.24 () {32 vars in 857 bytes} [Thu Jul 16 08:13:13 2026] GET /v2.0/floatingips?floating_network_id=84af83b9-5cd4-4f60-a435-53b80010f88c&port_id=23e00682-eaee-48b5-9bab-7466d745bcfd => generated 861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2515] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:13 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1198 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2516] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:13:13 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2517] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:13:13 2026] PUT /v2.0/ports/17a7275c-7ab8-495a-ae0f-206992e644a6 => generated 1464 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:13.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ef8723f-3702-4127-8989-b9b0a65db962'] response: {'name': 'network-changed', 'server_uuid': '7b683861-dad9-48ce-85a3-95b41c80b0a5', 'tag': '17a7275c-7ab8-495a-ae0f-206992e644a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1205/2518] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:13:13 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1283 bytes in 50 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: 1314/2519] 10.0.0.163 () {34 vars in 1120 bytes} [Thu Jul 16 08:13:13 2026] GET /v2.0/security-groups?id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&id=95e07bb4-e467-4ce1-ae10-80fcff785b50&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2520] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:13:14 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2521] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:13:14 2026] GET /v2.0/networks?tenant_id=2665acdda868466caa3298d4b4a74339&shared=False => generated 2376 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2522] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:13:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2523] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2524] 10.0.0.163 () {34 vars in 1040 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2525] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1467 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2526] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=17a7275c-7ab8-495a-ae0f-206992e644a6 => 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: 1318/2527] 199.19.213.17 () {34 vars in 1105 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A290&port_id=17a7275c-7ab8-495a-ae0f-206992e644a6 => 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: 1210/2528] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/subnets?id=ea2c5314-a833-4435-b271-f4f00feefb0c&id=d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2529] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&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: 1211/2530] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&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: 1320/2531] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1212/2532] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:13:15 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2533] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:16 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2534] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:13:16 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2535] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:17 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2536] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:13:17 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&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: 1323/2537] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:18 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1198 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2538] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:13:18 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2539] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:18 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2540] 10.0.0.152 () {34 vars in 1120 bytes} [Thu Jul 16 08:13:19 2026] GET /v2.0/security-groups?id=95e07bb4-e467-4ce1-ae10-80fcff785b50&id=56620e9a-8d71-40c3-aa3b-1290fc6e3c58&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: 8|app: 0|req: 1325/2541] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:13:19 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:19.321 7 INFO neutron_taas.services.taas.taas_plugin [req-0b22f518-2d4a-488d-9212-e527ab7fe7a6 req-fea5c3f5-7612-48ad-8996-4f8aaa4fd7ae 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] TaaS: Handle Delete Port: 23e00682-eaee-48b5-9bab-7466d745bcfd 2026-07-16 08:13:19.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b22f518-2d4a-488d-9212-e527ab7fe7a6 req-fea5c3f5-7612-48ad-8996-4f8aaa4fd7ae 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] Tap Mirror: Handle Delete Port: 23e00682-eaee-48b5-9bab-7466d745bcfd 2026-07-16 08:13:19.447 7 INFO neutron.db.l3_db [req-0b22f518-2d4a-488d-9212-e527ab7fe7a6 req-fea5c3f5-7612-48ad-8996-4f8aaa4fd7ae 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] Floating IP a42a88cf-73b8-4b48-8d6e-0b4129c1ce7a disassociated. External IP: 10.96.250.201, port: 23e00682-eaee-48b5-9bab-7466d745bcfd. [pid: 7|app: 0|req: 1217/2542] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:13:19 2026] DELETE /v2.0/ports/23e00682-eaee-48b5-9bab-7466d745bcfd => generated 0 bytes in 741 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:13:19.961 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c62c34ba-3f93-49ed-8a4e-80456e78b0ca'] response: {'server_uuid': '829c0987-4508-4ed7-9e3e-13381d203dbd', 'name': 'network-vif-deleted', 'tag': '23e00682-eaee-48b5-9bab-7466d745bcfd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1326/2543] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:20 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => 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: 1218/2544] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:21 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => 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: 1327/2545] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:22 2026] GET /v2.0/ports?device_id=829c0987-4508-4ed7-9e3e-13381d203dbd => 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: 1219/2546] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:23 2026] DELETE /v2.0/security-groups/95e07bb4-e467-4ce1-ae10-80fcff785b50 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:23.655 8 INFO neutron.api.v2.resource [None req-69440d01-a009-4e7b-861e-c10e8b2d9f36 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1328/2547] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:13:23 2026] GET /v2.0/security-groups/95e07bb4-e467-4ce1-ae10-80fcff785b50 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:13:23.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b59ddde-bd7f-4a3b-8e53-0d568c915d4e 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] TaaS: Handle Delete Port: b3807376-d0e9-40cf-a0f7-50bbecdccad1 2026-07-16 08:13:23.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b59ddde-bd7f-4a3b-8e53-0d568c915d4e 87cd441f2c9c4ee28c1d74e167e66058 03234e12a85b4ccb95ce6964b2bff9ba - - default default] Tap Mirror: Handle Delete Port: b3807376-d0e9-40cf-a0f7-50bbecdccad1 [pid: 8|app: 0|req: 1329/2548] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:23 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1200 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2549] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:13:23 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2550] 10.0.0.24 () {32 vars in 817 bytes} [Thu Jul 16 08:13:23 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&mac_address=fa%3A16%3A3e%3A39%3A92%3A7c => generated 1200 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2551] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:13:23 2026] DELETE /v2.0/floatingips/a42a88cf-73b8-4b48-8d6e-0b4129c1ce7a => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2552] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:23 2026] DELETE /v2.0/security-groups/56620e9a-8d71-40c3-aa3b-1290fc6e3c58 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:24.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-f62035a1-4fd6-4c56-aa72-e2503e3774e9 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 9f98242b-dc0b-433f-80b6-1d21945bae1f 2026-07-16 08:13:24.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f62035a1-4fd6-4c56-aa72-e2503e3774e9 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 9f98242b-dc0b-433f-80b6-1d21945bae1f [pid: 7|app: 0|req: 1222/2553] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:13:24 2026] PUT /v2.0/routers/18efc01c-4389-45f1-a093-a00b2bf4b891/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:13:25.249 8 INFO neutron.db.l3_db [None req-a2bb4e4c-57ea-4463-9340-a00a6148d4a1 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Floating IP afe6acdc-3b59-4f31-90f7-89cd9576a323 associated. External IP: 10.96.250.218, port: 17a7275c-7ab8-495a-ae0f-206992e644a6. 2026-07-16 08:13:25.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ddbe58f-5a8a-4a8c-8c76-25dd62cff00a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 86e12f3d-6984-4e44-94a3-f79c50e0fcd1 2026-07-16 08:13:25.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ddbe58f-5a8a-4a8c-8c76-25dd62cff00a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 86e12f3d-6984-4e44-94a3-f79c50e0fcd1 [pid: 8|app: 0|req: 1332/2556] 10.0.0.24 () {34 vars in 676 bytes} [Thu Jul 16 08:13:23 2026] POST /v2.0/floatingips => generated 854 bytes in 1591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:25.582 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48e68cfe-e257-40a5-94af-b00725b03dbc'] response: {'name': 'network-changed', 'server_uuid': '7b683861-dad9-48ce-85a3-95b41c80b0a5', 'tag': '17a7275c-7ab8-495a-ae0f-206992e644a6', 'status': 'completed', 'code': 200} 2026-07-16 08:13:25.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ddbe58f-5a8a-4a8c-8c76-25dd62cff00a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 2b95982b-828b-4c11-8821-9d442744d83f 2026-07-16 08:13:25.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ddbe58f-5a8a-4a8c-8c76-25dd62cff00a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 2b95982b-828b-4c11-8821-9d442744d83f 2026-07-16 08:13:26.032 7 INFO neutron.db.l3_hamode_db [None req-0ddbe58f-5a8a-4a8c-8c76-25dd62cff00a ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network 375b1016-4589-45fa-836e-829fa6f16268 was deleted as no HA routers are present in tenant 03234e12a85b4ccb95ce6964b2bff9ba. [pid: 7|app: 0|req: 1225/2557] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:25 2026] DELETE /v2.0/routers/18efc01c-4389-45f1-a093-a00b2bf4b891 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:26.129 7 INFO neutron.services.segments.plugin [-] Segment 9d8ee18d-5c89-471a-aa75-18b449e1e422 resource provider aggregate not found 2026-07-16 08:13:26.144 7 INFO neutron.services.segments.plugin [-] Segment 9d8ee18d-5c89-471a-aa75-18b449e1e422 resource provider aggregate not found 2026-07-16 08:13:26.152 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d8ee18d-5c89-471a-aa75-18b449e1e422 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8ee18d-5c89-471a-aa75-18b449e1e422 found for delete ", "request_id": "req-0290ed23-fca3-4d87-8ba2-3219e1953f22"}]} 2026-07-16 08:13:26.161 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d8ee18d-5c89-471a-aa75-18b449e1e422 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8ee18d-5c89-471a-aa75-18b449e1e422 found for delete ", "request_id": "req-fabae93d-455c-423a-8e82-d4db39979e3d"}]} [pid: 8|app: 0|req: 1333/2558] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:26 2026] DELETE /v2.0/subnets/64a22224-03bf-4af8-90db-360261a9b7f6 => 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: 1226/2559] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1469 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:26.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-1377780e-77bd-4500-950c-e86537708003 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 91fd19ca-1fc9-4f37-ad56-f0d4106c84ef 2026-07-16 08:13:26.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1377780e-77bd-4500-950c-e86537708003 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 91fd19ca-1fc9-4f37-ad56-f0d4106c84ef [pid: 7|app: 0|req: 1227/2560] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2561] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=17a7275c-7ab8-495a-ae0f-206992e644a6 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2562] 199.19.213.17 () {34 vars in 1105 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A290&port_id=17a7275c-7ab8-495a-ae0f-206992e644a6 => 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: 1230/2563] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/subnets?id=ea2c5314-a833-4435-b271-f4f00feefb0c&id=d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2564] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&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: 1334/2565] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:26 2026] DELETE /v2.0/networks/5dbaf260-d51d-4e9d-90e8-ce596459a9f7 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:13:26.439 8 INFO neutron.services.segments.plugin [-] Segment a530ba84-d4c6-41b7-aeb0-ac082d4f76c5 resource provider aggregate not found 2026-07-16 08:13:26.448 8 INFO neutron.services.segments.plugin [-] Segment a530ba84-d4c6-41b7-aeb0-ac082d4f76c5 resource provider aggregate not found 2026-07-16 08:13:26.467 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a530ba84-d4c6-41b7-aeb0-ac082d4f76c5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a530ba84-d4c6-41b7-aeb0-ac082d4f76c5 found for delete ", "request_id": "req-7aa02c30-2e73-4b97-b215-66c1cfcc1061"}]} 2026-07-16 08:13:26.471 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a530ba84-d4c6-41b7-aeb0-ac082d4f76c5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a530ba84-d4c6-41b7-aeb0-ac082d4f76c5 found for delete ", "request_id": "req-7c86f1f8-03e3-41e1-8c5c-436991f9c429"}]} [pid: 8|app: 0|req: 1335/2566] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2567] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2568] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:13:26 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:13:26.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d4884d6-e729-481e-b498-4be06d63a9c6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 33fbca39-e2a8-49ef-972a-e3e9291382d6 2026-07-16 08:13:26.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d4884d6-e729-481e-b498-4be06d63a9c6 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 33fbca39-e2a8-49ef-972a-e3e9291382d6 [pid: 7|app: 0|req: 1232/2569] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:13:26 2026] PUT /v2.0/routers/26d60332-4d95-4086-b8b0-58cd88c22e56/remove_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:13:27.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-7255821a-fde5-4789-b308-d6579056f745 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 0a200087-73a0-41a6-a406-dfb78a5d8400 2026-07-16 08:13:27.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7255821a-fde5-4789-b308-d6579056f745 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 0a200087-73a0-41a6-a406-dfb78a5d8400 2026-07-16 08:13:28.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-7255821a-fde5-4789-b308-d6579056f745 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 030a214d-db18-4023-b5c2-f0ffe2577e44 2026-07-16 08:13:28.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7255821a-fde5-4789-b308-d6579056f745 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 030a214d-db18-4023-b5c2-f0ffe2577e44 2026-07-16 08:13:28.433 8 INFO neutron.db.l3_hamode_db [None req-7255821a-fde5-4789-b308-d6579056f745 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] HA network 041cf27a-e97a-4b1b-a898-325ee868fbc6 was deleted as no HA routers are present in tenant 1d8dee5a093e472a8388e19ea66fbafc. [pid: 8|app: 0|req: 1338/2570] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:27 2026] DELETE /v2.0/routers/26d60332-4d95-4086-b8b0-58cd88c22e56 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:28.484 8 INFO neutron.services.segments.plugin [-] Segment 88118b06-721d-48cb-acd7-1b517552bc4e resource provider aggregate not found 2026-07-16 08:13:28.490 8 INFO neutron.services.segments.plugin [-] Segment 88118b06-721d-48cb-acd7-1b517552bc4e resource provider aggregate not found 2026-07-16 08:13:28.501 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88118b06-721d-48cb-acd7-1b517552bc4e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88118b06-721d-48cb-acd7-1b517552bc4e found for delete ", "request_id": "req-1fc9c7fd-2857-443d-b3f7-05342d5e720b"}]} 2026-07-16 08:13:28.503 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88118b06-721d-48cb-acd7-1b517552bc4e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88118b06-721d-48cb-acd7-1b517552bc4e found for delete ", "request_id": "req-fe4f72df-a0a3-4b10-ad32-300a6c2d6e4f"}]} [pid: 7|app: 0|req: 1233/2571] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:28 2026] DELETE /v2.0/subnets/bee5e116-58ca-4287-bf06-8ef81ef0a549 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:13:28.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7a4d018-6a05-402f-9a76-d877b1034d70 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 2db055fc-37ff-4270-9ab3-377f16f997bf 2026-07-16 08:13:28.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7a4d018-6a05-402f-9a76-d877b1034d70 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 2db055fc-37ff-4270-9ab3-377f16f997bf [pid: 8|app: 0|req: 1339/2572] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:28 2026] DELETE /v2.0/networks/0089072c-0882-4f56-ad12-7d902496b97b => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2573] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:29 2026] GET /v2.0/security-groups?tenant_id=1d8dee5a093e472a8388e19ea66fbafc&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2574] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:29 2026] DELETE /v2.0/security-groups/2511fcf0-4444-4103-bf8e-c2b681f1172d => 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: 1235/2575] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:29 2026] GET /v2.0/security-groups?tenant_id=03234e12a85b4ccb95ce6964b2bff9ba&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2576] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:29 2026] DELETE /v2.0/security-groups/b18c15ff-e3e9-461c-94df-010e7ed2f8fd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:30.519 8 INFO neutron.services.segments.plugin [-] Segment deb4c1b7-01bd-4cbb-8a44-c1864f4a7eb6 resource provider aggregate not found 2026-07-16 08:13:30.524 8 INFO neutron.services.segments.plugin [-] Segment deb4c1b7-01bd-4cbb-8a44-c1864f4a7eb6 resource provider aggregate not found 2026-07-16 08:13:30.533 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment deb4c1b7-01bd-4cbb-8a44-c1864f4a7eb6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deb4c1b7-01bd-4cbb-8a44-c1864f4a7eb6 found for delete ", "request_id": "req-acab486c-d3e3-459b-86b3-38319d1dbe4f"}]} 2026-07-16 08:13:30.542 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment deb4c1b7-01bd-4cbb-8a44-c1864f4a7eb6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deb4c1b7-01bd-4cbb-8a44-c1864f4a7eb6 found for delete ", "request_id": "req-63b912ff-1f5d-415a-b03b-7c67cdf898db"}]} [pid: 7|app: 0|req: 1236/2577] 10.0.0.163 () {34 vars in 990 bytes} [Thu Jul 16 08:13:32 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2578] 10.0.0.163 () {34 vars in 1040 bytes} [Thu Jul 16 08:13:32 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:13:33.969 7 INFO neutron.db.segments_db [None req-4eef30fa-09fd-4f89-8fd2-40b4ac2aed97 ac5f14e8b3734f648f3d1c493f37a0cf c8f7461cb5694b1da99256dac66edb62 - - default default] Added segment 9db7de01-0a56-460d-873e-8b159fffd5ce of type vxlan for network 22535193-df79-4cf7-b5fd-d075bece7e80 [pid: 7|app: 0|req: 1237/2579] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:33 2026] POST /v2.0/networks => generated 631 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:34.114 8 INFO neutron.db.segments_db [None req-2390586e-c8fe-4530-8325-aa435c01eda1 ac5f14e8b3734f648f3d1c493f37a0cf c8f7461cb5694b1da99256dac66edb62 - - default default] Added segment 844ac75e-e841-4883-b305-d76cb2afa54a of type vxlan for network 40749047-5362-402d-af6a-4b9ab2a5538a [pid: 8|app: 0|req: 1343/2580] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:34 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:34.259 7 INFO neutron.db.segments_db [None req-1e7f0a0f-8999-4d27-aa17-832f2fcfb3a4 ac5f14e8b3734f648f3d1c493f37a0cf c8f7461cb5694b1da99256dac66edb62 - - default default] Added segment 93821c28-2652-4fab-87c1-61090bd39671 of type vxlan for network 4278d278-8876-4ffd-a1c6-75825c69a690 [pid: 7|app: 0|req: 1238/2581] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:34 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:34.422 8 INFO neutron.db.segments_db [None req-936d570c-ff4c-4e80-9bc1-c63e51e2309b ac5f14e8b3734f648f3d1c493f37a0cf c8f7461cb5694b1da99256dac66edb62 - - default default] Added segment 154c0380-b7dd-4fbb-9749-1aaa5f1df22c of type vxlan for network 77f5dfaf-f19e-4ae7-9b6b-1b24c7d0e9cf [pid: 8|app: 0|req: 1344/2582] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:34 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:34.557 7 INFO neutron.db.segments_db [None req-8e40b35f-71c8-46b9-b8b1-504085bbb1e6 ac5f14e8b3734f648f3d1c493f37a0cf c8f7461cb5694b1da99256dac66edb62 - - default default] Added segment 8b2f81e8-8135-44e7-8437-3b07ed4fa875 of type vxlan for network fe835254-0735-4105-9f22-a637d28c42bb [pid: 7|app: 0|req: 1239/2583] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:34 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2584] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:13:34 2026] PUT /v2.0/networks/22535193-df79-4cf7-b5fd-d075bece7e80/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2585] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:13:34 2026] PUT /v2.0/networks/40749047-5362-402d-af6a-4b9ab2a5538a/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2586] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:13:34 2026] PUT /v2.0/networks/4278d278-8876-4ffd-a1c6-75825c69a690/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2587] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:13:34 2026] PUT /v2.0/networks/77f5dfaf-f19e-4ae7-9b6b-1b24c7d0e9cf/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2588] 10.0.0.24 () {32 vars in 665 bytes} [Thu Jul 16 08:13:34 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2589] 10.0.0.24 () {32 vars in 679 bytes} [Thu Jul 16 08:13:35 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2590] 10.0.0.24 () {32 vars in 675 bytes} [Thu Jul 16 08:13:35 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2591] 10.0.0.24 () {32 vars in 687 bytes} [Thu Jul 16 08:13:35 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2592] 10.0.0.24 () {32 vars in 673 bytes} [Thu Jul 16 08:13:35 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2593] 10.0.0.24 () {32 vars in 687 bytes} [Thu Jul 16 08:13:35 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2594] 10.0.0.24 () {32 vars in 683 bytes} [Thu Jul 16 08:13:35 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2595] 10.0.0.24 () {32 vars in 695 bytes} [Thu Jul 16 08:13:35 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:35.632 8 INFO neutron.services.segments.plugin [-] Segment 9db7de01-0a56-460d-873e-8b159fffd5ce resource provider aggregate not found 2026-07-16 08:13:35.639 8 INFO neutron.services.segments.plugin [-] Segment 9db7de01-0a56-460d-873e-8b159fffd5ce resource provider aggregate not found 2026-07-16 08:13:35.653 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9db7de01-0a56-460d-873e-8b159fffd5ce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9db7de01-0a56-460d-873e-8b159fffd5ce found for delete ", "request_id": "req-5b41aeed-c96e-4ef4-b323-62fb63672bab"}]} 2026-07-16 08:13:35.657 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9db7de01-0a56-460d-873e-8b159fffd5ce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9db7de01-0a56-460d-873e-8b159fffd5ce found for delete ", "request_id": "req-022b19dc-6741-4b60-9f4b-6e2a92253e82"}]} [pid: 8|app: 0|req: 1351/2596] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:35 2026] DELETE /v2.0/networks/22535193-df79-4cf7-b5fd-d075bece7e80 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:13:35.792 7 INFO neutron.services.segments.plugin [-] Segment 844ac75e-e841-4883-b305-d76cb2afa54a resource provider aggregate not found 2026-07-16 08:13:35.798 7 INFO neutron.services.segments.plugin [-] Segment 844ac75e-e841-4883-b305-d76cb2afa54a resource provider aggregate not found 2026-07-16 08:13:35.814 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 844ac75e-e841-4883-b305-d76cb2afa54a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 844ac75e-e841-4883-b305-d76cb2afa54a found for delete ", "request_id": "req-2700b133-1805-441d-9369-752337466e6d"}]} 2026-07-16 08:13:35.818 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 844ac75e-e841-4883-b305-d76cb2afa54a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 844ac75e-e841-4883-b305-d76cb2afa54a found for delete ", "request_id": "req-768bb65f-57a1-4f52-ad74-43695ae88b7f"}]} [pid: 7|app: 0|req: 1246/2597] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:35 2026] DELETE /v2.0/networks/40749047-5362-402d-af6a-4b9ab2a5538a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2598] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:35 2026] DELETE /v2.0/networks/4278d278-8876-4ffd-a1c6-75825c69a690 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2599] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:35 2026] DELETE /v2.0/networks/77f5dfaf-f19e-4ae7-9b6b-1b24c7d0e9cf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2600] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:36 2026] DELETE /v2.0/networks/fe835254-0735-4105-9f22-a637d28c42bb => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2601] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:37 2026] GET /v2.0/security-groups?tenant_id=da45c71f29674d1284d409b73d5d6a11&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2602] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:37 2026] DELETE /v2.0/security-groups/abd5866f-ed52-4780-93d4-80ec268b6bee => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2603] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:37 2026] GET /v2.0/security-groups?tenant_id=c8f7461cb5694b1da99256dac66edb62&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:37.681 8 INFO neutron.services.segments.plugin [-] Segment 93821c28-2652-4fab-87c1-61090bd39671 resource provider aggregate not found 2026-07-16 08:13:37.691 8 INFO neutron.services.segments.plugin [-] Segment 93821c28-2652-4fab-87c1-61090bd39671 resource provider aggregate not found 2026-07-16 08:13:37.705 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93821c28-2652-4fab-87c1-61090bd39671 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93821c28-2652-4fab-87c1-61090bd39671 found for delete ", "request_id": "req-d0b19397-1879-4871-aeda-dd8ca8153991"}]} 2026-07-16 08:13:37.710 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 93821c28-2652-4fab-87c1-61090bd39671 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93821c28-2652-4fab-87c1-61090bd39671 found for delete ", "request_id": "req-b1b072fb-9d36-4556-b9fa-91a81f011e37"}]} 2026-07-16 08:13:37.729 8 INFO neutron.services.segments.plugin [-] Segment 8b2f81e8-8135-44e7-8437-3b07ed4fa875 resource provider aggregate not found 2026-07-16 08:13:37.733 8 INFO neutron.services.segments.plugin [-] Segment 8b2f81e8-8135-44e7-8437-3b07ed4fa875 resource provider aggregate not found 2026-07-16 08:13:37.752 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b2f81e8-8135-44e7-8437-3b07ed4fa875 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2f81e8-8135-44e7-8437-3b07ed4fa875 found for delete ", "request_id": "req-3c1fbdf5-89db-4db7-bf14-c34307fb7f4f"}]} 2026-07-16 08:13:37.757 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8b2f81e8-8135-44e7-8437-3b07ed4fa875 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2f81e8-8135-44e7-8437-3b07ed4fa875 found for delete ", "request_id": "req-a663dec8-a1a2-4a86-86c2-390fe92fe90d"}]} [pid: 8|app: 0|req: 1355/2604] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:37 2026] DELETE /v2.0/security-groups/059e446a-df58-4c04-9797-eacdc0ec50ab => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:37.834 7 INFO neutron.services.segments.plugin [-] Segment 154c0380-b7dd-4fbb-9749-1aaa5f1df22c resource provider aggregate not found 2026-07-16 08:13:37.840 7 INFO neutron.services.segments.plugin [-] Segment 154c0380-b7dd-4fbb-9749-1aaa5f1df22c resource provider aggregate not found 2026-07-16 08:13:37.855 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 154c0380-b7dd-4fbb-9749-1aaa5f1df22c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 154c0380-b7dd-4fbb-9749-1aaa5f1df22c found for delete ", "request_id": "req-42540c0f-6bc5-427f-90d7-f5c617565516"}]} 2026-07-16 08:13:37.859 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 154c0380-b7dd-4fbb-9749-1aaa5f1df22c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 154c0380-b7dd-4fbb-9749-1aaa5f1df22c found for delete ", "request_id": "req-e48ed3dd-9409-4279-aeec-dfcf07315364"}]} [pid: 7|app: 0|req: 1250/2605] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:37 2026] GET /v2.0/security-groups?tenant_id=59920dfecf1b4aa3998e320bf1cdbfb5&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2606] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:38 2026] DELETE /v2.0/security-groups/e78ee319-6048-4c9f-af1f-54fd4e929fd2 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2609] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:13:42 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:13:42.596 7 INFO neutron.db.segments_db [None req-14fe4ef6-7af3-4c0a-9d9f-b0ed6940312b 5c6dc480be8741beb5cd076f83303839 eae8801a02e646d4923a6f5a845de266 - - default default] Added segment a2fbc883-a608-4a6f-ac1b-f937dc7f7129 of type vxlan for network 10b71b89-6f1a-426c-a07f-5b564ca61431 [pid: 7|app: 0|req: 1252/2610] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:42 2026] POST /v2.0/networks => generated 631 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2611] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:13:42 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:43.035 7 INFO neutron.db.segments_db [None req-6664efe5-edbe-4736-9e6e-f57cd20a77e4 5c6dc480be8741beb5cd076f83303839 eae8801a02e646d4923a6f5a845de266 - - default default] Added segment ab1ff4e2-8be8-4771-b34e-34218d80c942 of type vxlan for network 27b8bed9-e597-4745-ad41-7c51b6a8fdec [pid: 7|app: 0|req: 1253/2612] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:42 2026] POST /v2.0/networks => generated 632 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2613] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:13:43 2026] POST /v2.0/subnets => generated 629 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:43.445 7 INFO neutron.db.segments_db [None req-df252461-6214-4946-938a-77aa2eadecea 5c6dc480be8741beb5cd076f83303839 eae8801a02e646d4923a6f5a845de266 - - default default] Added segment f431eed9-0ce5-4965-a33d-644893059b8f of type vxlan for network a2c22e55-3fcc-4e3d-b702-edee33927de2 [pid: 7|app: 0|req: 1254/2614] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:43 2026] POST /v2.0/networks => generated 632 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2615] 10.0.0.161 () {30 vars in 690 bytes} [Thu Jul 16 08:13:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2616] 10.0.0.161 () {30 vars in 692 bytes} [Thu Jul 16 08:13:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2617] 10.0.0.161 () {30 vars in 668 bytes} [Thu Jul 16 08:13:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2618] 10.0.0.161 () {30 vars in 704 bytes} [Thu Jul 16 08:13:43 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: 1255/2619] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:13:43 2026] POST /v2.0/subnets => generated 629 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-16 08:13:43.874 8 INFO neutron.db.segments_db [None req-da8dcdf2-ba2b-4627-954a-8afc75d2c7fa 5c6dc480be8741beb5cd076f83303839 eae8801a02e646d4923a6f5a845de266 - - default default] Added segment e8929d96-8487-49e6-bc1d-d28eec9fb485 of type vxlan for network 2ebb67ca-f53a-4760-8a89-d73b07723f28 [pid: 8|app: 0|req: 1365/2620] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:43 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2621] 10.0.0.161 () {28 vars in 439 bytes} [Thu Jul 16 08:13:44 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2622] 10.0.0.161 () {30 vars in 728 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2623] 10.0.0.161 () {30 vars in 690 bytes} [Thu Jul 16 08:13:44 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: 1369/2624] 10.0.0.161 () {30 vars in 692 bytes} [Thu Jul 16 08:13:44 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: 1256/2625] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:13:43 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2626] 10.0.0.161 () {30 vars in 668 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2627] 10.0.0.161 () {30 vars in 704 bytes} [Thu Jul 16 08:13:44 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: 1259/2628] 10.0.0.161 () {30 vars in 728 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:13:44.291 8 INFO neutron.db.segments_db [None req-9155f873-4ad6-44f4-aa99-dd1670278ecf 5c6dc480be8741beb5cd076f83303839 eae8801a02e646d4923a6f5a845de266 - - default default] Added segment d77ae883-a2f2-4a6f-a2d8-71f7255a906e of type vxlan for network f0357e75-7d69-46b4-a426-d4141ea83b52 [pid: 7|app: 0|req: 1260/2629] 10.0.0.161 () {30 vars in 690 bytes} [Thu Jul 16 08:13:44 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: 1370/2630] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:44 2026] POST /v2.0/networks => generated 630 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2631] 10.0.0.161 () {30 vars in 692 bytes} [Thu Jul 16 08:13:44 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: 1262/2632] 10.0.0.161 () {30 vars in 668 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2633] 10.0.0.161 () {30 vars in 704 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2634] 10.0.0.161 () {30 vars in 730 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2635] 10.0.0.161 () {30 vars in 682 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2636] 10.0.0.24 () {34 vars in 668 bytes} [Thu Jul 16 08:13:44 2026] POST /v2.0/subnets => generated 629 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2637] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:13:44 2026] PUT /v2.0/subnets/7d020b37-de9a-40c3-b756-ba60885a009a/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2638] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:13:44 2026] PUT /v2.0/subnets/22aa6a0e-97f2-4cd5-98e9-f6a43b55a388/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2639] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:13:44 2026] PUT /v2.0/subnets/31e4b8df-43d7-408a-949c-a98ec477e138/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2640] 10.0.0.161 () {34 vars in 704 bytes} [Thu Jul 16 08:13:44 2026] POST /v2.0/ports => generated 1132 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2641] 10.0.0.24 () {34 vars in 750 bytes} [Thu Jul 16 08:13:44 2026] PUT /v2.0/subnets/b0f510ac-d4f6-4f72-bbca-1ec60d1def54/tags => generated 19 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: 1267/2642] 10.0.0.24 () {32 vars in 663 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2643] 10.0.0.24 () {32 vars in 677 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2644] 10.0.0.24 () {32 vars in 673 bytes} [Thu Jul 16 08:13:44 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2645] 10.0.0.24 () {32 vars in 685 bytes} [Thu Jul 16 08:13:45 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2646] 10.0.0.24 () {32 vars in 671 bytes} [Thu Jul 16 08:13:45 2026] GET /v2.0/subnets?not-tags=red => 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: 1378/2647] 10.0.0.24 () {32 vars in 685 bytes} [Thu Jul 16 08:13:45 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2648] 10.0.0.24 () {32 vars in 681 bytes} [Thu Jul 16 08:13:45 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2649] 10.0.0.24 () {32 vars in 693 bytes} [Thu Jul 16 08:13:45 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2650] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:45 2026] DELETE /v2.0/subnets/7d020b37-de9a-40c3-b756-ba60885a009a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2651] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:45 2026] DELETE /v2.0/subnets/22aa6a0e-97f2-4cd5-98e9-f6a43b55a388 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2652] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:45 2026] DELETE /v2.0/subnets/31e4b8df-43d7-408a-949c-a98ec477e138 => 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: 1381/2653] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:45 2026] DELETE /v2.0/subnets/b0f510ac-d4f6-4f72-bbca-1ec60d1def54 => 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: 1273/2654] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:13:45 2026] DELETE /v2.0/subnets/e98c506a-1bbd-491a-babd-feb4b042e29b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:13:46.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b5f4d44-ba86-4767-adc3-fc3fe8afcaf4 5c6dc480be8741beb5cd076f83303839 eae8801a02e646d4923a6f5a845de266 - - default default] TaaS: Handle Delete Port: badf6c71-2902-428f-9436-14ac5131fd32 2026-07-16 08:13:46.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b5f4d44-ba86-4767-adc3-fc3fe8afcaf4 5c6dc480be8741beb5cd076f83303839 eae8801a02e646d4923a6f5a845de266 - - default default] Tap Mirror: Handle Delete Port: badf6c71-2902-428f-9436-14ac5131fd32 2026-07-16 08:13:46.334 8 INFO neutron.services.segments.plugin [-] Segment a2fbc883-a608-4a6f-ac1b-f937dc7f7129 resource provider aggregate not found 2026-07-16 08:13:46.341 8 INFO neutron.services.segments.plugin [-] Segment a2fbc883-a608-4a6f-ac1b-f937dc7f7129 resource provider aggregate not found 2026-07-16 08:13:46.353 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2fbc883-a608-4a6f-ac1b-f937dc7f7129 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2fbc883-a608-4a6f-ac1b-f937dc7f7129 found for delete ", "request_id": "req-34ffaa26-6851-4f2d-aa60-61e1fd5f8d92"}]} 2026-07-16 08:13:46.359 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2fbc883-a608-4a6f-ac1b-f937dc7f7129 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2fbc883-a608-4a6f-ac1b-f937dc7f7129 found for delete ", "request_id": "req-09e52136-74eb-453b-93d0-39a39fb8a477"}]} [pid: 8|app: 0|req: 1382/2655] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:46 2026] DELETE /v2.0/networks/10b71b89-6f1a-426c-a07f-5b564ca61431 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:13:46.495 7 INFO neutron.services.segments.plugin [-] Segment ab1ff4e2-8be8-4771-b34e-34218d80c942 resource provider aggregate not found 2026-07-16 08:13:46.504 7 INFO neutron.services.segments.plugin [-] Segment ab1ff4e2-8be8-4771-b34e-34218d80c942 resource provider aggregate not found 2026-07-16 08:13:46.524 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab1ff4e2-8be8-4771-b34e-34218d80c942 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab1ff4e2-8be8-4771-b34e-34218d80c942 found for delete ", "request_id": "req-1f5348fd-b697-4258-827a-8ba30072ae6c"}]} 2026-07-16 08:13:46.526 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab1ff4e2-8be8-4771-b34e-34218d80c942 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab1ff4e2-8be8-4771-b34e-34218d80c942 found for delete ", "request_id": "req-b0b01490-cb29-44b8-94d3-697013908812"}]} [pid: 7|app: 0|req: 1274/2656] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:46 2026] DELETE /v2.0/networks/27b8bed9-e597-4745-ad41-7c51b6a8fdec => 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: 1383/2657] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:46 2026] DELETE /v2.0/networks/a2c22e55-3fcc-4e3d-b702-edee33927de2 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2658] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:46 2026] DELETE /v2.0/networks/2ebb67ca-f53a-4760-8a89-d73b07723f28 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2659] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:13:46 2026] DELETE /v2.0/networks/f0357e75-7d69-46b4-a426-d4141ea83b52 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2660] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:13:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2661] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:13:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2662] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:13:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2663] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:13:47 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: 1389/2664] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:13:47 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2665] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:47 2026] GET /v2.0/security-groups?tenant_id=3ce4bf01d7a34c6b8c15d85f89193ed2&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2666] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:47 2026] DELETE /v2.0/security-groups/6d28549b-ed39-4476-8c6f-f447d6e564b2 => 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: 1391/2667] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:13:48 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: 1392/2668] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:13:48 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: 1393/2669] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:13:48 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: 1394/2670] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:13:48 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-16 08:13:48.255 8 INFO neutron.api.v2.resource [None req-b09bfdfe-7884-472d-a773-6eeec7619e71 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1395/2671] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 08:13:48 2026] GET /v2.0/security-groups/lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2672] 199.19.213.17 () {30 vars in 784 bytes} [Thu Jul 16 08:13:48 2026] GET /v2.0/security-groups?name=lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2673] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:48 2026] GET /v2.0/security-groups?tenant_id=8cde01cc89484bb8820293d0db7e26c4&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:48.378 8 INFO neutron.services.segments.plugin [-] Segment f431eed9-0ce5-4965-a33d-644893059b8f resource provider aggregate not found [pid: 7|app: 0|req: 1278/2674] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:48 2026] DELETE /v2.0/security-groups/a44b9985-13f9-4564-8f8c-fe878339c34e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:48.383 8 INFO neutron.services.segments.plugin [-] Segment f431eed9-0ce5-4965-a33d-644893059b8f resource provider aggregate not found 2026-07-16 08:13:48.399 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f431eed9-0ce5-4965-a33d-644893059b8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f431eed9-0ce5-4965-a33d-644893059b8f found for delete ", "request_id": "req-220d3efa-fadd-49d0-a674-8007abf267e9"}]} 2026-07-16 08:13:48.408 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f431eed9-0ce5-4965-a33d-644893059b8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f431eed9-0ce5-4965-a33d-644893059b8f found for delete ", "request_id": "req-38802696-4de2-4528-8fb9-19acf0de6b4f"}]} 2026-07-16 08:13:48.432 8 INFO neutron.services.segments.plugin [-] Segment d77ae883-a2f2-4a6f-a2d8-71f7255a906e resource provider aggregate not found 2026-07-16 08:13:48.439 8 INFO neutron.services.segments.plugin [-] Segment d77ae883-a2f2-4a6f-a2d8-71f7255a906e resource provider aggregate not found 2026-07-16 08:13:48.457 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d77ae883-a2f2-4a6f-a2d8-71f7255a906e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77ae883-a2f2-4a6f-a2d8-71f7255a906e found for delete ", "request_id": "req-1f154568-6a09-48d2-8dfa-613468ef6b65"}]} 2026-07-16 08:13:48.458 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d77ae883-a2f2-4a6f-a2d8-71f7255a906e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77ae883-a2f2-4a6f-a2d8-71f7255a906e found for delete ", "request_id": "req-77352c8a-386a-455c-a0c3-acc835b353d8"}]} [pid: 8|app: 0|req: 1397/2675] 199.19.213.17 () {34 vars in 735 bytes} [Thu Jul 16 08:13:48 2026] POST /v2.0/security-groups => generated 1638 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2676] 199.19.213.17 () {30 vars in 814 bytes} [Thu Jul 16 08:13:48 2026] GET /v2.0/security-group-rules?security_group_id=3d3355c9-63d4-4b1d-8f21-766d720f28bb => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:13:48.543 7 INFO neutron.services.segments.plugin [-] Segment e8929d96-8487-49e6-bc1d-d28eec9fb485 resource provider aggregate not found 2026-07-16 08:13:48.554 7 INFO neutron.services.segments.plugin [-] Segment e8929d96-8487-49e6-bc1d-d28eec9fb485 resource provider aggregate not found 2026-07-16 08:13:48.568 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8929d96-8487-49e6-bc1d-d28eec9fb485 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8929d96-8487-49e6-bc1d-d28eec9fb485 found for delete ", "request_id": "req-2345ae89-dd3c-419c-8148-996c8244ab23"}]} 2026-07-16 08:13:48.570 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8929d96-8487-49e6-bc1d-d28eec9fb485 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8929d96-8487-49e6-bc1d-d28eec9fb485 found for delete ", "request_id": "req-ae0eef12-5526-4f60-95a4-47f26cf4322c"}]} [pid: 7|app: 0|req: 1280/2677] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:48 2026] GET /v2.0/security-groups?tenant_id=eae8801a02e646d4923a6f5a845de266&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2678] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:48 2026] DELETE /v2.0/security-groups/d3700382-a1bd-4f44-85d6-feb38ab200d0 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2679] 199.19.213.17 () {34 vars in 788 bytes} [Thu Jul 16 08:13:48 2026] PUT /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2680] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:13:48 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: 8|app: 0|req: 1399/2681] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:13:48 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: 1283/2682] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:13:48 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: 1400/2683] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:13:48 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: 1284/2684] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:13:48 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2685] 10.0.0.24 () {34 vars in 675 bytes} [Thu Jul 16 08:13:51 2026] POST /v2.0/floatingips => generated 552 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2686] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:13:52 2026] PUT /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2687] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:13:52 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2688] 10.0.0.24 () {34 vars in 769 bytes} [Thu Jul 16 08:13:52 2026] PUT /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2689] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:13:52 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/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: 1287/2690] 10.0.0.24 () {34 vars in 765 bytes} [Thu Jul 16 08:13:52 2026] PUT /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags/red => 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: 1404/2691] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:13:52 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/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: 1288/2692] 10.0.0.24 () {34 vars in 787 bytes} [Thu Jul 16 08:13:53 2026] PUT /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2693] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:13:53 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2694] 10.0.0.24 () {34 vars in 758 bytes} [Thu Jul 16 08:13:53 2026] PUT /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 37 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2695] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:13:53 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2696] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:13:53 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:13:53.854 8 INFO neutron.api.v2.resource [None req-918bcfb2-c327-4df7-98a7-aa15a51ccca2 d7ca65e823244c5d93e63509b436ab88 aa57c2af03ee43e0a5c7a321c9208240 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1407/2697] 10.0.0.24 () {32 vars in 750 bytes} [Thu Jul 16 08:13:53 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2698] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:13:53 2026] DELETE /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2699] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:13:53 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:13:54.005 7 INFO neutron.api.v2.resource [None req-0a1d32b2-e5c8-4b5e-85b8-f0ceed19216e d7ca65e823244c5d93e63509b436ab88 aa57c2af03ee43e0a5c7a321c9208240 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1292/2700] 10.0.0.24 () {32 vars in 753 bytes} [Thu Jul 16 08:13:53 2026] DELETE /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2701] 10.0.0.24 () {32 vars in 741 bytes} [Thu Jul 16 08:13:54 2026] DELETE /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2702] 10.0.0.24 () {32 vars in 738 bytes} [Thu Jul 16 08:13:54 2026] GET /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:13:54.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-e415e217-42a0-4a8c-977c-9edcc725d8c4 d7ca65e823244c5d93e63509b436ab88 aa57c2af03ee43e0a5c7a321c9208240 - - default default] TaaS: Handle Delete Port: eee2c2ef-91d9-4d27-9101-f2fb9d0d58cb 2026-07-16 08:13:54.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e415e217-42a0-4a8c-977c-9edcc725d8c4 d7ca65e823244c5d93e63509b436ab88 aa57c2af03ee43e0a5c7a321c9208240 - - default default] Tap Mirror: Handle Delete Port: eee2c2ef-91d9-4d27-9101-f2fb9d0d58cb [pid: 8|app: 0|req: 1410/2705] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:13:54 2026] DELETE /v2.0/floatingips/775f63ea-813b-450d-9058-464f0f48defd => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2706] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:55 2026] GET /v2.0/security-groups?tenant_id=9cd9fb8e56fb4ab6ba3ff58009553f85&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2707] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:55 2026] DELETE /v2.0/security-groups/dd639b78-2e10-420b-9f19-55a917bee2cc => 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: 1297/2708] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:13:55 2026] GET /v2.0/security-groups?tenant_id=aa57c2af03ee43e0a5c7a321c9208240&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2709] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:13:55 2026] DELETE /v2.0/security-groups/bd7c672c-c7c1-44ca-af46-817cea3a909b => 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: 1298/2710] 10.0.0.152 () {34 vars in 1016 bytes} [Thu Jul 16 08:13:56 2026] GET /v2.0/security-groups?id=979ae871-0bd7-4a76-8261-3c2ae27396e5&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2711] 10.0.0.152 () {34 vars in 982 bytes} [Thu Jul 16 08:13:56 2026] GET /v2.0/networks?id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2712] 10.0.0.152 () {34 vars in 965 bytes} [Thu Jul 16 08:13:56 2026] GET /v2.0/quotas/ea30b7437ecd46d2879cd77de4d0407d => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2713] 10.0.0.152 () {34 vars in 1002 bytes} [Thu Jul 16 08:13:56 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&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: 1300/2714] 10.0.0.152 () {34 vars in 1008 bytes} [Thu Jul 16 08:13:56 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?fields=segments => generated 14 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2715] 10.0.0.152 () {34 vars in 1108 bytes} [Thu Jul 16 08:13:56 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2716] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:57 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => 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: 1416/2717] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:13:57 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:13:59.196 7 INFO neutron.db.segments_db [None req-43ed0413-b24b-4a12-8d62-b88aa0720223 12c70b22526a4af48c2d319443131373 70299ee1161349c9996839eadda5345e - - default default] Added segment cfccac58-0369-4af7-baba-5f13f0454b8d of type vxlan for network e9b285b9-a748-49fe-aed8-4e1749839fd5 [pid: 7|app: 0|req: 1302/2718] 10.0.0.24 () {34 vars in 669 bytes} [Thu Jul 16 08:13:58 2026] POST /v2.0/networks => generated 631 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2719] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:13:59 2026] PUT /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2720] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:13:59 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2721] 10.0.0.24 () {34 vars in 763 bytes} [Thu Jul 16 08:13:59 2026] PUT /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2722] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:13:59 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2723] 10.0.0.24 () {34 vars in 759 bytes} [Thu Jul 16 08:13:59 2026] PUT /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2724] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:13:59 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2725] 10.0.0.24 () {34 vars in 781 bytes} [Thu Jul 16 08:13:59 2026] PUT /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags/black.or.white => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2726] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:13:59 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2727] 10.0.0.24 () {34 vars in 752 bytes} [Thu Jul 16 08:13:59 2026] PUT /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2728] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:13:59 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2729] 10.0.0.24 () {32 vars in 740 bytes} [Thu Jul 16 08:13:59 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:14:00.039 7 INFO neutron.api.v2.resource [None req-492e60b6-6e73-42ba-b588-3793cc6775cb 12c70b22526a4af48c2d319443131373 70299ee1161349c9996839eadda5345e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1308/2730] 10.0.0.24 () {32 vars in 744 bytes} [Thu Jul 16 08:13:59 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2731] 10.0.0.24 () {32 vars in 743 bytes} [Thu Jul 16 08:14:00 2026] DELETE /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags/red => 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: 1309/2732] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:14:00 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 30 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:14:00.242 8 INFO neutron.api.v2.resource [None req-ad8b1121-3e96-434d-aec4-064be0f68a4a 12c70b22526a4af48c2d319443131373 70299ee1161349c9996839eadda5345e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1424/2733] 10.0.0.24 () {32 vars in 747 bytes} [Thu Jul 16 08:14:00 2026] DELETE /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/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: 1310/2734] 10.0.0.24 () {32 vars in 735 bytes} [Thu Jul 16 08:14:00 2026] DELETE /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2735] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:00 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => 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: 1425/2736] 10.0.0.24 () {32 vars in 732 bytes} [Thu Jul 16 08:14:00 2026] GET /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2737] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:00 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:14:00.530 7 INFO neutron.services.segments.plugin [-] Segment cfccac58-0369-4af7-baba-5f13f0454b8d resource provider aggregate not found 2026-07-16 08:14:00.543 7 INFO neutron.services.segments.plugin [-] Segment cfccac58-0369-4af7-baba-5f13f0454b8d resource provider aggregate not found 2026-07-16 08:14:00.555 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfccac58-0369-4af7-baba-5f13f0454b8d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfccac58-0369-4af7-baba-5f13f0454b8d found for delete ", "request_id": "req-a8e07ea9-dde4-44c1-a1f5-6039c109e454"}]} 2026-07-16 08:14:00.560 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cfccac58-0369-4af7-baba-5f13f0454b8d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfccac58-0369-4af7-baba-5f13f0454b8d found for delete ", "request_id": "req-ec538bcb-367f-4c31-8049-ee7c007eeed2"}]} [pid: 7|app: 0|req: 1312/2738] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:14:00 2026] DELETE /v2.0/networks/e9b285b9-a748-49fe-aed8-4e1749839fd5 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2739] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:14:01 2026] GET /v2.0/security-groups?tenant_id=96fb049dd5974bd09ef5e866bca0676a&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2740] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:14:01 2026] DELETE /v2.0/security-groups/6653bfd4-ca94-49bb-b588-d821a09f5a47 => 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: 1428/2741] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:14:01 2026] GET /v2.0/networks?id=577a9552-cc07-4a0b-83a3-4e49c7bb7add => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2742] 199.19.213.17 () {34 vars in 1049 bytes} [Thu Jul 16 08:14:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ea30b7437ecd46d2879cd77de4d0407d => generated 343 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2743] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:14:01 2026] GET /v2.0/security-groups?tenant_id=70299ee1161349c9996839eadda5345e&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2744] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:14:01 2026] DELETE /v2.0/security-groups/b0ca3c12-e45b-457c-9c49-af221c872675 => 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: 1429/2745] 199.19.213.17 () {38 vars in 954 bytes} [Thu Jul 16 08:14:01 2026] POST /v2.0/ports => generated 1082 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2746] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:14:01 2026] PUT /v2.0/ports/0068fa4b-3b61-4273-be4e-cd8f13af2ffe => generated 1243 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:14:02.775 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d52b79b-2c5b-4b03-a4cf-250b971375e1'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': '0068fa4b-3b61-4273-be4e-cd8f13af2ffe', '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: 1430/2747] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:03 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1318/2748] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:14:03 2026] GET /v2.0/security-groups?id=979ae871-0bd7-4a76-8261-3c2ae27396e5&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: 8|app: 0|req: 1431/2749] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:14:03 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2750] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:03 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2751] 199.19.213.17 () {34 vars in 1017 bytes} [Thu Jul 16 08:14:03 2026] GET /v2.0/networks?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&shared=False => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2752] 199.19.213.17 () {34 vars in 929 bytes} [Thu Jul 16 08:14:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2753] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:14:04 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2754] 199.19.213.17 () {34 vars in 1061 bytes} [Thu Jul 16 08:14:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.192&port_id=0068fa4b-3b61-4273-be4e-cd8f13af2ffe => 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: 1434/2755] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:14:04 2026] GET /v2.0/subnets?id=172bd8b4-ac8a-4270-9532-f905c189125a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2756] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:14:04 2026] GET /v2.0/ports?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2757] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:14:04 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1323/2758] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:14:04 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2759] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:06 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2760] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:14:06 2026] GET /v2.0/security-groups?id=979ae871-0bd7-4a76-8261-3c2ae27396e5&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: 1437/2761] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:06 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2762] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:14:08 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => 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: 1438/2763] 199.19.213.17 () {34 vars in 1043 bytes} [Thu Jul 16 08:14:08 2026] GET /v2.0/security-groups?id=979ae871-0bd7-4a76-8261-3c2ae27396e5&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2766] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:09 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2767] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:14:09 2026] GET /v2.0/security-groups?id=979ae871-0bd7-4a76-8261-3c2ae27396e5&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2768] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:09 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2769] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:12 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => 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: 1328/2770] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:14:12 2026] GET /v2.0/security-groups?id=979ae871-0bd7-4a76-8261-3c2ae27396e5&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2771] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:14:12 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2776] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:14: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: 7|app: 0|req: 1331/2777] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:14: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: 8|app: 0|req: 1447/2778] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:14:47 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: 1332/2779] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:14:47 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: 1448/2780] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:14:47 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2781] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:14:47 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => 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: 1449/2782] 199.19.213.17 () {34 vars in 716 bytes} [Thu Jul 16 08:14:47 2026] POST /v2.0/ports => generated 1055 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2783] 10.0.0.152 () {34 vars in 971 bytes} [Thu Jul 16 08:14:48 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2784] 10.0.0.152 () {34 vars in 907 bytes} [Thu Jul 16 08:14:48 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: 7|app: 0|req: 1335/2785] 199.19.213.17 () {34 vars in 1261 bytes} [Thu Jul 16 08:14:49 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2786] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:14:49 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2787] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:14:49 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1452/2788] 199.19.213.17 () {34 vars in 974 bytes} [Thu Jul 16 08:14:49 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1055 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2789] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:14:50 2026] GET /v2.0/networks?id=54346efe-63cd-42f6-8f19-33f92f6df04c => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2790] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:14:50 2026] PUT /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1245 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:14:50.557 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-689210b9-8a73-4ae7-967a-f0bd7920ae55'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': '9d3055df-ebfa-4c64-9154-3563e61fb132', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1338/2791] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:14:51 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2792] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:14:51 2026] GET /v2.0/networks?id=54346efe-63cd-42f6-8f19-33f92f6df04c => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2793] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:14:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => 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: 1455/2794] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:14:51 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2795] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:14:51 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&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: 8|app: 0|req: 1456/2796] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:14:51 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1341/2797] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:14:51 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1457/2798] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2799] 199.19.213.17 () {34 vars in 1061 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.192&port_id=0068fa4b-3b61-4273-be4e-cd8f13af2ffe => 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: 1458/2800] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/subnets?id=172bd8b4-ac8a-4270-9532-f905c189125a => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2801] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/ports?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&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: 1459/2802] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1344/2803] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1460/2804] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2805] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2806] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&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: 7|app: 0|req: 1346/2807] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1462/2808] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:14:52 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1348/2811] 10.0.0.152 () {34 vars in 971 bytes} [Thu Jul 16 08:14:56 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2812] 199.19.213.17 () {34 vars in 788 bytes} [Thu Jul 16 08:14:56 2026] PUT /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1272 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:14:57.175 7 INFO neutron.api.v2.resource [None req-8c3e8dbe-59e7-48d2-b648-6734ad64cbfb ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1349/2813] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/security-groups/lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:14:57.190 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8fe6e5d-d100-404a-a00d-d95b4f281f8b'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': '9d3055df-ebfa-4c64-9154-3563e61fb132', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/2814] 199.19.213.17 () {30 vars in 784 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/security-groups?name=lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2815] 199.19.213.17 () {34 vars in 788 bytes} [Thu Jul 16 08:14:57 2026] PUT /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1310 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:14:57.560 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11eedb57-bdd4-4f6d-a954-5c74335b2393'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': '9d3055df-ebfa-4c64-9154-3563e61fb132', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2816] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1467/2817] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2818] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2819] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2820] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/networks?id=54346efe-63cd-42f6-8f19-33f92f6df04c => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2821] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:14:57 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: 1352/2822] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => 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: 1471/2823] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1353/2824] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2825] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2826] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2827] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2828] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2829] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1356/2830] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2831] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:14:57 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2832] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:14:58 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2833] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:14:58 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1358/2834] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:14:59 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2835] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:14:59 2026] GET /v2.0/networks?id=54346efe-63cd-42f6-8f19-33f92f6df04c => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2836] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:14:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => 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: 1478/2837] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:14:59 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2838] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:14:59 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2839] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:14:59 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1361/2840] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:14:59 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:15:06.237 8 INFO neutron.db.l3_db [None req-6220e317-4543-4fc8-b8b6-df0eec5572d7 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Floating IP f7d6059d-8e93-40c1-8fe8-37377d92fbdf associated. External IP: 10.96.250.202, port: 633bb609-d2f1-48c9-9c26-405bde865ab3. [pid: 8|app: 0|req: 1480/2841] 10.0.0.24 () {34 vars in 676 bytes} [Thu Jul 16 08:15:05 2026] POST /v2.0/floatingips => generated 899 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2844] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:09 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: 1482/2845] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15:09 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: 1364/2846] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2847] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:09 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-16 08:15:09.809 7 INFO neutron.api.v2.resource [None req-7b501687-436e-475d-90da-024aa43f3f3c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1365/2848] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 08:15:09 2026] GET /v2.0/security-groups/lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2849] 199.19.213.17 () {30 vars in 784 bytes} [Thu Jul 16 08:15:09 2026] GET /v2.0/security-groups?name=lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 1639 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2850] 199.19.213.17 () {30 vars in 814 bytes} [Thu Jul 16 08:15:09 2026] GET /v2.0/security-group-rules?security_group_id=3d3355c9-63d4-4b1d-8f21-766d720f28bb => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2851] 199.19.213.17 () {34 vars in 746 bytes} [Thu Jul 16 08:15:09 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: 7|app: 0|req: 1367/2852] 199.19.213.17 () {34 vars in 746 bytes} [Thu Jul 16 08:15:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2853] 10.0.0.161 () {30 vars in 690 bytes} [Thu Jul 16 08:15:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2854] 10.0.0.161 () {30 vars in 692 bytes} [Thu Jul 16 08:15:18 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: 1487/2855] 10.0.0.161 () {30 vars in 668 bytes} [Thu Jul 16 08:15:18 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: 1369/2856] 10.0.0.161 () {30 vars in 704 bytes} [Thu Jul 16 08:15:18 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/2857] 10.0.0.161 () {28 vars in 439 bytes} [Thu Jul 16 08:15:18 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2858] 10.0.0.161 () {30 vars in 728 bytes} [Thu Jul 16 08:15:18 2026] GET /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2859] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:19 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: 1371/2860] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15:19 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: 1490/2861] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15:19 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: 1372/2862] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:19 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: 1491/2863] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:19 2026] GET /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 672 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2864] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:15:19 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2865] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:19 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: 1374/2866] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15:19 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: 1493/2867] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15:19 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: 1375/2868] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:19 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: 1494/2869] 199.19.213.17 () {34 vars in 716 bytes} [Thu Jul 16 08:15:20 2026] POST /v2.0/ports => generated 1324 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2870] 10.0.0.152 () {34 vars in 971 bytes} [Thu Jul 16 08:15:20 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1324 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: 8|app: 0|req: 1495/2871] 199.19.213.17 () {34 vars in 1261 bytes} [Thu Jul 16 08:15:21 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2872] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:21 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1496/2873] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:21 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1378/2874] 199.19.213.17 () {34 vars in 974 bytes} [Thu Jul 16 08:15:22 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2875] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:15:22 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2876] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:15:22 2026] PUT /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1514 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:15:22.801 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ca53c40-524f-4e32-a898-278d9f6fa442'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': 'e15e86a4-c273-4e75-b335-2a7ff6770080', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1498/2877] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4092 bytes in 53 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: 1380/2878] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2879] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => 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: 1381/2880] 199.19.213.17 () {34 vars in 1103 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A367&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => 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: 1500/2881] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/subnets?id=d8d15848-b152-43fa-afdd-b82b45c57208&id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2882] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&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: 1501/2883] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2884] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1502/2885] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:23 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1385/2888] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4092 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2889] 199.19.213.17 () {34 vars in 1061 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.192&port_id=0068fa4b-3b61-4273-be4e-cd8f13af2ffe => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2890] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/subnets?id=172bd8b4-ac8a-4270-9532-f905c189125a => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2891] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/ports?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2892] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1506/2893] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2894] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => 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: 1507/2895] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:15:24 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1389/2896] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&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: 1508/2897] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1390/2898] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1509/2899] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => 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: 1391/2900] 199.19.213.17 () {34 vars in 1103 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A367&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => 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: 1510/2901] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/subnets?id=d8d15848-b152-43fa-afdd-b82b45c57208&id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 1409 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2902] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2903] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2904] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1512/2905] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:25 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1394/2906] 10.0.0.152 () {34 vars in 971 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2907] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 798 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2908] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 672 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2909] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/subnets/d8d15848-b152-43fa-afdd-b82b45c57208 => generated 744 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2910] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:29 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: 1515/2911] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15:29 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: 1397/2912] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15:29 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: 1516/2913] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:29 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: 1398/2914] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1517/2915] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2916] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1346 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2917] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1400/2918] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:15:29 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2919] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:15:30 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2920] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:30 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1520/2921] 10.0.0.161 () {30 vars in 690 bytes} [Thu Jul 16 08:15:34 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: 1402/2922] 10.0.0.161 () {30 vars in 692 bytes} [Thu Jul 16 08:15:34 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: 1521/2923] 10.0.0.161 () {30 vars in 668 bytes} [Thu Jul 16 08:15:34 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: 1403/2924] 10.0.0.161 () {30 vars in 704 bytes} [Thu Jul 16 08:15:34 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: 1522/2925] 10.0.0.161 () {28 vars in 439 bytes} [Thu Jul 16 08:15:34 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: 1404/2926] 10.0.0.161 () {30 vars in 728 bytes} [Thu Jul 16 08:15:34 2026] GET /v2.0/subnets/d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 655 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2927] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2928] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15: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: 1524/2929] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15: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: 1406/2930] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:37 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: 1525/2931] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:37 2026] GET /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 672 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2932] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:37 2026] GET /v2.0/subnets/d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2933] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:15:37 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2934] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2935] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15: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: 7|app: 0|req: 1409/2936] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15: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: 8|app: 0|req: 1528/2937] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:37 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: 1410/2938] 199.19.213.17 () {34 vars in 716 bytes} [Thu Jul 16 08:15:38 2026] POST /v2.0/ports => generated 1328 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2939] 10.0.0.152 () {34 vars in 971 bytes} [Thu Jul 16 08:15:38 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1328 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: 1412/2942] 199.19.213.17 () {34 vars in 1261 bytes} [Thu Jul 16 08:15:39 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2943] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:39 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1413/2944] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:39 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2945] 199.19.213.17 () {34 vars in 974 bytes} [Thu Jul 16 08:15:40 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1328 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2946] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:15:40 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2947] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:15:40 2026] PUT /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1518 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:15:41.105 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99839ad9-cd73-4e18-92c3-3b24959291d5'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': '729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1415/2948] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 5604 bytes in 56 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: 1534/2949] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2950] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => 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: 1535/2951] 199.19.213.17 () {34 vars in 1105 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A17d&port_id=729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => 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: 1417/2952] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/subnets?id=ea2c5314-a833-4435-b271-f4f00feefb0c&id=d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2953] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2954] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&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: 8|app: 0|req: 1537/2955] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1419/2956] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:41 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1538/2957] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 5604 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2958] 199.19.213.17 () {34 vars in 1061 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.192&port_id=0068fa4b-3b61-4273-be4e-cd8f13af2ffe => 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: 1539/2959] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/subnets?id=172bd8b4-ac8a-4270-9532-f905c189125a => 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: 1421/2960] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/ports?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&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: 1540/2961] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1422/2962] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1541/2963] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => 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: 1423/2964] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1542/2965] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&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: 7|app: 0|req: 1424/2966] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1543/2967] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1425/2968] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => 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: 1544/2969] 199.19.213.17 () {34 vars in 1103 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A367&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => 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: 1426/2970] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/subnets?id=d8d15848-b152-43fa-afdd-b82b45c57208&id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2971] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2972] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2973] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1428/2974] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1547/2975] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.10&port_id=729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => 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: 1429/2976] 199.19.213.17 () {34 vars in 1105 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A17d&port_id=729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => 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: 1548/2977] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/subnets?id=ea2c5314-a833-4435-b271-f4f00feefb0c&id=d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2978] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2979] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:43 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&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: 1431/2980] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:44 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1550/2981] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:44 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2982] 10.0.0.152 () {34 vars in 971 bytes} [Thu Jul 16 08:15:47 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2983] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:15:47 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2984] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/subnets/d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2985] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/subnets/ea2c5314-a833-4435-b271-f4f00feefb0c => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2986] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1516 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2987] 199.19.213.17 () {34 vars in 789 bytes} [Thu Jul 16 08:15:48 2026] PUT /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1251 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:15:48.490 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39959597-f269-4925-935a-aa75bf39a7bd'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': 'e15e86a4-c273-4e75-b335-2a7ff6770080', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1435/2988] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429 => 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: 8|app: 0|req: 1554/2989] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 672 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2990] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2991] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2992] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15:48 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: 1556/2993] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:48 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: 1438/2994] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1557/2995] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => 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: 1439/2996] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2997] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2998] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => 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: 1559/2999] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3000] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:48 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3001] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:15:49 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 5377 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3002] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:15:49 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3003] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:15:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3004] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:15:49 2026] GET /v2.0/subnets?id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3005] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:15:49 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3006] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:15:49 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1563/3007] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:15:49 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3010] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:15:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3011] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:15:59 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: 1566/3012] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:15:59 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: 1447/3013] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:15:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3014] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:15:59 2026] GET /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 672 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3015] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:15:59 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 5377 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3016] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:00 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: 1449/3017] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:00 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: 1569/3018] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:00 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: 1450/3019] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:00 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: 1570/3020] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:00 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3021] 199.19.213.17 () {34 vars in 789 bytes} [Thu Jul 16 08:16:00 2026] PUT /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1311 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:16:00.435 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b924115-8e26-4a86-b602-ab8bf659deaf'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': '729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1571/3022] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:16:00 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1 => generated 798 bytes in 54 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: 1452/3023] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:00 2026] GET /v2.0/subnets/ea2c5314-a833-4435-b271-f4f00feefb0c => generated 748 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3024] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:00 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1347 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3025] 199.19.213.17 () {34 vars in 788 bytes} [Thu Jul 16 08:16:00 2026] PUT /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1080 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3026] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:16:00 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1 => generated 798 bytes in 50 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: 1454/3027] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:00 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3028] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:00 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3029] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:16:01 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3030] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:01 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1456/3031] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:01 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3032] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:01 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1457/3033] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:02 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:16:02.472 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c714c70c-5ee8-4c07-9ca6-b63a3957ad37'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': '729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1577/3034] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:02 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3035] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:16:03 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3036] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:03 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1459/3037] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:03 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1579/3038] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:03 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 4973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3039] 199.19.213.17 () {34 vars in 974 bytes} [Thu Jul 16 08:16:03 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3040] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:16:03 2026] GET /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3041] 199.19.213.17 () {34 vars in 1015 bytes} [Thu Jul 16 08:16:03 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3042] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:16:03 2026] PUT /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 917 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3043] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3865 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, ' 2026-07-16 08:16:04.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-7573cec1-d5ac-41d8-a3c5-70d9e503d101 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 2026-07-16 08:16:04.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7573cec1-d5ac-41d8-a3c5-70d9e503d101 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 [pid: 8|app: 0|req: 1582/3044] 199.19.213.17 () {32 vars in 758 bytes} [Thu Jul 16 08:16:04 2026] DELETE /v2.0/ports/729dfa62-1bb0-40f7-bfd1-afa8f0ff6aa4 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3045] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3046] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:04 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: 1464/3047] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3048] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:04 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: 1465/3049] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1585/3050] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3051] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3052] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1467/3053] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3054] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => 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: 1468/3055] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:04 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1588/3056] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3865 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3057] 199.19.213.17 () {34 vars in 1225 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/networks?id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&id=54346efe-63cd-42f6-8f19-33f92f6df04c&id=06e93a76-b78e-40f4-a2d4-4c981c653429&id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 3097 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3058] 199.19.213.17 () {34 vars in 1061 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.192&port_id=0068fa4b-3b61-4273-be4e-cd8f13af2ffe => 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: 1470/3059] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/subnets?id=172bd8b4-ac8a-4270-9532-f905c189125a => 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: 1590/3060] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/ports?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&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: 1471/3061] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1591/3062] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1472/3063] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3064] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3065] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&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: 1593/3066] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1474/3067] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1594/3068] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3069] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/subnets?id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3070] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&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: 1476/3071] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1596/3072] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:05 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1478/3075] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3076] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:10 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: 1479/3077] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:10 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: 1599/3078] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3079] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3080] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:10 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: 1481/3081] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:10 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: 1601/3082] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:10 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: 1482/3083] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3084] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1287 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3085] 199.19.213.17 () {34 vars in 788 bytes} [Thu Jul 16 08:16:10 2026] PUT /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:16:10.718 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2fdbaa7-fc72-4e63-a1d0-bd3eb8a3f69e'] response: {'name': 'network-changed', 'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'tag': 'e15e86a4-c273-4e75-b335-2a7ff6770080', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1603/3086] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 798 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: 1484/3087] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3088] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:10 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3089] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:11 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3090] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:16:11 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => 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: 1486/3091] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:11 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1606/3092] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:11 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1487/3093] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:11 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3094] 199.19.213.17 () {34 vars in 974 bytes} [Thu Jul 16 08:16:12 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3095] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:16:12 2026] GET /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3096] 199.19.213.17 () {34 vars in 1015 bytes} [Thu Jul 16 08:16:12 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1608/3097] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:12 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3098] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:16:13 2026] PUT /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 917 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3099] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-16 08:16:14.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fcee562-39c3-4c57-ab8d-37e38f13329e ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: e15e86a4-c273-4e75-b335-2a7ff6770080 2026-07-16 08:16:14.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fcee562-39c3-4c57-ab8d-37e38f13329e ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: e15e86a4-c273-4e75-b335-2a7ff6770080 [pid: 7|app: 0|req: 1491/3100] 199.19.213.17 () {32 vars in 758 bytes} [Thu Jul 16 08:16:14 2026] DELETE /v2.0/ports/e15e86a4-c273-4e75-b335-2a7ff6770080 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3101] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:14 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: 1492/3102] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:14 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: 1611/3103] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:14 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: 1493/3104] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:14 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: 1612/3105] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1494/3106] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3107] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3108] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => 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: 1614/3109] 199.19.213.17 () {30 vars in 742 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3110] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3111] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3112] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3113] 199.19.213.17 () {34 vars in 1145 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/networks?id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&id=54346efe-63cd-42f6-8f19-33f92f6df04c&id=06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 2310 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3114] 199.19.213.17 () {34 vars in 1061 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.192&port_id=0068fa4b-3b61-4273-be4e-cd8f13af2ffe => 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: 1617/3115] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/subnets?id=172bd8b4-ac8a-4270-9532-f905c189125a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3116] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/ports?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3117] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:14 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1500/3118] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:15 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3119] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3120] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:16:15 2026] GET /v2.0/subnets?id=e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3121] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:15 2026] GET /v2.0/ports?network_id=54346efe-63cd-42f6-8f19-33f92f6df04c&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: 7|app: 0|req: 1502/3122] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:15 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3123] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:15 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?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: 1504/3126] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3127] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:26 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: 1505/3128] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3129] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:26 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-16 08:16:26.174 7 INFO neutron.api.v2.resource [None req-b65abb3e-7740-41ac-997c-ebc55d01f118 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/3130] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 08:16:26 2026] GET /v2.0/security-groups/lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => 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: 1625/3131] 199.19.213.17 () {30 vars in 784 bytes} [Thu Jul 16 08:16:26 2026] GET /v2.0/security-groups?name=lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3132] 199.19.213.17 () {30 vars in 814 bytes} [Thu Jul 16 08:16:26 2026] GET /v2.0/security-group-rules?security_group_id=3d3355c9-63d4-4b1d-8f21-766d720f28bb => generated 2334 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3133] 199.19.213.17 () {32 vars in 788 bytes} [Thu Jul 16 08:16:26 2026] DELETE /v2.0/security-group-rules/48f7ccf7-a285-4f7c-892f-41fad48b0484 => 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: 1508/3134] 199.19.213.17 () {32 vars in 788 bytes} [Thu Jul 16 08:16:26 2026] DELETE /v2.0/security-group-rules/62a7b3cf-9f73-49a6-bb79-31e7765ad97e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:16:30.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab8bc2e5-1b08-4736-b407-d636360234cd 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: a8b40819-e9aa-403e-9f58-da0ff03350c5 2026-07-16 08:16:30.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab8bc2e5-1b08-4736-b407-d636360234cd 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: a8b40819-e9aa-403e-9f58-da0ff03350c5 2026-07-16 08:16:30.435 8 INFO neutron.db.l3_db [None req-ab8bc2e5-1b08-4736-b407-d636360234cd 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Floating IP f7d6059d-8e93-40c1-8fe8-37377d92fbdf disassociated (deleted). External IP: 10.96.250.202, port: 633bb609-d2f1-48c9-9c26-405bde865ab3. [pid: 8|app: 0|req: 1627/3135] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:16:30 2026] DELETE /v2.0/floatingips/f7d6059d-8e93-40c1-8fe8-37377d92fbdf => generated 0 bytes in 646 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:16:30.778 7 INFO neutron.api.v2.resource [None req-dfc7651c-4687-4568-8bca-d47d9af1906f 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3136] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:16:30 2026] GET /v2.0/floatingips/f7d6059d-8e93-40c1-8fe8-37377d92fbdf => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3137] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:31 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: 1510/3138] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:31 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: 1629/3139] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:31 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: 1511/3140] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:31 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-16 08:16:31.601 8 INFO neutron.api.v2.resource [None req-d68d4179-855d-46b5-b82e-392f9bfd4fae ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3141] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 08:16:31 2026] GET /v2.0/security-groups/lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3142] 199.19.213.17 () {30 vars in 784 bytes} [Thu Jul 16 08:16:31 2026] GET /v2.0/security-groups?name=lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3143] 199.19.213.17 () {30 vars in 814 bytes} [Thu Jul 16 08:16:31 2026] GET /v2.0/security-group-rules?security_group_id=3d3355c9-63d4-4b1d-8f21-766d720f28bb => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3144] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:31 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: 1632/3145] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:31 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: 1514/3146] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3147] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:31 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: 1515/3148] 199.19.213.17 () {30 vars in 740 bytes} [Thu Jul 16 08:16:31 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3149] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:31 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3150] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:31 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3151] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:32 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3152] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:33 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3153] 199.19.213.17 () {34 vars in 974 bytes} [Thu Jul 16 08:16:34 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3154] 199.19.213.17 () {34 vars in 1059 bytes} [Thu Jul 16 08:16:34 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3155] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:34 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3156] 199.19.213.17 () {34 vars in 1015 bytes} [Thu Jul 16 08:16:34 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3157] 199.19.213.17 () {38 vars in 1027 bytes} [Thu Jul 16 08:16:34 2026] PUT /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1147 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3158] 199.19.213.17 () {30 vars in 768 bytes} [Thu Jul 16 08:16:35 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1639/3159] 199.19.213.17 () {34 vars in 788 bytes} [Thu Jul 16 08:16:35 2026] PUT /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1086 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3160] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:35 2026] GET /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 1086 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-16 08:16:35.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cb197b6-ca73-4006-93e0-f1f58b4a181c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 9d3055df-ebfa-4c64-9154-3563e61fb132 2026-07-16 08:16:35.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cb197b6-ca73-4006-93e0-f1f58b4a181c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 9d3055df-ebfa-4c64-9154-3563e61fb132 [pid: 8|app: 0|req: 1640/3161] 199.19.213.17 () {32 vars in 758 bytes} [Thu Jul 16 08:16:35 2026] DELETE /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3162] 199.19.213.17 () {30 vars in 702 bytes} [Thu Jul 16 08:16:35 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: 1641/3163] 199.19.213.17 () {30 vars in 704 bytes} [Thu Jul 16 08:16:35 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: 1523/3164] 199.19.213.17 () {30 vars in 680 bytes} [Thu Jul 16 08:16:35 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: 1642/3165] 199.19.213.17 () {30 vars in 716 bytes} [Thu Jul 16 08:16:35 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-16 08:16:36.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-934e34bd-94af-4375-b8b3-ea84e7a27c41 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3166] 199.19.213.17 () {32 vars in 758 bytes} [Thu Jul 16 08:16:35 2026] DELETE /v2.0/ports/9d3055df-ebfa-4c64-9154-3563e61fb132 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3167] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:16:36.082 8 INFO neutron.api.v2.resource [None req-dc3200cd-8ad6-449c-9f90-14961303d441 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1644/3168] 199.19.213.17 () {30 vars in 762 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/security-groups/lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => 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: 1525/3169] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/ports?tenant_id=ea30b7437ecd46d2879cd77de4d0407d&device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3170] 199.19.213.17 () {30 vars in 784 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/security-groups?name=lb-775b0d4a-328f-45bf-a467-7857a7ae1736 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3171] 199.19.213.17 () {34 vars in 1065 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/networks?id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&id=54346efe-63cd-42f6-8f19-33f92f6df04c => generated 1523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3172] 199.19.213.17 () {30 vars in 736 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => 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: 1527/3173] 199.19.213.17 () {34 vars in 1061 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.192&port_id=0068fa4b-3b61-4273-be4e-cd8f13af2ffe => 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: 1528/3174] 199.19.213.17 () {34 vars in 983 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/subnets?id=172bd8b4-ac8a-4270-9532-f905c189125a => 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: 1529/3175] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/ports?network_id=577a9552-cc07-4a0b-83a3-4e49c7bb7add&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: 1530/3176] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1531/3177] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:36 2026] GET /v2.0/networks/577a9552-cc07-4a0b-83a3-4e49c7bb7add?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: 1647/3178] 199.19.213.17 () {34 vars in 788 bytes} [Thu Jul 16 08:16:36 2026] PUT /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 1094 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3179] 199.19.213.17 () {32 vars in 778 bytes} [Thu Jul 16 08:16:36 2026] DELETE /v2.0/security-groups/3d3355c9-63d4-4b1d-8f21-766d720f28bb => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:16:36.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-75b43453-09c8-43d0-bd95-62f07bd11f9c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 633bb609-d2f1-48c9-9c26-405bde865ab3 2026-07-16 08:16:36.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75b43453-09c8-43d0-bd95-62f07bd11f9c ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 633bb609-d2f1-48c9-9c26-405bde865ab3 [pid: 8|app: 0|req: 1648/3180] 199.19.213.17 () {32 vars in 758 bytes} [Thu Jul 16 08:16:36 2026] DELETE /v2.0/ports/633bb609-d2f1-48c9-9c26-405bde865ab3 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3183] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:16:39 2026] GET /v2.0/ports?device_id=9451c267-6b18-489b-94d5-516b42879999 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:16:39.657 7 INFO neutron_taas.services.taas.taas_plugin [req-00b19b7a-2524-4d80-8a19-3a6a38085206 req-5c302e74-0a5c-441e-b4ae-922b8e939347 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] TaaS: Handle Delete Port: 0068fa4b-3b61-4273-be4e-cd8f13af2ffe 2026-07-16 08:16:39.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-00b19b7a-2524-4d80-8a19-3a6a38085206 req-5c302e74-0a5c-441e-b4ae-922b8e939347 ac31ff30f3fc4a28941d5307260f910d ea30b7437ecd46d2879cd77de4d0407d - - default default] Tap Mirror: Handle Delete Port: 0068fa4b-3b61-4273-be4e-cd8f13af2ffe [pid: 7|app: 0|req: 1534/3184] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:16:39 2026] DELETE /v2.0/ports/0068fa4b-3b61-4273-be4e-cd8f13af2ffe => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:16:39.863 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ece743bf-14c8-4017-a47d-9de3fc2366a0'] response: {'server_uuid': '9451c267-6b18-489b-94d5-516b42879999', 'name': 'network-vif-deleted', 'tag': '0068fa4b-3b61-4273-be4e-cd8f13af2ffe', 'status': 'completed', 'code': 200} 2026-07-16 08:16:41.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bde5cc5-e326-4f84-85a2-a16905108288 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: f3f29bad-ce8f-455f-b011-4c5453a8d267 2026-07-16 08:16:41.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bde5cc5-e326-4f84-85a2-a16905108288 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: f3f29bad-ce8f-455f-b011-4c5453a8d267 2026-07-16 08:16:41.295 8 INFO neutron.db.l3_db [None req-6bde5cc5-e326-4f84-85a2-a16905108288 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Floating IP afe6acdc-3b59-4f31-90f7-89cd9576a323 disassociated (deleted). External IP: 10.96.250.218, port: 17a7275c-7ab8-495a-ae0f-206992e644a6. [pid: 8|app: 0|req: 1651/3185] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:16:40 2026] DELETE /v2.0/floatingips/afe6acdc-3b59-4f31-90f7-89cd9576a323 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:16:41.609 7 INFO neutron.api.v2.resource [None req-f419be60-9e71-4aad-8717-0dbe03cbb6c3 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3186] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:16:41 2026] GET /v2.0/floatingips/afe6acdc-3b59-4f31-90f7-89cd9576a323 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:16:41.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2213576b-101d-4a2a-a94f-6ce89e9b27a4'] response: {'name': 'network-changed', 'server_uuid': '7b683861-dad9-48ce-85a3-95b41c80b0a5', 'tag': '17a7275c-7ab8-495a-ae0f-206992e644a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1652/3187] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:16:41 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3188] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:16:41 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3189] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3190] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/networks?id=0794858c-6e19-4731-9279-9cc63f9944a1 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3191] 199.19.213.17 () {34 vars in 1055 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.55&port_id=17a7275c-7ab8-495a-ae0f-206992e644a6 => 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: 1538/3192] 199.19.213.17 () {34 vars in 1105 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A290&port_id=17a7275c-7ab8-495a-ae0f-206992e644a6 => 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: 1655/3193] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/subnets?id=ea2c5314-a833-4435-b271-f4f00feefb0c&id=d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3194] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3195] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/ports?network_id=0794858c-6e19-4731-9279-9cc63f9944a1&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: 7|app: 0|req: 1540/3196] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3197] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:42 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1?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: 1541/3198] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:16:44 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:16:44.338 8 INFO neutron_taas.services.taas.taas_plugin [req-67a9e04b-4bcd-4ea8-bb47-3f97474e56cc req-892c1850-31c4-4c10-8786-4469f1d0d49c 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: 17a7275c-7ab8-495a-ae0f-206992e644a6 2026-07-16 08:16:44.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67a9e04b-4bcd-4ea8-bb47-3f97474e56cc req-892c1850-31c4-4c10-8786-4469f1d0d49c 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: 17a7275c-7ab8-495a-ae0f-206992e644a6 [pid: 8|app: 0|req: 1658/3199] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:16:44 2026] DELETE /v2.0/ports/17a7275c-7ab8-495a-ae0f-206992e644a6 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:16:44.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cf23b52-dd25-4161-a611-6c41ec061da4'] response: {'server_uuid': '7b683861-dad9-48ce-85a3-95b41c80b0a5', 'name': 'network-vif-deleted', 'tag': '17a7275c-7ab8-495a-ae0f-206992e644a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1542/3200] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:16:47 2026] GET /v2.0/ports?device_id=7b683861-dad9-48ce-85a3-95b41c80b0a5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-16 08:16:52.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca1671bc-70a2-41aa-b332-93f820634350 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: 2061adc6-e07e-4c61-9bb6-c1fa3d6e05d3 2026-07-16 08:16:52.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca1671bc-70a2-41aa-b332-93f820634350 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: 2061adc6-e07e-4c61-9bb6-c1fa3d6e05d3 2026-07-16 08:16:52.378 8 INFO neutron.db.l3_db [None req-ca1671bc-70a2-41aa-b332-93f820634350 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Floating IP 86874966-52b1-4809-99ae-6ebcbbf86e7d disassociated (deleted). External IP: 10.96.250.206, port: 5f82aad0-2f76-45f1-b736-ef0fe52f3bc2. [pid: 8|app: 0|req: 1659/3201] 10.0.0.24 () {32 vars in 731 bytes} [Thu Jul 16 08:16:52 2026] DELETE /v2.0/floatingips/86874966-52b1-4809-99ae-6ebcbbf86e7d => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:16:52.691 7 INFO neutron.api.v2.resource [None req-2d2040a3-b0c2-4c0f-bc09-a31bc8ff21ee 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3202] 10.0.0.24 () {32 vars in 728 bytes} [Thu Jul 16 08:16:52 2026] GET /v2.0/floatingips/86874966-52b1-4809-99ae-6ebcbbf86e7d => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:16:52.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8903375-ee3b-49dd-b2ac-f06304e5d741'] response: {'name': 'network-changed', 'server_uuid': '8ba6f478-11dd-49a1-86bb-9e7879790e60', 'tag': '5f82aad0-2f76-45f1-b736-ef0fe52f3bc2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1660/3203] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:16:52 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3204] 10.0.0.152 () {34 vars in 1040 bytes} [Thu Jul 16 08:16:52 2026] GET /v2.0/security-groups?id=e3d0fe3c-d93b-43d6-abb0-fe79df92def0&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3205] 199.19.213.17 () {34 vars in 1079 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/ports?tenant_id=2665acdda868466caa3298d4b4a74339&device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3206] 199.19.213.17 () {34 vars in 985 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/networks?id=06e93a76-b78e-40f4-a2d4-4c981c653429 => 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: 1662/3207] 199.19.213.17 () {34 vars in 1057 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.109&port_id=5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => 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: 1546/3208] 199.19.213.17 () {34 vars in 1103 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A31e&port_id=5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => 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: 1663/3209] 199.19.213.17 () {34 vars in 1063 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/subnets?id=d8d15848-b152-43fa-afdd-b82b45c57208&id=c64cd55a-37cf-4a2f-af44-081ff1e45923 => 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: 1547/3210] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3211] 199.19.213.17 () {34 vars in 1051 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/ports?network_id=06e93a76-b78e-40f4-a2d4-4c981c653429&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3212] 199.19.213.17 () {34 vars in 1011 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1665/3213] 199.19.213.17 () {34 vars in 1111 bytes} [Thu Jul 16 08:16:53 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429?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: 1667/3216] 199.19.213.17 () {34 vars in 993 bytes} [Thu Jul 16 08:16:55 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => generated 1198 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-16 08:16:55.437 7 INFO neutron_taas.services.taas.taas_plugin [req-62dc0930-1d84-49cd-8fd7-d12c074bcb07 req-a49b5908-e6e8-4a8b-adfd-fe26211116fd 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: 5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 2026-07-16 08:16:55.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-62dc0930-1d84-49cd-8fd7-d12c074bcb07 req-a49b5908-e6e8-4a8b-adfd-fe26211116fd 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: 5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 [pid: 7|app: 0|req: 1550/3217] 199.19.213.17 () {36 vars in 996 bytes} [Thu Jul 16 08:16:55 2026] DELETE /v2.0/ports/5f82aad0-2f76-45f1-b736-ef0fe52f3bc2 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:16:55.594 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51427026-3f7a-486d-b408-c18cba785a71'] response: {'server_uuid': '8ba6f478-11dd-49a1-86bb-9e7879790e60', 'name': 'network-vif-deleted', 'tag': '5f82aad0-2f76-45f1-b736-ef0fe52f3bc2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1668/3218] 10.0.0.152 () {34 vars in 990 bytes} [Thu Jul 16 08:16:58 2026] GET /v2.0/ports?device_id=8ba6f478-11dd-49a1-86bb-9e7879790e60 => 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: 1551/3219] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/8a8c51bd-1e34-4d78-9e49-4c617eb95583 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.217 8 INFO neutron.api.v2.resource [None req-ccc3c871-e11f-4514-9597-0b0560e96958 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3220] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/8a8c51bd-1e34-4d78-9e49-4c617eb95583 => 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: 1552/3221] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/b3f32a53-e964-4c84-820a-b19b071c581b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.319 8 INFO neutron.api.v2.resource [None req-d9c29174-e034-4bac-8ac8-caeaa37f36e8 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3222] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/b3f32a53-e964-4c84-820a-b19b071c581b => 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: 1553/3223] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/42e0e534-fc18-4973-a7ae-541204713a45 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.410 8 INFO neutron.api.v2.resource [None req-5c020a79-a193-42a6-bc24-fb5c4e28ed1f 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3224] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/42e0e534-fc18-4973-a7ae-541204713a45 => 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: 1554/3225] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/839f2bc7-53e2-425f-a269-a403c9a96e55 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.505 8 INFO neutron.api.v2.resource [None req-59a25089-a6c1-41f2-847d-451a5b631dcc 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1672/3226] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/839f2bc7-53e2-425f-a269-a403c9a96e55 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3227] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/9f9392fa-4fc1-44bc-9444-d04f6615c388 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.593 8 INFO neutron.api.v2.resource [None req-67e4b655-835c-459f-bf2c-8123ab615c28 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1673/3228] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/9f9392fa-4fc1-44bc-9444-d04f6615c388 => 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: 1556/3229] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/7205f3f2-c022-4a69-9c92-0340d770494c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.707 8 INFO neutron.api.v2.resource [None req-ec94cb67-a272-4826-bced-415cbc876bfa 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1674/3230] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/7205f3f2-c022-4a69-9c92-0340d770494c => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3231] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/9ff0f211-bfee-4ae4-9cb7-216fbba0d7ae => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.807 8 INFO neutron.api.v2.resource [None req-6123987c-7c9c-4dfd-9bff-8ca6ca2d360c 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1675/3232] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/9ff0f211-bfee-4ae4-9cb7-216fbba0d7ae => 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: 1558/3233] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/c036e55e-09b6-4973-9026-6a2a55f2a708 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.892 8 INFO neutron.api.v2.resource [None req-bc1f505c-7f45-467b-b02f-21d831f0ef64 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3234] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/c036e55e-09b6-4973-9026-6a2a55f2a708 => 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: 1559/3235] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/4b711fb5-85cf-4a08-af9a-633e49c7f784 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:03.980 8 INFO neutron.api.v2.resource [None req-b1c11370-a7de-4845-9257-bf4c7a4a0e3f 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1677/3236] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:03 2026] GET /v2.0/security-group-rules/4b711fb5-85cf-4a08-af9a-633e49c7f784 => 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: 1560/3237] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:03 2026] DELETE /v2.0/security-group-rules/ac9839bd-0ff4-494f-8f56-c8838ca5c9dd => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:04.070 8 INFO neutron.api.v2.resource [None req-718f71b7-d3dd-4eb6-938f-b8d8d5321029 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3238] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:04 2026] GET /v2.0/security-group-rules/ac9839bd-0ff4-494f-8f56-c8838ca5c9dd => 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: 1561/3239] 10.0.0.24 () {32 vars in 749 bytes} [Thu Jul 16 08:17:04 2026] DELETE /v2.0/security-group-rules/f25f744b-ca18-478f-bdd8-7a12876ec2b4 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:04.159 8 INFO neutron.api.v2.resource [None req-8b6562cd-74b2-437a-8f7f-24a521af8864 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1679/3240] 10.0.0.24 () {32 vars in 746 bytes} [Thu Jul 16 08:17:04 2026] GET /v2.0/security-group-rules/f25f744b-ca18-478f-bdd8-7a12876ec2b4 => 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: 1562/3241] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:04 2026] DELETE /v2.0/security-groups/e3d0fe3c-d93b-43d6-abb0-fe79df92def0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:04.271 8 INFO neutron.api.v2.resource [None req-65737ed6-eac7-483d-bdf0-6d2e1635c904 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1680/3242] 10.0.0.24 () {32 vars in 736 bytes} [Thu Jul 16 08:17:04 2026] GET /v2.0/security-groups/e3d0fe3c-d93b-43d6-abb0-fe79df92def0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:04.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-d37822d3-252d-4b60-b4f6-e111deecc3ad 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: ebee39d1-e1d5-4afe-ad68-7e7dac49f009 2026-07-16 08:17:04.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d37822d3-252d-4b60-b4f6-e111deecc3ad 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: ebee39d1-e1d5-4afe-ad68-7e7dac49f009 [pid: 7|app: 0|req: 1563/3243] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:17:04 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:17:05.420 8 INFO neutron.api.v2.resource [None req-86fbf8d9-bdb7-453a-b179-b86c011671bc 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1681/3244] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:17:05 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:05.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ab5df03-e344-4b88-ae2a-0725535e6dc1 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: dcf3fcb8-6e89-4905-a315-25b6ca0f4100 2026-07-16 08:17:05.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ab5df03-e344-4b88-ae2a-0725535e6dc1 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: dcf3fcb8-6e89-4905-a315-25b6ca0f4100 [pid: 7|app: 0|req: 1564/3245] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:17:05 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:17:06.534 8 INFO neutron.api.v2.resource [None req-5f631439-d7a6-4d57-b2ac-0a8f20d27a2c 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1682/3246] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:17:06 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:06.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-830cd42b-1a38-4d29-b844-d72e2f0d7aee 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: eda8374e-5b32-4667-906f-787acb0a724a 2026-07-16 08:17:06.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-830cd42b-1a38-4d29-b844-d72e2f0d7aee 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: eda8374e-5b32-4667-906f-787acb0a724a [pid: 7|app: 0|req: 1565/3247] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:17:06 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-16 08:17:07.710 8 INFO neutron.api.v2.resource [None req-28e3fdcc-863b-418b-8e0f-327a8fa7f5f4 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1683/3248] 10.0.0.24 () {34 vars in 788 bytes} [Thu Jul 16 08:17:07 2026] PUT /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452/remove_router_interface => generated 198 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:07.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fdf7096-bf26-4c22-887c-64fa7710cad7 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: 93d31782-def5-41c2-a0da-7e51d0517efc 2026-07-16 08:17:07.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fdf7096-bf26-4c22-887c-64fa7710cad7 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: 93d31782-def5-41c2-a0da-7e51d0517efc 2026-07-16 08:17:08.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fdf7096-bf26-4c22-887c-64fa7710cad7 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: f3380407-4679-4009-bb6d-0e99e30333c7 2026-07-16 08:17:08.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fdf7096-bf26-4c22-887c-64fa7710cad7 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: f3380407-4679-4009-bb6d-0e99e30333c7 2026-07-16 08:17:08.575 7 INFO neutron.services.segments.plugin [-] Segment 6045056d-b755-404f-b889-c75a7ae05ddc resource provider aggregate not found 2026-07-16 08:17:08.605 7 INFO neutron.services.segments.plugin [-] Segment 6045056d-b755-404f-b889-c75a7ae05ddc resource provider aggregate not found 2026-07-16 08:17:08.611 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6045056d-b755-404f-b889-c75a7ae05ddc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6045056d-b755-404f-b889-c75a7ae05ddc found for delete ", "request_id": "req-83328e29-154a-4f29-bf09-5a0c94561b37"}]} 2026-07-16 08:17:08.628 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6045056d-b755-404f-b889-c75a7ae05ddc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6045056d-b755-404f-b889-c75a7ae05ddc found for delete ", "request_id": "req-c55587e6-a072-42f0-a51c-88b9518051dc"}]} 2026-07-16 08:17:08.630 7 INFO neutron.db.l3_hamode_db [None req-3fdf7096-bf26-4c22-887c-64fa7710cad7 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] HA network bc37cdac-e4cd-452c-9818-12656864b856 was deleted as no HA routers are present in tenant 2665acdda868466caa3298d4b4a74339. [pid: 7|app: 0|req: 1566/3249] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:17:07 2026] DELETE /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452 => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-16 08:17:08.668 8 INFO neutron.api.v2.resource [None req-055cf2d3-f5c1-4fc7-b353-55d29f29945d 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1684/3250] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:17:08 2026] GET /v2.0/routers/7aa55feb-2003-48cb-933d-a6f1c3a2a452 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3251] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:17:08 2026] DELETE /v2.0/subnets/ea2c5314-a833-4435-b271-f4f00feefb0c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:08.880 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08ea21cf-9fe1-45a5-a829-42c906409967 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1685/3252] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:17:08 2026] GET /v2.0/subnets/ea2c5314-a833-4435-b271-f4f00feefb0c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3253] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:17:08 2026] DELETE /v2.0/subnets/d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:09.072 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b4ae3c9-5502-42bf-94e1-e40d534b74a8 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1686/3254] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:17:09 2026] GET /v2.0/subnets/d7e27723-1a7a-4bdf-bf71-c2f58e660cc5 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:09.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb4e3089-3cea-4351-b988-70f74e4b9398 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: 9808a013-6286-4ccb-b774-85e0171dc629 2026-07-16 08:17:09.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb4e3089-3cea-4351-b988-70f74e4b9398 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: 9808a013-6286-4ccb-b774-85e0171dc629 [pid: 7|app: 0|req: 1569/3257] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:17:09 2026] DELETE /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:09.377 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4f0c66a-e443-4e88-a2d5-f6bbd53a2d37 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1689/3258] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:17:09 2026] GET /v2.0/networks/0794858c-6e19-4731-9279-9cc63f9944a1 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3259] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:17:09 2026] DELETE /v2.0/subnets/d8d15848-b152-43fa-afdd-b82b45c57208 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:09.578 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1481bd5f-d576-48f9-be3e-3109b6149496 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3260] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:17:09 2026] GET /v2.0/subnets/d8d15848-b152-43fa-afdd-b82b45c57208 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3261] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:17:09 2026] DELETE /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:09.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c7a7d86-a3a5-4c9b-a5ba-1ca97e1877bc 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1691/3262] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:17:09 2026] GET /v2.0/subnets/c64cd55a-37cf-4a2f-af44-081ff1e45923 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:09.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4ee1b72-7e2f-4825-9be0-0e542c47e23f 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: bf8602b0-b36a-4bc1-9c5e-618d4c6fe136 2026-07-16 08:17:09.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4ee1b72-7e2f-4825-9be0-0e542c47e23f 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: bf8602b0-b36a-4bc1-9c5e-618d4c6fe136 [pid: 7|app: 0|req: 1572/3263] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:17:09 2026] DELETE /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:10.091 8 INFO neutron.pecan_wsgi.hooks.translation [None req-605ab50c-1b09-4d67-ad48-00cad7998ad6 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3264] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:17:10 2026] GET /v2.0/networks/06e93a76-b78e-40f4-a2d4-4c981c653429 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3265] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:17:10 2026] DELETE /v2.0/subnets/eb91f740-18be-42e8-9ce1-71fb94a74d54 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:10.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-155fb423-62ed-4d71-bc58-a43d182d0867 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1693/3266] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:17:10 2026] GET /v2.0/subnets/eb91f740-18be-42e8-9ce1-71fb94a74d54 => 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: 1574/3267] 10.0.0.24 () {32 vars in 723 bytes} [Thu Jul 16 08:17:10 2026] DELETE /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:10.433 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39e0c263-7d22-45a4-acc8-123ee384d876 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1694/3268] 10.0.0.24 () {32 vars in 720 bytes} [Thu Jul 16 08:17:10 2026] GET /v2.0/subnets/e718cd29-1a49-4f8b-883c-fb5fad57059e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:10.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-b81aa1d8-f1a4-4c3d-9983-da0efc32c42e 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] TaaS: Handle Delete Port: 9f815fc0-9576-4dfe-84d7-b9a3d22520a3 2026-07-16 08:17:10.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b81aa1d8-f1a4-4c3d-9983-da0efc32c42e 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] Tap Mirror: Handle Delete Port: 9f815fc0-9576-4dfe-84d7-b9a3d22520a3 2026-07-16 08:17:10.635 7 INFO neutron.services.segments.plugin [-] Segment ba9b78a6-9397-4ea4-a839-78200964f6c0 resource provider aggregate not found 2026-07-16 08:17:10.648 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba9b78a6-9397-4ea4-a839-78200964f6c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9b78a6-9397-4ea4-a839-78200964f6c0 found for delete ", "request_id": "req-7758bca1-3838-4056-8077-1d026fc785a2"}]} 2026-07-16 08:17:10.660 7 INFO neutron.services.segments.plugin [-] Segment ba9b78a6-9397-4ea4-a839-78200964f6c0 resource provider aggregate not found 2026-07-16 08:17:10.677 7 INFO neutron.services.segments.plugin [-] Segment 0e95ac0e-3694-48b3-aad5-92f75a1a4ba4 resource provider aggregate not found 2026-07-16 08:17:10.690 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ba9b78a6-9397-4ea4-a839-78200964f6c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9b78a6-9397-4ea4-a839-78200964f6c0 found for delete ", "request_id": "req-9717079a-7ffe-4a47-bc1c-0ca78c3d74e6"}]} 2026-07-16 08:17:10.711 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0e95ac0e-3694-48b3-aad5-92f75a1a4ba4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e95ac0e-3694-48b3-aad5-92f75a1a4ba4 found for delete ", "request_id": "req-d4c1b0bb-61ba-4430-954e-f204bec5f056"}]} 2026-07-16 08:17:10.714 7 INFO neutron.services.segments.plugin [-] Segment 0e95ac0e-3694-48b3-aad5-92f75a1a4ba4 resource provider aggregate not found 2026-07-16 08:17:10.735 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0e95ac0e-3694-48b3-aad5-92f75a1a4ba4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e95ac0e-3694-48b3-aad5-92f75a1a4ba4 found for delete ", "request_id": "req-3626f267-d844-47a3-a6b4-230d70635a75"}]} [pid: 7|app: 0|req: 1575/3269] 10.0.0.24 () {32 vars in 725 bytes} [Thu Jul 16 08:17:10 2026] DELETE /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-16 08:17:10.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42ca1625-e3f6-4e52-ac5e-16a235d65f45 5b6c8831ee11465cb15bb58c2fed84a2 2665acdda868466caa3298d4b4a74339 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3270] 10.0.0.24 () {32 vars in 722 bytes} [Thu Jul 16 08:17:10 2026] GET /v2.0/networks/54346efe-63cd-42f6-8f19-33f92f6df04c => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-16 08:17:12.729 7 INFO neutron.services.segments.plugin [-] Segment 41e4aaf5-a260-4d25-b841-64b5f9928b53 resource provider aggregate not found 2026-07-16 08:17:12.744 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41e4aaf5-a260-4d25-b841-64b5f9928b53 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e4aaf5-a260-4d25-b841-64b5f9928b53 found for delete ", "request_id": "req-5da33705-c89d-4a83-9dba-07759f4256db"}]} 2026-07-16 08:17:12.751 7 INFO neutron.services.segments.plugin [-] Segment 41e4aaf5-a260-4d25-b841-64b5f9928b53 resource provider aggregate not found 2026-07-16 08:17:12.774 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41e4aaf5-a260-4d25-b841-64b5f9928b53 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41e4aaf5-a260-4d25-b841-64b5f9928b53 found for delete ", "request_id": "req-02d9403a-f58c-4315-a990-50ff6d5c89fc"}]} [pid: 7|app: 0|req: 1576/3271] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:17:12 2026] GET /v2.0/security-groups?tenant_id=33955d0a4a5448e69c41d4a262d9b824&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3272] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:13 2026] DELETE /v2.0/security-groups/cfff45f5-2035-420b-a2d1-4d41a1b7c5fd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3273] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:17:13 2026] GET /v2.0/security-groups?tenant_id=2665acdda868466caa3298d4b4a74339&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3274] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:13 2026] DELETE /v2.0/security-groups/f0980d9d-068d-4b82-90ae-aeab2137dba8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3275] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:17:13 2026] GET /v2.0/security-groups?tenant_id=777952bc22054d97ab3dc523a45be2cf&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3276] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:13 2026] DELETE /v2.0/security-groups/9a696d89-4e96-4d87-a5b9-f1e3c19b818a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3277] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:17:13 2026] GET /v2.0/security-groups?tenant_id=04b7e3a5302a4b79a142c644ba3ee6b1&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: 1699/3278] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:14 2026] DELETE /v2.0/security-groups/100d9eed-d7f2-498a-9095-c554777dd96a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3279] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:17:14 2026] GET /v2.0/security-groups?tenant_id=dd7f60c1ee82481497a980db3a8bbfa7&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: 1700/3280] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:14 2026] DELETE /v2.0/security-groups/db6f6079-b52c-4ce3-8fbd-82d2a393e646 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3281] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:17:14 2026] GET /v2.0/security-groups?tenant_id=678e8abf908746e999d2c94fda54e216&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3282] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:14 2026] DELETE /v2.0/security-groups/92954983-ab35-4417-925d-2a223f601549 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3283] 10.0.0.24 () {32 vars in 773 bytes} [Thu Jul 16 08:17:15 2026] GET /v2.0/security-groups?tenant_id=ba4de33e53234d0d9a39a50be665b872&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3284] 10.0.0.24 () {32 vars in 739 bytes} [Thu Jul 16 08:17:15 2026] DELETE /v2.0/security-groups/5e71e36c-f43e-4eb6-a8d8-9561742a25c3 => 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: 1583/3285] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:17:17 2026] GET /v2.0/networks => generated 2168 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3286] 10.0.0.24 () {32 vars in 654 bytes} [Thu Jul 16 08:17:19 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3287] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:17:19 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3288] 10.0.0.24 () {32 vars in 642 bytes} [Thu Jul 16 08:17:19 2026] GET /v2.0/ports => generated 4721 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3289] 10.0.0.24 () {32 vars in 646 bytes} [Thu Jul 16 08:17:19 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3290] 10.0.0.24 () {32 vars in 648 bytes} [Thu Jul 16 08:17:19 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3291] 10.0.0.24 () {32 vars in 662 bytes} [Thu Jul 16 08:17:19 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3292] 10.0.0.24 () {32 vars in 654 bytes} [Thu Jul 16 08:17:19 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)