+ 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 [Wed Jun 17 03:42:33 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-5576478c9f-849gt machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f38fb641668 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-06-17 03:42:37.339 8 INFO neutron.common.config [-] Logging enabled! 2026-06-17 03:42:37.339 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-17 03:42:37.419 7 INFO neutron.common.config [-] Logging enabled! 2026-06-17 03:42:37.420 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-17 03:42:38.467 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-17 03:42:38.558 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-17 03:42:40.240 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-17 03:42:40.243 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-17 03:42:40.247 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-17 03:42:40.248 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-17 03:42:40.249 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-17 03:42:40.249 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-17 03:42:40.249 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-17 03:42:40.258 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-17 03:42:40.258 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-17 03:42:40.258 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-17 03:42:40.281 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-17 03:42:40.282 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-17 03:42:40.282 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-17 03:42:40.305 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-17 03:42:40.308 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-17 03:42:40.311 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-17 03:42:40.313 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-17 03:42:40.313 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-17 03:42:40.313 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-17 03:42:40.313 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-17 03:42:40.315 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-17 03:42:40.315 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-17 03:42:40.315 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-17 03:42:40.316 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-17 03:42:40.322 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-17 03:42:40.322 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-17 03:42:40.322 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-17 03:42:40.355 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-17 03:42:40.357 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-17 03:42:40.358 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-17 03:42:40.393 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-17 03:42:40.393 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-17 03:42:40.393 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-17 03:42:40.393 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-17 03:42:40.629 8 INFO neutron.plugins.ml2.managers [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] Initializing driver for type 'vlan' 2026-06-17 03:42:40.701 7 INFO neutron.plugins.ml2.managers [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] Initializing driver for type 'vlan' 2026-06-17 03:42:41.032 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] VlanTypeDriver initialization complete 2026-06-17 03:42:41.032 8 INFO neutron.plugins.ml2.managers [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] Initializing driver for type 'vxlan' 2026-06-17 03:42:41.033 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-17 03:42:41.047 8 INFO neutron.plugins.ml2.managers [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-17 03:42:41.047 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-17 03:42:41.048 8 INFO neutron.plugins.ml2.managers [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] Initializing extension driver 'port_security' 2026-06-17 03:42:41.048 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-17 03:42:41.048 8 INFO neutron.plugins.ml2.managers [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] Initializing extension driver 'qos' 2026-06-17 03:42:41.048 8 INFO neutron.plugins.ml2.managers [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-17 03:42:41.048 8 INFO neutron.plugins.ml2.managers [None req-b8ab75f3-59e3-42d2-a034-d72b9e2ecee2 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-17 03:42:41.066 8 INFO neutron.quota [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded quota_driver: . 2026-06-17 03:42:41.066 8 INFO neutron.plugins.ml2.plugin [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Modular L2 Plugin initialization complete 2026-06-17 03:42:41.066 8 INFO neutron.plugins.ml2.managers [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-17 03:42:41.067 8 INFO neutron.plugins.ml2.managers [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-17 03:42:41.067 8 INFO neutron.plugins.ml2.managers [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-17 03:42:41.067 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: qos 2026-06-17 03:42:41.081 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: router 2026-06-17 03:42:41.085 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] VlanTypeDriver initialization complete 2026-06-17 03:42:41.085 7 INFO neutron.plugins.ml2.managers [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] Initializing driver for type 'vxlan' 2026-06-17 03:42:41.086 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-17 03:42:41.101 7 INFO neutron.plugins.ml2.managers [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-17 03:42:41.101 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-17 03:42:41.101 7 INFO neutron.plugins.ml2.managers [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] Initializing extension driver 'port_security' 2026-06-17 03:42:41.101 7 INFO neutron.plugins.ml2.extensions.port_security [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-17 03:42:41.102 7 INFO neutron.plugins.ml2.managers [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] Initializing extension driver 'qos' 2026-06-17 03:42:41.102 7 INFO neutron.plugins.ml2.managers [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-17 03:42:41.102 7 INFO neutron.plugins.ml2.managers [None req-eae1b0aa-1f3b-4de3-aa5b-d7a31c8a1517 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-17 03:42:41.119 7 INFO neutron.quota [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded quota_driver: . 2026-06-17 03:42:41.120 7 INFO neutron.plugins.ml2.plugin [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Modular L2 Plugin initialization complete 2026-06-17 03:42:41.120 7 INFO neutron.plugins.ml2.managers [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-17 03:42:41.120 7 INFO neutron.plugins.ml2.managers [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-17 03:42:41.120 7 INFO neutron.plugins.ml2.managers [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-17 03:42:41.120 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: qos 2026-06-17 03:42:41.131 8 INFO neutron.services.service_base [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-17 03:42:41.132 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: segments 2026-06-17 03:42:41.134 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: router 2026-06-17 03:42:41.184 7 INFO neutron.services.service_base [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-17 03:42:41.184 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: segments 2026-06-17 03:42:41.249 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: trunk 2026-06-17 03:42:41.265 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: vpnaas 2026-06-17 03:42:41.294 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: trunk 2026-06-17 03:42:41.309 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: vpnaas 2026-06-17 03:42:41.310 8 WARNING stevedore.named [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-17 03:42:41.351 7 WARNING stevedore.named [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-17 03:42:41.396 8 INFO neutron_vpnaas.services.vpn.plugin [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-17 03:42:41.397 8 INFO neutron.common.utils [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-17 03:42:41.397 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: taas 2026-06-17 03:42:41.424 8 WARNING stevedore.named [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-17 03:42:41.424 8 WARNING stevedore.named [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-17 03:42:41.427 7 INFO neutron_vpnaas.services.vpn.plugin [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-17 03:42:41.428 7 INFO neutron.common.utils [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-17 03:42:41.428 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: taas 2026-06-17 03:42:41.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-17 03:42:41.448 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: tapmirror 2026-06-17 03:42:41.457 7 WARNING stevedore.named [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-17 03:42:41.458 7 WARNING stevedore.named [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-17 03:42:41.461 8 WARNING stevedore.named [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-17 03:42:41.462 8 WARNING stevedore.named [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-17 03:42:41.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-17 03:42:41.479 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: auto_allocate 2026-06-17 03:42:41.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-17 03:42:41.480 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: tapmirror 2026-06-17 03:42:41.488 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: tag 2026-06-17 03:42:41.494 7 WARNING stevedore.named [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-17 03:42:41.494 7 WARNING stevedore.named [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-17 03:42:41.497 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: timestamp 2026-06-17 03:42:41.500 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: network_ip_availability 2026-06-17 03:42:41.504 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: flavors 2026-06-17 03:42:41.509 8 INFO neutron.manager [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loading Plugin: revisions 2026-06-17 03:42:41.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-17 03:42:41.511 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: auto_allocate 2026-06-17 03:42:41.512 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Initializing extension manager. 2026-06-17 03:42:41.514 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: address-group 2026-06-17 03:42:41.515 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: address-scope 2026-06-17 03:42:41.515 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-17 03:42:41.516 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: agent 2026-06-17 03:42:41.517 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: agent-resources-synced 2026-06-17 03:42:41.518 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-17 03:42:41.519 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: tag 2026-06-17 03:42:41.519 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-17 03:42:41.520 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: availability_zone 2026-06-17 03:42:41.521 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: availability_zone_filter 2026-06-17 03:42:41.522 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-17 03:42:41.523 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: default-subnetpools 2026-06-17 03:42:41.524 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-17 03:42:41.525 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: dns-integration 2026-06-17 03:42:41.525 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: dns-domain-ports 2026-06-17 03:42:41.526 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-17 03:42:41.527 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: dvr 2026-06-17 03:42:41.527 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: timestamp 2026-06-17 03:42:41.527 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-17 03:42:41.528 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: empty-string-filtering 2026-06-17 03:42:41.528 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-17 03:42:41.529 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-17 03:42:41.529 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: external-net 2026-06-17 03:42:41.530 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: network_ip_availability 2026-06-17 03:42:41.531 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-17 03:42:41.531 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: extraroute 2026-06-17 03:42:41.532 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: extraroute-atomic 2026-06-17 03:42:41.533 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-17 03:42:41.533 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-17 03:42:41.533 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: flavors 2026-06-17 03:42:41.534 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-17 03:42:41.534 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-17 03:42:41.535 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: fip-port-details 2026-06-17 03:42:41.536 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: flavors 2026-06-17 03:42:41.537 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-17 03:42:41.537 7 INFO neutron.manager [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loading Plugin: revisions 2026-06-17 03:42:41.538 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: floatingip-pools 2026-06-17 03:42:41.538 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: ip_allocation 2026-06-17 03:42:41.539 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-17 03:42:41.540 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: l2_adjacency 2026-06-17 03:42:41.541 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Initializing extension manager. 2026-06-17 03:42:41.541 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: router 2026-06-17 03:42:41.542 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: address-group 2026-06-17 03:42:41.544 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-17 03:42:41.544 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: address-scope 2026-06-17 03:42:41.544 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-17 03:42:41.545 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-17 03:42:41.545 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-17 03:42:41.545 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: ext-gw-mode 2026-06-17 03:42:41.545 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: agent 2026-06-17 03:42:41.546 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: agent-resources-synced 2026-06-17 03:42:41.546 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: l3-ha 2026-06-17 03:42:41.547 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-17 03:42:41.547 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-17 03:42:41.547 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-17 03:42:41.548 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-17 03:42:41.548 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: l3-flavors 2026-06-17 03:42:41.549 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: availability_zone 2026-06-17 03:42:41.549 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-17 03:42:41.549 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: availability_zone_filter 2026-06-17 03:42:41.549 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-17 03:42:41.549 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-17 03:42:41.550 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: default-subnetpools 2026-06-17 03:42:41.551 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-17 03:42:41.552 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: dns-integration 2026-06-17 03:42:41.552 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-17 03:42:41.552 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: dns-domain-ports 2026-06-17 03:42:41.553 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-17 03:42:41.553 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: dvr 2026-06-17 03:42:41.554 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-17 03:42:41.554 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-17 03:42:41.554 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: empty-string-filtering 2026-06-17 03:42:41.555 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-17 03:42:41.555 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-17 03:42:41.556 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-17 03:42:41.556 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: external-net 2026-06-17 03:42:41.556 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-17 03:42:41.557 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: extraroute 2026-06-17 03:42:41.557 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-17 03:42:41.557 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: extraroute-atomic 2026-06-17 03:42:41.558 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-17 03:42:41.558 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-17 03:42:41.558 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: multi-provider 2026-06-17 03:42:41.558 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-17 03:42:41.559 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-17 03:42:41.559 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: net-mtu 2026-06-17 03:42:41.559 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-17 03:42:41.560 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: net-mtu-writable 2026-06-17 03:42:41.560 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: fip-port-details 2026-06-17 03:42:41.560 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: network_availability_zone 2026-06-17 03:42:41.561 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: network_ha 2026-06-17 03:42:41.561 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: flavors 2026-06-17 03:42:41.562 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: network-ip-availability 2026-06-17 03:42:41.563 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-17 03:42:41.563 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-17 03:42:41.563 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: pagination 2026-06-17 03:42:41.564 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: floatingip-pools 2026-06-17 03:42:41.564 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-device-profile 2026-06-17 03:42:41.564 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: ip_allocation 2026-06-17 03:42:41.565 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-17 03:42:41.565 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-17 03:42:41.565 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: l2_adjacency 2026-06-17 03:42:41.565 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-17 03:42:41.566 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-17 03:42:41.567 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: router 2026-06-17 03:42:41.567 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-mac-override 2026-06-17 03:42:41.567 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-17 03:42:41.568 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-17 03:42:41.568 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-17 03:42:41.569 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-17 03:42:41.569 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-resource-request 2026-06-17 03:42:41.569 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-17 03:42:41.569 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-17 03:42:41.570 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-17 03:42:41.570 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-17 03:42:41.570 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: binding 2026-06-17 03:42:41.570 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: ext-gw-mode 2026-06-17 03:42:41.571 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: l3-ha 2026-06-17 03:42:41.571 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: binding-extended 2026-06-17 03:42:41.571 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-17 03:42:41.572 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-17 03:42:41.572 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-security 2026-06-17 03:42:41.572 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: l3-flavors 2026-06-17 03:42:41.572 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: project-id 2026-06-17 03:42:41.573 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-17 03:42:41.573 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: provider 2026-06-17 03:42:41.574 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-17 03:42:41.574 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-17 03:42:41.576 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-17 03:42:41.577 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-17 03:42:41.578 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos 2026-06-17 03:42:41.578 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-17 03:42:41.579 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-17 03:42:41.579 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-17 03:42:41.580 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-17 03:42:41.580 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-17 03:42:41.580 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: multi-provider 2026-06-17 03:42:41.580 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-default 2026-06-17 03:42:41.581 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: net-mtu 2026-06-17 03:42:41.581 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-fip 2026-06-17 03:42:41.581 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: net-mtu-writable 2026-06-17 03:42:41.581 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-17 03:42:41.582 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-17 03:42:41.582 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: network_availability_zone 2026-06-17 03:42:41.582 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: network_ha 2026-06-17 03:42:41.582 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-17 03:42:41.583 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: network-ip-availability 2026-06-17 03:42:41.583 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-17 03:42:41.584 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-17 03:42:41.584 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-17 03:42:41.584 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-pps 2026-06-17 03:42:41.584 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: pagination 2026-06-17 03:42:41.585 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-17 03:42:41.585 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-device-profile 2026-06-17 03:42:41.585 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-17 03:42:41.585 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-17 03:42:41.586 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-17 03:42:41.586 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: qos-rules-alias 2026-06-17 03:42:41.586 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-17 03:42:41.586 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: quota-check-limit 2026-06-17 03:42:41.587 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-mac-override 2026-06-17 03:42:41.587 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-17 03:42:41.587 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-17 03:42:41.588 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-17 03:42:41.588 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-17 03:42:41.589 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-resource-request 2026-06-17 03:42:41.589 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-17 03:42:41.590 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: quotas 2026-06-17 03:42:41.590 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-17 03:42:41.590 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: binding 2026-06-17 03:42:41.591 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: quota_details 2026-06-17 03:42:41.591 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: binding-extended 2026-06-17 03:42:41.591 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-security 2026-06-17 03:42:41.592 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: project-id 2026-06-17 03:42:41.592 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: provider 2026-06-17 03:42:41.593 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: rbac-policies 2026-06-17 03:42:41.593 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-17 03:42:41.593 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: rbac-address-group 2026-06-17 03:42:41.594 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: rbac-address-scope 2026-06-17 03:42:41.594 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: rbac-security-groups 2026-06-17 03:42:41.595 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-17 03:42:41.596 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos 2026-06-17 03:42:41.596 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: revision-if-match 2026-06-17 03:42:41.596 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-17 03:42:41.597 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-17 03:42:41.597 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-17 03:42:41.597 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: router_availability_zone 2026-06-17 03:42:41.597 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-default 2026-06-17 03:42:41.598 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-17 03:42:41.598 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-fip 2026-06-17 03:42:41.598 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-17 03:42:41.599 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-17 03:42:41.599 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-17 03:42:41.600 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-17 03:42:41.600 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-17 03:42:41.600 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-17 03:42:41.600 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-17 03:42:41.601 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-17 03:42:41.601 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-pps 2026-06-17 03:42:41.601 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-17 03:42:41.602 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-17 03:42:41.602 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-17 03:42:41.602 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-17 03:42:41.602 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-17 03:42:41.603 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: qos-rules-alias 2026-06-17 03:42:41.603 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: quota-check-limit 2026-06-17 03:42:41.604 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-17 03:42:41.606 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: quotas 2026-06-17 03:42:41.607 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: quota_details 2026-06-17 03:42:41.608 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: rbac-policies 2026-06-17 03:42:41.609 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: rbac-address-group 2026-06-17 03:42:41.609 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: rbac-address-scope 2026-06-17 03:42:41.610 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: rbac-security-groups 2026-06-17 03:42:41.610 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-17 03:42:41.610 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: security-group 2026-06-17 03:42:41.611 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: revision-if-match 2026-06-17 03:42:41.612 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-17 03:42:41.612 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: segment 2026-06-17 03:42:41.612 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: router_availability_zone 2026-06-17 03:42:41.612 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-17 03:42:41.613 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-17 03:42:41.613 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: service-type 2026-06-17 03:42:41.613 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: sorting 2026-06-17 03:42:41.614 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: standard-attr-segment 2026-06-17 03:42:41.614 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-17 03:42:41.615 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-17 03:42:41.615 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: standard-attr-description 2026-06-17 03:42:41.615 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-17 03:42:41.615 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: stateful-security-group 2026-06-17 03:42:41.616 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-17 03:42:41.616 8 WARNING neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-17 03:42:41.616 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-17 03:42:41.616 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-17 03:42:41.617 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-17 03:42:41.617 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: subnet-external-network 2026-06-17 03:42:41.617 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: subnet_onboard 2026-06-17 03:42:41.618 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-17 03:42:41.619 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: subnet-service-types 2026-06-17 03:42:41.620 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: subnet_allocation 2026-06-17 03:42:41.621 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-17 03:42:41.622 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: tag-creation 2026-06-17 03:42:41.621 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: security-group 2026-06-17 03:42:41.623 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-17 03:42:41.624 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: segment 2026-06-17 03:42:41.624 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-17 03:42:41.625 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: service-type 2026-06-17 03:42:41.625 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: sorting 2026-06-17 03:42:41.626 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: standard-attr-segment 2026-06-17 03:42:41.626 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: standard-attr-description 2026-06-17 03:42:41.627 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: stateful-security-group 2026-06-17 03:42:41.627 7 WARNING neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-17 03:42:41.628 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-17 03:42:41.628 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: subnet-external-network 2026-06-17 03:42:41.629 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: subnet_onboard 2026-06-17 03:42:41.629 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: standard-attr-tag 2026-06-17 03:42:41.629 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-17 03:42:41.630 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: subnet-service-types 2026-06-17 03:42:41.630 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-17 03:42:41.631 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: subnet_allocation 2026-06-17 03:42:41.631 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: trunk 2026-06-17 03:42:41.632 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-17 03:42:41.632 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: trunk-details 2026-06-17 03:42:41.633 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-17 03:42:41.633 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: tag-creation 2026-06-17 03:42:41.633 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-17 03:42:41.633 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-17 03:42:41.634 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-17 03:42:41.635 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-17 03:42:41.637 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-17 03:42:41.637 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: standard-attr-tag 2026-06-17 03:42:41.638 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-17 03:42:41.638 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-17 03:42:41.639 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: trunk 2026-06-17 03:42:41.639 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: trunk-details 2026-06-17 03:42:41.639 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: vpn-flavors 2026-06-17 03:42:41.640 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-17 03:42:41.640 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-17 03:42:41.641 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-17 03:42:41.641 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: vpnaas 2026-06-17 03:42:41.642 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-17 03:42:41.643 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: taas 2026-06-17 03:42:41.644 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-17 03:42:41.645 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-17 03:42:41.645 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: tap-mirror 2026-06-17 03:42:41.645 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: vpn-flavors 2026-06-17 03:42:41.647 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: vpnaas 2026-06-17 03:42:41.647 8 INFO neutron.api.extensions [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-17 03:42:41.649 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: taas 2026-06-17 03:42:41.650 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: tap-mirror 2026-06-17 03:42:41.650 7 INFO neutron.api.extensions [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-17 03:42:41.653 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-17 03:42:41.653 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-17 03:42:41.653 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-17 03:42:41.654 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-17 03:42:41.654 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.654 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.654 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-17 03:42:41.654 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-17 03:42:41.658 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-17 03:42:41.659 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-17 03:42:41.661 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-17 03:42:41.661 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-17 03:42:41.665 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-17 03:42:41.665 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-17 03:42:41.666 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-17 03:42:41.667 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.667 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.667 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-17 03:42:41.667 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.667 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.668 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-17 03:42:41.668 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-17 03:42:41.668 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-17 03:42:41.668 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.669 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.669 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.669 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-17 03:42:41.669 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.669 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-17 03:42:41.669 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.670 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.670 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-17 03:42:41.670 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.670 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-17 03:42:41.670 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] ipsecpolicy is already registered 2026-06-17 03:42:41.671 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.671 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] ikepolicy is already registered 2026-06-17 03:42:41.671 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.671 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.672 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-17 03:42:41.672 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-17 03:42:41.673 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-17 03:42:41.673 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.674 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] ipsecpolicy is already registered 2026-06-17 03:42:41.674 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.674 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] ikepolicy is already registered 2026-06-17 03:42:41.676 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-17 03:42:41.676 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] router is already registered 2026-06-17 03:42:41.676 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-17 03:42:41.677 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] floatingip is already registered 2026-06-17 03:42:41.680 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-17 03:42:41.680 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] rbac_policy is already registered 2026-06-17 03:42:41.681 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-17 03:42:41.681 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] security_group is already registered 2026-06-17 03:42:41.682 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-17 03:42:41.682 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] security_group_rule is already registered 2026-06-17 03:42:41.682 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-17 03:42:41.682 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] router is already registered 2026-06-17 03:42:41.682 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.683 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.683 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.683 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-17 03:42:41.683 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.683 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] floatingip is already registered 2026-06-17 03:42:41.684 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-17 03:42:41.684 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] trunk is already registered 2026-06-17 03:42:41.684 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.684 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] ikepolicy is already registered 2026-06-17 03:42:41.685 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.685 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] ipsecpolicy is already registered 2026-06-17 03:42:41.685 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-17 03:42:41.685 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] endpoint_group is already registered 2026-06-17 03:42:41.686 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-17 03:42:41.686 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] vpnservice is already registered 2026-06-17 03:42:41.686 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-17 03:42:41.686 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] ipsec_site_connection is already registered 2026-06-17 03:42:41.687 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.687 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] ipsecpolicy is already registered 2026-06-17 03:42:41.687 7 INFO neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.687 7 WARNING neutron.quota.resource_registry [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] ikepolicy is already registered 2026-06-17 03:42:41.689 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-17 03:42:41.689 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] rbac_policy is already registered 2026-06-17 03:42:41.689 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-17 03:42:41.690 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] security_group is already registered 2026-06-17 03:42:41.690 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-17 03:42:41.690 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] security_group_rule is already registered 2026-06-17 03:42:41.691 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.692 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.692 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-17 03:42:41.692 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] subnetpool is already registered 2026-06-17 03:42:41.693 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-17 03:42:41.693 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] trunk is already registered 2026-06-17 03:42:41.693 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.693 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] ikepolicy is already registered 2026-06-17 03:42:41.694 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.694 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] ipsecpolicy is already registered 2026-06-17 03:42:41.695 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-17 03:42:41.695 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] endpoint_group is already registered 2026-06-17 03:42:41.695 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-17 03:42:41.695 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] vpnservice is already registered 2026-06-17 03:42:41.696 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-17 03:42:41.696 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] ipsec_site_connection is already registered 2026-06-17 03:42:41.696 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-17 03:42:41.697 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] ipsecpolicy is already registered 2026-06-17 03:42:41.697 8 INFO neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-17 03:42:41.697 8 WARNING neutron.quota.resource_registry [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] ikepolicy is already registered 2026-06-17 03:42:41.726 7 WARNING keystonemiddleware._common.config [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-17 03:42:41.733 7 WARNING oslo_config.cfg [None req-88c27ae4-bdcd-45de-a597-d5149af8e435 - - - - - -] 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 0x7f38fb641668 pid: 7 (default app) 2026-06-17 03:42:41.740 8 WARNING keystonemiddleware._common.config [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-17 03:42:41.748 8 WARNING oslo_config.cfg [None req-176381fb-502a-468a-900a-9971c3012a79 - - - - - -] 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 0x7f38fb641668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 03:42:47.238 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a50b6a75-dc40-4241-a92f-a6b6b1d282a0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:42:46 2026] GET /v2.0/networks/public => generated 108 bytes in 977 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: 1/5] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:42:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 03:42:48.191 7 WARNING neutron.services.revisions.revision_plugin [None req-2f11ede8-402e-40aa-863b-1035b1971161 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Could not find related network for resource to bump revision. 2026-06-17 03:42:48.214 7 INFO neutron.db.segments_db [None req-2f11ede8-402e-40aa-863b-1035b1971161 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 428723bc-0f72-4ec1-8914-9c87cdb16cc7 of type flat for network 0ed0afcd-24d4-49ba-94e1-a15422651771 2026-06-17 03:42:48.276 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f11ede8-402e-40aa-863b-1035b1971161 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.49 () {48 vars in 964 bytes} [Wed Jun 17 03:42:47 2026] POST /v2.0/networks => generated 124 bytes in 549 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 03:42:54.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-707d5cdb-5aa2-4474-ad7f-088836897605 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:42:54 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: 8|app: 0|req: 3/9] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:42:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 03:42:54.372 7 WARNING neutron.services.revisions.revision_plugin [None req-494fd886-5a9a-4229-8e4f-b5460ee35e0e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Could not find related network for resource to bump revision. 2026-06-17 03:42:54.391 7 INFO neutron.db.segments_db [None req-494fd886-5a9a-4229-8e4f-b5460ee35e0e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 573c921f-c7cf-4544-b5e3-bde93aab2ec0 of type flat for network 3f6e44c4-4d74-495d-8d19-7afe16c67206 2026-06-17 03:42:54.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-494fd886-5a9a-4229-8e4f-b5460ee35e0e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.49 () {48 vars in 964 bytes} [Wed Jun 17 03:42:54 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-06-17 03:43:00.789 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39f7b7e2-0ec0-44c3-99fb-843b58b7572e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:43:00 2026] GET /v2.0/networks/public => generated 108 bytes in 399 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:43:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 03:43:01.087 8 WARNING neutron.services.revisions.revision_plugin [None req-eb604bfa-f58c-47bc-b58c-103130c70fd1 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Could not find related network for resource to bump revision. 2026-06-17 03:43:01.107 8 INFO neutron.db.segments_db [None req-eb604bfa-f58c-47bc-b58c-103130c70fd1 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 5fb3e2dd-b4fe-404d-b61c-7cfe00b27385 of type flat for network ff368c8d-339a-47e1-93d1-3a075c522604 2026-06-17 03:43:01.155 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb604bfa-f58c-47bc-b58c-103130c70fd1 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.49 () {48 vars in 964 bytes} [Wed Jun 17 03:43:00 2026] POST /v2.0/networks => generated 124 bytes in 343 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 03:43:07.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75b9da59-1dda-4d11-915d-ddf30d0a02ab f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:43:07 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:43:07 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-06-17 03:43:07.240 7 WARNING neutron.services.revisions.revision_plugin [None req-c8d174a4-8eea-4f31-a75d-947977aca838 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Could not find related network for resource to bump revision. 2026-06-17 03:43:07.263 7 INFO neutron.db.segments_db [None req-c8d174a4-8eea-4f31-a75d-947977aca838 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 7ad02092-700d-42a3-a9f2-a0edb1e6e622 of type flat for network 93692534-4783-4f35-ba37-3aadb832b64e 2026-06-17 03:43:07.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8d174a4-8eea-4f31-a75d-947977aca838 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.49 () {48 vars in 964 bytes} [Wed Jun 17 03:43:07 2026] POST /v2.0/networks => generated 124 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 03:43:13.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26bf1f9d-fcf4-48c0-880f-8b5ccd226e2a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:43:13 2026] GET /v2.0/networks/public => generated 108 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:43:13 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-06-17 03:43:13.407 7 WARNING neutron.services.revisions.revision_plugin [None req-11443413-ef67-4119-ac69-75fe3e0035d0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Could not find related network for resource to bump revision. 2026-06-17 03:43:13.434 7 INFO neutron.db.segments_db [None req-11443413-ef67-4119-ac69-75fe3e0035d0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment ce331a15-2bc6-4658-b8d3-d4c208bc755e of type flat for network 5289645e-6023-468a-84bc-f776438e0163 2026-06-17 03:43:13.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11443413-ef67-4119-ac69-75fe3e0035d0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.49 () {48 vars in 964 bytes} [Wed Jun 17 03:43:13 2026] POST /v2.0/networks => generated 124 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 03:43:19.559 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21fe4080-cd21-44f6-beaf-92f21fcee4cb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:43:19 2026] GET /v2.0/networks/public => generated 108 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:43:19 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-06-17 03:43:19.628 8 WARNING neutron.services.revisions.revision_plugin [None req-94c0b532-fbd6-4e43-85b4-3b22cdbfbba1 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Could not find related network for resource to bump revision. 2026-06-17 03:43:19.654 8 INFO neutron.db.segments_db [None req-94c0b532-fbd6-4e43-85b4-3b22cdbfbba1 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment d33da1ad-2574-4a64-aef4-b7aa525b69da of type flat for network 26c7ed9b-5b1d-4a3e-abe3-7efa28e4cd29 2026-06-17 03:43:19.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94c0b532-fbd6-4e43-85b4-3b22cdbfbba1 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.49 () {48 vars in 964 bytes} [Wed Jun 17 03:43:19 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 03:43:25.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aef3be47-2957-499a-b1c9-b93ea268949b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/25] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:43:25 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: 15/26] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:43:25 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-06-17 03:43:26.162 8 WARNING neutron.services.revisions.revision_plugin [None req-145206fb-170a-44a9-a9f5-9a3e30a9a154 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Could not find related network for resource to bump revision. 2026-06-17 03:43:26.217 8 INFO neutron.db.segments_db [None req-145206fb-170a-44a9-a9f5-9a3e30a9a154 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment af513f04-15cb-43cb-86a1-37bd01542786 of type flat for network fe368d8a-df3e-40f6-9bc4-e229b882ca64 [pid: 8|app: 0|req: 12/27] 199.204.45.49 () {48 vars in 964 bytes} [Wed Jun 17 03:43:25 2026] POST /v2.0/networks => generated 706 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 03:43:27.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1962d3a0-02a4-4a0e-81e6-7910b3d3bd2a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 03:43:27 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/29] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 03:43:27 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 03:43:27.713 7 INFO neutron.pecan_wsgi.hooks.translation [None req-53aab13a-199c-40a1-838a-aa78220ce4bf f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.204.45.49 () {44 vars in 1031 bytes} [Wed Jun 17 03:43:27 2026] GET /v2.0/subnets/public-subnet?network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64 => generated 113 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.204.45.49 () {44 vars in 1054 bytes} [Wed Jun 17 03:43:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64 => 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: 18/32] 199.204.45.49 () {48 vars in 962 bytes} [Wed Jun 17 03:43:27 2026] POST /v2.0/subnets => generated 664 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 03:48:39.992 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4b1f277-2ddb-4b52-98dc-c982d2370a1e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/75] 199.204.45.49 () {44 vars in 934 bytes} [Wed Jun 17 03:48:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.49 () {44 vars in 956 bytes} [Wed Jun 17 03:48:39 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 03:48:40.098 7 INFO neutron.db.segments_db [None req-50c14795-5bb2-43b4-aaf7-8e5ec3e69513 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 657e0820-dcaf-43a9-9c2f-b6aee9ee1fa6 of type vxlan for network a648a301-714a-484a-96a6-3804146adadd [pid: 7|app: 0|req: 41/77] 199.204.45.49 () {48 vars in 963 bytes} [Wed Jun 17 03:48:40 2026] POST /v2.0/networks => generated 688 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 03:48:41.234 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bdb07baa-536a-4a7e-ac8b-45155b5d844d f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/78] 199.204.45.49 () {44 vars in 934 bytes} [Wed Jun 17 03:48:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.49 () {44 vars in 956 bytes} [Wed Jun 17 03:48:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 03:48:41.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74e98134-bdfe-4579-9750-7ee472d0f453 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/80] 199.204.45.49 () {44 vars in 1033 bytes} [Wed Jun 17 03:48:41 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=a648a301-714a-484a-96a6-3804146adadd => generated 114 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.49 () {44 vars in 1056 bytes} [Wed Jun 17 03:48:41 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=a648a301-714a-484a-96a6-3804146adadd => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.49 () {48 vars in 962 bytes} [Wed Jun 17 03:48:41 2026] POST /v2.0/subnets => generated 651 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 03:48:42.843 7 INFO neutron.api.v2.resource [None req-cdc29620-7e58-46c2-ab8e-c85576ede79f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 44/83] 199.204.45.49 () {44 vars in 968 bytes} [Wed Jun 17 03:48:42 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.49 () {44 vars in 990 bytes} [Wed Jun 17 03:48:42 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.49 () {48 vars in 977 bytes} [Wed Jun 17 03:48:42 2026] POST /v2.0/security-groups => generated 1616 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:44 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 1616 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:44 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:44 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:48:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:45 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:45 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:45 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 2230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:48:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:46 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 2846 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:46 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 2846 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:46 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:48:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:47 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 3462 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:47 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/100] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:47 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:48:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/102] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:49 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4078 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:49 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4078 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/104] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:49 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/105] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:48:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/106] 199.204.45.49 () {44 vars in 984 bytes} [Wed Jun 17 03:48:50 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 03:48:50.725 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ba02b49-4a22-4b87-bcff-45baf0996fda f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/107] 199.204.45.49 () {44 vars in 1073 bytes} [Wed Jun 17 03:48:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=a648a301-714a-484a-96a6-3804146adadd => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/108] 199.204.45.49 () {44 vars in 1096 bytes} [Wed Jun 17 03:48:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=a648a301-714a-484a-96a6-3804146adadd => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/109] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:50 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.204.45.49 () {48 vars in 958 bytes} [Wed Jun 17 03:48:50 2026] POST /v2.0/ports => generated 1096 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 03:48:59.192 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5afbce23-bc03-41b4-ba1b-9802e78629ce f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/113] 199.204.45.49 () {44 vars in 976 bytes} [Wed Jun 17 03:48:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 64 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: 55/114] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:48:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.49 () {48 vars in 1028 bytes} [Wed Jun 17 03:48:59 2026] PUT /v2.0/ports/108389b4-15e8-4985-b4f5-2c75654675f6 => generated 1245 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.49 () {44 vars in 917 bytes} [Wed Jun 17 03:49:01 2026] GET /v2.0/ports => generated 3726 bytes in 104 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-06-17 03:49:03.134 7 INFO neutron.api.v2.resource [None req-4f950792-4aed-4b43-9a94-4e4c13c36795 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 61/117] 199.204.45.49 () {44 vars in 956 bytes} [Wed Jun 17 03:49:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.204.45.49 () {44 vars in 978 bytes} [Wed Jun 17 03:49:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => 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: 62/119] 199.204.45.49 () {48 vars in 977 bytes} [Wed Jun 17 03:49:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:49:04 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:49:04 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/122] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:49:04 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/123] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:49:04 2026] POST /v2.0/security-group-rules => generated 621 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/124] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:49:05 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 2244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/125] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:49:05 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 2244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/126] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:49:05 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 2244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/127] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:49:05 2026] POST /v2.0/security-group-rules => generated 625 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/138] 199.204.45.49 () {44 vars in 972 bytes} [Wed Jun 17 03:50:23 2026] GET /v2.0/quotas/8e49c1dced6b4c0c90d74ed5be801a2f => 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: 72/141] 199.204.45.49 () {48 vars in 1024 bytes} [Wed Jun 17 03:50:23 2026] PUT /v2.0/quotas/8e49c1dced6b4c0c90d74ed5be801a2f => generated 291 bytes in 56 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-06-17 03:52:55.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a221153-b538-4997-a643-59573479d738 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 83/162] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 03:52:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 248 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: 80/163] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 03:52:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 03:52:57.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03925821-5a11-4866-b3e3-bc36a3cb550e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 84/164] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 03:52:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/165] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 03:52:57 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-06-17 03:59:26.161 8 INFO neutron.api.v2.resource [None req-9eb557c5-2c1c-4829-9d74-0e4b40c47b47 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 108/218] 199.204.45.49 () {44 vars in 1071 bytes} [Wed Jun 17 03:59:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 139 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.49 () {44 vars in 1094 bytes} [Wed Jun 17 03:59:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 23 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.204.45.49 () {48 vars in 978 bytes} [Wed Jun 17 03:59:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:27 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 1624 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:59:28 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:28 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:59:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:29 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 2234 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:59:29 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:29 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:59:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:30 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:59:30 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => 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: 117/231] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:30 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:59:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:31 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 03:59:32 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 03:59:32 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 199.204.45.49 () {48 vars in 988 bytes} [Wed Jun 17 03:59:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 1228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/279] 199.204.45.49 () {30 vars in 739 bytes} [Wed Jun 17 04:04:51 2026] GET /v2.0/networks?tenant_id=a8d9ec9595e7416aa7452f5fe9da6a25&shared=False => generated 15 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:04:52.202 7 INFO neutron.db.segments_db [None req-373639c2-1ac7-43cd-955f-185b568714d3 7d9488b6a0334b57aab61f36b43fb5bd a8d9ec9595e7416aa7452f5fe9da6a25 - - 7c3ea45917c443cf982f63d8062f661b 7c3ea45917c443cf982f63d8062f661b] Added segment 01a9c50a-0c30-4e72-92f2-65f8ac3c2447 of type vxlan for network 084ece80-9934-4516-86ea-112d95f82c1d [pid: 7|app: 0|req: 141/280] 199.204.45.49 () {34 vars in 681 bytes} [Wed Jun 17 04:04:52 2026] POST /v2.0/networks => generated 699 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/281] 199.204.45.49 () {30 vars in 721 bytes} [Wed Jun 17 04:04:52 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/282] 199.204.45.49 () {30 vars in 632 bytes} [Wed Jun 17 04:04:52 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: 141/283] 199.204.45.49 () {34 vars in 676 bytes} [Wed Jun 17 04:04:52 2026] POST /v2.0/ports => generated 999 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/284] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:04:52 2026] GET /v2.0/networks/084ece80-9934-4516-86ea-112d95f82c1d => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/287] 199.204.45.49 () {30 vars in 721 bytes} [Wed Jun 17 04:04:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/288] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:04:54 2026] GET /v2.0/networks/084ece80-9934-4516-86ea-112d95f82c1d => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/291] 199.204.45.49 () {44 vars in 972 bytes} [Wed Jun 17 04:05:21 2026] GET /v2.0/quotas/a8d9ec9595e7416aa7452f5fe9da6a25 => 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: 147/292] 199.204.45.49 () {48 vars in 1024 bytes} [Wed Jun 17 04:05:21 2026] PUT /v2.0/quotas/a8d9ec9595e7416aa7452f5fe9da6a25 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:11.843 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b46c31c-f7c3-4f1e-8e44-617cb5c88073 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/397] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 04:18:11 2026] GET /v2.0/networks/public => generated 108 bytes in 193 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 04:18:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:13.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c62e9097-cf20-4bae-b9f3-87a7f496ac93 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/399] 199.204.45.49 () {44 vars in 924 bytes} [Wed Jun 17 04:18:13 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 04:18:13 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:13.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27efd9dd-8696-4d9e-9694-b4720b4a8970 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/401] 199.204.45.49 () {44 vars in 1031 bytes} [Wed Jun 17 04:18:13 2026] GET /v2.0/subnets/public-subnet?network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.49 () {44 vars in 1054 bytes} [Wed Jun 17 04:18:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:44.336 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b367a604-4ff8-4bb1-ac6e-d36ee72649fc f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/407] 199.204.45.49 () {44 vars in 934 bytes} [Wed Jun 17 04:18:44 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/408] 199.204.45.49 () {44 vars in 956 bytes} [Wed Jun 17 04:18:44 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:45.372 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30c871d1-9eba-4288-bb49-90db276ad954 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/409] 199.204.45.49 () {44 vars in 934 bytes} [Wed Jun 17 04:18:45 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.204.45.49 () {44 vars in 956 bytes} [Wed Jun 17 04:18:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:45.452 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aabab71f-40e9-478f-8e47-cd4c47c60d62 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/411] 199.204.45.49 () {44 vars in 1033 bytes} [Wed Jun 17 04:18:45 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=a648a301-714a-484a-96a6-3804146adadd => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/412] 199.204.45.49 () {44 vars in 1056 bytes} [Wed Jun 17 04:18:45 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=a648a301-714a-484a-96a6-3804146adadd => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:46.621 7 INFO neutron.api.v2.resource [None req-a2712755-5d70-41a8-94bd-60dc665e3ea6 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/413] 199.204.45.49 () {44 vars in 968 bytes} [Wed Jun 17 04:18:46 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.204.45.49 () {44 vars in 990 bytes} [Wed Jun 17 04:18:46 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:47 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:47 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:18:47 2026] GET /v2.0/security-group-rules/338391cf-2d18-4ddf-8347-1983b8377377 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:48 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:48 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:18:48 2026] GET /v2.0/security-group-rules/ec294da4-f719-4304-88e3-6fb15abd7f33 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:49 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:49 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:18:49 2026] GET /v2.0/security-group-rules/ed3f5766-b734-4da9-b61b-81aaa424c952 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:50 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:50 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:18:51 2026] GET /v2.0/security-group-rules/f3fc9a37-4ad5-432f-ac7f-a6576dcf7ecb => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:51 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:52 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:18:52 2026] GET /v2.0/security-group-rules/16428af7-8a51-40ee-b86f-c727d130a213 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.49 () {44 vars in 984 bytes} [Wed Jun 17 04:18:53 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd => generated 732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:18:53.324 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7bc4878-b878-43e5-9122-c9d7e05cb9f4 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 217/431] 199.204.45.49 () {44 vars in 1073 bytes} [Wed Jun 17 04:18:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=a648a301-714a-484a-96a6-3804146adadd => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 199.204.45.49 () {44 vars in 1096 bytes} [Wed Jun 17 04:18:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=a648a301-714a-484a-96a6-3804146adadd => generated 1250 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:18:53 2026] GET /v2.0/security-groups/3a09339e-66b9-4c5e-b877-d59bd68f8c0a => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:19:02.109 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee14e4ac-1dfe-4fcd-8051-04308985f99a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 217/436] 199.204.45.49 () {44 vars in 976 bytes} [Wed Jun 17 04:19:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/437] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:19:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/438] 199.204.45.49 () {44 vars in 917 bytes} [Wed Jun 17 04:19:04 2026] GET /v2.0/ports => generated 4721 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:19:05.250 7 INFO neutron.api.v2.resource [None req-fd0bb60d-7973-45e8-aee0-502b464d0ca7 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 221/439] 199.204.45.49 () {44 vars in 956 bytes} [Wed Jun 17 04:19:05 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 199.204.45.49 () {44 vars in 978 bytes} [Wed Jun 17 04:19:05 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:19:06 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 2882 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/442] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:19:06 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/443] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:19:06 2026] GET /v2.0/security-group-rules/fc11bc76-f968-4cf7-91c3-4ce5be0792a6 => generated 621 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:19:07 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 2882 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/445] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:19:07 2026] GET /v2.0/security-groups/fb9777ea-fa59-480e-9d83-707e0c862ef7 => generated 2882 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:19:07 2026] GET /v2.0/security-group-rules/b3343d42-fec8-44d4-83d9-84513f781da1 => generated 625 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 199.204.45.49 () {44 vars in 972 bytes} [Wed Jun 17 04:19:21 2026] GET /v2.0/quotas/8e49c1dced6b4c0c90d74ed5be801a2f => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:20:22.629 8 INFO neutron.api.v2.resource [None req-38c40e79-e335-47aa-a3a7-eeaa75327a31 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 229/458] 199.204.45.49 () {44 vars in 1071 bytes} [Wed Jun 17 04:20:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 199.204.45.49 () {44 vars in 1094 bytes} [Wed Jun 17 04:20:22 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 04:20:23 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 4075 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:20:23 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => generated 4075 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:20:23 2026] GET /v2.0/security-group-rules/1743bddd-b247-40f1-adf3-b3b095357258 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 04:20:24 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:20:24 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:20:25 2026] GET /v2.0/security-group-rules/0edb2a0c-0ba0-4ead-b1b0-48eff22763bf => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 04:20:26 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:20:26 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:20:26 2026] GET /v2.0/security-group-rules/ce208951-87f6-4417-93c3-aaece4c9503c => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 199.204.45.49 () {44 vars in 1085 bytes} [Wed Jun 17 04:20:27 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38?project_id=a8d9ec9595e7416aa7452f5fe9da6a25 => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 199.204.45.49 () {44 vars in 998 bytes} [Wed Jun 17 04:20:27 2026] GET /v2.0/security-groups/f0b5e165-67cf-4592-87ee-076dfd825a38 => 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: 238/473] 199.204.45.49 () {44 vars in 1008 bytes} [Wed Jun 17 04:20:27 2026] GET /v2.0/security-group-rules/3fa1ed8b-f15a-4f8e-98f0-a2f5c61d46c6 => 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: 236/474] 199.204.45.49 () {44 vars in 972 bytes} [Wed Jun 17 04:20:35 2026] GET /v2.0/quotas/a8d9ec9595e7416aa7452f5fe9da6a25 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 199.204.45.49 () {44 vars in 946 bytes} [Wed Jun 17 04:21:31 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/490] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:22:13 2026] GET /v2.0/networks => generated 2168 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 10.0.0.73 () {32 vars in 654 bytes} [Wed Jun 17 04:22:14 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:22:14 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/493] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:22:14 2026] GET /v2.0/ports => generated 4721 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:22:14 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:22:15 2026] GET /v2.0/networks => generated 2168 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/496] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:22:15 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/497] 10.0.0.73 () {32 vars in 654 bytes} [Wed Jun 17 04:22:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:22:27.260 7 INFO neutron.db.segments_db [None req-63167614-d7d5-4853-8647-c236e55dec02 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 30344d21-ac1a-450c-b9ff-cd8b90501c28 of type vxlan for network ab1bdbc7-78e6-48c2-83e0-ad8f564a83a1 [pid: 7|app: 0|req: 251/500] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:22:26 2026] POST /v2.0/networks => generated 730 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:27.395 8 INFO neutron.db.segments_db [None req-409f64b2-c1e8-4ed4-b768-01bab7a878ea f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 14cee35b-0b29-49af-8a8e-921157faddd9 of type vxlan for network b6b09e51-aa90-4810-a460-0185b514a322 2026-06-17 04:22:27.484 7 INFO neutron.db.segments_db [None req-dd08b52f-8e1f-4c08-83ea-de50f477dc4a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment c0629b21-d48c-4dc4-bb56-6a0c136dd2f7 of type vxlan for network 8116ddae-95ec-4fc4-96dc-e6db8b650ea4 [pid: 8|app: 0|req: 250/501] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:22:27 2026] POST /v2.0/networks => generated 725 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/502] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:22:27 2026] POST /v2.0/networks => generated 725 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/503] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:27 2026] POST /v2.0/subnets => generated 696 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/504] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:27 2026] POST /v2.0/subnets => generated 691 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:27.763 7 INFO neutron.db.segments_db [None req-cae8dc76-41a1-4ac0-bffa-186904743ca0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 5c6bfdd9-2f00-43e8-8082-d998ee174317 of type vxlan for network d54464eb-084e-42ec-b17a-82bfb24692b8 [pid: 8|app: 0|req: 252/505] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:27 2026] POST /v2.0/subnets => generated 691 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:27.941 8 INFO neutron.db.segments_db [None req-a7ead260-6de8-4960-ba67-4aa47fd84706 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 8595aa6f-0940-4a03-872c-a8f02d7553d1 of type vxlan for network 39f5b39f-b408-457c-9079-1140dd86693e 2026-06-17 04:22:28.003 7 INFO neutron.db.l3_hamode_db [None req-cae8dc76-41a1-4ac0-bffa-186904743ca0 f5ef500ab76e43dc937acb4ac7104f7c d0991af28b464090be5fc88a7da7b087 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:22:28.228 8 INFO neutron.db.l3_hamode_db [None req-a7ead260-6de8-4960-ba67-4aa47fd84706 f5ef500ab76e43dc937acb4ac7104f7c cf58eaa7e67143d28d60d801c032aeeb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:22:28.947 7 INFO neutron.db.l3_hamode_db [None req-cae8dc76-41a1-4ac0-bffa-186904743ca0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:22:29.217 8 INFO neutron.db.l3_hamode_db [None req-a7ead260-6de8-4960-ba67-4aa47fd84706 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 254/506] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:27 2026] POST /v2.0/routers => generated 736 bytes in 2691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/507] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:27 2026] POST /v2.0/routers => generated 731 bytes in 2631 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:30.573 8 INFO neutron.db.segments_db [None req-b203dca6-8378-4706-876c-3ec24314445c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 915cad6a-97b1-4451-8685-03dd51d803e2 of type vxlan for network c2e18b25-53b6-40be-97b8-b09669bc2757 [pid: 7|app: 0|req: 255/508] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:22:30 2026] GET /v2.0/security-groups?tenant_id=31f24ccbdb3744f6af02bd6d4920a45a&name=default => generated 2924 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:22:30.886 8 INFO neutron.db.l3_hamode_db [None req-b203dca6-8378-4706-876c-3ec24314445c f5ef500ab76e43dc937acb4ac7104f7c 97a32ae84d8e43409a15c51bf3301445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:22:31.598 8 INFO neutron.db.l3_hamode_db [None req-b203dca6-8378-4706-876c-3ec24314445c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 256/509] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:22:30 2026] PUT /v2.0/routers/54f46a82-01f6-467a-b28d-707240bffa30/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/510] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:30 2026] POST /v2.0/routers => generated 731 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/511] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:22:32 2026] DELETE /v2.0/security-groups/3bc3b0a4-21c1-4388-953e-17ff97e0e7bd => 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: 257/512] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:22:32 2026] PUT /v2.0/routers/5a286696-5f1d-4470-9937-191d09be729b/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/513] 10.0.0.15 () {38 vars in 970 bytes} [Wed Jun 17 04:22:33 2026] POST /v2.0/security-groups => generated 1685 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/514] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:22:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/515] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/516] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:22:32 2026] PUT /v2.0/routers/4aa0144b-8f54-41ce-b3c0-ec1469204a25/add_router_interface => generated 309 bytes in 1345 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/517] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/518] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:34 2026] GET /v2.0/security-groups/dc493c57-9b13-41c7-a702-cab0f3c1a5ac => generated 1685 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/519] 10.0.0.15 () {38 vars in 980 bytes} [Wed Jun 17 04:22:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/520] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:22:34 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/521] 10.0.0.15 () {38 vars in 970 bytes} [Wed Jun 17 04:22:34 2026] POST /v2.0/security-groups => generated 1681 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:22:34.690 8 INFO neutron.db.segments_db [None req-0214b262-6511-4366-9954-359b9f6b7af0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 58774d3b-a00c-4f6c-86c2-d3aa44ee1845 of type vxlan for network da144c5f-f91e-4f7c-880c-81833718fc2f [pid: 7|app: 0|req: 264/522] 10.0.0.15 () {38 vars in 970 bytes} [Wed Jun 17 04:22:34 2026] POST /v2.0/security-groups => generated 1684 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/523] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:22:34 2026] POST /v2.0/networks => generated 728 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/524] 10.0.0.15 () {38 vars in 970 bytes} [Wed Jun 17 04:22:34 2026] POST /v2.0/security-groups => generated 1681 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/525] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:34 2026] GET /v2.0/security-groups/d4a176a5-a84b-4ff1-95ac-c20fff073545 => generated 1684 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/526] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:34 2026] POST /v2.0/subnets => generated 695 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:35.113 8 INFO neutron.db.segments_db [None req-a03cdc58-9c53-48c0-9436-81344aac1209 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 4f4b5124-78ab-4a09-83fc-f12d07256e74 of type vxlan for network 183907bd-6812-455b-98a1-7c308b9c277d [pid: 7|app: 0|req: 267/527] 10.0.0.15 () {38 vars in 980 bytes} [Wed Jun 17 04:22:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/528] 10.0.0.15 () {34 vars in 1097 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--328282111&fields=id&tenant_id=cf58eaa7e67143d28d60d801c032aeeb => 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: 269/529] 10.0.0.15 () {38 vars in 970 bytes} [Wed Jun 17 04:22:35 2026] POST /v2.0/security-groups => generated 1682 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:22:35.337 8 INFO neutron.db.l3_hamode_db [None req-a03cdc58-9c53-48c0-9436-81344aac1209 f5ef500ab76e43dc937acb4ac7104f7c 33dab2d53776488bb90d760811968a1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 270/530] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/networks?id=b6b09e51-aa90-4810-a460-0185b514a322 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/531] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-groups/d4a176a5-a84b-4ff1-95ac-c20fff073545 => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/532] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/quotas/cf58eaa7e67143d28d60d801c032aeeb => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/533] 10.0.0.15 () {38 vars in 980 bytes} [Wed Jun 17 04:22:35 2026] POST /v2.0/security-group-rules => generated 619 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/534] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/ports?tenant_id=cf58eaa7e67143d28d60d801c032aeeb&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/535] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-groups?tenant_id=97a32ae84d8e43409a15c51bf3301445 => generated 7905 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/536] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-groups/3133d475-23ed-43ae-b8bd-b9a1c26ec26a => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/537] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-groups/3133d475-23ed-43ae-b8bd-b9a1c26ec26a => generated 2918 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/538] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-groups/d4a176a5-a84b-4ff1-95ac-c20fff073545 => generated 2939 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/539] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-groups/3ed6b187-73a1-4162-b2c9-211145d2c2fa => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/540] 10.0.0.15 () {36 vars in 1012 bytes} [Wed Jun 17 04:22:35 2026] DELETE /v2.0/security-groups/3ed6b187-73a1-4162-b2c9-211145d2c2fa => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/541] 10.0.0.15 () {34 vars in 1000 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/security-group-rules/159c0d79-a09b-40c1-8c1b-f9cb0ab43aa8 => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/542] 10.0.0.15 () {34 vars in 906 bytes} [Wed Jun 17 04:22:35 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/543] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/security-groups/d4a176a5-a84b-4ff1-95ac-c20fff073545 => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/544] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:22:36.123 8 INFO neutron.db.l3_hamode_db [None req-a03cdc58-9c53-48c0-9436-81344aac1209 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 285/545] 10.0.0.15 () {36 vars in 1022 bytes} [Wed Jun 17 04:22:36 2026] DELETE /v2.0/security-group-rules/159c0d79-a09b-40c1-8c1b-f9cb0ab43aa8 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/546] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:22:36.189 7 INFO neutron.api.v2.resource [req-82294e0e-4ba7-4dbb-966d-eb215c080e60 req-2a1a5b37-c876-4789-baab-90cfa1b5d2f5 0ddf765e5c744da497ff99fc163aea76 97a32ae84d8e43409a15c51bf3301445 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 287/547] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/security-groups/3ed6b187-73a1-4162-b2c9-211145d2c2fa => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/548] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/security-groups/d4a176a5-a84b-4ff1-95ac-c20fff073545 => generated 2309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/549] 10.0.0.15 () {36 vars in 1012 bytes} [Wed Jun 17 04:22:36 2026] DELETE /v2.0/security-groups/d4a176a5-a84b-4ff1-95ac-c20fff073545 => 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: 290/550] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/security-groups/b13d256a-3549-4883-aec4-721046d1829c => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/551] 10.0.0.15 () {36 vars in 1012 bytes} [Wed Jun 17 04:22:36 2026] DELETE /v2.0/security-groups/b13d256a-3549-4883-aec4-721046d1829c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/552] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => 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: 293/553] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/security-groups/dc493c57-9b13-41c7-a702-cab0f3c1a5ac => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/554] 10.0.0.15 () {36 vars in 1012 bytes} [Wed Jun 17 04:22:36 2026] DELETE /v2.0/security-groups/dc493c57-9b13-41c7-a702-cab0f3c1a5ac => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:22:36.756 7 INFO neutron.api.v2.resource [req-a9581dc2-57a3-4d36-9f3e-8ed5f1873b4c req-8e02f05b-ec00-4d4f-b838-d6f9e2ebf9c2 0ddf765e5c744da497ff99fc163aea76 97a32ae84d8e43409a15c51bf3301445 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/555] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:36 2026] GET /v2.0/security-groups/b13d256a-3549-4883-aec4-721046d1829c => 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: 261/556] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:35 2026] POST /v2.0/routers => generated 735 bytes in 2233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/557] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:37 2026] GET /v2.0/security-groups/4f4bd358-94d8-4eab-ab6e-a37bc44a6852 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:22:37.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-26b02578-2087-4703-aa6c-5585854e957b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 07ba5a41-4af6-4fac-b2d4-1073c1667266 2026-06-17 04:22:37.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26b02578-2087-4703-aa6c-5585854e957b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 07ba5a41-4af6-4fac-b2d4-1073c1667266 [pid: 7|app: 0|req: 296/558] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:22:36 2026] PUT /v2.0/routers/54f46a82-01f6-467a-b28d-707240bffa30/remove_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/559] 10.0.0.15 () {36 vars in 1012 bytes} [Wed Jun 17 04:22:38 2026] DELETE /v2.0/security-groups/4f4bd358-94d8-4eab-ab6e-a37bc44a6852 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/560] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:22:38.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-a374c1d4-d727-4f8d-ba9f-dde5e287198e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 6c3ee6c0-2ea8-492c-9290-5e12716bbdc2 2026-06-17 04:22:38.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a374c1d4-d727-4f8d-ba9f-dde5e287198e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 6c3ee6c0-2ea8-492c-9290-5e12716bbdc2 [pid: 8|app: 0|req: 263/561] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:22:37 2026] PUT /v2.0/routers/91583104-3474-4c60-ba71-f1eeee767fff/add_router_interface => generated 309 bytes in 1235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:22:38.575 8 INFO neutron.api.v2.resource [req-561223f1-c25b-42eb-8c68-736199be8f2f req-dda014d6-d61f-43a4-ba6c-9ad2de441e97 0ddf765e5c744da497ff99fc163aea76 97a32ae84d8e43409a15c51bf3301445 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/562] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/security-groups/4f4bd358-94d8-4eab-ab6e-a37bc44a6852 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:22:38.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-a374c1d4-d727-4f8d-ba9f-dde5e287198e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 4bf09eed-cbaa-4508-b66e-a55afc69878c 2026-06-17 04:22:38.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a374c1d4-d727-4f8d-ba9f-dde5e287198e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 4bf09eed-cbaa-4508-b66e-a55afc69878c [pid: 8|app: 0|req: 265/563] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/security-groups?tenant_id=97a32ae84d8e43409a15c51bf3301445 => generated 2921 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:22:38.712 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-a374c1d4-d727-4f8d-ba9f-dde5e287198e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 266/564] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/security-groups/3133d475-23ed-43ae-b8bd-b9a1c26ec26a => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/565] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/security-groups/3133d475-23ed-43ae-b8bd-b9a1c26ec26a => generated 2918 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:22:38.840 8 INFO neutron.api.v2.resource [req-ebcfc70e-1929-45da-ab02-1107722dc749 req-4448bab6-6a94-4923-aecc-24288ca3e189 0ddf765e5c744da497ff99fc163aea76 97a32ae84d8e43409a15c51bf3301445 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/566] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/security-groups/4f4bd358-94d8-4eab-ab6e-a37bc44a6852 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:22:38.893 8 INFO neutron.api.v2.resource [req-d073dd1e-d19d-4926-bade-c5fc5fc7f535 req-c41f0488-4b2d-4597-bc90-f5bd63b5156e 0ddf765e5c744da497ff99fc163aea76 97a32ae84d8e43409a15c51bf3301445 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/567] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/security-groups/b13d256a-3549-4883-aec4-721046d1829c => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:22:38.949 8 INFO neutron.api.v2.resource [req-deb8db93-3498-4129-99f0-3ed5279a48a8 req-b8e18d7a-5ea8-40ef-921d-a5a02ef8577e 0ddf765e5c744da497ff99fc163aea76 97a32ae84d8e43409a15c51bf3301445 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/570] 10.0.0.15 () {34 vars in 990 bytes} [Wed Jun 17 04:22:38 2026] GET /v2.0/security-groups/3ed6b187-73a1-4162-b2c9-211145d2c2fa => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:22:39.191 7 INFO neutron.db.l3_hamode_db [None req-a374c1d4-d727-4f8d-ba9f-dde5e287198e f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network d54464eb-084e-42ec-b17a-82bfb24692b8 was deleted as no HA routers are present in tenant d0991af28b464090be5fc88a7da7b087. [pid: 7|app: 0|req: 299/571] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:22:38 2026] DELETE /v2.0/routers/54f46a82-01f6-467a-b28d-707240bffa30 => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:22:39.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a20a239-8d75-464d-a04c-2659399a93c8 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 844eb957-3663-4643-afb7-00230c121977 [pid: 7|app: 0|req: 300/572] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:22:39 2026] DELETE /v2.0/subnets/2e584817-34cd-4f0b-bc93-283dc5b7a6cf => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:22:39.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a20a239-8d75-464d-a04c-2659399a93c8 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 844eb957-3663-4643-afb7-00230c121977 2026-06-17 04:22:39.507 7 INFO neutron.services.segments.plugin [-] Segment 5c6bfdd9-2f00-43e8-8082-d998ee174317 resource provider aggregate not found 2026-06-17 04:22:39.539 7 INFO neutron.services.segments.plugin [-] Segment 5c6bfdd9-2f00-43e8-8082-d998ee174317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6bfdd9-2f00-43e8-8082-d998ee174317 found for delete ", "request_id": "req-b4c70d12-7dac-4b2f-9fd8-c352655d56f4"}]} 2026-06-17 04:22:39.583 7 INFO neutron.services.segments.plugin [-] Segment 5c6bfdd9-2f00-43e8-8082-d998ee174317 resource provider aggregate not found 2026-06-17 04:22:39.607 7 INFO neutron.services.segments.plugin [-] Segment 5c6bfdd9-2f00-43e8-8082-d998ee174317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c6bfdd9-2f00-43e8-8082-d998ee174317 found for delete ", "request_id": "req-5c979d81-6504-4ddc-8ad9-5f67491cf909"}]} [pid: 7|app: 0|req: 301/573] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:22:39 2026] POST /v2.0/security-groups => generated 1659 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/574] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:39 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:22:39.815 7 INFO neutron_taas.services.taas.taas_plugin [None req-44faad98-e91f-4701-8c7a-6cc9070dcf50 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 819bcb8d-ff2f-407c-9105-2bb59e604ac3 2026-06-17 04:22:39.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44faad98-e91f-4701-8c7a-6cc9070dcf50 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 819bcb8d-ff2f-407c-9105-2bb59e604ac3 [pid: 7|app: 0|req: 303/575] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:22:39 2026] DELETE /v2.0/networks/ab1bdbc7-78e6-48c2-83e0-ad8f564a83a1 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/576] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:22:38 2026] PUT /v2.0/routers/4aa0144b-8f54-41ce-b3c0-ec1469204a25/remove_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/577] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/578] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:40.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c83609c-92d6-491b-8ccf-30f5757d03d6 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: af2a493a-abb1-4b73-9321-e0a5b851b9e4 2026-06-17 04:22:40.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c83609c-92d6-491b-8ccf-30f5757d03d6 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: af2a493a-abb1-4b73-9321-e0a5b851b9e4 [pid: 7|app: 0|req: 306/579] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:22:40 2026] GET /v2.0/security-groups?tenant_id=d0991af28b464090be5fc88a7da7b087&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:22:40.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c83609c-92d6-491b-8ccf-30f5757d03d6 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 09e1d028-37e1-416e-b228-33e50db5a51b 2026-06-17 04:22:40.559 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c83609c-92d6-491b-8ccf-30f5757d03d6 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 09e1d028-37e1-416e-b228-33e50db5a51b 2026-06-17 04:22:40.647 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-0c83609c-92d6-491b-8ccf-30f5757d03d6 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - 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-06-17 04:22:41.069 8 INFO neutron.db.l3_hamode_db [None req-0c83609c-92d6-491b-8ccf-30f5757d03d6 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network c2e18b25-53b6-40be-97b8-b09669bc2757 was deleted as no HA routers are present in tenant 97a32ae84d8e43409a15c51bf3301445. [pid: 8|app: 0|req: 274/580] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:22:40 2026] DELETE /v2.0/routers/4aa0144b-8f54-41ce-b3c0-ec1469204a25 => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/581] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:22:40 2026] POST /v2.0/floatingips => generated 552 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/582] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:41 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/583] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:22:41 2026] DELETE /v2.0/security-groups/630191ac-7412-42fd-855b-a516e4fb16a0 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/584] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:22:41 2026] DELETE /v2.0/subnets/541a2f07-f003-478b-9ec9-cfc192e39b3c => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:22:41.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-97953fa5-22ae-4c41-852d-b7f5285dc3f7 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 583d5b0b-e09a-4f65-92c3-d3accd712144 2026-06-17 04:22:41.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97953fa5-22ae-4c41-852d-b7f5285dc3f7 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 583d5b0b-e09a-4f65-92c3-d3accd712144 [pid: 7|app: 0|req: 310/585] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:22:41 2026] GET /v2.0/networks?id=b6b09e51-aa90-4810-a460-0185b514a322 => generated 676 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/586] 199.204.45.49 () {34 vars in 910 bytes} [Wed Jun 17 04:22:41 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/587] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:22:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cf58eaa7e67143d28d60d801c032aeeb => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/588] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:22:41 2026] DELETE /v2.0/networks/8116ddae-95ec-4fc4-96dc-e6db8b650ea4 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:22:41.753 8 INFO neutron.services.segments.plugin [-] Segment 915cad6a-97b1-4451-8685-03dd51d803e2 resource provider aggregate not found 2026-06-17 04:22:41.773 7 INFO neutron.services.segments.plugin [-] Segment 30344d21-ac1a-450c-b9ff-cd8b90501c28 resource provider aggregate not found 2026-06-17 04:22:41.785 8 INFO neutron.services.segments.plugin [-] Segment 915cad6a-97b1-4451-8685-03dd51d803e2 resource provider aggregate not found 2026-06-17 04:22:41.792 8 INFO neutron.services.segments.plugin [-] Segment 915cad6a-97b1-4451-8685-03dd51d803e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915cad6a-97b1-4451-8685-03dd51d803e2 found for delete ", "request_id": "req-beb57b3b-7670-4551-ac15-ce791e82e5d9"}]} 2026-06-17 04:22:41.804 8 INFO neutron.services.segments.plugin [-] Segment 915cad6a-97b1-4451-8685-03dd51d803e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915cad6a-97b1-4451-8685-03dd51d803e2 found for delete ", "request_id": "req-5217c4a2-119f-4f2b-ac2f-f17f8dc98aa6"}]} 2026-06-17 04:22:41.805 7 INFO neutron.services.segments.plugin [-] Segment 30344d21-ac1a-450c-b9ff-cd8b90501c28 resource provider aggregate not found 2026-06-17 04:22:41.808 7 INFO neutron.services.segments.plugin [-] Segment 30344d21-ac1a-450c-b9ff-cd8b90501c28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30344d21-ac1a-450c-b9ff-cd8b90501c28 found for delete ", "request_id": "req-8ae0a275-2074-4500-b1cb-2523ce3477b9"}]} 2026-06-17 04:22:41.825 7 INFO neutron.services.segments.plugin [-] Segment 30344d21-ac1a-450c-b9ff-cd8b90501c28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30344d21-ac1a-450c-b9ff-cd8b90501c28 found for delete ", "request_id": "req-106b5bcb-51cb-4f12-878f-10ea7febc53c"}]} [pid: 8|app: 0|req: 277/589] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:22:41 2026] GET /v2.0/security-groups?tenant_id=97a32ae84d8e43409a15c51bf3301445&name=default => generated 2921 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/590] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:22:41 2026] POST /v2.0/ports => generated 958 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/591] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:22:41 2026] DELETE /v2.0/security-groups/3133d475-23ed-43ae-b8bd-b9a1c26ec26a => generated 0 bytes in 150 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: 314/592] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:42 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 961 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/593] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:42 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/594] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:22:42 2026] PUT /v2.0/ports/c063a7f4-d41c-4548-8903-57d99c2ecde3 => generated 1239 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/595] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:43 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 173 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: 281/596] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:43 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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-06-17 04:22:43.718 7 INFO neutron.db.segments_db [None req-b9b33472-09f6-4bdc-80c7-640782e8bd36 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 62a32a4f-5ed3-42c8-8739-688819021b3f of type vxlan for network e604e9be-6ca6-4682-84b5-899af7bf8fb9 2026-06-17 04:22:43.824 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4fda78a-5743-4d65-9d68-60ac2e3e13b2'] response: {'name': 'network-changed', 'server_uuid': '543975ed-4ba5-465e-8fbd-759964b9cdcf', 'tag': 'c063a7f4-d41c-4548-8903-57d99c2ecde3', 'status': 'completed', 'code': 200} 2026-06-17 04:22:43.830 8 INFO neutron.services.segments.plugin [-] Segment c0629b21-d48c-4dc4-bb56-6a0c136dd2f7 resource provider aggregate not found 2026-06-17 04:22:43.836 8 INFO neutron.services.segments.plugin [-] Segment c0629b21-d48c-4dc4-bb56-6a0c136dd2f7 resource provider aggregate not found [pid: 7|app: 0|req: 316/597] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:22:43 2026] POST /v2.0/networks => generated 731 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:43.860 8 INFO neutron.services.segments.plugin [-] Segment c0629b21-d48c-4dc4-bb56-6a0c136dd2f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0629b21-d48c-4dc4-bb56-6a0c136dd2f7 found for delete ", "request_id": "req-b5e83766-f485-4da9-9218-73bbb21e0aeb"}]} 2026-06-17 04:22:43.863 8 INFO neutron.services.segments.plugin [-] Segment c0629b21-d48c-4dc4-bb56-6a0c136dd2f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0629b21-d48c-4dc4-bb56-6a0c136dd2f7 found for delete ", "request_id": "req-2152227e-24c5-43b8-bf46-5178302e070b"}]} [pid: 8|app: 0|req: 282/598] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:43 2026] POST /v2.0/subnets => generated 697 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:22:44.160 7 INFO neutron.db.segments_db [None req-5edcf837-835c-46a4-80db-5e9d1463c7ea f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment cfa33c4e-9977-4712-aa8d-53e743370129 of type vxlan for network 40816b08-c679-45d8-a266-c4e0b58620cb [pid: 8|app: 0|req: 283/599] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:44 2026] GET /v2.0/ports?tenant_id=cf58eaa7e67143d28d60d801c032aeeb&device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:22:44.429 7 INFO neutron.db.l3_hamode_db [None req-5edcf837-835c-46a4-80db-5e9d1463c7ea f5ef500ab76e43dc937acb4ac7104f7c fbc6ff79aed2448da14e47b68b30ea31 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:22:44.529 8 INFO neutron.db.segments_db [None req-f58d06ec-a516-4f81-b6af-8827df6706ed f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 77e5f349-971e-4a8c-b61d-0c8a8aaef1f4 of type vxlan for network f97a3813-236a-4ce9-8c5a-2fe22d01d441 [pid: 8|app: 0|req: 284/600] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:22:44 2026] POST /v2.0/networks => generated 719 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/601] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:22:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c063a7f4-d41c-4548-8903-57d99c2ecde3 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/602] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:44 2026] POST /v2.0/subnets => generated 685 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/603] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:22:44 2026] GET /v2.0/subnets?id=a18a598f-d924-4fb5-bd7b-bc5abbcf3626 => generated 694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/604] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:44 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:22:44.969 8 INFO neutron.db.segments_db [None req-f179135c-d74f-41e3-9ca5-bfc0d0a45e5d f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 374d09e9-616a-4348-a4c2-698f1c867add of type vxlan for network b5dead0e-7724-46d3-b075-74574a9bee06 2026-06-17 04:22:45.216 8 INFO neutron.db.l3_hamode_db [None req-f179135c-d74f-41e3-9ca5-bfc0d0a45e5d f5ef500ab76e43dc937acb4ac7104f7c e16ccd1ad3e146ee8a19a89da6477e98 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:22:45.270 7 INFO neutron.db.l3_hamode_db [None req-5edcf837-835c-46a4-80db-5e9d1463c7ea f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:22:46.119 8 INFO neutron.db.l3_hamode_db [None req-f179135c-d74f-41e3-9ca5-bfc0d0a45e5d f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 317/605] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:44 2026] POST /v2.0/routers => generated 737 bytes in 2142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/606] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:22:46 2026] GET /v2.0/ports?network_id=b6b09e51-aa90-4810-a460-0185b514a322&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/607] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:46 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/608] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:22:44 2026] POST /v2.0/routers => generated 725 bytes in 2553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/609] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?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: 291/610] 10.0.0.15 () {34 vars in 1097 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--244720699&fields=id&tenant_id=33dab2d53776488bb90d760811968a1b => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/611] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/612] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:22:46 2026] PUT /v2.0/routers/b25ff2c1-06d4-4707-8a99-ce51b7c59ffc/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/613] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?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: 322/614] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/networks?id=da144c5f-f91e-4f7c-880c-81833718fc2f => generated 680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/615] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/616] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/quotas/33dab2d53776488bb90d760811968a1b => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/617] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/ports?tenant_id=33dab2d53776488bb90d760811968a1b&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: 326/618] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:22:47 2026] GET /v2.0/networks/da144c5f-f91e-4f7c-880c-81833718fc2f?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: 327/619] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:22:48 2026] GET /v2.0/networks/da144c5f-f91e-4f7c-880c-81833718fc2f?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: 328/620] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:48 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 329/621] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:22:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/622] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/623] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/624] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:22:47 2026] PUT /v2.0/routers/2dffb161-85c3-4a5b-8867-2adeb1976193/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/625] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:48 2026] GET /v2.0/ports?tenant_id=cf58eaa7e67143d28d60d801c032aeeb&device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/626] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:22:48 2026] GET /v2.0/networks?id=b6b09e51-aa90-4810-a460-0185b514a322 => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/627] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:48 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/628] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:22:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c063a7f4-d41c-4548-8903-57d99c2ecde3 => 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: 298/629] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:49 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 299/630] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:22:49 2026] GET /v2.0/subnets?id=a18a598f-d924-4fb5-bd7b-bc5abbcf3626 => generated 694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/631] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:22:49 2026] GET /v2.0/ports?network_id=b6b09e51-aa90-4810-a460-0185b514a322&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/632] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:22:49 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?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: 302/633] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:22:49 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?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: 303/634] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:49 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 332/635] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:22:48 2026] POST /v2.0/floatingips => generated 552 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/636] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:22:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/637] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/638] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:22:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/639] 10.0.0.15 () {34 vars in 1099 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1497370159&fields=id&tenant_id=fbc6ff79aed2448da14e47b68b30ea31 => 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: 307/640] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/641] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/networks?id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 682 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/642] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/643] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/quotas/fbc6ff79aed2448da14e47b68b30ea31 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/644] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&fields=id => generated 57 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/645] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/646] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/647] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/648] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:22:50 2026] POST /v2.0/floatingips => generated 552 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/649] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:50 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/650] 10.0.0.15 () {34 vars in 1099 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2083213157&fields=id&tenant_id=e16ccd1ad3e146ee8a19a89da6477e98 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/651] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/networks?id=f97a3813-236a-4ce9-8c5a-2fe22d01d441 => generated 670 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/652] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/quotas/e16ccd1ad3e146ee8a19a89da6477e98 => 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: 317/653] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/ports?tenant_id=e16ccd1ad3e146ee8a19a89da6477e98&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/654] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?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: 318/655] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?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: 338/656] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/657] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/658] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => 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: 320/659] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:51 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 340/660] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:52 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 321/661] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:52 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/662] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:52 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => 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: 322/663] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:52 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/664] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:52 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 323/665] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:53 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 343/666] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:22:53 2026] GET /v2.0/networks?id=da144c5f-f91e-4f7c-880c-81833718fc2f => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/667] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:22:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=33dab2d53776488bb90d760811968a1b => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/670] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:53 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => 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: 344/671] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:22:53 2026] POST /v2.0/ports => generated 954 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/672] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:53 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => 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: 329/673] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:54 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 957 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/674] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:54 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/675] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:54 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 332/676] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:54 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 345/677] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:22:54 2026] PUT /v2.0/ports/fe3953b0-4769-4f47-aa62-749d769a6fc4 => generated 1235 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:22:54.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a3e19c8-a860-4f6e-8cc8-1c82a36972cb'] response: {'name': 'network-changed', 'server_uuid': '4d2d63a5-a8c2-4173-9067-f24f60171d9d', 'tag': 'fe3953b0-4769-4f47-aa62-749d769a6fc4', '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: 333/678] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:54 2026] GET /v2.0/ports?tenant_id=33dab2d53776488bb90d760811968a1b&device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 1238 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/679] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/680] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/networks?tenant_id=33dab2d53776488bb90d760811968a1b&shared=False => generated 775 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/681] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/682] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 335/683] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/684] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 349/685] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/686] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 350/687] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/networks?id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 682 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/688] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:22:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fbc6ff79aed2448da14e47b68b30ea31 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/689] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:22:55 2026] POST /v2.0/ports => generated 958 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 352/690] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/691] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/ports?tenant_id=33dab2d53776488bb90d760811968a1b&device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 1238 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/692] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fe3953b0-4769-4f47-aa62-749d769a6fc4 => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/693] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/subnets?id=671717a7-abb0-4ecc-8453-75eb1252b5bd => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/694] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/ports?network_id=da144c5f-f91e-4f7c-880c-81833718fc2f&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/695] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/696] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/697] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/networks/da144c5f-f91e-4f7c-880c-81833718fc2f?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: 360/698] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/699] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 8|app: 0|req: 339/700] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:22:56 2026] PUT /v2.0/ports/eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 1239 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/701] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/networks/da144c5f-f91e-4f7c-880c-81833718fc2f?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 340/702] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/703] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/704] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:56 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:22:57.089 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b801f82-53c4-4304-9e6d-6580ddcc1915'] response: {'name': 'network-changed', 'server_uuid': 'ef3309eb-8c61-4812-bfb1-6a392c3fcaf1', 'tag': 'eae4f3ff-ee6b-4b7f-98db-80d970595230', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 364/705] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:22:57.451 8 INFO neutron.db.l3_db [None req-5ea0641b-f2ec-42f5-9aeb-148d5590d638 92670c30eec449e6b219472e92939cc1 cf58eaa7e67143d28d60d801c032aeeb - - default default] Floating IP c12d2415-b40c-4eaa-b81c-024ef4f7c2ae associated. External IP: 10.96.250.204, port: c063a7f4-d41c-4548-8903-57d99c2ecde3. [pid: 7|app: 0|req: 365/706] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/707] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/networks?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&shared=False => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/708] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/709] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:22:56 2026] PUT /v2.0/floatingips/c12d2415-b40c-4eaa-b81c-024ef4f7c2ae => generated 856 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/710] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/711] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/712] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/networks?id=f97a3813-236a-4ce9-8c5a-2fe22d01d441 => generated 670 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/713] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e16ccd1ad3e146ee8a19a89da6477e98 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/714] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/715] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:57 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&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: 371/716] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:22:57 2026] POST /v2.0/ports => generated 958 bytes in 415 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: 372/717] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 961 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/718] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/719] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:22:58 2026] PUT /v2.0/ports/26fbcad6-6a8d-4bc3-8105-e703d2682513 => generated 1239 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/720] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1242 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: 8|app: 0|req: 347/721] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/722] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/subnets?id=c67e8d1b-0ac1-48ff-b019-e22a6d365e39 => generated 700 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/723] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 376/724] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/ports?network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9&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: 349/725] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:58 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 377/726] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 378/727] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 350/728] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:22:59.137 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71af741f-9f80-41c2-b8f9-a0cae2d0ae6e'] response: {'name': 'network-changed', 'server_uuid': '543975ed-4ba5-465e-8fbd-759964b9cdcf', 'tag': 'c063a7f4-d41c-4548-8903-57d99c2ecde3', 'status': 'completed', 'code': 200} 2026-06-17 04:22:59.138 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71af741f-9f80-41c2-b8f9-a0cae2d0ae6e'] response: {'name': 'network-changed', 'server_uuid': 'fdcdc391-789e-421b-90d2-ca0589ae0c68', 'tag': '26fbcad6-6a8d-4bc3-8105-e703d2682513', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 379/729] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/730] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/731] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&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: 352/732] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/ports?tenant_id=cf58eaa7e67143d28d60d801c032aeeb&device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/733] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/networks?id=b6b09e51-aa90-4810-a460-0185b514a322 => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/734] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c063a7f4-d41c-4548-8903-57d99c2ecde3 => generated 859 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/735] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/ports?tenant_id=e16ccd1ad3e146ee8a19a89da6477e98&device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/736] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/subnets?id=a18a598f-d924-4fb5-bd7b-bc5abbcf3626 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/737] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=26fbcad6-6a8d-4bc3-8105-e703d2682513 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/738] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/subnets?id=1ebae0e2-bd1e-4efd-98eb-3939dcb61856 => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/739] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/ports?network_id=b6b09e51-aa90-4810-a460-0185b514a322&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/740] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/ports?network_id=f97a3813-236a-4ce9-8c5a-2fe22d01d441&device_owner=network%3Adhcp => 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: 356/741] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/742] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?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: 358/743] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 969 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/744] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 360/745] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 361/746] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/747] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:22:59 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?fields=segments => generated 14 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/748] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?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: 387/749] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => 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: 363/750] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:00 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&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: 388/751] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/752] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 364/753] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/754] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/ports?tenant_id=e16ccd1ad3e146ee8a19a89da6477e98&device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/755] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/756] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/networks?id=f97a3813-236a-4ce9-8c5a-2fe22d01d441 => generated 766 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/757] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=26fbcad6-6a8d-4bc3-8105-e703d2682513 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/758] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/subnets?id=1ebae0e2-bd1e-4efd-98eb-3939dcb61856 => generated 688 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/759] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/ports?network_id=f97a3813-236a-4ce9-8c5a-2fe22d01d441&device_owner=network%3Adhcp => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/760] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/761] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?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: 394/762] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/763] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:01 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/764] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:02 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/765] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:02 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/766] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:02 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/767] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:02 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/768] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:03 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/769] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:03 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&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: 398/770] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:03 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 373/771] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:03 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 399/772] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:03 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/773] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:03 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/774] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:04 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 973 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/775] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:04 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/776] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:04 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/777] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:04 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 402/778] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:05 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/779] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:05 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/780] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:05 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/781] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:05 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/782] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:05 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&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-06-17 04:23:05.704 8 INFO neutron.db.l3_db [None req-013c3e74-1ca4-4d57-8c06-d1b5dc8491c2 3d7f7e9524d242e79659033f9ed786fb 33dab2d53776488bb90d760811968a1b - - default default] Floating IP fe6d2524-6b03-4a7a-962b-810c2b7488ab associated. External IP: 10.96.250.210, port: fe3953b0-4769-4f47-aa62-749d769a6fc4. [pid: 8|app: 0|req: 378/783] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:23:05 2026] PUT /v2.0/floatingips/fe6d2524-6b03-4a7a-962b-810c2b7488ab => generated 855 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:06.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03c26ae1-6e1a-471d-aaf9-1a06377640f7'] response: {'name': 'network-changed', 'server_uuid': '4d2d63a5-a8c2-4173-9067-f24f60171d9d', 'tag': 'fe3953b0-4769-4f47-aa62-749d769a6fc4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 406/784] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/785] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/786] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/787] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&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: 408/788] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/789] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/ports?tenant_id=33dab2d53776488bb90d760811968a1b&device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/790] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/791] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/networks?id=da144c5f-f91e-4f7c-880c-81833718fc2f => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/792] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/793] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/794] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:23:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fe3953b0-4769-4f47-aa62-749d769a6fc4 => generated 858 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:07.051 8 INFO neutron.db.l3_db [None req-aa176c19-9323-467b-8d3b-efd4d3cd8556 aa55d65e36074271b24e5541496faff9 fbc6ff79aed2448da14e47b68b30ea31 - - default default] Floating IP fada87da-ba41-4127-b3fc-7594fed75034 associated. External IP: 10.96.250.220, port: eae4f3ff-ee6b-4b7f-98db-80d970595230. [pid: 7|app: 0|req: 415/795] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&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: 416/796] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/subnets?id=671717a7-abb0-4ecc-8453-75eb1252b5bd => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/797] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/ports?network_id=da144c5f-f91e-4f7c-880c-81833718fc2f&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: 7|app: 0|req: 418/798] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/799] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/networks/da144c5f-f91e-4f7c-880c-81833718fc2f?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: 381/800] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:23:06 2026] PUT /v2.0/floatingips/fada87da-ba41-4127-b3fc-7594fed75034 => generated 856 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/801] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/networks/da144c5f-f91e-4f7c-880c-81833718fc2f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/802] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/803] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:07 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:07.960 7 INFO neutron.db.l3_db [None req-150cf760-873c-48cd-9403-65eefba8630e c03a271fd4ca46969c1f6dbec5364f54 e16ccd1ad3e146ee8a19a89da6477e98 - - default default] Floating IP cad181b8-2cf7-4c14-abeb-f2125cea5919 associated. External IP: 10.96.250.211, port: 26fbcad6-6a8d-4bc3-8105-e703d2682513. [pid: 8|app: 0|req: 385/804] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 1244 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:23:08.208 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bb48df6-03bd-4214-9320-d21ed9420db3'] response: {'name': 'network-changed', 'server_uuid': 'ef3309eb-8c61-4812-bfb1-6a392c3fcaf1', 'tag': 'eae4f3ff-ee6b-4b7f-98db-80d970595230', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 386/805] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/806] 10.0.0.104 () {34 vars in 1040 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 388/807] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/808] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:23:07 2026] PUT /v2.0/floatingips/cad181b8-2cf7-4c14-abeb-f2125cea5919 => generated 856 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:08.395 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6dfca202-c8d2-4d6c-b77e-0a86027212d3'] response: {'name': 'network-changed', 'server_uuid': 'fdcdc391-789e-421b-90d2-ca0589ae0c68', 'tag': '26fbcad6-6a8d-4bc3-8105-e703d2682513', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 389/809] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/810] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/811] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/812] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/networks?id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 778 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/813] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => 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: 423/814] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/816] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&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: 393/818] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/subnets?id=c67e8d1b-0ac1-48ff-b019-e22a6d365e39 => generated 700 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/819] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/ports?tenant_id=e16ccd1ad3e146ee8a19a89da6477e98&device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => 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: 394/820] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/ports?network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/821] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 427/822] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:08 2026] GET /v2.0/networks?id=f97a3813-236a-4ce9-8c5a-2fe22d01d441 => generated 766 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/823] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 428/824] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=26fbcad6-6a8d-4bc3-8105-e703d2682513 => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/825] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/subnets?id=1ebae0e2-bd1e-4efd-98eb-3939dcb61856 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/826] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/ports?network_id=f97a3813-236a-4ce9-8c5a-2fe22d01d441&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/827] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/828] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/829] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:23:09.295 7 INFO neutron_taas.services.taas.taas_plugin [req-9b994b40-9e43-4fc6-b610-286b96037294 req-f10b6ea3-c6f6-4e4f-bc1e-4d8ca76f0fca 3d7f7e9524d242e79659033f9ed786fb 33dab2d53776488bb90d760811968a1b - - default default] TaaS: Handle Delete Port: fe3953b0-4769-4f47-aa62-749d769a6fc4 2026-06-17 04:23:09.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9b994b40-9e43-4fc6-b610-286b96037294 req-f10b6ea3-c6f6-4e4f-bc1e-4d8ca76f0fca 3d7f7e9524d242e79659033f9ed786fb 33dab2d53776488bb90d760811968a1b - - default default] Tap Mirror: Handle Delete Port: fe3953b0-4769-4f47-aa62-749d769a6fc4 [pid: 8|app: 0|req: 401/830] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:09.529 7 INFO neutron.db.l3_db [req-9b994b40-9e43-4fc6-b610-286b96037294 req-f10b6ea3-c6f6-4e4f-bc1e-4d8ca76f0fca 3d7f7e9524d242e79659033f9ed786fb 33dab2d53776488bb90d760811968a1b - - default default] Floating IP fe6d2524-6b03-4a7a-962b-810c2b7488ab disassociated. External IP: 10.96.250.210, port: fe3953b0-4769-4f47-aa62-749d769a6fc4. [pid: 8|app: 0|req: 402/831] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:09 2026] GET /v2.0/security-groups?id=7cd8f0fc-01cc-47ca-a365-1559c42c0c71&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: 430/832] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:23:09 2026] DELETE /v2.0/ports/fe3953b0-4769-4f47-aa62-749d769a6fc4 => generated 0 bytes in 811 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/833] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:10 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/834] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:10 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&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-06-17 04:23:10.435 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-abb50156-9300-41d9-a533-57b5d7e0b323'] response: {'server_uuid': '4d2d63a5-a8c2-4173-9067-f24f60171d9d', 'name': 'network-vif-deleted', 'tag': 'fe3953b0-4769-4f47-aa62-749d769a6fc4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 404/835] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:10 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 405/836] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:23:11 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/837] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:11 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/838] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:11 2026] GET /v2.0/security-groups?id=7bc057c3-21ed-46f1-80a1-f19b1db1f994&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:11.467 8 INFO neutron_taas.services.taas.taas_plugin [req-f319d561-2e11-47d3-9682-74c744948c92 req-8a165266-a98e-4f8a-87a9-7f0742a6766d c03a271fd4ca46969c1f6dbec5364f54 e16ccd1ad3e146ee8a19a89da6477e98 - - default default] TaaS: Handle Delete Port: 26fbcad6-6a8d-4bc3-8105-e703d2682513 2026-06-17 04:23:11.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f319d561-2e11-47d3-9682-74c744948c92 req-8a165266-a98e-4f8a-87a9-7f0742a6766d c03a271fd4ca46969c1f6dbec5364f54 e16ccd1ad3e146ee8a19a89da6477e98 - - default default] Tap Mirror: Handle Delete Port: 26fbcad6-6a8d-4bc3-8105-e703d2682513 2026-06-17 04:23:11.620 8 INFO neutron.db.l3_db [req-f319d561-2e11-47d3-9682-74c744948c92 req-8a165266-a98e-4f8a-87a9-7f0742a6766d c03a271fd4ca46969c1f6dbec5364f54 e16ccd1ad3e146ee8a19a89da6477e98 - - default default] Floating IP cad181b8-2cf7-4c14-abeb-f2125cea5919 disassociated. External IP: 10.96.250.211, port: 26fbcad6-6a8d-4bc3-8105-e703d2682513. [pid: 7|app: 0|req: 434/839] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:11 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/840] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:23:11 2026] DELETE /v2.0/ports/26fbcad6-6a8d-4bc3-8105-e703d2682513 => generated 0 bytes in 1135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/841] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:12 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:23:12.490 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a8d62de-1c0a-4741-8c50-e2ffabd63fec'] response: {'server_uuid': 'fdcdc391-789e-421b-90d2-ca0589ae0c68', 'name': 'network-vif-deleted', 'tag': '26fbcad6-6a8d-4bc3-8105-e703d2682513', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 407/842] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:12 2026] GET /v2.0/ports?device_id=4d2d63a5-a8c2-4173-9067-f24f60171d9d => 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: 436/843] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:13 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => 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: 408/844] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:14 2026] DELETE /v2.0/security-groups/7cd8f0fc-01cc-47ca-a365-1559c42c0c71 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:14.163 7 INFO neutron.api.v2.resource [None req-4bcbcd85-137a-4317-b58b-3e53ff80c00c 3d7f7e9524d242e79659033f9ed786fb 33dab2d53776488bb90d760811968a1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 437/845] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:23:14 2026] GET /v2.0/security-groups/7cd8f0fc-01cc-47ca-a365-1559c42c0c71 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:23:14.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ad37b56-b700-42c2-8053-bac488ac5fd7 3d7f7e9524d242e79659033f9ed786fb 33dab2d53776488bb90d760811968a1b - - default default] TaaS: Handle Delete Port: c041bade-b42b-4dc0-bdf7-8d5012fc522c 2026-06-17 04:23:14.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ad37b56-b700-42c2-8053-bac488ac5fd7 3d7f7e9524d242e79659033f9ed786fb 33dab2d53776488bb90d760811968a1b - - default default] Tap Mirror: Handle Delete Port: c041bade-b42b-4dc0-bdf7-8d5012fc522c [pid: 8|app: 0|req: 409/846] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:23:14 2026] DELETE /v2.0/floatingips/fe6d2524-6b03-4a7a-962b-810c2b7488ab => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/847] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:14 2026] GET /v2.0/ports?device_id=fdcdc391-789e-421b-90d2-ca0589ae0c68 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:23:14.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-8330d376-0733-4a10-99e8-dc1331c20a3a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 4853254f-3fa9-4414-8a46-405d8a69a4dc 2026-06-17 04:23:14.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8330d376-0733-4a10-99e8-dc1331c20a3a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 4853254f-3fa9-4414-8a46-405d8a69a4dc [pid: 7|app: 0|req: 438/848] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:23:14 2026] PUT /v2.0/routers/91583104-3474-4c60-ba71-f1eeee767fff/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:15.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-90debe43-ffac-4216-9a19-19565c35354b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 8786ef2c-21db-4e99-ae66-178c840b43c5 2026-06-17 04:23:15.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90debe43-ffac-4216-9a19-19565c35354b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 8786ef2c-21db-4e99-ae66-178c840b43c5 2026-06-17 04:23:15.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-90debe43-ffac-4216-9a19-19565c35354b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 7cf07563-d8ae-4fe1-bd5e-c3ef5a179f4e 2026-06-17 04:23:15.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90debe43-ffac-4216-9a19-19565c35354b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 7cf07563-d8ae-4fe1-bd5e-c3ef5a179f4e [pid: 7|app: 0|req: 439/849] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:15 2026] DELETE /v2.0/security-groups/7bc057c3-21ed-46f1-80a1-f19b1db1f994 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:15.976 7 INFO neutron.api.v2.resource [None req-e347721f-f909-431b-92ac-ce120d75da9d c03a271fd4ca46969c1f6dbec5364f54 e16ccd1ad3e146ee8a19a89da6477e98 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/850] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:23:15 2026] GET /v2.0/security-groups/7bc057c3-21ed-46f1-80a1-f19b1db1f994 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:23:16.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a936a3e-727a-4d32-ae0b-92308ca3f81a c03a271fd4ca46969c1f6dbec5364f54 e16ccd1ad3e146ee8a19a89da6477e98 - - default default] TaaS: Handle Delete Port: 6586eba8-092f-451f-9739-92da39de6def 2026-06-17 04:23:16.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a936a3e-727a-4d32-ae0b-92308ca3f81a c03a271fd4ca46969c1f6dbec5364f54 e16ccd1ad3e146ee8a19a89da6477e98 - - default default] Tap Mirror: Handle Delete Port: 6586eba8-092f-451f-9739-92da39de6def 2026-06-17 04:23:16.228 8 INFO neutron.services.segments.plugin [-] Segment 4f4b5124-78ab-4a09-83fc-f12d07256e74 resource provider aggregate not found 2026-06-17 04:23:16.236 8 INFO neutron.services.segments.plugin [-] Segment 4f4b5124-78ab-4a09-83fc-f12d07256e74 resource provider aggregate not found 2026-06-17 04:23:16.251 8 INFO neutron.services.segments.plugin [-] Segment 4f4b5124-78ab-4a09-83fc-f12d07256e74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f4b5124-78ab-4a09-83fc-f12d07256e74 found for delete ", "request_id": "req-db373d6d-efb0-4791-95e1-83d2dec81c99"}]} 2026-06-17 04:23:16.255 8 INFO neutron.services.segments.plugin [-] Segment 4f4b5124-78ab-4a09-83fc-f12d07256e74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f4b5124-78ab-4a09-83fc-f12d07256e74 found for delete ", "request_id": "req-a6e0fbb7-3ca4-4bbd-9d54-666d68159804"}]} 2026-06-17 04:23:16.264 8 INFO neutron.db.l3_hamode_db [None req-90debe43-ffac-4216-9a19-19565c35354b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network 183907bd-6812-455b-98a1-7c308b9c277d was deleted as no HA routers are present in tenant 33dab2d53776488bb90d760811968a1b. [pid: 8|app: 0|req: 411/851] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:15 2026] DELETE /v2.0/routers/91583104-3474-4c60-ba71-f1eeee767fff => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/852] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:23:15 2026] DELETE /v2.0/floatingips/cad181b8-2cf7-4c14-abeb-f2125cea5919 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/853] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:16 2026] DELETE /v2.0/subnets/671717a7-abb0-4ecc-8453-75eb1252b5bd => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:23:16.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d39d18d-71e4-4666-94e6-03ba5ab42f86 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: ea3a39cd-515d-4d5e-aecf-57094d58fd3e 2026-06-17 04:23:16.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d39d18d-71e4-4666-94e6-03ba5ab42f86 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: ea3a39cd-515d-4d5e-aecf-57094d58fd3e 2026-06-17 04:23:16.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-0770100a-4ada-4823-ae67-a70a9e705b93 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: ccdab4a3-ef25-4535-bc1d-0e966f41c6b8 2026-06-17 04:23:16.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0770100a-4ada-4823-ae67-a70a9e705b93 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: ccdab4a3-ef25-4535-bc1d-0e966f41c6b8 [pid: 8|app: 0|req: 413/854] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:23:16 2026] DELETE /v2.0/networks/da144c5f-f91e-4f7c-880c-81833718fc2f => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/855] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:17 2026] GET /v2.0/security-groups?tenant_id=33dab2d53776488bb90d760811968a1b&name=default => 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: 415/856] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:17 2026] DELETE /v2.0/security-groups/c289f08c-2282-4a68-bc97-137cfefcadfe => 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: 442/857] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:23:16 2026] PUT /v2.0/routers/2dffb161-85c3-4a5b-8867-2adeb1976193/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:17.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-770443f0-4517-4ea6-90fd-dd78cd66862f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: e4bd589b-6fff-43cf-89d1-f09a6b37a25d 2026-06-17 04:23:17.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-770443f0-4517-4ea6-90fd-dd78cd66862f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: e4bd589b-6fff-43cf-89d1-f09a6b37a25d 2026-06-17 04:23:17.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-770443f0-4517-4ea6-90fd-dd78cd66862f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 97d6272a-996c-4cc6-a22c-6df525b115ef 2026-06-17 04:23:17.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-770443f0-4517-4ea6-90fd-dd78cd66862f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 97d6272a-996c-4cc6-a22c-6df525b115ef 2026-06-17 04:23:18.211 8 INFO neutron.db.l3_hamode_db [None req-770443f0-4517-4ea6-90fd-dd78cd66862f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network b5dead0e-7724-46d3-b075-74574a9bee06 was deleted as no HA routers are present in tenant e16ccd1ad3e146ee8a19a89da6477e98. [pid: 8|app: 0|req: 416/858] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:17 2026] DELETE /v2.0/routers/2dffb161-85c3-4a5b-8867-2adeb1976193 => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/859] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:23:18 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1244 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:23:18.281 8 INFO neutron.services.segments.plugin [-] Segment 58774d3b-a00c-4f6c-86c2-d3aa44ee1845 resource provider aggregate not found 2026-06-17 04:23:18.298 8 INFO neutron.services.segments.plugin [-] Segment 58774d3b-a00c-4f6c-86c2-d3aa44ee1845 resource provider aggregate not found 2026-06-17 04:23:18.313 8 INFO neutron.services.segments.plugin [-] Segment 58774d3b-a00c-4f6c-86c2-d3aa44ee1845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58774d3b-a00c-4f6c-86c2-d3aa44ee1845 found for delete ", "request_id": "req-9fb408c0-0183-41f8-bf82-c001ab29d4a3"}]} 2026-06-17 04:23:18.318 8 INFO neutron.services.segments.plugin [-] Segment 58774d3b-a00c-4f6c-86c2-d3aa44ee1845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58774d3b-a00c-4f6c-86c2-d3aa44ee1845 found for delete ", "request_id": "req-2abaf05a-79e1-4dce-90d9-db143193fb2c"}]} 2026-06-17 04:23:18.334 8 INFO neutron.services.segments.plugin [-] Segment 374d09e9-616a-4348-a4c2-698f1c867add resource provider aggregate not found [pid: 7|app: 0|req: 444/860] 10.0.0.104 () {34 vars in 1040 bytes} [Wed Jun 17 04:23:18 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:18.346 8 INFO neutron.services.segments.plugin [-] Segment 374d09e9-616a-4348-a4c2-698f1c867add resource provider aggregate not found 2026-06-17 04:23:18.367 8 INFO neutron.services.segments.plugin [-] Segment 374d09e9-616a-4348-a4c2-698f1c867add resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 374d09e9-616a-4348-a4c2-698f1c867add found for delete ", "request_id": "req-43b55794-b42d-4dda-a0a9-bce82202a0be"}]} 2026-06-17 04:23:18.369 8 INFO neutron.services.segments.plugin [-] Segment 374d09e9-616a-4348-a4c2-698f1c867add resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 374d09e9-616a-4348-a4c2-698f1c867add found for delete ", "request_id": "req-7eb56cfe-9e27-43f1-8a95-d53195d8e433"}]} [pid: 8|app: 0|req: 417/861] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:18 2026] DELETE /v2.0/subnets/1ebae0e2-bd1e-4efd-98eb-3939dcb61856 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:23:18.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f8a1d18-73ac-4bce-a9c2-fd1874ee4d79 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: c4d66f4e-0e16-433e-ae82-36aedae45918 2026-06-17 04:23:18.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f8a1d18-73ac-4bce-a9c2-fd1874ee4d79 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: c4d66f4e-0e16-433e-ae82-36aedae45918 2026-06-17 04:23:18.746 7 INFO neutron.services.segments.plugin [-] Segment 77e5f349-971e-4a8c-b61d-0c8a8aaef1f4 resource provider aggregate not found 2026-06-17 04:23:18.756 7 INFO neutron.services.segments.plugin [-] Segment 77e5f349-971e-4a8c-b61d-0c8a8aaef1f4 resource provider aggregate not found 2026-06-17 04:23:18.772 7 INFO neutron.services.segments.plugin [-] Segment 77e5f349-971e-4a8c-b61d-0c8a8aaef1f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e5f349-971e-4a8c-b61d-0c8a8aaef1f4 found for delete ", "request_id": "req-acd6fc64-f2aa-4efd-9851-9eda274fd332"}]} 2026-06-17 04:23:18.782 7 INFO neutron.services.segments.plugin [-] Segment 77e5f349-971e-4a8c-b61d-0c8a8aaef1f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e5f349-971e-4a8c-b61d-0c8a8aaef1f4 found for delete ", "request_id": "req-8e611482-6805-4ba3-97a8-aac96b862ff8"}]} [pid: 7|app: 0|req: 445/862] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:23:18 2026] DELETE /v2.0/networks/f97a3813-236a-4ce9-8c5a-2fe22d01d441 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/863] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:19 2026] GET /v2.0/security-groups?tenant_id=e16ccd1ad3e146ee8a19a89da6477e98&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/864] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:19 2026] DELETE /v2.0/security-groups/437300ef-99d8-4960-8bd5-2e1453afa75f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:21.865 8 INFO neutron.db.segments_db [None req-85db8947-f109-4ecc-950c-246520d97162 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 65c44714-2946-4fe9-ac19-9d7792e09efc of type vxlan for network 0b281651-b37f-4517-ac82-d8645b652e92 [pid: 8|app: 0|req: 419/865] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:23:21 2026] POST /v2.0/networks => generated 724 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/866] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:23:21 2026] POST /v2.0/subnets => generated 690 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:23:22.232 7 INFO neutron.db.segments_db [None req-c14b0802-7c97-4983-90b4-a93de8f0824b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment b573b8e3-b56e-45bf-94b6-3a261ad0f776 of type vxlan for network 970e1bd9-794b-4382-8df0-27606be18947 [pid: 8|app: 0|req: 420/867] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:22 2026] GET /v2.0/security-groups?tenant_id=6e2974ce497043c1b58d47b656e68368&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/868] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:22 2026] DELETE /v2.0/security-groups/79ff3bff-63eb-4b6d-8e14-b8f515f90545 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:22.490 7 INFO neutron.db.l3_hamode_db [None req-c14b0802-7c97-4983-90b4-a93de8f0824b f5ef500ab76e43dc937acb4ac7104f7c 9b1b4460a630493dba047b5f2db46c36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 422/869] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:22 2026] GET /v2.0/security-groups?tenant_id=cc5012c054ed4e7491eb8a4a822a2d53&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/870] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:22 2026] DELETE /v2.0/security-groups/cbc7f193-be94-4d27-8590-c7af8c78c08b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:23.353 7 INFO neutron.db.l3_hamode_db [None req-c14b0802-7c97-4983-90b4-a93de8f0824b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 448/873] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:23:22 2026] POST /v2.0/routers => generated 730 bytes in 2124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/874] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:23:24 2026] PUT /v2.0/routers/16085096-3e1f-4111-8755-191eecfc875b/add_router_interface => generated 309 bytes in 1328 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/875] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:23:26 2026] POST /v2.0/security-groups => generated 1660 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/876] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:23:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/877] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:23:26 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: 451/878] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/879] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 428/880] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:23:26 2026] POST /v2.0/floatingips => generated 552 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/881] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/882] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 454/883] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 430/884] 10.0.0.15 () {34 vars in 970 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/ports/eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 972 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/885] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/886] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:27 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/887] 10.0.0.15 () {34 vars in 1099 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1200769447&fields=id&tenant_id=9b1b4460a630493dba047b5f2db46c36 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/888] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/networks?id=0b281651-b37f-4517-ac82-d8645b652e92 => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/889] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/quotas/9b1b4460a630493dba047b5f2db46c36 => 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: 435/890] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/ports?tenant_id=9b1b4460a630493dba047b5f2db46c36&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/891] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/security-groups?tenant_id=796b5236bcd54e5787b4a6d33a9230c7&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/892] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/893] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:28 2026] DELETE /v2.0/security-groups/fff41bd9-c78a-4260-b7c9-c07f99adc978 => 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: 437/894] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/895] 199.204.45.49 () {34 vars in 999 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/subnets?network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 682 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/896] 199.204.45.49 () {34 vars in 1145 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1&device_owner=compute%3Anova&network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/897] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 459/898] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:28 2026] GET /v2.0/security-groups?tenant_id=789acad482964d8590b73f642b7596e0&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: 460/899] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:28 2026] DELETE /v2.0/security-groups/6b5c4ef1-b8f2-4abb-9e5b-d74caf2162d1 => 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: 461/900] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/901] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/902] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:23:28 2026] PUT /v2.0/ports/eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 1149 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:23:29.401 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9abe4a4f-b0f8-4abb-a819-b8abb3431089'] response: {'name': 'network-changed', 'server_uuid': 'ef3309eb-8c61-4812-bfb1-6a392c3fcaf1', 'tag': 'eae4f3ff-ee6b-4b7f-98db-80d970595230', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 463/903] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/ports?tenant_id=cf58eaa7e67143d28d60d801c032aeeb&device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 441/904] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/networks?id=b6b09e51-aa90-4810-a460-0185b514a322 => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/905] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c063a7f4-d41c-4548-8903-57d99c2ecde3 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/906] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/subnets?id=a18a598f-d924-4fb5-bd7b-bc5abbcf3626 => generated 694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/907] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/ports?network_id=b6b09e51-aa90-4810-a460-0185b514a322&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: 443/908] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/909] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/910] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322?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: 467/911] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1421 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/912] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/networks?id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 778 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/913] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/914] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => 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: 469/915] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/subnets?id=c67e8d1b-0ac1-48ff-b019-e22a6d365e39 => generated 700 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/916] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/ports?network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9&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: 470/917] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 448/918] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/919] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/920] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 472/921] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:30 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 450/922] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1421 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/923] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/networks?id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 778 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/924] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1152 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/925] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/926] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&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: 475/927] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => 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: 453/928] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/subnets?id=c67e8d1b-0ac1-48ff-b019-e22a6d365e39 => generated 700 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/929] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/ports?network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9&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: 454/930] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 477/931] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 455/932] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:31 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/933] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:32 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 456/934] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:32 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/935] 199.204.45.49 () {34 vars in 1117 bytes} [Wed Jun 17 04:23:32 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1152 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/936] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:23:32 2026] PUT /v2.0/ports/eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 972 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:32.813 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-294bc9be-1f97-4303-85c5-b23cceddd190'] response: {'name': 'network-changed', 'server_uuid': 'ef3309eb-8c61-4812-bfb1-6a392c3fcaf1', 'tag': 'eae4f3ff-ee6b-4b7f-98db-80d970595230', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 480/937] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:32 2026] GET /v2.0/networks?id=0b281651-b37f-4517-ac82-d8645b652e92 => generated 675 bytes in 45 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: 458/938] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9b1b4460a630493dba047b5f2db46c36 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/939] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:23:33 2026] POST /v2.0/ports => generated 958 bytes in 398 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: 459/940] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/security-groups?tenant_id=75dde61ee9894f0895bbfc0726516744&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/941] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 961 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/942] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/943] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 484/944] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:33 2026] DELETE /v2.0/security-groups/cc86d47d-4a88-4a88-b659-2152b918d1eb => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/945] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&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: 486/946] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 487/947] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/networks?id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/948] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/949] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/security-groups?tenant_id=36d0610495e042b588283e102337194a&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/950] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:33 2026] GET /v2.0/subnets?id=c67e8d1b-0ac1-48ff-b019-e22a6d365e39 => generated 700 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/951] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:23:33 2026] PUT /v2.0/ports/4379b4c9-48a3-40fc-93fb-b74e91b4d693 => generated 1239 bytes in 507 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/952] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:34 2026] GET /v2.0/ports?network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/953] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:34 2026] DELETE /v2.0/security-groups/dbb2e12b-398a-4a0c-9f20-15c790dcec8a => 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: 463/954] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:34 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/955] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:34 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 464/956] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:34 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/957] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:34 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/958] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:34 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/959] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:34 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:34.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08943be6-0dba-4807-8572-c8fc43abcb4e'] response: {'name': 'network-changed', 'server_uuid': '56af6fa5-26bd-4897-8f1a-5e3dbb449696', 'tag': '4379b4c9-48a3-40fc-93fb-b74e91b4d693', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 466/960] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/ports?tenant_id=9b1b4460a630493dba047b5f2db46c36&device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/961] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4379b4c9-48a3-40fc-93fb-b74e91b4d693 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/962] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/subnets?id=dddb1859-6fac-4b46-839f-8bc1f608ac2f => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/963] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/ports?network_id=0b281651-b37f-4517-ac82-d8645b652e92&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: 496/964] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/965] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?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: 497/966] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/967] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/ports?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/968] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?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: 471/969] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/networks?id=e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 778 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/970] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/971] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/subnets?id=c67e8d1b-0ac1-48ff-b019-e22a6d365e39 => generated 700 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/972] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/ports?network_id=e604e9be-6ca6-4682-84b5-899af7bf8fb9&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: 473/973] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 501/974] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9?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: 474/975] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:35 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 502/976] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/977] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/978] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 476/979] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/ports?tenant_id=9b1b4460a630493dba047b5f2db46c36&device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/980] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/981] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/networks?id=0b281651-b37f-4517-ac82-d8645b652e92 => generated 771 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/982] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/983] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4379b4c9-48a3-40fc-93fb-b74e91b4d693 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/984] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/subnets?id=dddb1859-6fac-4b46-839f-8bc1f608ac2f => generated 693 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/985] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/ports?network_id=0b281651-b37f-4517-ac82-d8645b652e92&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/986] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/987] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:36 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/988] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:37 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 509/989] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:37 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/990] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:37 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/991] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:37 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/992] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:37 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/993] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:23:37 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/994] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:37 2026] GET /v2.0/security-groups?id=b77aec14-fee5-4780-81bd-2920d62ab47b&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:37.788 7 INFO neutron_taas.services.taas.taas_plugin [req-23925316-7586-4419-8a19-6ae7a88dcbfa req-51988868-4140-4658-903d-4023613833be aa55d65e36074271b24e5541496faff9 fbc6ff79aed2448da14e47b68b30ea31 - - default default] TaaS: Handle Delete Port: eae4f3ff-ee6b-4b7f-98db-80d970595230 2026-06-17 04:23:37.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-23925316-7586-4419-8a19-6ae7a88dcbfa req-51988868-4140-4658-903d-4023613833be aa55d65e36074271b24e5541496faff9 fbc6ff79aed2448da14e47b68b30ea31 - - default default] Tap Mirror: Handle Delete Port: eae4f3ff-ee6b-4b7f-98db-80d970595230 2026-06-17 04:23:37.932 7 INFO neutron.db.l3_db [req-23925316-7586-4419-8a19-6ae7a88dcbfa req-51988868-4140-4658-903d-4023613833be aa55d65e36074271b24e5541496faff9 fbc6ff79aed2448da14e47b68b30ea31 - - default default] Floating IP fada87da-ba41-4127-b3fc-7594fed75034 disassociated. External IP: 10.96.250.220, port: eae4f3ff-ee6b-4b7f-98db-80d970595230. [pid: 8|app: 0|req: 484/995] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:38 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/996] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:23:37 2026] DELETE /v2.0/ports/eae4f3ff-ee6b-4b7f-98db-80d970595230 => generated 0 bytes in 710 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/997] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:38 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/998] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:38 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:38.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e5076fb-d8fe-4d6d-9a53-f916a31f4db0'] response: {'server_uuid': 'ef3309eb-8c61-4812-bfb1-6a392c3fcaf1', 'name': 'network-vif-deleted', 'tag': 'eae4f3ff-ee6b-4b7f-98db-80d970595230', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 486/999] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:38 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1000] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:38 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1003] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:39 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1004] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:39 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1005] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:39 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => 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: 517/1006] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:40 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1007] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:40 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1008] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:40 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 491/1009] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:41 2026] GET /v2.0/security-groups?tenant_id=3bf03350d2ce4ca3be3464a165dffaa9&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1010] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:41 2026] GET /v2.0/ports?device_id=ef3309eb-8c61-4812-bfb1-6a392c3fcaf1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:23:41.472 7 INFO neutron.db.l3_db [None req-3f44d543-b7e9-47a7-b4c2-12efd5b6b6a7 95f83203eba64c22af6edc49165aa804 9b1b4460a630493dba047b5f2db46c36 - - default default] Floating IP 56fc76e4-9900-4560-964a-1ec44b6a3c1b associated. External IP: 10.96.250.210, port: 4379b4c9-48a3-40fc-93fb-b74e91b4d693. [pid: 8|app: 0|req: 493/1011] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:41 2026] DELETE /v2.0/security-groups/c89279fc-9917-449b-b891-665333bbf800 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1012] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:41 2026] GET /v2.0/security-groups?tenant_id=1791608c10e44bae82bbeccd7b81531e&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1013] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:23:41 2026] PUT /v2.0/floatingips/56fc76e4-9900-4560-964a-1ec44b6a3c1b => generated 856 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1014] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:41 2026] DELETE /v2.0/security-groups/b19416db-7076-4521-95f5-3f9d6c5bfda2 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:41.982 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27748311-ab76-490a-b7ee-1c49a5aaf24e'] response: {'name': 'network-changed', 'server_uuid': '56af6fa5-26bd-4897-8f1a-5e3dbb449696', 'tag': '4379b4c9-48a3-40fc-93fb-b74e91b4d693', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 520/1015] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:41 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1016] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1017] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1018] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&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: 498/1019] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/ports?tenant_id=9b1b4460a630493dba047b5f2db46c36&device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 499/1020] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/networks?id=0b281651-b37f-4517-ac82-d8645b652e92 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1021] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:42 2026] DELETE /v2.0/security-groups/b77aec14-fee5-4780-81bd-2920d62ab47b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:42.628 7 INFO neutron.api.v2.resource [None req-0553cdc1-574d-4ff1-90fa-f2e30c5d3772 aa55d65e36074271b24e5541496faff9 fbc6ff79aed2448da14e47b68b30ea31 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1022] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/security-groups/b77aec14-fee5-4780-81bd-2920d62ab47b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1023] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4379b4c9-48a3-40fc-93fb-b74e91b4d693 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1024] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/subnets?id=dddb1859-6fac-4b46-839f-8bc1f608ac2f => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1025] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/ports?network_id=0b281651-b37f-4517-ac82-d8645b652e92&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:23:42.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac820478-2d00-4a09-b030-967087d841fc aa55d65e36074271b24e5541496faff9 fbc6ff79aed2448da14e47b68b30ea31 - - default default] TaaS: Handle Delete Port: 7d7e65fe-1dce-4379-bd50-ffbfa4998e1d 2026-06-17 04:23:42.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac820478-2d00-4a09-b030-967087d841fc aa55d65e36074271b24e5541496faff9 fbc6ff79aed2448da14e47b68b30ea31 - - default default] Tap Mirror: Handle Delete Port: 7d7e65fe-1dce-4379-bd50-ffbfa4998e1d [pid: 8|app: 0|req: 503/1026] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1027] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:23:42 2026] GET /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92?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: 524/1028] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:23:42 2026] DELETE /v2.0/floatingips/fada87da-ba41-4127-b3fc-7594fed75034 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:43.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-63c2369b-38e6-47c9-9d31-7bdd37ffd4ab f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 8421c262-cd0f-4d6e-8278-b95a5e57f329 2026-06-17 04:23:43.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63c2369b-38e6-47c9-9d31-7bdd37ffd4ab f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 8421c262-cd0f-4d6e-8278-b95a5e57f329 [pid: 7|app: 0|req: 525/1029] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:43 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1030] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:43 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&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: 505/1031] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:23:43 2026] PUT /v2.0/routers/b25ff2c1-06d4-4707-8a99-ce51b7c59ffc/remove_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:44.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f0b08a9-a9d1-46e1-8c41-01e72871e03f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: ebc535ef-be22-4ee0-9919-0d2882642b11 2026-06-17 04:23:44.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f0b08a9-a9d1-46e1-8c41-01e72871e03f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: ebc535ef-be22-4ee0-9919-0d2882642b11 2026-06-17 04:23:44.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f0b08a9-a9d1-46e1-8c41-01e72871e03f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: db268e4a-0eda-40b1-a6f7-ae4f0c31e70f 2026-06-17 04:23:44.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f0b08a9-a9d1-46e1-8c41-01e72871e03f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: db268e4a-0eda-40b1-a6f7-ae4f0c31e70f [pid: 8|app: 0|req: 506/1032] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:44 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1033] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:23:44 2026] GET /v2.0/security-groups?id=41a82873-bc59-487c-87de-4334498cbea5&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1034] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:23:44 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:45.050 8 INFO neutron_taas.services.taas.taas_plugin [req-0cb14fcb-f0ba-4169-af15-36c7c2700a26 req-ae08bac8-25d8-4df4-8e84-ee46630c096a 95f83203eba64c22af6edc49165aa804 9b1b4460a630493dba047b5f2db46c36 - - default default] TaaS: Handle Delete Port: 4379b4c9-48a3-40fc-93fb-b74e91b4d693 2026-06-17 04:23:45.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0cb14fcb-f0ba-4169-af15-36c7c2700a26 req-ae08bac8-25d8-4df4-8e84-ee46630c096a 95f83203eba64c22af6edc49165aa804 9b1b4460a630493dba047b5f2db46c36 - - default default] Tap Mirror: Handle Delete Port: 4379b4c9-48a3-40fc-93fb-b74e91b4d693 2026-06-17 04:23:45.200 8 INFO neutron.db.l3_db [req-0cb14fcb-f0ba-4169-af15-36c7c2700a26 req-ae08bac8-25d8-4df4-8e84-ee46630c096a 95f83203eba64c22af6edc49165aa804 9b1b4460a630493dba047b5f2db46c36 - - default default] Floating IP 56fc76e4-9900-4560-964a-1ec44b6a3c1b disassociated. External IP: 10.96.250.210, port: 4379b4c9-48a3-40fc-93fb-b74e91b4d693. 2026-06-17 04:23:45.218 7 INFO neutron.services.segments.plugin [-] Segment cfa33c4e-9977-4712-aa8d-53e743370129 resource provider aggregate not found 2026-06-17 04:23:45.231 7 INFO neutron.services.segments.plugin [-] Segment cfa33c4e-9977-4712-aa8d-53e743370129 resource provider aggregate not found 2026-06-17 04:23:45.238 7 INFO neutron.services.segments.plugin [-] Segment cfa33c4e-9977-4712-aa8d-53e743370129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa33c4e-9977-4712-aa8d-53e743370129 found for delete ", "request_id": "req-43e199f9-bc6f-4767-afa9-a8056686f32b"}]} 2026-06-17 04:23:45.252 7 INFO neutron.services.segments.plugin [-] Segment cfa33c4e-9977-4712-aa8d-53e743370129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa33c4e-9977-4712-aa8d-53e743370129 found for delete ", "request_id": "req-37e6f12f-b535-407c-b804-638a26e7afa8"}]} 2026-06-17 04:23:45.259 7 INFO neutron.db.l3_hamode_db [None req-4f0b08a9-a9d1-46e1-8c41-01e72871e03f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network 40816b08-c679-45d8-a266-c4e0b58620cb was deleted as no HA routers are present in tenant fbc6ff79aed2448da14e47b68b30ea31. [pid: 7|app: 0|req: 527/1035] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:44 2026] DELETE /v2.0/routers/b25ff2c1-06d4-4707-8a99-ce51b7c59ffc => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1036] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:45 2026] DELETE /v2.0/subnets/c67e8d1b-0ac1-48ff-b019-e22a6d365e39 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:23:45.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-28d54b8f-585d-469d-8459-d8f41dc1c726 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 06dd835a-aba2-403d-9101-84df2062ae19 2026-06-17 04:23:45.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28d54b8f-585d-469d-8459-d8f41dc1c726 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 06dd835a-aba2-403d-9101-84df2062ae19 [pid: 8|app: 0|req: 509/1037] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:23:44 2026] DELETE /v2.0/ports/4379b4c9-48a3-40fc-93fb-b74e91b4d693 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:23:45.623 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ee9ab6a-2720-44a0-8c5d-c81aa409a4be'] response: {'server_uuid': '56af6fa5-26bd-4897-8f1a-5e3dbb449696', 'name': 'network-vif-deleted', 'tag': '4379b4c9-48a3-40fc-93fb-b74e91b4d693', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 529/1038] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:23:45 2026] DELETE /v2.0/networks/e604e9be-6ca6-4682-84b5-899af7bf8fb9 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1039] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:45 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 510/1040] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:45 2026] GET /v2.0/security-groups?tenant_id=fbc6ff79aed2448da14e47b68b30ea31&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1041] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:46 2026] DELETE /v2.0/security-groups/9d4dae4c-cbbe-4948-a21a-962056eae13d => 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: 511/1042] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:47 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:23:47.262 7 INFO neutron.services.segments.plugin [-] Segment 62a32a4f-5ed3-42c8-8739-688819021b3f resource provider aggregate not found 2026-06-17 04:23:47.280 7 INFO neutron.services.segments.plugin [-] Segment 62a32a4f-5ed3-42c8-8739-688819021b3f resource provider aggregate not found 2026-06-17 04:23:47.287 7 INFO neutron.services.segments.plugin [-] Segment 62a32a4f-5ed3-42c8-8739-688819021b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a32a4f-5ed3-42c8-8739-688819021b3f found for delete ", "request_id": "req-6f95c054-1415-482b-9b55-d32ce1e19c65"}]} 2026-06-17 04:23:47.299 7 INFO neutron.services.segments.plugin [-] Segment 62a32a4f-5ed3-42c8-8739-688819021b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a32a4f-5ed3-42c8-8739-688819021b3f found for delete ", "request_id": "req-c7fded6f-936c-4108-a896-e71c7742352f"}]} [pid: 7|app: 0|req: 532/1043] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:47 2026] GET /v2.0/security-groups?tenant_id=2dfe0b04aac34777a14a6f26c6fd3f2c&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1044] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:47 2026] DELETE /v2.0/security-groups/e656eb54-8cfd-4b35-83a3-710caccae4bb => 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: 533/1045] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:48 2026] GET /v2.0/ports?device_id=56af6fa5-26bd-4897-8f1a-5e3dbb449696 => 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: 534/1046] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:49 2026] DELETE /v2.0/security-groups/41a82873-bc59-487c-87de-4334498cbea5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:49.452 7 INFO neutron.api.v2.resource [None req-dcb7afba-dc01-4af5-9470-c25193a977ad 95f83203eba64c22af6edc49165aa804 9b1b4460a630493dba047b5f2db46c36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1047] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:23:49 2026] GET /v2.0/security-groups/41a82873-bc59-487c-87de-4334498cbea5 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1048] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:49 2026] GET /v2.0/security-groups?tenant_id=ea777adc9939448c8f1e7b87c6a8e817&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:23:49.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8d95304-0181-4481-9b93-8b68d218c641 95f83203eba64c22af6edc49165aa804 9b1b4460a630493dba047b5f2db46c36 - - default default] TaaS: Handle Delete Port: 6e226eee-d9e3-4bfd-afe3-eca0d5f0ab47 2026-06-17 04:23:49.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8d95304-0181-4481-9b93-8b68d218c641 95f83203eba64c22af6edc49165aa804 9b1b4460a630493dba047b5f2db46c36 - - default default] Tap Mirror: Handle Delete Port: 6e226eee-d9e3-4bfd-afe3-eca0d5f0ab47 [pid: 8|app: 0|req: 514/1049] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:49 2026] DELETE /v2.0/security-groups/5ede48f6-4800-464b-9ab5-706099048492 => 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: 536/1050] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:23:49 2026] DELETE /v2.0/floatingips/56fc76e4-9900-4560-964a-1ec44b6a3c1b => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1051] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:23:49 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1052] 10.0.0.104 () {34 vars in 1040 bytes} [Wed Jun 17 04:23:49 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:50.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fdfcd85-8dea-4506-908d-d425ac20916f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: a382bac4-0807-4b8d-835c-2d010b3d7d0b 2026-06-17 04:23:50.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fdfcd85-8dea-4506-908d-d425ac20916f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: a382bac4-0807-4b8d-835c-2d010b3d7d0b 2026-06-17 04:23:50.302 8 INFO neutron.db.segments_db [None req-82565fe3-f01c-48e9-9a8b-36ab5f822f65 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Added segment f60957e7-763f-455f-acce-74f2dd8e4348 of type vxlan for network 40631109-372d-4044-b09f-6133c05f39d7 [pid: 8|app: 0|req: 517/1053] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:23:49 2026] POST /v2.0/networks => generated 631 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1054] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:23:50 2026] POST /v2.0/subnets => generated 627 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:23:50.732 8 INFO neutron.db.segments_db [None req-36011b8f-3f31-4533-89fe-a9f8de6a46d4 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Added segment b5b1cd47-0900-4a4e-ba21-45966c5ad862 of type vxlan for network b7170123-e4cb-4500-b984-baef10775a82 [pid: 7|app: 0|req: 537/1055] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:23:49 2026] PUT /v2.0/routers/16085096-3e1f-4111-8755-191eecfc875b/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:51.001 7 INFO neutron_taas.services.taas.taas_plugin [None req-e70d441f-c683-431b-a4fd-0da784790bca f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 83bf13d1-1331-4d18-8e11-1c91d1014130 2026-06-17 04:23:51.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e70d441f-c683-431b-a4fd-0da784790bca f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 83bf13d1-1331-4d18-8e11-1c91d1014130 2026-06-17 04:23:51.030 8 INFO neutron.db.l3_hamode_db [None req-36011b8f-3f31-4533-89fe-a9f8de6a46d4 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:23:51.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-e70d441f-c683-431b-a4fd-0da784790bca f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 49f31ee3-6a22-4705-a5d0-4db2a3f12bc7 2026-06-17 04:23:51.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e70d441f-c683-431b-a4fd-0da784790bca f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 49f31ee3-6a22-4705-a5d0-4db2a3f12bc7 2026-06-17 04:23:51.671 7 INFO neutron.services.segments.plugin [-] Segment b573b8e3-b56e-45bf-94b6-3a261ad0f776 resource provider aggregate not found 2026-06-17 04:23:51.675 7 INFO neutron.services.segments.plugin [-] Segment b573b8e3-b56e-45bf-94b6-3a261ad0f776 resource provider aggregate not found 2026-06-17 04:23:51.690 7 INFO neutron.db.l3_hamode_db [None req-e70d441f-c683-431b-a4fd-0da784790bca f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network 970e1bd9-794b-4382-8df0-27606be18947 was deleted as no HA routers are present in tenant 9b1b4460a630493dba047b5f2db46c36. 2026-06-17 04:23:51.691 7 INFO neutron.services.segments.plugin [-] Segment b573b8e3-b56e-45bf-94b6-3a261ad0f776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b573b8e3-b56e-45bf-94b6-3a261ad0f776 found for delete ", "request_id": "req-f22975bd-4f70-42d5-8406-ed51ccb552ad"}]} 2026-06-17 04:23:51.699 7 INFO neutron.services.segments.plugin [-] Segment b573b8e3-b56e-45bf-94b6-3a261ad0f776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b573b8e3-b56e-45bf-94b6-3a261ad0f776 found for delete ", "request_id": "req-046c868e-bd32-4f36-b371-721cf4255935"}]} [pid: 7|app: 0|req: 538/1056] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:50 2026] DELETE /v2.0/routers/16085096-3e1f-4111-8755-191eecfc875b => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1057] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:23:51 2026] DELETE /v2.0/subnets/dddb1859-6fac-4b46-839f-8bc1f608ac2f => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:23:51.981 8 INFO neutron.db.l3_hamode_db [None req-36011b8f-3f31-4533-89fe-a9f8de6a46d4 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:23:52.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b85258a-4d13-46a7-b12c-4b7b0e549b5f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: a24c4931-a991-4de8-babf-3caf29cea2b4 2026-06-17 04:23:52.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b85258a-4d13-46a7-b12c-4b7b0e549b5f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: a24c4931-a991-4de8-babf-3caf29cea2b4 [pid: 7|app: 0|req: 540/1058] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:23:51 2026] DELETE /v2.0/networks/0b281651-b37f-4517-ac82-d8645b652e92 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1059] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:52 2026] GET /v2.0/security-groups?tenant_id=9b1b4460a630493dba047b5f2db46c36&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: 542/1060] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:52 2026] DELETE /v2.0/security-groups/8c73d13b-1c77-45a7-a3d7-e311f3a1bb80 => 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: 519/1061] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:23:50 2026] POST /v2.0/routers => generated 693 bytes in 2310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:23:53.733 7 INFO neutron.services.segments.plugin [-] Segment 65c44714-2946-4fe9-ac19-9d7792e09efc resource provider aggregate not found 2026-06-17 04:23:53.743 7 INFO neutron.services.segments.plugin [-] Segment 65c44714-2946-4fe9-ac19-9d7792e09efc resource provider aggregate not found 2026-06-17 04:23:53.770 7 INFO neutron.services.segments.plugin [-] Segment 65c44714-2946-4fe9-ac19-9d7792e09efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c44714-2946-4fe9-ac19-9d7792e09efc found for delete ", "request_id": "req-89e017d3-9bc3-4e56-8d8a-d20b2b5519b7"}]} 2026-06-17 04:23:53.787 7 INFO neutron.services.segments.plugin [-] Segment 65c44714-2946-4fe9-ac19-9d7792e09efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65c44714-2946-4fe9-ac19-9d7792e09efc found for delete ", "request_id": "req-a1116c9b-0b70-470f-9486-14c4547daa01"}]} [pid: 7|app: 0|req: 543/1064] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:23:52 2026] PUT /v2.0/routers/74e4a7fb-c62f-4bf4-8304-6681e9b3cd3e/add_router_interface => generated 309 bytes in 1611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1065] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:23:54 2026] POST /v2.0/ports => generated 955 bytes in 442 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-06-17 04:23:55.130 7 INFO neutron.db.segments_db [None req-b4d505ee-3370-4dbd-a37f-1607fe7bfd04 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment e3871ce8-bf89-4d73-8352-141f54363187 of type vxlan for network 6844217a-8f45-4b2d-aeab-f8afeb08738c [pid: 7|app: 0|req: 544/1066] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:23:54 2026] POST /v2.0/networks => generated 726 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1067] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:23:55 2026] POST /v2.0/subnets => generated 692 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1068] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:23:55 2026] POST /v2.0/ports => generated 955 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:23:55.446 7 INFO neutron.db.segments_db [None req-13a5ab0c-bc50-4519-a820-feca91ebc534 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 42d09ec9-04a9-40cb-9d1e-4e40bf423962 of type vxlan for network e74b0c14-02aa-443b-af3c-f15601c26164 2026-06-17 04:23:55.725 7 INFO neutron.db.l3_hamode_db [None req-13a5ab0c-bc50-4519-a820-feca91ebc534 f5ef500ab76e43dc937acb4ac7104f7c cbe3528256f44bc3a443a054207eea96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:23:56.097 8 INFO neutron.db.l3_db [None req-85dde9b9-aec5-4191-94f2-90fe81bc1511 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Floating IP 9a40c783-65fc-400b-b513-1a1cba34c1a5 associated. External IP: 10.96.250.216, port: 5668831b-5dd6-4d6f-be0a-8649384e8240. [pid: 8|app: 0|req: 524/1069] 10.0.0.73 () {34 vars in 676 bytes} [Wed Jun 17 04:23:55 2026] POST /v2.0/floatingips => generated 842 bytes in 997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:23:56.598 7 INFO neutron.db.l3_hamode_db [None req-13a5ab0c-bc50-4519-a820-feca91ebc534 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 525/1070] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:56 2026] GET /v2.0/security-groups?tenant_id=71db443484d447a7bef0ea81af2ce346&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:23:56.760 8 INFO neutron.db.l3_db [None req-a51f4f42-5bef-479d-b8eb-678b4d274cf7 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Floating IP 9a40c783-65fc-400b-b513-1a1cba34c1a5 disassociated. External IP: 10.96.250.216, port: 5668831b-5dd6-4d6f-be0a-8649384e8240. [pid: 8|app: 0|req: 526/1071] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:23:56 2026] PUT /v2.0/floatingips/9a40c783-65fc-400b-b513-1a1cba34c1a5 => generated 552 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1072] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:57 2026] DELETE /v2.0/security-groups/3814050e-b2f7-4d09-b7e6-1a95a9d15456 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:23:57.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-24c2eab2-0f14-4758-ba60-b5ddf6bed3da 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] TaaS: Handle Delete Port: 00a206ae-8c35-4488-a54b-dd3116220952 2026-06-17 04:23:57.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24c2eab2-0f14-4758-ba60-b5ddf6bed3da 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Tap Mirror: Handle Delete Port: 00a206ae-8c35-4488-a54b-dd3116220952 [pid: 7|app: 0|req: 546/1073] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:23:55 2026] POST /v2.0/routers => generated 732 bytes in 2230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1074] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:23:57 2026] DELETE /v2.0/floatingips/9a40c783-65fc-400b-b513-1a1cba34c1a5 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1075] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:23:57 2026] GET /v2.0/security-groups?tenant_id=fd202336b2b0452a8ca2ad590bd0e6e3&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:23:58.533 7 INFO neutron.db.l3_db [None req-be6053d6-04eb-4ac2-ad24-cedca318de14 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Floating IP 1d35fcce-915b-4b1b-bdfc-316e13409cef associated. External IP: 10.96.250.205, port: 68728049-eaa8-47b2-8780-499221e5b466. [pid: 7|app: 0|req: 548/1076] 10.0.0.73 () {34 vars in 676 bytes} [Wed Jun 17 04:23:57 2026] POST /v2.0/floatingips => generated 842 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1077] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:23:58 2026] DELETE /v2.0/security-groups/ecfb0a5f-1caa-439f-b41d-4e778e1a063e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1078] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:23:59 2026] GET /v2.0/floatingips/1d35fcce-915b-4b1b-bdfc-316e13409cef => generated 842 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1079] 10.0.0.73 () {32 vars in 654 bytes} [Wed Jun 17 04:23:59 2026] GET /v2.0/floatingips => generated 845 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1080] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:23:57 2026] PUT /v2.0/routers/9d2d3f46-e6e9-4339-a695-eb19d1a5dcc0/add_router_interface => generated 309 bytes in 1609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:23:59.598 7 INFO neutron.db.l3_db [None req-4cbef932-5ab4-449e-9262-c0365a1636d9 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Floating IP 1d35fcce-915b-4b1b-bdfc-316e13409cef associated. External IP: 10.96.250.205, port: 68728049-eaa8-47b2-8780-499221e5b466. [pid: 8|app: 0|req: 530/1081] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:23:59 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1082] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1083] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => 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: 533/1084] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&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: 552/1085] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:23:59 2026] PUT /v2.0/floatingips/1d35fcce-915b-4b1b-bdfc-316e13409cef => generated 842 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1086] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/networks?id=6844217a-8f45-4b2d-aeab-f8afeb08738c => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1087] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/quotas/cbe3528256f44bc3a443a054207eea96 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:00.596 7 INFO neutron.db.l3_db [None req-ced438db-5e29-4047-9273-b0490a4bec49 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Floating IP 1d35fcce-915b-4b1b-bdfc-316e13409cef disassociated. External IP: 10.96.250.205, port: 5668831b-5dd6-4d6f-be0a-8649384e8240. [pid: 8|app: 0|req: 536/1088] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/ports?tenant_id=cbe3528256f44bc3a443a054207eea96&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1089] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/networks/6844217a-8f45-4b2d-aeab-f8afeb08738c?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1090] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/networks/6844217a-8f45-4b2d-aeab-f8afeb08738c?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: 539/1091] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:00 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 553/1092] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:24:00 2026] PUT /v2.0/floatingips/1d35fcce-915b-4b1b-bdfc-316e13409cef => generated 552 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:01.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-c54a125c-b9ae-40ae-99d9-c3411162b1eb 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] TaaS: Handle Delete Port: 2a79ead8-13e2-466f-b86d-bc321a611ae6 2026-06-17 04:24:01.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c54a125c-b9ae-40ae-99d9-c3411162b1eb 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Tap Mirror: Handle Delete Port: 2a79ead8-13e2-466f-b86d-bc321a611ae6 [pid: 8|app: 0|req: 540/1093] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:24:00 2026] DELETE /v2.0/floatingips/1d35fcce-915b-4b1b-bdfc-316e13409cef => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:01.312 7 INFO neutron.api.v2.resource [None req-5724e7c7-4252-4427-8c01-7c9003f34804 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 554/1094] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:24:01 2026] DELETE /v2.0/floatingips/1d35fcce-915b-4b1b-bdfc-316e13409cef => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:01.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f53d66d-f2f3-47e3-9078-8f3fd39a5dad 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] TaaS: Handle Delete Port: 5668831b-5dd6-4d6f-be0a-8649384e8240 2026-06-17 04:24:01.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f53d66d-f2f3-47e3-9078-8f3fd39a5dad 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Tap Mirror: Handle Delete Port: 5668831b-5dd6-4d6f-be0a-8649384e8240 [pid: 7|app: 0|req: 555/1095] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:01 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1096] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:01 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1097] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:01 2026] DELETE /v2.0/ports/5668831b-5dd6-4d6f-be0a-8649384e8240 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:01.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-1863985e-3385-48cd-b834-424da7619689 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] TaaS: Handle Delete Port: 68728049-eaa8-47b2-8780-499221e5b466 2026-06-17 04:24:01.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1863985e-3385-48cd-b834-424da7619689 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Tap Mirror: Handle Delete Port: 68728049-eaa8-47b2-8780-499221e5b466 [pid: 8|app: 0|req: 542/1098] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:02 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 557/1099] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:01 2026] DELETE /v2.0/ports/68728049-eaa8-47b2-8780-499221e5b466 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1100] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:24:02 2026] GET /v2.0/ports?device_id=74e4a7fb-c62f-4bf4-8304-6681e9b3cd3e => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:02.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-c50db491-7bfb-4a6d-8a6d-4f2c14a66e07 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] TaaS: Handle Delete Port: 5bcc07ac-11ee-40e7-9667-99094281a40a 2026-06-17 04:24:02.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c50db491-7bfb-4a6d-8a6d-4f2c14a66e07 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Tap Mirror: Handle Delete Port: 5bcc07ac-11ee-40e7-9667-99094281a40a [pid: 8|app: 0|req: 544/1101] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:02 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1102] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:24:02 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1103] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:02 2026] GET /v2.0/security-groups?id=fe816482-1641-403b-98c6-7c5c382d80b1&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:03.114 8 INFO neutron_taas.services.taas.taas_plugin [req-b52fa4ee-c064-4af6-8a16-658f0426d1da req-4a1073d9-4703-48eb-8ebc-3915ea29eb01 92670c30eec449e6b219472e92939cc1 cf58eaa7e67143d28d60d801c032aeeb - - default default] TaaS: Handle Delete Port: c063a7f4-d41c-4548-8903-57d99c2ecde3 2026-06-17 04:24:03.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b52fa4ee-c064-4af6-8a16-658f0426d1da req-4a1073d9-4703-48eb-8ebc-3915ea29eb01 92670c30eec449e6b219472e92939cc1 cf58eaa7e67143d28d60d801c032aeeb - - default default] Tap Mirror: Handle Delete Port: c063a7f4-d41c-4548-8903-57d99c2ecde3 2026-06-17 04:24:03.254 8 INFO neutron.db.l3_db [req-b52fa4ee-c064-4af6-8a16-658f0426d1da req-4a1073d9-4703-48eb-8ebc-3915ea29eb01 92670c30eec449e6b219472e92939cc1 cf58eaa7e67143d28d60d801c032aeeb - - default default] Floating IP c12d2415-b40c-4eaa-b81c-024ef4f7c2ae disassociated. External IP: 10.96.250.204, port: c063a7f4-d41c-4548-8903-57d99c2ecde3. [pid: 7|app: 0|req: 558/1104] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:02 2026] PUT /v2.0/routers/74e4a7fb-c62f-4bf4-8304-6681e9b3cd3e/remove_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1105] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:03 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 547/1106] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:24:02 2026] DELETE /v2.0/ports/c063a7f4-d41c-4548-8903-57d99c2ecde3 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:03.695 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88bb2830-e422-4209-b32a-380fd9046ea6'] response: {'server_uuid': '543975ed-4ba5-465e-8fbd-759964b9cdcf', 'name': 'network-vif-deleted', 'tag': 'c063a7f4-d41c-4548-8903-57d99c2ecde3', 'status': 'completed', 'code': 200} 2026-06-17 04:24:03.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-14cba254-02c5-4217-bfc4-ad4acdc26e6d 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] TaaS: Handle Delete Port: 32b3db8f-2ae4-4434-a098-f2dc65272b15 2026-06-17 04:24:03.901 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14cba254-02c5-4217-bfc4-ad4acdc26e6d 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Tap Mirror: Handle Delete Port: 32b3db8f-2ae4-4434-a098-f2dc65272b15 [pid: 7|app: 0|req: 560/1107] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:03 2026] GET /v2.0/security-groups?tenant_id=a7882ff3cf284b4a810a092448ef8b11&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1108] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:03 2026] DELETE /v2.0/security-groups/be97f1b9-8aef-4b4c-b79d-46da278e6c2c => 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: 562/1109] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:04 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:04.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-14cba254-02c5-4217-bfc4-ad4acdc26e6d 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] TaaS: Handle Delete Port: b20a94ad-c50c-499f-89dc-1ba156267abb 2026-06-17 04:24:04.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14cba254-02c5-4217-bfc4-ad4acdc26e6d 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] Tap Mirror: Handle Delete Port: b20a94ad-c50c-499f-89dc-1ba156267abb [pid: 7|app: 0|req: 563/1110] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:04 2026] GET /v2.0/security-groups?tenant_id=624c3770059f4dbdb7329bebb05a4ca2&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1111] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:04 2026] DELETE /v2.0/security-groups/22279700-15e2-4903-9269-c244c483ce50 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:04.640 8 INFO neutron.services.segments.plugin [-] Segment b5b1cd47-0900-4a4e-ba21-45966c5ad862 resource provider aggregate not found 2026-06-17 04:24:04.646 8 INFO neutron.services.segments.plugin [-] Segment b5b1cd47-0900-4a4e-ba21-45966c5ad862 resource provider aggregate not found 2026-06-17 04:24:04.663 8 INFO neutron.services.segments.plugin [-] Segment b5b1cd47-0900-4a4e-ba21-45966c5ad862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b1cd47-0900-4a4e-ba21-45966c5ad862 found for delete ", "request_id": "req-95b38b10-cf9e-447d-953b-9396359b333c"}]} 2026-06-17 04:24:04.674 8 INFO neutron.services.segments.plugin [-] Segment b5b1cd47-0900-4a4e-ba21-45966c5ad862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b1cd47-0900-4a4e-ba21-45966c5ad862 found for delete ", "request_id": "req-37dccd9d-b81f-46e8-ade3-4ca911e7ac6a"}]} 2026-06-17 04:24:04.685 8 INFO neutron.db.l3_hamode_db [None req-14cba254-02c5-4217-bfc4-ad4acdc26e6d 9c4ab23d9adc4637bd2e18342fed4667 6de974032f1e4610bc5882b595d6e245 - - default default] HA network b7170123-e4cb-4500-b984-baef10775a82 was deleted as no HA routers are present in tenant 6de974032f1e4610bc5882b595d6e245. [pid: 7|app: 0|req: 565/1112] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:04 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 548/1113] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:03 2026] DELETE /v2.0/routers/74e4a7fb-c62f-4bf4-8304-6681e9b3cd3e => generated 0 bytes in 1050 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1114] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:04 2026] DELETE /v2.0/subnets/00319212-721e-46a4-bb19-8918247984c7 => 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: 549/1115] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:04 2026] DELETE /v2.0/networks/40631109-372d-4044-b09f-6133c05f39d7 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1116] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:05 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => 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: 550/1117] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:24:05 2026] GET /v2.0/networks?id=6844217a-8f45-4b2d-aeab-f8afeb08738c => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1118] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:24:05 2026] POST /v2.0/ports => generated 954 bytes in 399 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: 551/1119] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:05 2026] GET /v2.0/security-groups?tenant_id=6de974032f1e4610bc5882b595d6e245&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1120] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:05 2026] DELETE /v2.0/security-groups/20210424-e83b-42b3-bfc9-eac495ab5051 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1121] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:05 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 957 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1122] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:05 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1123] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:24:05 2026] PUT /v2.0/ports/80089e76-5b45-4db2-a9bf-929a3429b81f => generated 1235 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:06.190 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4438396e-9a65-4d87-ad97-d5cfe8a97c3f'] response: {'name': 'network-changed', 'server_uuid': '54f558b7-caef-4c60-89f9-f4b260d9c999', 'tag': '80089e76-5b45-4db2-a9bf-929a3429b81f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 555/1124] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:06 2026] GET /v2.0/ports?device_id=543975ed-4ba5-465e-8fbd-759964b9cdcf => generated 12 bytes in 21 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-06-17 04:24:06.683 8 INFO neutron.services.segments.plugin [-] Segment f60957e7-763f-455f-acce-74f2dd8e4348 resource provider aggregate not found 2026-06-17 04:24:06.697 8 INFO neutron.services.segments.plugin [-] Segment f60957e7-763f-455f-acce-74f2dd8e4348 resource provider aggregate not found 2026-06-17 04:24:06.701 8 INFO neutron.services.segments.plugin [-] Segment f60957e7-763f-455f-acce-74f2dd8e4348 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f60957e7-763f-455f-acce-74f2dd8e4348 found for delete ", "request_id": "req-0b12b59e-d33e-4b54-962b-ea7f14bb07b3"}]} 2026-06-17 04:24:06.712 8 INFO neutron.services.segments.plugin [-] Segment f60957e7-763f-455f-acce-74f2dd8e4348 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f60957e7-763f-455f-acce-74f2dd8e4348 found for delete ", "request_id": "req-b8a1be3c-dadf-4685-a9c9-096ce479f261"}]} [pid: 8|app: 0|req: 556/1125] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:24:06 2026] GET /v2.0/ports?tenant_id=cbe3528256f44bc3a443a054207eea96&device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:06.752 7 INFO neutron.db.segments_db [None req-7021b44f-4a99-4667-9fad-8791a489029e 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Added segment 95373911-22d4-40ac-aa82-0ef4705822b5 of type vxlan for network ff7c8eab-99ce-4059-a73b-1e0f6f1c3ab4 2026-06-17 04:24:06.821 7 INFO neutron.db.segments_db [None req-7021b44f-4a99-4667-9fad-8791a489029e 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Added segment 173fd8d6-c84f-4269-8963-c1a8f2f4fe4a of type vxlan for network e15214f2-2634-4650-8844-2842cac94fe8 [pid: 8|app: 0|req: 557/1126] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:24:06 2026] GET /v2.0/networks?tenant_id=cbe3528256f44bc3a443a054207eea96&shared=False => generated 773 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1127] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:24:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1128] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:06 2026] POST /v2.0/networks => generated 1207 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1129] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:24:06 2026] GET /v2.0/networks => generated 1844 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1130] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:07 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1131] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:07 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:07.241 7 INFO neutron.services.segments.plugin [-] Segment 95373911-22d4-40ac-aa82-0ef4705822b5 resource provider aggregate not found 2026-06-17 04:24:07.249 7 INFO neutron.services.segments.plugin [-] Segment 95373911-22d4-40ac-aa82-0ef4705822b5 resource provider aggregate not found 2026-06-17 04:24:07.270 7 INFO neutron.services.segments.plugin [-] Segment 95373911-22d4-40ac-aa82-0ef4705822b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95373911-22d4-40ac-aa82-0ef4705822b5 found for delete ", "request_id": "req-9b73e482-efea-47f6-bc8b-f073f818fd7d"}]} [pid: 7|app: 0|req: 571/1132] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:07 2026] DELETE /v2.0/networks/ff7c8eab-99ce-4059-a73b-1e0f6f1c3ab4 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:07.276 7 INFO neutron.services.segments.plugin [-] Segment 95373911-22d4-40ac-aa82-0ef4705822b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95373911-22d4-40ac-aa82-0ef4705822b5 found for delete ", "request_id": "req-c8ff0722-e9d0-4823-8478-183d4656274c"}]} [pid: 8|app: 0|req: 562/1133] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:07 2026] DELETE /v2.0/networks/e15214f2-2634-4650-8844-2842cac94fe8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1134] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:24:07 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1135] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:07 2026] DELETE /v2.0/security-groups/fe816482-1641-403b-98c6-7c5c382d80b1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:07.500 7 INFO neutron.api.v2.resource [None req-750cd653-9883-4a45-8373-020755eb2f93 92670c30eec449e6b219472e92939cc1 cf58eaa7e67143d28d60d801c032aeeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1136] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:24:07 2026] GET /v2.0/security-groups/fe816482-1641-403b-98c6-7c5c382d80b1 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:07.546 8 INFO neutron.db.segments_db [None req-84064498-2606-42ba-8789-3853854b648b 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Added segment f115f88b-878b-44e4-82fc-0fb865ae3243 of type vxlan for network e6c5765b-de7c-4ec5-8c56-f55825df913c 2026-06-17 04:24:07.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ee9fb8d-b11c-4b8b-8b2c-93b841dd3d4c 92670c30eec449e6b219472e92939cc1 cf58eaa7e67143d28d60d801c032aeeb - - default default] TaaS: Handle Delete Port: 043f872d-eee4-4a91-a49e-5df1001c0446 2026-06-17 04:24:07.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ee9fb8d-b11c-4b8b-8b2c-93b841dd3d4c 92670c30eec449e6b219472e92939cc1 cf58eaa7e67143d28d60d801c032aeeb - - default default] Tap Mirror: Handle Delete Port: 043f872d-eee4-4a91-a49e-5df1001c0446 [pid: 8|app: 0|req: 564/1137] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:07 2026] POST /v2.0/networks => generated 634 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:07.720 8 INFO neutron.db.segments_db [None req-7dcd4bf9-af22-47bf-bd9b-8b0c1d9a4ab4 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Added segment 5401f0b0-6e92-4b35-be9e-fae6ba3ba3b6 of type vxlan for network 2c9d9bca-0e96-442c-8bcc-82c7b83e8640 [pid: 8|app: 0|req: 565/1138] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:07 2026] POST /v2.0/networks => generated 634 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1139] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:24:07 2026] DELETE /v2.0/floatingips/c12d2415-b40c-4eaa-b81c-024ef4f7c2ae => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:08.193 8 INFO neutron.db.segments_db [None req-12d91030-57e9-43fb-9c9d-dc2bbd93ac6a 81d67970dae340d2a04f7d902748e8ec 600f0cd1b63f413481d8d97ddd05af0a - - default default] Added segment 3a89d6ac-0db9-4f4f-85f8-37e62388f3e3 of type vxlan for network 009751fa-ed43-4950-b927-336d6c44087e [pid: 8|app: 0|req: 566/1140] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:07 2026] POST /v2.0/networks => generated 628 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1141] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:07 2026] POST /v2.0/ports => generated 1504 bytes in 751 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: 576/1142] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:24:08 2026] GET /v2.0/ports?tenant_id=cbe3528256f44bc3a443a054207eea96&device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:08.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c4354c0-1651-4617-969a-fa0f4c1325ae f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 34eeaef3-99d4-4532-bdc5-d7caff8531a1 2026-06-17 04:24:08.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c4354c0-1651-4617-969a-fa0f4c1325ae f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 34eeaef3-99d4-4532-bdc5-d7caff8531a1 [pid: 7|app: 0|req: 577/1143] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:08 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:08.737 8 INFO neutron.services.segments.plugin [-] Segment 173fd8d6-c84f-4269-8963-c1a8f2f4fe4a resource provider aggregate not found 2026-06-17 04:24:08.749 8 INFO neutron.services.segments.plugin [-] Segment 173fd8d6-c84f-4269-8963-c1a8f2f4fe4a resource provider aggregate not found 2026-06-17 04:24:08.765 8 INFO neutron.services.segments.plugin [-] Segment 173fd8d6-c84f-4269-8963-c1a8f2f4fe4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 173fd8d6-c84f-4269-8963-c1a8f2f4fe4a found for delete ", "request_id": "req-1b53dde5-186e-4a56-b7ca-159444e3572f"}]} 2026-06-17 04:24:08.769 8 INFO neutron.services.segments.plugin [-] Segment 173fd8d6-c84f-4269-8963-c1a8f2f4fe4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 173fd8d6-c84f-4269-8963-c1a8f2f4fe4a found for delete ", "request_id": "req-b93791f0-2174-4b6d-a6b1-ff765d7e87f4"}]} [pid: 7|app: 0|req: 578/1144] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:08 2026] GET /v2.0/ports => generated 1504 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1145] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=80089e76-5b45-4db2-a9bf-929a3429b81f => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1146] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:08 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:08.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c46fdbd-a0ad-456a-888f-02b66dfa9e4c 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] TaaS: Handle Delete Port: 4ad793f7-682d-46ac-9574-308f22eac6ff 2026-06-17 04:24:08.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c46fdbd-a0ad-456a-888f-02b66dfa9e4c 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Tap Mirror: Handle Delete Port: 4ad793f7-682d-46ac-9574-308f22eac6ff [pid: 7|app: 0|req: 581/1147] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:08 2026] DELETE /v2.0/ports/4ad793f7-682d-46ac-9574-308f22eac6ff => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1148] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:08 2026] PUT /v2.0/routers/5a286696-5f1d-4470-9937-191d09be729b/remove_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1149] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:24:09 2026] GET /v2.0/subnets?id=fe287028-a414-4ae2-b81e-b4f007dc7f46 => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1152] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:09 2026] POST /v2.0/subnets => generated 673 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:09.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c99b1d2-e84e-4df4-969f-54959343118f 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] TaaS: Handle Delete Port: 3500d0d7-7457-4e06-9b1d-4305117833d1 2026-06-17 04:24:09.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c99b1d2-e84e-4df4-969f-54959343118f 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Tap Mirror: Handle Delete Port: 3500d0d7-7457-4e06-9b1d-4305117833d1 [pid: 8|app: 0|req: 571/1153] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:09 2026] DELETE /v2.0/ports/3500d0d7-7457-4e06-9b1d-4305117833d1 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1154] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:24:09 2026] GET /v2.0/ports?network_id=6844217a-8f45-4b2d-aeab-f8afeb08738c&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:09.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bcd9312-2b47-4ae3-992e-85ba74264f8c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: e6214cd9-463d-47eb-8ec1-86de04b8e184 2026-06-17 04:24:09.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bcd9312-2b47-4ae3-992e-85ba74264f8c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: e6214cd9-463d-47eb-8ec1-86de04b8e184 2026-06-17 04:24:09.655 8 INFO neutron.db.segments_db [None req-58150356-e829-4a6a-a8fe-fe6eabf014b1 81d67970dae340d2a04f7d902748e8ec 600f0cd1b63f413481d8d97ddd05af0a - - default default] Added segment d1eed683-fcdb-4132-81e3-f020215bbd47 of type vxlan for network a9565c2a-9e99-413c-8b7c-bb6cdf81076f [pid: 8|app: 0|req: 573/1155] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:09 2026] POST /v2.0/networks => generated 629 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1156] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:09 2026] GET /v2.0/ports => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1157] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:24:09 2026] GET /v2.0/networks/6844217a-8f45-4b2d-aeab-f8afeb08738c?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1158] 10.0.0.73 () {34 vars in 742 bytes} [Wed Jun 17 04:24:09 2026] PUT /v2.0/networks/a9565c2a-9e99-413c-8b7c-bb6cdf81076f => generated 592 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:09.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bcd9312-2b47-4ae3-992e-85ba74264f8c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 2d74d75a-66d0-4b46-8a27-0e4b9cf4e828 2026-06-17 04:24:09.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bcd9312-2b47-4ae3-992e-85ba74264f8c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 2d74d75a-66d0-4b46-8a27-0e4b9cf4e828 2026-06-17 04:24:10.034 8 INFO neutron.db.segments_db [None req-b388d1a6-d1ba-4e80-b1c4-9c256dc95a32 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Added segment 24a2b288-9456-4c18-bf92-a14e0e76eade of type vxlan for network 2ad56663-17d6-496b-858c-ecb64a4de31f [pid: 8|app: 0|req: 577/1159] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:09 2026] POST /v2.0/networks => generated 635 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1160] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:24:10 2026] GET /v2.0/networks/6844217a-8f45-4b2d-aeab-f8afeb08738c?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: 579/1161] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:10 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:10.376 7 INFO neutron.services.segments.plugin [-] Segment 8595aa6f-0940-4a03-872c-a8f02d7553d1 resource provider aggregate not found 2026-06-17 04:24:10.381 7 INFO neutron.services.segments.plugin [-] Segment 8595aa6f-0940-4a03-872c-a8f02d7553d1 resource provider aggregate not found 2026-06-17 04:24:10.397 7 INFO neutron.services.segments.plugin [-] Segment 8595aa6f-0940-4a03-872c-a8f02d7553d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8595aa6f-0940-4a03-872c-a8f02d7553d1 found for delete ", "request_id": "req-39623385-8181-40a5-be11-d5b6ba1f7aa1"}]} 2026-06-17 04:24:10.402 7 INFO neutron.services.segments.plugin [-] Segment 8595aa6f-0940-4a03-872c-a8f02d7553d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8595aa6f-0940-4a03-872c-a8f02d7553d1 found for delete ", "request_id": "req-70b9ebd0-3d83-447b-9536-38337ca5fdc0"}]} 2026-06-17 04:24:10.409 7 INFO neutron.db.l3_hamode_db [None req-7bcd9312-2b47-4ae3-992e-85ba74264f8c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network 39f5b39f-b408-457c-9079-1140dd86693e was deleted as no HA routers are present in tenant cf58eaa7e67143d28d60d801c032aeeb. [pid: 7|app: 0|req: 583/1162] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:09 2026] DELETE /v2.0/routers/5a286696-5f1d-4470-9937-191d09be729b => generated 0 bytes in 1067 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:10.475 7 INFO neutron.db.segments_db [None req-19c84824-42b3-415e-a019-aff65f00eaba 8f3ca7b63c31467c90ffabeef27c816a 7e1435827ed348c5a3a9be338624674f - - default default] Added segment 8976cd0e-4dd0-486b-839c-d665e477266b of type vxlan for network 1198a70d-9f93-47b8-8af2-d8ffe8c969c2 [pid: 8|app: 0|req: 580/1163] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:10 2026] POST /v2.0/subnets => generated 646 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1164] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:10 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1165] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:10 2026] POST /v2.0/networks => generated 635 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1166] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:10 2026] DELETE /v2.0/subnets/a18a598f-d924-4fb5-bd7b-bc5abbcf3626 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1167] 10.0.0.73 () {34 vars in 740 bytes} [Wed Jun 17 04:24:10 2026] PUT /v2.0/subnets/3e27768f-2493-48ac-a291-90537ed1ea40 => generated 656 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:10.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9fc8325-1245-4919-b78b-3e5932b2123f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 8e56ad2e-a522-41e4-afd3-3a107d062dab 2026-06-17 04:24:10.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9fc8325-1245-4919-b78b-3e5932b2123f f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 8e56ad2e-a522-41e4-afd3-3a107d062dab 2026-06-17 04:24:10.979 8 INFO neutron.services.segments.plugin [-] Segment 14cee35b-0b29-49af-8a8e-921157faddd9 resource provider aggregate not found 2026-06-17 04:24:10.983 8 INFO neutron.services.segments.plugin [-] Segment 14cee35b-0b29-49af-8a8e-921157faddd9 resource provider aggregate not found [pid: 8|app: 0|req: 583/1168] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:10 2026] DELETE /v2.0/networks/b6b09e51-aa90-4810-a460-0185b514a322 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:11.030 8 INFO neutron.services.segments.plugin [-] Segment 14cee35b-0b29-49af-8a8e-921157faddd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14cee35b-0b29-49af-8a8e-921157faddd9 found for delete ", "request_id": "req-1fc31138-b219-49c2-9cfc-20a0b78bf52c"}]} 2026-06-17 04:24:11.040 8 INFO neutron.services.segments.plugin [-] Segment 14cee35b-0b29-49af-8a8e-921157faddd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14cee35b-0b29-49af-8a8e-921157faddd9 found for delete ", "request_id": "req-b00313a9-1990-4b1d-b0db-f4050e785825"}]} [pid: 7|app: 0|req: 586/1169] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:10 2026] DELETE /v2.0/networks/a9565c2a-9e99-413c-8b7c-bb6cdf81076f => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:11.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89384e0e-cb08-4c98-adf7-f8e776a099ef 81d67970dae340d2a04f7d902748e8ec 600f0cd1b63f413481d8d97ddd05af0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1170] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/networks/a9565c2a-9e99-413c-8b7c-bb6cdf81076f => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1171] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1172] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/subnets?network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64 => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1173] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/security-groups?tenant_id=cf58eaa7e67143d28d60d801c032aeeb&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1174] 10.0.0.73 () {32 vars in 652 bytes} [Wed Jun 17 04:24:11 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: 588/1175] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/security-groups/7668140c-4844-40b0-b904-76cecb93c7f3 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1176] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:24:11 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: 8|app: 0|req: 590/1177] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/subnets => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1178] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/networks/009751fa-ed43-4950-b927-336d6c44087e => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1179] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/subnets/63f45496-0d70-4c56-828e-396d115dd170 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1180] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:11 2026] POST /v2.0/subnets => generated 1323 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:24:11.640 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f1d0bd9-9f2f-472f-af6d-8683e2857071 81d67970dae340d2a04f7d902748e8ec 600f0cd1b63f413481d8d97ddd05af0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1181] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/subnets/3e27768f-2493-48ac-a291-90537ed1ea40 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1182] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/subnets => generated 1959 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1183] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 969 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:11.721 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f046d56-bfba-4ec1-8eab-a9d2f9d075d8 81d67970dae340d2a04f7d902748e8ec 600f0cd1b63f413481d8d97ddd05af0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1184] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/networks/a9565c2a-9e99-413c-8b7c-bb6cdf81076f => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1185] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:11 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&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: 592/1186] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/subnets/09a69252-139a-4de3-89bd-388f11cb1688 => 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: 595/1187] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/subnets/63f45496-0d70-4c56-828e-396d115dd170 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1188] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/subnets/43e98670-bd56-404d-aa50-641c71a4e1e8 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:12.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-099525e4-f7f5-4d08-b0ef-4c3030268af2 81d67970dae340d2a04f7d902748e8ec 600f0cd1b63f413481d8d97ddd05af0a - - default default] TaaS: Handle Delete Port: b6e51f35-7471-4d6c-b39c-924f497bcd3b 2026-06-17 04:24:12.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-099525e4-f7f5-4d08-b0ef-4c3030268af2 81d67970dae340d2a04f7d902748e8ec 600f0cd1b63f413481d8d97ddd05af0a - - default default] Tap Mirror: Handle Delete Port: b6e51f35-7471-4d6c-b39c-924f497bcd3b [pid: 7|app: 0|req: 594/1189] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:24:12 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1190] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:12 2026] DELETE /v2.0/networks/1198a70d-9f93-47b8-8af2-d8ffe8c969c2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1191] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:11 2026] DELETE /v2.0/networks/009751fa-ed43-4950-b927-336d6c44087e => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1192] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:12 2026] DELETE /v2.0/networks/2ad56663-17d6-496b-858c-ecb64a4de31f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:12.422 7 INFO neutron.services.segments.plugin [-] Segment d1eed683-fcdb-4132-81e3-f020215bbd47 resource provider aggregate not found 2026-06-17 04:24:12.424 7 INFO neutron.services.segments.plugin [-] Segment d1eed683-fcdb-4132-81e3-f020215bbd47 resource provider aggregate not found 2026-06-17 04:24:12.444 7 INFO neutron.services.segments.plugin [-] Segment d1eed683-fcdb-4132-81e3-f020215bbd47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1eed683-fcdb-4132-81e3-f020215bbd47 found for delete ", "request_id": "req-4658c54c-777b-4b15-ace2-e554fa7bee6d"}]} 2026-06-17 04:24:12.449 7 INFO neutron.services.segments.plugin [-] Segment d1eed683-fcdb-4132-81e3-f020215bbd47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1eed683-fcdb-4132-81e3-f020215bbd47 found for delete ", "request_id": "req-fd0b6911-43ae-4082-88fc-1d22d398a6cc"}]} 2026-06-17 04:24:12.464 7 INFO neutron.services.segments.plugin [-] Segment 8976cd0e-4dd0-486b-839c-d665e477266b resource provider aggregate not found 2026-06-17 04:24:12.488 7 INFO neutron.services.segments.plugin [-] Segment 8976cd0e-4dd0-486b-839c-d665e477266b resource provider aggregate not found 2026-06-17 04:24:12.494 7 INFO neutron.services.segments.plugin [-] Segment 8976cd0e-4dd0-486b-839c-d665e477266b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8976cd0e-4dd0-486b-839c-d665e477266b found for delete ", "request_id": "req-be091a49-aaae-4197-8d42-1230ffad3b0b"}]} 2026-06-17 04:24:12.516 7 INFO neutron.services.segments.plugin [-] Segment 8976cd0e-4dd0-486b-839c-d665e477266b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8976cd0e-4dd0-486b-839c-d665e477266b found for delete ", "request_id": "req-db15a74b-7726-49e0-bce4-beb8d606996a"}]} 2026-06-17 04:24:12.520 7 INFO neutron.services.segments.plugin [-] Segment 24a2b288-9456-4c18-bf92-a14e0e76eade resource provider aggregate not found 2026-06-17 04:24:12.533 7 INFO neutron.services.segments.plugin [-] Segment 24a2b288-9456-4c18-bf92-a14e0e76eade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24a2b288-9456-4c18-bf92-a14e0e76eade found for delete ", "request_id": "req-388636f8-104f-4b9b-a763-a4c91761f277"}]} 2026-06-17 04:24:12.541 7 INFO neutron.services.segments.plugin [-] Segment 24a2b288-9456-4c18-bf92-a14e0e76eade resource provider aggregate not found 2026-06-17 04:24:12.571 7 INFO neutron.services.segments.plugin [-] Segment 24a2b288-9456-4c18-bf92-a14e0e76eade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24a2b288-9456-4c18-bf92-a14e0e76eade found for delete ", "request_id": "req-7e40688b-3dfe-440d-a3d5-8f814a045ff2"}]} [pid: 8|app: 0|req: 597/1193] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:12 2026] DELETE /v2.0/networks/2c9d9bca-0e96-442c-8bcc-82c7b83e8640 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1194] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:12 2026] DELETE /v2.0/networks/e6c5765b-de7c-4ec5-8c56-f55825df913c => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1195] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:12 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1196] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:12 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:13.072 8 INFO neutron.services.segments.plugin [-] Segment 3a89d6ac-0db9-4f4f-85f8-37e62388f3e3 resource provider aggregate not found 2026-06-17 04:24:13.078 8 INFO neutron.services.segments.plugin [-] Segment 3a89d6ac-0db9-4f4f-85f8-37e62388f3e3 resource provider aggregate not found 2026-06-17 04:24:13.094 8 INFO neutron.services.segments.plugin [-] Segment 3a89d6ac-0db9-4f4f-85f8-37e62388f3e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a89d6ac-0db9-4f4f-85f8-37e62388f3e3 found for delete ", "request_id": "req-2ef22d34-be29-4b1f-bfe7-a7d37b9da913"}]} 2026-06-17 04:24:13.098 8 INFO neutron.services.segments.plugin [-] Segment 3a89d6ac-0db9-4f4f-85f8-37e62388f3e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a89d6ac-0db9-4f4f-85f8-37e62388f3e3 found for delete ", "request_id": "req-8afc080a-5ad0-432b-88fd-a58223788356"}]} 2026-06-17 04:24:13.119 8 INFO neutron.services.segments.plugin [-] Segment 5401f0b0-6e92-4b35-be9e-fae6ba3ba3b6 resource provider aggregate not found 2026-06-17 04:24:13.131 8 INFO neutron.services.segments.plugin [-] Segment 5401f0b0-6e92-4b35-be9e-fae6ba3ba3b6 resource provider aggregate not found 2026-06-17 04:24:13.140 8 INFO neutron.services.segments.plugin [-] Segment 5401f0b0-6e92-4b35-be9e-fae6ba3ba3b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5401f0b0-6e92-4b35-be9e-fae6ba3ba3b6 found for delete ", "request_id": "req-7e1e4c4e-028a-4948-bb11-81dcd01cdc95"}]} 2026-06-17 04:24:13.153 8 INFO neutron.services.segments.plugin [-] Segment 5401f0b0-6e92-4b35-be9e-fae6ba3ba3b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5401f0b0-6e92-4b35-be9e-fae6ba3ba3b6 found for delete ", "request_id": "req-7e76a4af-7036-4a35-a328-8a7f5b57907e"}]} [pid: 8|app: 0|req: 598/1197] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:12 2026] GET /v2.0/security-groups?tenant_id=600f0cd1b63f413481d8d97ddd05af0a&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1198] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:13 2026] DELETE /v2.0/security-groups/0ce7a1b8-6f79-48f4-b2f1-cd5a609bd837 => 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: 599/1199] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:13 2026] GET /v2.0/security-groups?tenant_id=7e1435827ed348c5a3a9be338624674f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1200] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:13 2026] DELETE /v2.0/security-groups/7d4b88ba-a454-400f-b657-d9038ad4c453 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1201] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:14 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1202] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:14 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:14.553 7 INFO neutron.services.segments.plugin [-] Segment f115f88b-878b-44e4-82fc-0fb865ae3243 resource provider aggregate not found 2026-06-17 04:24:14.576 7 INFO neutron.services.segments.plugin [-] Segment f115f88b-878b-44e4-82fc-0fb865ae3243 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f115f88b-878b-44e4-82fc-0fb865ae3243 found for delete ", "request_id": "req-628d25dd-a688-450e-9954-ae28986cfd13"}]} 2026-06-17 04:24:14.589 7 INFO neutron.services.segments.plugin [-] Segment f115f88b-878b-44e4-82fc-0fb865ae3243 resource provider aggregate not found 2026-06-17 04:24:14.606 7 INFO neutron.services.segments.plugin [-] Segment f115f88b-878b-44e4-82fc-0fb865ae3243 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f115f88b-878b-44e4-82fc-0fb865ae3243 found for delete ", "request_id": "req-6de4c14f-5f1e-4073-bd47-8ea7eaa1b148"}]} [pid: 8|app: 0|req: 601/1203] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:15 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1204] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:15 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1205] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:15 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 605/1206] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:15 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:15.872 8 INFO neutron.db.segments_db [None req-f0b760cb-2769-4ecb-abe1-72756aa36604 9228bbee8cc24a1c88ff9a715e5e5b5c 2aeb3fadf1c04e8d8e232ac89db67069 - - default default] Added segment ce8570d7-bc76-403e-8661-a06f3bc70aeb of type vxlan for network 0407df69-3c51-464f-bb2a-8b6a51ab34c5 [pid: 8|app: 0|req: 602/1207] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:15 2026] POST /v2.0/networks => generated 625 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1208] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:16 2026] POST /v2.0/subnets => generated 641 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:16.408 8 INFO neutron.db.segments_db [None req-5471d4c5-7ea4-4439-b10c-dfcc4fc0bb82 9228bbee8cc24a1c88ff9a715e5e5b5c 2aeb3fadf1c04e8d8e232ac89db67069 - - default default] Added segment 288bcb9f-b4d0-4bce-88ce-fe894269dfce of type vxlan for network 1b24e69b-66d4-4a61-b884-001be72da809 2026-06-17 04:24:16.435 7 INFO neutron.db.segments_db [None req-7f8a680d-21a2-4362-a557-985b638ffcbf 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] Added segment 621e201a-f33e-4266-99d6-b22dfba46aad of type vxlan for network c8510807-80dd-4105-b7b9-4498d472dc2d [pid: 8|app: 0|req: 604/1209] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:16 2026] POST /v2.0/networks => generated 625 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1210] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:15 2026] POST /v2.0/networks => generated 630 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1211] 10.0.0.73 () {34 vars in 742 bytes} [Wed Jun 17 04:24:16 2026] PUT /v2.0/networks/1b24e69b-66d4-4a61-b884-001be72da809 => generated 592 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1212] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:16 2026] POST /v2.0/ports => generated 778 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:24:16.926 7 INFO neutron.db.segments_db [None req-fa370417-08ee-4bdb-b4b2-e05abc85857b 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] Added segment 5ee338ce-7dcc-4eaf-94e4-e81cd230d457 of type vxlan for network c51327cf-497c-4617-ad7a-30446279fe6d [pid: 8|app: 0|req: 606/1213] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:16 2026] POST /v2.0/subnets => generated 626 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1214] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:16 2026] POST /v2.0/networks => generated 617 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1215] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 609/1216] 10.0.0.73 () {34 vars in 740 bytes} [Wed Jun 17 04:24:17 2026] PUT /v2.0/subnets/23f9ac38-9605-410a-b6fd-2909a8aaba45 => generated 636 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1217] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1218] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:17 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:17.412 7 INFO neutron.services.segments.plugin [-] Segment 288bcb9f-b4d0-4bce-88ce-fe894269dfce resource provider aggregate not found 2026-06-17 04:24:17.417 7 INFO neutron.services.segments.plugin [-] Segment 288bcb9f-b4d0-4bce-88ce-fe894269dfce resource provider aggregate not found 2026-06-17 04:24:17.436 7 INFO neutron.services.segments.plugin [-] Segment 288bcb9f-b4d0-4bce-88ce-fe894269dfce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288bcb9f-b4d0-4bce-88ce-fe894269dfce found for delete ", "request_id": "req-2c198452-87b3-4dd8-814e-f769b4329ef6"}]} 2026-06-17 04:24:17.440 7 INFO neutron.services.segments.plugin [-] Segment 288bcb9f-b4d0-4bce-88ce-fe894269dfce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288bcb9f-b4d0-4bce-88ce-fe894269dfce found for delete ", "request_id": "req-ce11e75b-230a-4ebf-9ebc-6f2d6adf3278"}]} [pid: 7|app: 0|req: 611/1219] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:17 2026] DELETE /v2.0/networks/1b24e69b-66d4-4a61-b884-001be72da809 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:17.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7fc9af4-5589-46f4-8144-c50a0fa25c7d 9228bbee8cc24a1c88ff9a715e5e5b5c 2aeb3fadf1c04e8d8e232ac89db67069 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1220] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:17 2026] DELETE /v2.0/networks/1b24e69b-66d4-4a61-b884-001be72da809 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1221] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1222] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/subnets?network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64 => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1223] 10.0.0.73 () {32 vars in 652 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1224] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/networks => generated 1309 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1225] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:17 2026] POST /v2.0/ports => generated 965 bytes in 348 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: 617/1226] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:24:17 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: 7|app: 0|req: 618/1227] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/networks/0407df69-3c51-464f-bb2a-8b6a51ab34c5 => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:17.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b0a1ea5-0777-4367-9d5f-ace68f159c5b 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] TaaS: Handle Delete Port: c3b6ffc3-7b3c-490e-bd57-cae7dc893413 [pid: 7|app: 0|req: 619/1228] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:24:17 2026] GET /v2.0/subnets/40a06e0c-a33e-49cb-8d59-9ed6217c9412 => generated 641 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:17.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b0a1ea5-0777-4367-9d5f-ace68f159c5b 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] Tap Mirror: Handle Delete Port: c3b6ffc3-7b3c-490e-bd57-cae7dc893413 2026-06-17 04:24:17.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d417a92-d54a-4474-9fcb-3bede047adeb 9228bbee8cc24a1c88ff9a715e5e5b5c 2aeb3fadf1c04e8d8e232ac89db67069 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 620/1229] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:17 2026] DELETE /v2.0/subnets/23f9ac38-9605-410a-b6fd-2909a8aaba45 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:17.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf8157cb-0ca5-4d36-a24f-775fe5988972 9228bbee8cc24a1c88ff9a715e5e5b5c 2aeb3fadf1c04e8d8e232ac89db67069 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1230] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:17 2026] DELETE /v2.0/networks/1b24e69b-66d4-4a61-b884-001be72da809 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1231] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:17 2026] DELETE /v2.0/ports/c3b6ffc3-7b3c-490e-bd57-cae7dc893413 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:18.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10ebcad7-8a9c-4c6d-98c8-23bdd2a4ea61 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 611/1232] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:17 2026] DELETE /v2.0/ports/c3b6ffc3-7b3c-490e-bd57-cae7dc893413 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:18.035 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7137ed01-ed80-4f3a-9cef-909b857ab095 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1233] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:18 2026] GET /v2.0/ports/c3b6ffc3-7b3c-490e-bd57-cae7dc893413 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1234] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:17 2026] DELETE /v2.0/subnets/40a06e0c-a33e-49cb-8d59-9ed6217c9412 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1235] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:18 2026] DELETE /v2.0/networks/0407df69-3c51-464f-bb2a-8b6a51ab34c5 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1236] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:18 2026] DELETE /v2.0/subnets/9cc504ec-650d-46bd-9616-7560c3a09b24 => 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: 624/1237] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:24:18 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:18.310 8 INFO neutron.services.segments.plugin [-] Segment 5ee338ce-7dcc-4eaf-94e4-e81cd230d457 resource provider aggregate not found 2026-06-17 04:24:18.311 8 INFO neutron.services.segments.plugin [-] Segment 5ee338ce-7dcc-4eaf-94e4-e81cd230d457 resource provider aggregate not found 2026-06-17 04:24:18.327 8 INFO neutron.services.segments.plugin [-] Segment 5ee338ce-7dcc-4eaf-94e4-e81cd230d457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee338ce-7dcc-4eaf-94e4-e81cd230d457 found for delete ", "request_id": "req-5c9a7748-4c8b-4637-abe1-bc744093f157"}]} 2026-06-17 04:24:18.332 8 INFO neutron.services.segments.plugin [-] Segment 5ee338ce-7dcc-4eaf-94e4-e81cd230d457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ee338ce-7dcc-4eaf-94e4-e81cd230d457 found for delete ", "request_id": "req-f00c95dc-f4e9-4f44-b73b-7d1a83745dca"}]} [pid: 8|app: 0|req: 614/1238] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:18 2026] DELETE /v2.0/networks/c51327cf-497c-4617-ad7a-30446279fe6d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:18.372 7 INFO neutron_taas.services.taas.taas_plugin [req-4af2e61f-97b7-48bb-90db-688929c063a7 req-93f2fe9f-41dd-456e-a2e8-57b65c1a4e20 7535fa1d3e5f4af5be1ecdd510f51e13 cbe3528256f44bc3a443a054207eea96 - - default default] TaaS: Handle Delete Port: 80089e76-5b45-4db2-a9bf-929a3429b81f 2026-06-17 04:24:18.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4af2e61f-97b7-48bb-90db-688929c063a7 req-93f2fe9f-41dd-456e-a2e8-57b65c1a4e20 7535fa1d3e5f4af5be1ecdd510f51e13 cbe3528256f44bc3a443a054207eea96 - - default default] Tap Mirror: Handle Delete Port: 80089e76-5b45-4db2-a9bf-929a3429b81f [pid: 8|app: 0|req: 615/1239] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:18 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:18.444 8 INFO neutron.db.segments_db [None req-3306e02d-34dd-4694-ab1e-811511eae3f3 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] Added segment afd1a05d-84ab-49a8-8466-d9656f22cef8 of type vxlan for network 23673e30-6aad-4d9c-8877-8b0227c68662 [pid: 7|app: 0|req: 625/1240] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:24:18 2026] DELETE /v2.0/ports/80089e76-5b45-4db2-a9bf-929a3429b81f => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1241] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:18 2026] POST /v2.0/networks => generated 617 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1242] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:18 2026] GET /v2.0/security-groups?id=f93aa28e-601b-4c00-98c1-ad5d7113ec66&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:18.605 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-15b96832-f4ed-45fc-931a-22758cae0284'] response: {'server_uuid': '54f558b7-caef-4c60-89f9-f4b260d9c999', 'name': 'network-vif-deleted', 'tag': '80089e76-5b45-4db2-a9bf-929a3429b81f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 617/1243] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:18 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1244] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:18 2026] GET /v2.0/security-groups?tenant_id=2aeb3fadf1c04e8d8e232ac89db67069&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1245] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:18 2026] POST /v2.0/ports => generated 926 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1246] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:19 2026] DELETE /v2.0/security-groups/95334b0d-be75-4a54-8b08-b824a2216707 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:19.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-781a24a3-b08f-4c17-87a4-d642167f2c5d 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] TaaS: Handle Delete Port: 58edfa60-89e8-43fd-8b64-d56276d8f178 2026-06-17 04:24:19.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-781a24a3-b08f-4c17-87a4-d642167f2c5d 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] Tap Mirror: Handle Delete Port: 58edfa60-89e8-43fd-8b64-d56276d8f178 [pid: 8|app: 0|req: 619/1247] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:19 2026] DELETE /v2.0/ports/58edfa60-89e8-43fd-8b64-d56276d8f178 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:19.462 7 INFO neutron.services.segments.plugin [-] Segment ce8570d7-bc76-403e-8661-a06f3bc70aeb resource provider aggregate not found 2026-06-17 04:24:19.465 7 INFO neutron.services.segments.plugin [-] Segment ce8570d7-bc76-403e-8661-a06f3bc70aeb resource provider aggregate not found 2026-06-17 04:24:19.496 7 INFO neutron.services.segments.plugin [-] Segment ce8570d7-bc76-403e-8661-a06f3bc70aeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8570d7-bc76-403e-8661-a06f3bc70aeb found for delete ", "request_id": "req-0faac0b8-23e6-484d-a742-9c3a87c5efd3"}]} 2026-06-17 04:24:19.500 7 INFO neutron.services.segments.plugin [-] Segment ce8570d7-bc76-403e-8661-a06f3bc70aeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8570d7-bc76-403e-8661-a06f3bc70aeb found for delete ", "request_id": "req-80b18caa-a3d4-46bd-aa10-a143b612230b"}]} 2026-06-17 04:24:19.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-259f233c-178d-4a91-a1a5-c792e2c37c85 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1248] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:19 2026] GET /v2.0/ports/58edfa60-89e8-43fd-8b64-d56276d8f178 => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1249] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:19 2026] DELETE /v2.0/subnets/9b65bb5a-6e88-4667-8245-cbcae3430cff => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1250] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:19 2026] DELETE /v2.0/networks/23673e30-6aad-4d9c-8877-8b0227c68662 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1251] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:19 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 630/1252] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:19 2026] GET /v2.0/security-groups?tenant_id=666c57ca94f94701b9607c21122146de&name=default => generated 2925 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1253] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:19 2026] DELETE /v2.0/security-groups/c0561bc3-3361-485e-958d-fd7817b127cb => 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: 623/1254] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:19 2026] POST /v2.0/ports => generated 779 bytes in 299 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: 632/1255] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:20 2026] GET /v2.0/security-groups?tenant_id=123e39577f5943858a8382395f546891&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:20.363 8 INFO neutron.services.segments.plugin [-] Segment afd1a05d-84ab-49a8-8466-d9656f22cef8 resource provider aggregate not found [pid: 7|app: 0|req: 633/1256] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:20 2026] DELETE /v2.0/security-groups/9706a8d4-a494-44cd-9f42-697a11edd1f1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:20.370 8 INFO neutron.services.segments.plugin [-] Segment afd1a05d-84ab-49a8-8466-d9656f22cef8 resource provider aggregate not found 2026-06-17 04:24:20.392 8 INFO neutron.services.segments.plugin [-] Segment afd1a05d-84ab-49a8-8466-d9656f22cef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd1a05d-84ab-49a8-8466-d9656f22cef8 found for delete ", "request_id": "req-ee961715-85e4-41b9-bbc1-65e6c7a9301e"}]} 2026-06-17 04:24:20.393 8 INFO neutron.services.segments.plugin [-] Segment afd1a05d-84ab-49a8-8466-d9656f22cef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd1a05d-84ab-49a8-8466-d9656f22cef8 found for delete ", "request_id": "req-46293db6-6ad1-4b30-bfd3-0558f48ad82c"}]} [pid: 8|app: 0|req: 624/1257] 10.0.0.73 () {34 vars in 736 bytes} [Wed Jun 17 04:24:20 2026] PUT /v2.0/ports/59825e12-392d-40fb-9cb3-2547338ed72f => generated 752 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:20.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-41da1f1e-405a-4fb9-84a9-c2089be76271 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] TaaS: Handle Delete Port: 59825e12-392d-40fb-9cb3-2547338ed72f 2026-06-17 04:24:20.515 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41da1f1e-405a-4fb9-84a9-c2089be76271 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] Tap Mirror: Handle Delete Port: 59825e12-392d-40fb-9cb3-2547338ed72f [pid: 7|app: 0|req: 634/1258] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:20 2026] DELETE /v2.0/ports/59825e12-392d-40fb-9cb3-2547338ed72f => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 625/1259] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:20 2026] GET /v2.0/ports => generated 781 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:20.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa26895d-6abc-4703-ad78-77ada6c79ba7 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 635/1260] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:20 2026] GET /v2.0/ports/59825e12-392d-40fb-9cb3-2547338ed72f => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1261] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:20 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1262] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:20 2026] GET /v2.0/ports/78ab641f-1523-4e04-9469-d0ee154c9804 => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:20.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-576820a4-2418-4db1-80d7-31fb20977b46 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1263] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:20 2026] DELETE /v2.0/ports/58edfa60-89e8-43fd-8b64-d56276d8f178 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:20.829 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8aff5c4f-5ad4-4726-8732-a88334707738 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1264] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:20 2026] DELETE /v2.0/subnets/9b65bb5a-6e88-4667-8245-cbcae3430cff => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:20.860 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45d5f6cc-58b7-4977-aa61-2bc4fa7231a9 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1265] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:20 2026] DELETE /v2.0/subnets/9cc504ec-650d-46bd-9616-7560c3a09b24 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:20.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f326471-3484-4e56-819b-314aae91e40e 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] TaaS: Handle Delete Port: 78ab641f-1523-4e04-9469-d0ee154c9804 2026-06-17 04:24:20.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f326471-3484-4e56-819b-314aae91e40e 32cee63c71674c809ff7b0e34954d6c1 48475c71cd45426fa60d8de255e5b962 - - default default] Tap Mirror: Handle Delete Port: 78ab641f-1523-4e04-9469-d0ee154c9804 [pid: 8|app: 0|req: 629/1266] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:20 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 638/1267] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:20 2026] DELETE /v2.0/ports/78ab641f-1523-4e04-9469-d0ee154c9804 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1268] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:21 2026] DELETE /v2.0/networks/c8510807-80dd-4105-b7b9-4498d472dc2d => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1269] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:24:21 2026] POST /v2.0/security-groups => generated 1623 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1270] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:21 2026] GET /v2.0/security-groups => generated 4528 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1271] 10.0.0.73 () {34 vars in 757 bytes} [Wed Jun 17 04:24:21 2026] PUT /v2.0/security-groups/d56a9998-d5fb-46c3-a32a-03a1bab79a59 => generated 1664 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1272] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:24:21 2026] GET /v2.0/security-groups/d56a9998-d5fb-46c3-a32a-03a1bab79a59 => generated 1664 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1273] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:21 2026] GET /v2.0/security-groups?tenant_id=48475c71cd45426fa60d8de255e5b962&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1274] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:21 2026] DELETE /v2.0/security-groups/d56a9998-d5fb-46c3-a32a-03a1bab79a59 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1275] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:21 2026] DELETE /v2.0/security-groups/fd933726-3101-4d46-8526-703c24bbed2e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1276] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1277] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:22 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:22.162 7 INFO neutron.api.v2.resource [None req-fb949872-5137-47d6-8f60-5909a50f4d95 fa250b7e811e4e79b5da41103fc950c1 fed909b5507348a6b45f36e2be55e95f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1278] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:22 2026] DELETE /v2.0/security-groups/d56a9998-d5fb-46c3-a32a-03a1bab79a59 => generated 146 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1279] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:24:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:24:22.421 8 INFO neutron.services.segments.plugin [-] Segment 621e201a-f33e-4266-99d6-b22dfba46aad resource provider aggregate not found 2026-06-17 04:24:22.428 8 INFO neutron.services.segments.plugin [-] Segment 621e201a-f33e-4266-99d6-b22dfba46aad resource provider aggregate not found 2026-06-17 04:24:22.437 8 INFO neutron.services.segments.plugin [-] Segment 621e201a-f33e-4266-99d6-b22dfba46aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621e201a-f33e-4266-99d6-b22dfba46aad found for delete ", "request_id": "req-12c077e4-0edd-4e1c-8d5d-6c1b8c349020"}]} 2026-06-17 04:24:22.447 8 INFO neutron.services.segments.plugin [-] Segment 621e201a-f33e-4266-99d6-b22dfba46aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621e201a-f33e-4266-99d6-b22dfba46aad found for delete ", "request_id": "req-21819596-2fba-43aa-b77d-c5cd801f4e63"}]} [pid: 7|app: 0|req: 645/1280] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:24:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1281] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:24:22 2026] GET /v2.0/security-group-rules/43d67b8b-bdb0-4a66-96f4-58ee6f9db2eb => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1282] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1283] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:24:22 2026] DELETE /v2.0/security-group-rules/43d67b8b-bdb0-4a66-96f4-58ee6f9db2eb => 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: 647/1284] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1285] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:24:22 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) [pid: 7|app: 0|req: 648/1286] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:24:22 2026] GET /v2.0/security-group-rules/d8920377-5aaa-41b2-88a4-5e35a5e3ce73 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1287] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:22 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: 7|app: 0|req: 649/1288] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:24:23 2026] DELETE /v2.0/security-group-rules/d8920377-5aaa-41b2-88a4-5e35a5e3ce73 => 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: 640/1289] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1290] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:23 2026] GET /v2.0/ports?device_id=54f558b7-caef-4c60-89f9-f4b260d9c999 => 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: 650/1291] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:24:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1292] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:24:23 2026] GET /v2.0/security-group-rules/c8f96e85-ee7d-4d2f-bff3-246a851eb001 => generated 602 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1293] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:23 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1294] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:24:23 2026] DELETE /v2.0/security-group-rules/c8f96e85-ee7d-4d2f-bff3-246a851eb001 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1295] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1296] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:23 2026] DELETE /v2.0/security-groups/6ad86721-2a8f-4c2c-b3ce-d5b6616778d5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1297] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1298] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1301] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:24:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1302] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:24 2026] GET /v2.0/security-groups?tenant_id=fed909b5507348a6b45f36e2be55e95f&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1303] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:24 2026] GET /v2.0/security-groups => generated 4530 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:24.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb57bab5-d162-4f65-a7b7-4d98e8dcd161 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 63b2e234-d45f-4a8b-beca-8ec40c2b3e28 2026-06-17 04:24:24.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb57bab5-d162-4f65-a7b7-4d98e8dcd161 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 63b2e234-d45f-4a8b-beca-8ec40c2b3e28 [pid: 8|app: 0|req: 650/1304] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:24 2026] DELETE /v2.0/security-groups/f2879621-0a30-48d0-a645-2bdac6207697 => 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: 651/1305] 10.0.0.73 () {34 vars in 757 bytes} [Wed Jun 17 04:24:24 2026] PUT /v2.0/security-groups/4595616b-b34c-45cd-9dc4-20a145c61dd7 => generated 1663 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1306] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:24:24 2026] GET /v2.0/security-groups/4595616b-b34c-45cd-9dc4-20a145c61dd7 => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1307] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:25 2026] DELETE /v2.0/security-groups/4595616b-b34c-45cd-9dc4-20a145c61dd7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1308] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:25.155 8 INFO neutron.api.v2.resource [None req-f3334102-2283-469d-844a-c58aea343cd6 57b177b55c5e414285a7441a812ac750 46b5c7817eb94fec999a5979ffe40530 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1309] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:25 2026] DELETE /v2.0/security-groups/4595616b-b34c-45cd-9dc4-20a145c61dd7 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1310] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:24:25 2026] POST /v2.0/security-groups => generated 1625 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1311] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:24:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1312] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:24:25 2026] GET /v2.0/security-group-rules/01c647ec-1f5f-4000-8b41-0cec6f9702c5 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1313] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:24 2026] PUT /v2.0/routers/9d2d3f46-e6e9-4339-a695-eb19d1a5dcc0/remove_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1314] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1315] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:24:25 2026] DELETE /v2.0/security-group-rules/01c647ec-1f5f-4000-8b41-0cec6f9702c5 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:25.635 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d61ef41-0ac5-40fc-a151-2619c2ac6a98 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: df61de89-402d-4843-a8ba-492ff3777384 2026-06-17 04:24:25.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d61ef41-0ac5-40fc-a151-2619c2ac6a98 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: df61de89-402d-4843-a8ba-492ff3777384 [pid: 8|app: 0|req: 661/1316] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1317] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:24:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1318] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:24:25 2026] GET /v2.0/security-group-rules/4171fcfa-9239-44e8-a0f5-ed2e65861a37 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1319] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:25.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d61ef41-0ac5-40fc-a151-2619c2ac6a98 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: d02f822e-c3de-4389-ab35-4af8810c7461 2026-06-17 04:24:25.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d61ef41-0ac5-40fc-a151-2619c2ac6a98 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: d02f822e-c3de-4389-ab35-4af8810c7461 [pid: 8|app: 0|req: 665/1320] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:24:25 2026] DELETE /v2.0/security-group-rules/4171fcfa-9239-44e8-a0f5-ed2e65861a37 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1321] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:26.146 8 INFO neutron.db.securitygroups_db [None req-dfc78c17-4116-4f83-8cbb-60e0fba156bf 57b177b55c5e414285a7441a812ac750 46b5c7817eb94fec999a5979ffe40530 - - default default] Project 46b5c7817eb94fec999a5979ffe40530 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: 667/1322] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:24:26 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) [pid: 8|app: 0|req: 668/1323] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:24:26 2026] GET /v2.0/security-group-rules/ba6bfdd6-04e9-440e-a1f6-f403a17b1e03 => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1324] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:26 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1325] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:24:26 2026] DELETE /v2.0/security-group-rules/ba6bfdd6-04e9-440e-a1f6-f403a17b1e03 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:26.417 7 INFO neutron.services.segments.plugin [-] Segment 42d09ec9-04a9-40cb-9d1e-4e40bf423962 resource provider aggregate not found 2026-06-17 04:24:26.422 7 INFO neutron.services.segments.plugin [-] Segment 42d09ec9-04a9-40cb-9d1e-4e40bf423962 resource provider aggregate not found [pid: 8|app: 0|req: 671/1326] 10.0.0.73 () {32 vars in 672 bytes} [Wed Jun 17 04:24:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:26.445 7 INFO neutron.services.segments.plugin [-] Segment 42d09ec9-04a9-40cb-9d1e-4e40bf423962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42d09ec9-04a9-40cb-9d1e-4e40bf423962 found for delete ", "request_id": "req-1979fe44-0faf-4189-be7d-acafdeeb1595"}]} 2026-06-17 04:24:26.449 7 INFO neutron.services.segments.plugin [-] Segment 42d09ec9-04a9-40cb-9d1e-4e40bf423962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42d09ec9-04a9-40cb-9d1e-4e40bf423962 found for delete ", "request_id": "req-3baf54ee-f005-488e-968f-4315baa0e082"}]} 2026-06-17 04:24:26.451 7 INFO neutron.db.l3_hamode_db [None req-3d61ef41-0ac5-40fc-a151-2619c2ac6a98 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network e74b0c14-02aa-443b-af3c-f15601c26164 was deleted as no HA routers are present in tenant cbe3528256f44bc3a443a054207eea96. [pid: 7|app: 0|req: 656/1327] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:25 2026] DELETE /v2.0/routers/9d2d3f46-e6e9-4339-a695-eb19d1a5dcc0 => generated 0 bytes in 999 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1328] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:26 2026] DELETE /v2.0/security-groups/ac8e6f55-e29d-4689-800f-833f4658cb6e => 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: 673/1329] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:26 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: 674/1330] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1331] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:26 2026] DELETE /v2.0/subnets/fe287028-a414-4ae2-b81e-b4f007dc7f46 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:26.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-0297556d-7ee4-4a6b-a074-13a69ec87c25 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 6cbd798e-7a9f-414d-b6da-4cd2b57722df 2026-06-17 04:24:26.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0297556d-7ee4-4a6b-a074-13a69ec87c25 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 6cbd798e-7a9f-414d-b6da-4cd2b57722df 2026-06-17 04:24:27.040 8 INFO neutron.services.segments.plugin [-] Segment e3871ce8-bf89-4d73-8352-141f54363187 resource provider aggregate not found 2026-06-17 04:24:27.046 8 INFO neutron.services.segments.plugin [-] Segment e3871ce8-bf89-4d73-8352-141f54363187 resource provider aggregate not found 2026-06-17 04:24:27.074 8 INFO neutron.services.segments.plugin [-] Segment e3871ce8-bf89-4d73-8352-141f54363187 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3871ce8-bf89-4d73-8352-141f54363187 found for delete ", "request_id": "req-a22bcaaf-95bb-45d6-8a71-c7ba7a29c901"}]} 2026-06-17 04:24:27.076 8 INFO neutron.services.segments.plugin [-] Segment e3871ce8-bf89-4d73-8352-141f54363187 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3871ce8-bf89-4d73-8352-141f54363187 found for delete ", "request_id": "req-727f21f8-8d10-4b2b-98f7-114c5d8b69b6"}]} [pid: 8|app: 0|req: 675/1332] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:26 2026] DELETE /v2.0/networks/6844217a-8f45-4b2d-aeab-f8afeb08738c => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1333] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:26 2026] GET /v2.0/security-groups?tenant_id=7415015d694449bf986b32f8d649dae9&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1334] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:27 2026] GET /v2.0/security-groups?tenant_id=cbe3528256f44bc3a443a054207eea96&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1335] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:27 2026] DELETE /v2.0/security-groups/0e7f6a2b-8678-4722-874e-6ec0988abd02 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1336] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:27 2026] GET /v2.0/security-groups?tenant_id=46b5c7817eb94fec999a5979ffe40530&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1337] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:27 2026] DELETE /v2.0/security-groups/f93aa28e-601b-4c00-98c1-ad5d7113ec66 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1338] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:27 2026] DELETE /v2.0/security-groups/79f4d53c-1f1a-49c4-8162-ecb549522785 => 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: 662/1339] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:27 2026] GET /v2.0/security-groups?tenant_id=cccc2cf35e054076819e15b25da83dcb&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1340] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:27 2026] DELETE /v2.0/security-groups/675cbe79-cdd0-4050-8281-a8e1a91abdba => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1341] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:29 2026] GET /v2.0/security-groups?tenant_id=17e3bb3c334146ebb6be182be85daff9&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1342] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:29 2026] DELETE /v2.0/security-groups/5449f18f-6a31-4564-94ad-4e504789b134 => 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: 664/1343] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:30 2026] GET /v2.0/security-groups?tenant_id=b1627e086b494bbc8531c82aa82daf8b&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1344] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:30 2026] DELETE /v2.0/security-groups/ccf49727-9e76-41a6-a58b-31997e1a9ea7 => 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: 665/1345] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:31 2026] GET /v2.0/security-groups?tenant_id=6b7eb99b459e4a32bd0c7fba605c7fae&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1346] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:32 2026] DELETE /v2.0/security-groups/a5124b8b-6cb7-4b7a-954f-9e7f1ab7ffff => 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: 666/1347] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:32 2026] GET /v2.0/security-groups?tenant_id=55c308d58bd541c1965c2c6f920864f5&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1348] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:32 2026] DELETE /v2.0/security-groups/23093cda-4dd2-4e38-a34e-3eb2d3f2eb0a => 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: 667/1349] 10.0.0.73 () {32 vars in 652 bytes} [Wed Jun 17 04:24:32 2026] GET /v2.0/extensions => generated 21537 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1350] 10.0.0.73 () {32 vars in 680 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1351] 10.0.0.73 () {32 vars in 680 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1352] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1353] 10.0.0.73 () {32 vars in 664 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/agent => generated 153 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1354] 10.0.0.73 () {32 vars in 698 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1355] 10.0.0.73 () {32 vars in 696 bytes} [Wed Jun 17 04:24:33 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: 686/1356] 10.0.0.73 () {32 vars in 700 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1357] 10.0.0.73 () {32 vars in 688 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1358] 10.0.0.73 () {32 vars in 702 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1359] 10.0.0.73 () {32 vars in 692 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1360] 10.0.0.73 () {32 vars in 694 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1361] 10.0.0.73 () {32 vars in 684 bytes} [Wed Jun 17 04:24:33 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: 689/1362] 10.0.0.73 () {32 vars in 686 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1363] 10.0.0.73 () {32 vars in 660 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1364] 10.0.0.73 () {32 vars in 698 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1365] 10.0.0.73 () {32 vars in 678 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1366] 10.0.0.73 () {32 vars in 682 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1367] 10.0.0.73 () {32 vars in 674 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1368] 10.0.0.73 () {32 vars in 688 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1369] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => 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: 693/1370] 10.0.0.73 () {32 vars in 686 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1371] 10.0.0.73 () {32 vars in 668 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1372] 10.0.0.73 () {32 vars in 686 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1373] 10.0.0.73 () {32 vars in 680 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1374] 10.0.0.73 () {32 vars in 698 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1375] 10.0.0.73 () {32 vars in 678 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/l2_adjacency => 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: 696/1376] 10.0.0.73 () {32 vars in 666 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1377] 10.0.0.73 () {32 vars in 676 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1378] 10.0.0.73 () {32 vars in 664 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1379] 10.0.0.73 () {32 vars in 674 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/l3-flavors => 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: 698/1380] 10.0.0.73 () {32 vars in 712 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1381] 10.0.0.73 () {32 vars in 690 bytes} [Wed Jun 17 04:24:33 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: 699/1382] 10.0.0.73 () {32 vars in 682 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1383] 10.0.0.73 () {32 vars in 668 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1384] 10.0.0.73 () {32 vars in 686 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1385] 10.0.0.73 () {32 vars in 704 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1386] 10.0.0.73 () {32 vars in 674 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1387] 10.0.0.73 () {32 vars in 700 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1388] 10.0.0.73 () {32 vars in 674 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1389] 10.0.0.73 () {32 vars in 692 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1390] 10.0.0.73 () {32 vars in 688 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1391] 10.0.0.73 () {32 vars in 708 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1392] 10.0.0.73 () {32 vars in 704 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1393] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1394] 10.0.0.73 () {32 vars in 696 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1395] 10.0.0.73 () {32 vars in 710 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1396] 10.0.0.73 () {32 vars in 668 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1397] 10.0.0.73 () {32 vars in 686 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1398] 10.0.0.73 () {32 vars in 680 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1399] 10.0.0.73 () {32 vars in 674 bytes} [Wed Jun 17 04:24:33 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: 710/1400] 10.0.0.73 () {32 vars in 670 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1401] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/security-groups?tenant_id=d916ae5356a54f2d9438bae407c966de&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1402] 10.0.0.73 () {32 vars in 660 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1403] 10.0.0.73 () {32 vars in 698 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1404] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/security-groups?tenant_id=006bcff338714ea0a49db32e9f9bbe77&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1405] 10.0.0.73 () {32 vars in 698 bytes} [Wed Jun 17 04:24:33 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1406] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:33 2026] DELETE /v2.0/security-groups/e81ad0cc-aa6f-45d6-bf7d-ac9758b884be => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1407] 10.0.0.73 () {32 vars in 676 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1408] 10.0.0.73 () {32 vars in 668 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1409] 10.0.0.73 () {32 vars in 682 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1410] 10.0.0.73 () {32 vars in 700 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1411] 10.0.0.73 () {32 vars in 684 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1412] 10.0.0.73 () {32 vars in 706 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1413] 10.0.0.73 () {32 vars in 668 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1414] 10.0.0.73 () {32 vars in 696 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1415] 10.0.0.73 () {32 vars in 694 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1416] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:33 2026] DELETE /v2.0/security-groups/c70495a8-77c5-4fb5-a911-563aa3c2d196 => 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: 704/1417] 10.0.0.73 () {32 vars in 684 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1418] 10.0.0.73 () {32 vars in 688 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1419] 10.0.0.73 () {32 vars in 704 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1420] 10.0.0.73 () {32 vars in 666 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1421] 10.0.0.73 () {32 vars in 680 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1422] 10.0.0.73 () {32 vars in 680 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1423] 10.0.0.73 () {32 vars in 690 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1424] 10.0.0.73 () {32 vars in 690 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1425] 10.0.0.73 () {32 vars in 694 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1426] 10.0.0.73 () {32 vars in 684 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 713/1427] 10.0.0.73 () {32 vars in 688 bytes} [Wed Jun 17 04:24:34 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: 7|app: 0|req: 714/1428] 10.0.0.73 () {32 vars in 700 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1429] 10.0.0.73 () {32 vars in 702 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1430] 10.0.0.73 () {32 vars in 712 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1431] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1432] 10.0.0.73 () {32 vars in 714 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1433] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/security-groups?tenant_id=01914f34bee54a78bc309c66b2ebde6a&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1434] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1435] 10.0.0.73 () {32 vars in 740 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1436] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1437] 10.0.0.73 () {32 vars in 682 bytes} [Wed Jun 17 04:24:34 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: 720/1438] 10.0.0.73 () {32 vars in 668 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1439] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:24:34 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: 722/1440] 10.0.0.73 () {32 vars in 678 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1441] 10.0.0.73 () {32 vars in 668 bytes} [Wed Jun 17 04:24:34 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: 724/1442] 10.0.0.73 () {32 vars in 696 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1443] 10.0.0.73 () {32 vars in 704 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1444] 10.0.0.73 () {32 vars in 700 bytes} [Wed Jun 17 04:24:34 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: 727/1445] 10.0.0.73 () {32 vars in 700 bytes} [Wed Jun 17 04:24:34 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: 728/1446] 10.0.0.73 () {32 vars in 682 bytes} [Wed Jun 17 04:24:34 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: 7|app: 0|req: 719/1447] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:34 2026] DELETE /v2.0/security-groups/82d75dc6-35cc-4777-9b72-330b66c5ceb2 => 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: 729/1448] 10.0.0.73 () {32 vars in 704 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1449] 10.0.0.73 () {32 vars in 694 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1450] 10.0.0.73 () {32 vars in 688 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1451] 10.0.0.73 () {32 vars in 696 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1452] 10.0.0.73 () {32 vars in 678 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1453] 10.0.0.73 () {32 vars in 688 bytes} [Wed Jun 17 04:24:34 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: 732/1454] 10.0.0.73 () {32 vars in 700 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1455] 10.0.0.73 () {32 vars in 664 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1456] 10.0.0.73 () {32 vars in 680 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1457] 10.0.0.73 () {32 vars in 676 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/vpn-aes-ctr => 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: 734/1458] 10.0.0.73 () {32 vars in 692 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1459] 10.0.0.73 () {32 vars in 676 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1460] 10.0.0.73 () {32 vars in 666 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1461] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1462] 10.0.0.73 () {32 vars in 674 bytes} [Wed Jun 17 04:24:34 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1463] 10.0.0.73 () {32 vars in 686 bytes} [Wed Jun 17 04:24:34 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: 737/1464] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:35 2026] GET /v2.0/security-groups?tenant_id=033a679c47ae484b8bd71ceace00351a&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: 728/1465] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:35 2026] GET /v2.0/security-groups?tenant_id=c8bc59e623de494ea7455e95ce26d8d8&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1466] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:35 2026] DELETE /v2.0/security-groups/8d9699ad-9844-43d2-922e-962c35047820 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1467] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:35 2026] DELETE /v2.0/security-groups/b2fa4d01-fc93-4e4b-be05-2dceec83b8d7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:36.484 8 INFO neutron.db.segments_db [None req-09d9b421-97e4-4048-9394-b897896b08bc f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment acf5938e-3a3b-4ad0-80a7-b3276f105c68 of type vxlan for network aadbcf74-70f8-4f04-851e-77041f8c7bf2 [pid: 8|app: 0|req: 739/1468] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:24:36 2026] POST /v2.0/networks => generated 722 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1469] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:36 2026] POST /v2.0/subnets => generated 688 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:36.931 8 INFO neutron.db.segments_db [None req-d969c9a9-4b07-4bd1-8b11-440382b8a7a3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 303043ff-4457-45af-84b1-9ae78b1acf84 of type vxlan for network 5ea76967-81e4-47e3-a4da-12c6417dd6a6 2026-06-17 04:24:37.186 8 INFO neutron.db.l3_hamode_db [None req-d969c9a9-4b07-4bd1-8b11-440382b8a7a3 f5ef500ab76e43dc937acb4ac7104f7c d3eb601e8fde49df8a0b61b9a9aff202 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:37.568 7 INFO neutron.db.segments_db [None req-627da4b8-aad9-4738-b3f5-28408e7c944e 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment 0c1ffe2f-01af-4c2c-8c07-dbb807d49538 of type vxlan for network 1bc2d0a3-6866-4af0-9846-e5941da7ec11 [pid: 7|app: 0|req: 731/1470] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:37 2026] POST /v2.0/networks => generated 615 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:37.729 7 INFO neutron.db.segments_db [None req-30ef5389-22c6-4fa4-8867-8e5683f10b63 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment 3bde1cb5-5266-4b9e-932e-a03da8f94b8f of type vxlan for network 5fa57f49-088f-4865-abdb-f92346db48d3 [pid: 7|app: 0|req: 732/1471] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:37 2026] POST /v2.0/networks => generated 615 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:38.033 8 INFO neutron.db.l3_hamode_db [None req-d969c9a9-4b07-4bd1-8b11-440382b8a7a3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 733/1472] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:37 2026] GET /v2.0/security-groups?tenant_id=ac56f8744bfd4256b99c6cf6b4ff43aa&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1473] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:38 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1474] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:38 2026] DELETE /v2.0/security-groups/911e6f9f-e955-40c4-8ade-bd6a948fbfec => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1475] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:38 2026] POST /v2.0/subnets => generated 655 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1476] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:36 2026] POST /v2.0/routers => generated 728 bytes in 2125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:39.046 8 INFO neutron.db.segments_db [None req-88e67f5c-a2cb-4a4b-93bc-a3fa330e345d 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment 8c856104-a589-485d-8a3d-fc5183433dc3 of type vxlan for network 0da59e0a-d2d5-4608-ab37-bfb9cac99c06 2026-06-17 04:24:39.216 7 INFO neutron.db.segments_db [None req-2a19c190-30f1-4557-acb5-2752493cee6c 222f721ad3264d7c9dedfea0bca2c1cd d03d4505d49449f88f1796b6bb8d187e - - default default] Added segment 16c4d402-9f9e-40fc-8a2d-fe5079d8ccb1 of type vxlan for network 9168add6-bcad-4cbd-a314-9830634121a1 [pid: 7|app: 0|req: 737/1477] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:38 2026] POST /v2.0/networks => generated 612 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:39.348 8 INFO neutron.db.l3_hamode_db [None req-88e67f5c-a2cb-4a4b-93bc-a3fa330e345d 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:39.486 8 INFO neutron.db.l3_hamode_db [None req-88e67f5c-a2cb-4a4b-93bc-a3fa330e345d 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 741/1480] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:38 2026] POST /v2.0/routers => generated 510 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:40.243 8 INFO neutron.db.segments_db [None req-6d334f95-7939-4228-874e-516173e62eb3 222f721ad3264d7c9dedfea0bca2c1cd d03d4505d49449f88f1796b6bb8d187e - - default default] Added segment 1e45c6fc-e875-4849-83fb-df6bc1936e6a of type vxlan for network 8c1266f3-e67b-4ad5-aa82-40215c98fbf8 [pid: 8|app: 0|req: 742/1481] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:40 2026] POST /v2.0/networks => generated 612 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1482] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:24:39 2026] PUT /v2.0/routers/af6fef2c-e2b4-497f-9a7b-e09677e5ab07/add_router_interface => generated 309 bytes in 1235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:40.605 7 INFO neutron.db.segments_db [None req-23e6309f-ebe5-4fc2-ba66-edf61827ec51 222f721ad3264d7c9dedfea0bca2c1cd d03d4505d49449f88f1796b6bb8d187e - - default default] Added segment ac7ac003-74f2-47a0-b735-558f4afdcd94 of type vxlan for network bf6e6270-cac8-4466-8437-706ce11cc20f [pid: 7|app: 0|req: 741/1483] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:40 2026] POST /v2.0/networks => generated 612 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:41.190 7 INFO neutron.db.segments_db [None req-48880555-fb8d-4d21-92e6-edfd009a0a7e 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Added segment 1cdfa752-dda7-4b82-a211-395d2dc2e086 of type vxlan for network 1a5f61eb-3b7c-4265-a553-0d9c72a4a83e 2026-06-17 04:24:41.247 7 INFO neutron.db.segments_db [None req-48880555-fb8d-4d21-92e6-edfd009a0a7e 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Added segment 4e37bfdd-49dc-4ed0-8926-852ec60cebe6 of type vxlan for network 9d8032ef-5f82-40a5-abff-8257f8dd339f [pid: 7|app: 0|req: 742/1484] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:40 2026] POST /v2.0/networks => generated 1206 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:24:41.435 7 INFO neutron.db.segments_db [None req-65e9f010-9520-4539-9ad9-e76d75fcb016 222f721ad3264d7c9dedfea0bca2c1cd d03d4505d49449f88f1796b6bb8d187e - - default default] Added segment a52750cf-08fe-45e5-97bb-2247aae85ae5 of type vxlan for network 69b1b7a1-67bd-49ba-9ecb-504b5c5313ba [pid: 7|app: 0|req: 743/1485] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:41 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1486] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:24:41 2026] GET /v2.0/networks => generated 1843 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:41.663 7 INFO neutron.db.segments_db [None req-e0d6861d-1cd0-4236-88e8-bfbcbde12f76 222f721ad3264d7c9dedfea0bca2c1cd d03d4505d49449f88f1796b6bb8d187e - - default default] Added segment 709874b9-c10b-4117-af45-1eeb19f930e8 of type vxlan for network f206aefd-4882-4cf3-b6f7-dca7aa762be4 [pid: 8|app: 0|req: 743/1487] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:24:40 2026] PUT /v2.0/routers/59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1488] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:41 2026] POST /v2.0/networks => generated 613 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1489] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:41 2026] GET /v2.0/ports/aea8a992-7e06-4ec3-8d7d-f171c0cfd87b => generated 959 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:41.857 8 INFO neutron.services.segments.plugin [-] Segment 1cdfa752-dda7-4b82-a211-395d2dc2e086 resource provider aggregate not found 2026-06-17 04:24:41.869 8 INFO neutron.services.segments.plugin [-] Segment 1cdfa752-dda7-4b82-a211-395d2dc2e086 resource provider aggregate not found 2026-06-17 04:24:41.874 8 INFO neutron.services.segments.plugin [-] Segment 1cdfa752-dda7-4b82-a211-395d2dc2e086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdfa752-dda7-4b82-a211-395d2dc2e086 found for delete ", "request_id": "req-f8eb983b-c7ec-483d-8587-b8313518a35a"}]} 2026-06-17 04:24:41.891 8 INFO neutron.services.segments.plugin [-] Segment 1cdfa752-dda7-4b82-a211-395d2dc2e086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdfa752-dda7-4b82-a211-395d2dc2e086 found for delete ", "request_id": "req-f8f2680f-8aa6-466f-8e89-58fb92cac02e"}]} [pid: 8|app: 0|req: 744/1490] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:41 2026] DELETE /v2.0/networks/1a5f61eb-3b7c-4265-a553-0d9c72a4a83e => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1491] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:24:41 2026] PUT /v2.0/networks/9168add6-bcad-4cbd-a314-9830634121a1/tags => generated 17 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:42.072 7 INFO neutron.services.segments.plugin [-] Segment 4e37bfdd-49dc-4ed0-8926-852ec60cebe6 resource provider aggregate not found 2026-06-17 04:24:42.079 7 INFO neutron.services.segments.plugin [-] Segment 4e37bfdd-49dc-4ed0-8926-852ec60cebe6 resource provider aggregate not found 2026-06-17 04:24:42.087 7 INFO neutron.services.segments.plugin [-] Segment 4e37bfdd-49dc-4ed0-8926-852ec60cebe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e37bfdd-49dc-4ed0-8926-852ec60cebe6 found for delete ", "request_id": "req-758d3b41-7263-4272-90ab-dfbab505aab6"}]} 2026-06-17 04:24:42.102 7 INFO neutron.services.segments.plugin [-] Segment 4e37bfdd-49dc-4ed0-8926-852ec60cebe6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e37bfdd-49dc-4ed0-8926-852ec60cebe6 found for delete ", "request_id": "req-eb625345-53e6-4f8f-8f64-1b9640a65b4a"}]} [pid: 7|app: 0|req: 748/1492] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:41 2026] DELETE /v2.0/networks/9d8032ef-5f82-40a5-abff-8257f8dd339f => 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: 749/1493] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:24:42 2026] PUT /v2.0/networks/8c1266f3-e67b-4ad5-aa82-40215c98fbf8/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1494] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:24:42 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1495] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:24:42 2026] PUT /v2.0/networks/bf6e6270-cac8-4466-8437-706ce11cc20f/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:42.364 7 INFO neutron.db.segments_db [None req-18384a77-e520-4efa-9849-e926deaf1790 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Added segment a696be3b-4b69-48a4-a002-dca7ae3258cd of type vxlan for network b30ccb23-c182-404b-b39f-07c6217838eb [pid: 7|app: 0|req: 752/1496] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:42 2026] POST /v2.0/networks => generated 630 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1497] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:24:42 2026] PUT /v2.0/networks/69b1b7a1-67bd-49ba-9ecb-504b5c5313ba/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:42.602 7 INFO neutron.db.segments_db [None req-f3dacb70-6869-4292-8e94-3989f116ef20 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Added segment a74d81a4-f718-4e80-bfd8-42ba94e54a7d of type vxlan for network 132e3c42-dbcd-4561-86d2-b1168fa9758b [pid: 7|app: 0|req: 754/1498] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:42 2026] POST /v2.0/networks => generated 631 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1499] 10.0.0.73 () {32 vars in 665 bytes} [Wed Jun 17 04:24:42 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1500] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:24:41 2026] PUT /v2.0/routers/59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1501] 10.0.0.73 () {32 vars in 679 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1502] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/networks?id=aadbcf74-70f8-4f04-851e-77041f8c7bf2 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1503] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/ports/1648a3af-5ab9-4d22-81b6-7876027c5f59 => generated 967 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1504] 10.0.0.73 () {32 vars in 675 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1505] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/quotas/d3eb601e8fde49df8a0b61b9a9aff202 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1506] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:42 2026] POST /v2.0/ports => generated 1505 bytes in 709 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: 757/1507] 10.0.0.73 () {32 vars in 687 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1508] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/ports?tenant_id=d3eb601e8fde49df8a0b61b9a9aff202&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1509] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/ports => generated 1505 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1510] 10.0.0.73 () {32 vars in 673 bytes} [Wed Jun 17 04:24:43 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:43.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-4156786c-183c-4c0c-9679-20683bc522b6 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 1648a3af-5ab9-4d22-81b6-7876027c5f59 2026-06-17 04:24:43.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4156786c-183c-4c0c-9679-20683bc522b6 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 1648a3af-5ab9-4d22-81b6-7876027c5f59 2026-06-17 04:24:43.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-6384647b-5ad3-46ab-964b-e78dfc5921e7 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] TaaS: Handle Delete Port: ce80cabb-7903-40b3-8b0b-aecf6f6a32b5 2026-06-17 04:24:43.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6384647b-5ad3-46ab-964b-e78dfc5921e7 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Tap Mirror: Handle Delete Port: ce80cabb-7903-40b3-8b0b-aecf6f6a32b5 [pid: 7|app: 0|req: 761/1511] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:43 2026] DELETE /v2.0/ports/ce80cabb-7903-40b3-8b0b-aecf6f6a32b5 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1512] 10.0.0.73 () {32 vars in 687 bytes} [Wed Jun 17 04:24:44 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1513] 10.0.0.15 () {34 vars in 906 bytes} [Wed Jun 17 04:24:44 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1514] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:43 2026] PUT /v2.0/routers/59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:44.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ea95226-6979-481a-8c33-7412919b4063 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] TaaS: Handle Delete Port: 5ad6f03f-3eb3-42a9-a0b3-0182dc51804c 2026-06-17 04:24:44.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ea95226-6979-481a-8c33-7412919b4063 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Tap Mirror: Handle Delete Port: 5ad6f03f-3eb3-42a9-a0b3-0182dc51804c [pid: 8|app: 0|req: 752/1515] 10.0.0.73 () {32 vars in 683 bytes} [Wed Jun 17 04:24:44 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1516] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:24:44 2026] GET /v2.0/networks/aadbcf74-70f8-4f04-851e-77041f8c7bf2?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: 764/1517] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:44 2026] DELETE /v2.0/ports/5ad6f03f-3eb3-42a9-a0b3-0182dc51804c => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1518] 10.0.0.73 () {32 vars in 695 bytes} [Wed Jun 17 04:24:44 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1519] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:24:44 2026] GET /v2.0/networks/aadbcf74-70f8-4f04-851e-77041f8c7bf2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1520] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:44 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) 2026-06-17 04:24:44.648 7 INFO neutron.services.segments.plugin [-] Segment 16c4d402-9f9e-40fc-8a2d-fe5079d8ccb1 resource provider aggregate not found 2026-06-17 04:24:44.658 7 INFO neutron.services.segments.plugin [-] Segment 16c4d402-9f9e-40fc-8a2d-fe5079d8ccb1 resource provider aggregate not found 2026-06-17 04:24:44.669 7 INFO neutron.services.segments.plugin [-] Segment 16c4d402-9f9e-40fc-8a2d-fe5079d8ccb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16c4d402-9f9e-40fc-8a2d-fe5079d8ccb1 found for delete ", "request_id": "req-2299a27e-6777-49ef-be35-4620bdaad5dc"}]} 2026-06-17 04:24:44.677 7 INFO neutron.services.segments.plugin [-] Segment 16c4d402-9f9e-40fc-8a2d-fe5079d8ccb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16c4d402-9f9e-40fc-8a2d-fe5079d8ccb1 found for delete ", "request_id": "req-38708f5f-c057-4cb4-9a0b-29c421bec332"}]} [pid: 7|app: 0|req: 768/1521] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:44 2026] DELETE /v2.0/networks/9168add6-bcad-4cbd-a314-9830634121a1 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:44.775 7 INFO neutron.db.segments_db [None req-9ca551d4-6e20-49e9-b025-6be583517419 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Added segment 6ad51514-9485-4892-bfed-dbe254a817b5 of type vxlan for network 5bbe53f9-205d-471b-8654-c8c94cb110c5 [pid: 7|app: 0|req: 769/1522] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:44 2026] POST /v2.0/networks => generated 631 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1523] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:44 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => 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: 771/1524] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:44 2026] DELETE /v2.0/networks/8c1266f3-e67b-4ad5-aa82-40215c98fbf8 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:45.182 7 INFO neutron.db.segments_db [None req-2c4973c4-1200-4258-b7d9-a0143f9d3fd8 5e76ecfd18774f368bc382f0f43642f9 956ca15e84ed4d45b25f98fb4e801d61 - - default default] Added segment 2f4081a9-d1b3-4f44-8256-365c5f179590 of type vxlan for network 49b2e202-b2e8-4d0f-a2d5-2fda41caa715 [pid: 7|app: 0|req: 772/1525] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:45 2026] POST /v2.0/networks => generated 630 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1526] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:45 2026] DELETE /v2.0/networks/bf6e6270-cac8-4466-8437-706ce11cc20f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:45.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-27eecefb-3fef-453b-8e3d-cb3b29458f37 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: aea8a992-7e06-4ec3-8d7d-f171c0cfd87b 2026-06-17 04:24:45.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27eecefb-3fef-453b-8e3d-cb3b29458f37 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: aea8a992-7e06-4ec3-8d7d-f171c0cfd87b [pid: 8|app: 0|req: 754/1527] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:44 2026] PUT /v2.0/routers/59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5/remove_router_interface => generated 309 bytes in 1558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1528] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:45 2026] POST /v2.0/subnets => generated 1274 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1529] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:24:45 2026] GET /v2.0/ports?device_id=59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5 => 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: 776/1530] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:24:45 2026] GET /v2.0/subnets => generated 1910 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:46.053 8 INFO neutron.services.segments.plugin [-] Segment a52750cf-08fe-45e5-97bb-2247aae85ae5 resource provider aggregate not found 2026-06-17 04:24:46.058 8 INFO neutron.services.segments.plugin [-] Segment a52750cf-08fe-45e5-97bb-2247aae85ae5 resource provider aggregate not found 2026-06-17 04:24:46.074 8 INFO neutron.services.segments.plugin [-] Segment a52750cf-08fe-45e5-97bb-2247aae85ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52750cf-08fe-45e5-97bb-2247aae85ae5 found for delete ", "request_id": "req-b532b1db-955b-42f5-9632-59649f452575"}]} 2026-06-17 04:24:46.080 8 INFO neutron.services.segments.plugin [-] Segment a52750cf-08fe-45e5-97bb-2247aae85ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52750cf-08fe-45e5-97bb-2247aae85ae5 found for delete ", "request_id": "req-929e9e3f-6e3d-47f9-8207-dd61d36d497d"}]} [pid: 8|app: 0|req: 755/1531] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:45 2026] DELETE /v2.0/networks/69b1b7a1-67bd-49ba-9ecb-504b5c5313ba => 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: 756/1532] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:46 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:46.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddbf2bed-84ec-471d-93c6-18ef880fa76b 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 73438389-cf8e-4049-91dd-77b3887c2693 2026-06-17 04:24:46.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddbf2bed-84ec-471d-93c6-18ef880fa76b 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 73438389-cf8e-4049-91dd-77b3887c2693 [pid: 8|app: 0|req: 757/1533] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/subnets/097dfd85-2253-441a-a7b7-7d104688e224 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1534] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/networks/f206aefd-4882-4cf3-b6f7-dca7aa762be4 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1535] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/subnets/d4ebb74c-c999-47a3-ac5f-1fc000000baf => 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: 760/1536] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:24:46 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:46.599 7 INFO neutron.db.l3_hamode_db [None req-ddbf2bed-84ec-471d-93c6-18ef880fa76b 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] HA network 0da59e0a-d2d5-4608-ab37-bfb9cac99c06 was deleted as no HA routers are present in tenant 64ba30b279564977833fa257dff2e8ba. [pid: 7|app: 0|req: 777/1537] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/routers/59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:46.701 7 INFO neutron.services.segments.plugin [-] Segment 1e45c6fc-e875-4849-83fb-df6bc1936e6a resource provider aggregate not found 2026-06-17 04:24:46.706 7 INFO neutron.services.segments.plugin [-] Segment 1e45c6fc-e875-4849-83fb-df6bc1936e6a resource provider aggregate not found [pid: 8|app: 0|req: 761/1538] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/networks/49b2e202-b2e8-4d0f-a2d5-2fda41caa715 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:46.722 7 INFO neutron.services.segments.plugin [-] Segment 1e45c6fc-e875-4849-83fb-df6bc1936e6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e45c6fc-e875-4849-83fb-df6bc1936e6a found for delete ", "request_id": "req-ac2476f6-75a3-49b9-a9b4-f39e5f158745"}]} 2026-06-17 04:24:46.727 7 INFO neutron.services.segments.plugin [-] Segment 1e45c6fc-e875-4849-83fb-df6bc1936e6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e45c6fc-e875-4849-83fb-df6bc1936e6a found for delete ", "request_id": "req-3b67f00c-8343-4fbf-b70a-0ba34803d136"}]} 2026-06-17 04:24:46.739 7 INFO neutron.services.segments.plugin [-] Segment ac7ac003-74f2-47a0-b735-558f4afdcd94 resource provider aggregate not found 2026-06-17 04:24:46.750 7 INFO neutron.services.segments.plugin [-] Segment ac7ac003-74f2-47a0-b735-558f4afdcd94 resource provider aggregate not found 2026-06-17 04:24:46.768 7 INFO neutron.services.segments.plugin [-] Segment ac7ac003-74f2-47a0-b735-558f4afdcd94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac7ac003-74f2-47a0-b735-558f4afdcd94 found for delete ", "request_id": "req-b5ddae6f-0412-4ad4-aff5-bc84949ea9fa"}]} 2026-06-17 04:24:46.775 7 INFO neutron.services.segments.plugin [-] Segment ac7ac003-74f2-47a0-b735-558f4afdcd94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac7ac003-74f2-47a0-b735-558f4afdcd94 found for delete ", "request_id": "req-eb671d9e-39b9-4645-9b7b-e0ed756de5a4"}]} 2026-06-17 04:24:46.800 7 INFO neutron.services.segments.plugin [-] Segment 8c856104-a589-485d-8a3d-fc5183433dc3 resource provider aggregate not found 2026-06-17 04:24:46.803 7 INFO neutron.services.segments.plugin [-] Segment 8c856104-a589-485d-8a3d-fc5183433dc3 resource provider aggregate not found 2026-06-17 04:24:46.841 7 INFO neutron.services.segments.plugin [-] Segment 8c856104-a589-485d-8a3d-fc5183433dc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c856104-a589-485d-8a3d-fc5183433dc3 found for delete ", "request_id": "req-f09ce103-d67a-4e3a-be81-4b75aaf4e199"}]} 2026-06-17 04:24:46.843 7 INFO neutron.services.segments.plugin [-] Segment 8c856104-a589-485d-8a3d-fc5183433dc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c856104-a589-485d-8a3d-fc5183433dc3 found for delete ", "request_id": "req-780bcd99-54fb-4cb7-95cc-0292e47c1ca6"}]} [pid: 8|app: 0|req: 762/1539] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/networks/5bbe53f9-205d-471b-8654-c8c94cb110c5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1540] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/subnets/f1940fcf-fbd1-472b-b3df-6e6e4337df53 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1541] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/networks/132e3c42-dbcd-4561-86d2-b1168fa9758b => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1542] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:46 2026] DELETE /v2.0/subnets/56ab42d7-eb8d-4854-b17f-e19a04032f56 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:47.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-00b8ecd0-291f-441a-963d-ad052563e318 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 7fde6f62-e08a-4b9f-9feb-0025b35c07d1 2026-06-17 04:24:47.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00b8ecd0-291f-441a-963d-ad052563e318 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 7fde6f62-e08a-4b9f-9feb-0025b35c07d1 [pid: 8|app: 0|req: 764/1543] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:47 2026] DELETE /v2.0/networks/b30ccb23-c182-404b-b39f-07c6217838eb => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1544] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:47 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => 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: 780/1545] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:47 2026] DELETE /v2.0/networks/5fa57f49-088f-4865-abdb-f92346db48d3 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:47.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-1562fd21-2baf-4b82-ab17-11aca7d42927 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 28bf1ce1-3429-49fb-9a12-ce8b53d37a81 2026-06-17 04:24:47.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1562fd21-2baf-4b82-ab17-11aca7d42927 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 28bf1ce1-3429-49fb-9a12-ce8b53d37a81 [pid: 8|app: 0|req: 766/1546] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:47 2026] GET /v2.0/security-groups?tenant_id=291b5cc210ba46d6a0b3a129697d63ee&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1547] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:47 2026] DELETE /v2.0/networks/1bc2d0a3-6866-4af0-9846-e5941da7ec11 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:47.803 7 INFO neutron.db.segments_db [None req-fe4f52f0-2e19-45c6-b38f-00b69e247525 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment 36221bdf-e0c7-4672-8dec-5d5e162c73ec of type vxlan for network 167008d8-2602-4383-8312-4521667dc76f [pid: 8|app: 0|req: 767/1548] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:47 2026] DELETE /v2.0/security-groups/4d518b80-d3e6-4982-aaa5-6bb1a691125e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1549] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:47 2026] POST /v2.0/networks => generated 615 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:48.109 8 INFO neutron.services.segments.plugin [-] Segment 709874b9-c10b-4117-af45-1eeb19f930e8 resource provider aggregate not found 2026-06-17 04:24:48.111 8 INFO neutron.services.segments.plugin [-] Segment 709874b9-c10b-4117-af45-1eeb19f930e8 resource provider aggregate not found [pid: 8|app: 0|req: 768/1550] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:47 2026] GET /v2.0/security-groups?tenant_id=956ca15e84ed4d45b25f98fb4e801d61&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:48.144 8 INFO neutron.services.segments.plugin [-] Segment 709874b9-c10b-4117-af45-1eeb19f930e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 709874b9-c10b-4117-af45-1eeb19f930e8 found for delete ", "request_id": "req-02d228cd-2ff5-4e66-9939-22d6b076ea5d"}]} 2026-06-17 04:24:48.148 8 INFO neutron.services.segments.plugin [-] Segment 709874b9-c10b-4117-af45-1eeb19f930e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 709874b9-c10b-4117-af45-1eeb19f930e8 found for delete ", "request_id": "req-cff4e3a2-22c2-4f42-ad32-3fa7a19b74a6"}]} 2026-06-17 04:24:48.165 8 INFO neutron.services.segments.plugin [-] Segment 2f4081a9-d1b3-4f44-8256-365c5f179590 resource provider aggregate not found 2026-06-17 04:24:48.175 8 INFO neutron.services.segments.plugin [-] Segment 2f4081a9-d1b3-4f44-8256-365c5f179590 resource provider aggregate not found [pid: 7|app: 0|req: 783/1551] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:47 2026] POST /v2.0/subnets => generated 646 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:48.196 8 INFO neutron.services.segments.plugin [-] Segment 2f4081a9-d1b3-4f44-8256-365c5f179590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f4081a9-d1b3-4f44-8256-365c5f179590 found for delete ", "request_id": "req-8d919cb3-a8e3-4d02-be08-8770e51d3228"}]} [pid: 8|app: 0|req: 769/1552] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:48 2026] GET /v2.0/security-groups?tenant_id=d03d4505d49449f88f1796b6bb8d187e&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:48.205 8 INFO neutron.services.segments.plugin [-] Segment 2f4081a9-d1b3-4f44-8256-365c5f179590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f4081a9-d1b3-4f44-8256-365c5f179590 found for delete ", "request_id": "req-f17f5085-d85b-442a-a33f-8ee034b21394"}]} 2026-06-17 04:24:48.221 8 INFO neutron.services.segments.plugin [-] Segment 6ad51514-9485-4892-bfed-dbe254a817b5 resource provider aggregate not found 2026-06-17 04:24:48.234 8 INFO neutron.services.segments.plugin [-] Segment 6ad51514-9485-4892-bfed-dbe254a817b5 resource provider aggregate not found 2026-06-17 04:24:48.248 8 INFO neutron.services.segments.plugin [-] Segment 6ad51514-9485-4892-bfed-dbe254a817b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad51514-9485-4892-bfed-dbe254a817b5 found for delete ", "request_id": "req-056b838e-fbf9-4b12-8008-cbb80da579a6"}]} 2026-06-17 04:24:48.258 8 INFO neutron.services.segments.plugin [-] Segment 6ad51514-9485-4892-bfed-dbe254a817b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ad51514-9485-4892-bfed-dbe254a817b5 found for delete ", "request_id": "req-82817800-0482-4315-8543-aa72017baea6"}]} 2026-06-17 04:24:48.272 8 INFO neutron.services.segments.plugin [-] Segment a74d81a4-f718-4e80-bfd8-42ba94e54a7d resource provider aggregate not found 2026-06-17 04:24:48.278 8 INFO neutron.services.segments.plugin [-] Segment a74d81a4-f718-4e80-bfd8-42ba94e54a7d resource provider aggregate not found [pid: 7|app: 0|req: 784/1553] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:48 2026] DELETE /v2.0/security-groups/8851683a-2f45-46b7-8c40-64eadd8385df => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:48.302 8 INFO neutron.services.segments.plugin [-] Segment a74d81a4-f718-4e80-bfd8-42ba94e54a7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74d81a4-f718-4e80-bfd8-42ba94e54a7d found for delete ", "request_id": "req-893528be-d8ac-4ab7-94fd-3d8fe12a3760"}]} 2026-06-17 04:24:48.308 8 INFO neutron.db.segments_db [None req-1a95230c-b35b-44b9-a9af-0385d3467ff0 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment cef2c052-bc57-4d8e-835f-ed4ca3b84746 of type vxlan for network 13006ded-346b-4754-822a-a6bba6cd4106 2026-06-17 04:24:48.310 8 INFO neutron.services.segments.plugin [-] Segment a74d81a4-f718-4e80-bfd8-42ba94e54a7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74d81a4-f718-4e80-bfd8-42ba94e54a7d found for delete ", "request_id": "req-ac7e0dbb-7104-4063-8492-16c86adcc961"}]} 2026-06-17 04:24:48.335 8 INFO neutron.services.segments.plugin [-] Segment a696be3b-4b69-48a4-a002-dca7ae3258cd resource provider aggregate not found 2026-06-17 04:24:48.341 8 INFO neutron.services.segments.plugin [-] Segment a696be3b-4b69-48a4-a002-dca7ae3258cd resource provider aggregate not found 2026-06-17 04:24:48.360 8 INFO neutron.services.segments.plugin [-] Segment a696be3b-4b69-48a4-a002-dca7ae3258cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a696be3b-4b69-48a4-a002-dca7ae3258cd found for delete ", "request_id": "req-a0120cee-f142-427c-bf7b-eeb483331ee7"}]} 2026-06-17 04:24:48.361 8 INFO neutron.services.segments.plugin [-] Segment a696be3b-4b69-48a4-a002-dca7ae3258cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a696be3b-4b69-48a4-a002-dca7ae3258cd found for delete ", "request_id": "req-9e0554da-93a9-4640-852c-096704e4655c"}]} [pid: 7|app: 0|req: 785/1554] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:48 2026] DELETE /v2.0/security-groups/674a7b8b-d361-41b4-8e81-7eb67e218b01 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1555] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:48 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:48.640 8 INFO neutron.db.l3_hamode_db [None req-1a95230c-b35b-44b9-a9af-0385d3467ff0 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 787/1556] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:48 2026] GET /v2.0/security-groups?tenant_id=550ffe05a5d84096b811dcb3fd5a0dd9&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:48.792 8 INFO neutron.db.l3_hamode_db [None req-1a95230c-b35b-44b9-a9af-0385d3467ff0 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 788/1557] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:24:48 2026] DELETE /v2.0/security-groups/82e9106c-608b-46f3-9f32-7048df61fd0f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:24:48.867 7 INFO neutron.services.segments.plugin [-] Segment 3bde1cb5-5266-4b9e-932e-a03da8f94b8f resource provider aggregate not found 2026-06-17 04:24:48.875 7 INFO neutron.services.segments.plugin [-] Segment 3bde1cb5-5266-4b9e-932e-a03da8f94b8f resource provider aggregate not found 2026-06-17 04:24:48.890 7 INFO neutron.services.segments.plugin [-] Segment 3bde1cb5-5266-4b9e-932e-a03da8f94b8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bde1cb5-5266-4b9e-932e-a03da8f94b8f found for delete ", "request_id": "req-9005f8ac-3a77-4236-98b8-f3adda4b3c6b"}]} 2026-06-17 04:24:48.897 7 INFO neutron.services.segments.plugin [-] Segment 3bde1cb5-5266-4b9e-932e-a03da8f94b8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bde1cb5-5266-4b9e-932e-a03da8f94b8f found for delete ", "request_id": "req-70121b70-829d-4730-a2d7-812d8b1cee45"}]} 2026-06-17 04:24:48.917 7 INFO neutron.services.segments.plugin [-] Segment 0c1ffe2f-01af-4c2c-8c07-dbb807d49538 resource provider aggregate not found 2026-06-17 04:24:48.921 7 INFO neutron.services.segments.plugin [-] Segment 0c1ffe2f-01af-4c2c-8c07-dbb807d49538 resource provider aggregate not found 2026-06-17 04:24:48.941 7 INFO neutron.services.segments.plugin [-] Segment 0c1ffe2f-01af-4c2c-8c07-dbb807d49538 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c1ffe2f-01af-4c2c-8c07-dbb807d49538 found for delete ", "request_id": "req-6a52f28f-cf86-4251-99e9-23fb3ac04f90"}]} 2026-06-17 04:24:48.946 7 INFO neutron.services.segments.plugin [-] Segment 0c1ffe2f-01af-4c2c-8c07-dbb807d49538 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c1ffe2f-01af-4c2c-8c07-dbb807d49538 found for delete ", "request_id": "req-0c93318d-253f-4346-9650-7f8b4d5992df"}]} [pid: 7|app: 0|req: 789/1558] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:24:48 2026] GET /v2.0/networks?id=aadbcf74-70f8-4f04-851e-77041f8c7bf2 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1559] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:24:49 2026] POST /v2.0/ports => generated 958 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 770/1560] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:48 2026] POST /v2.0/routers => generated 511 bytes in 1276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1561] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:49 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 961 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1562] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:24:49 2026] PUT /v2.0/ports/c95a5f6b-6440-44dd-bb8e-ce010b2cc154 => generated 1239 bytes in 549 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: 772/1563] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:49 2026] POST /v2.0/ports => generated 959 bytes in 442 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: 792/1564] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:49 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&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-06-17 04:24:50.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d29940c9-8e53-4c39-a90a-647071f8c9e5'] response: {'name': 'network-changed', 'server_uuid': '52a64542-cedc-4a06-86c4-4343de424a50', 'tag': 'c95a5f6b-6440-44dd-bb8e-ce010b2cc154', 'status': 'completed', 'code': 200} 2026-06-17 04:24:50.384 7 INFO neutron.db.segments_db [None req-b9e67eb3-8e97-4500-907e-20f76329a06d b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] Added segment 89e994e3-a2e2-4e2f-add7-3a17b1db8d94 of type vxlan for network 1c24fa4c-c44b-4835-af49-8bc1ea19c716 [pid: 7|app: 0|req: 793/1565] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:50 2026] POST /v2.0/networks => generated 626 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1566] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:50 2026] POST /v2.0/ports => generated 774 bytes in 345 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: 795/1567] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:24:50 2026] GET /v2.0/ports?tenant_id=d3eb601e8fde49df8a0b61b9a9aff202&device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:24:50.936 7 INFO neutron.db.segments_db [None req-07dd5e50-12aa-4922-9450-90d66e77baa6 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] Added segment ec45447d-94dd-4162-a6a5-dae4b962b41b of type vxlan for network 256435d1-fce1-4377-bc2d-865d52d1cbcc [pid: 7|app: 0|req: 796/1568] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:50 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1569] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:24:51 2026] GET /v2.0/networks?tenant_id=d3eb601e8fde49df8a0b61b9a9aff202&shared=False => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1570] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:24:50 2026] PUT /v2.0/routers/879a5e9e-7b1e-4641-af4f-0d99ef690a6f/add_router_interface => generated 309 bytes in 1108 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: 774/1571] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:24:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1572] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:51 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1573] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:51 2026] GET /v2.0/ports/710bfe36-637d-4738-8ea0-029385be1ff7 => generated 1033 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1574] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:51 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1575] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:51 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-06-17 04:24:51.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-74932558-9a77-493b-acdc-b971c8e5b024 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 710bfe36-637d-4738-8ea0-029385be1ff7 2026-06-17 04:24:51.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74932558-9a77-493b-acdc-b971c8e5b024 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 710bfe36-637d-4738-8ea0-029385be1ff7 [pid: 7|app: 0|req: 799/1576] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:51 2026] POST /v2.0/ports => generated 950 bytes in 378 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-06-17 04:24:51.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-770a64bf-b4f2-4d62-ac75-7383f5e62f63 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] TaaS: Handle Delete Port: 7bc2f9ba-55ce-4f86-ac58-9b72861f7a97 2026-06-17 04:24:51.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-770a64bf-b4f2-4d62-ac75-7383f5e62f63 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] Tap Mirror: Handle Delete Port: 7bc2f9ba-55ce-4f86-ac58-9b72861f7a97 [pid: 7|app: 0|req: 800/1577] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:51 2026] DELETE /v2.0/ports/7bc2f9ba-55ce-4f86-ac58-9b72861f7a97 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:52.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-959e97bb-afd7-49d1-8ea4-9388a13b46a6 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1578] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:52 2026] DELETE /v2.0/ports/7bc2f9ba-55ce-4f86-ac58-9b72861f7a97 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:52.074 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c6b07a3-2af3-4aa0-b093-f2fffc5e3e8c b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1579] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/ports/7bc2f9ba-55ce-4f86-ac58-9b72861f7a97 => 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: 778/1580] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:51 2026] PUT /v2.0/routers/879a5e9e-7b1e-4641-af4f-0d99ef690a6f/remove_router_interface => generated 309 bytes in 824 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: 803/1581] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:52 2026] DELETE /v2.0/subnets/c6356038-d001-41a4-8792-68eb798d740d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:52.226 8 INFO neutron.api.v2.resource [None req-691dac75-cbc3-42e1-bb23-de60bba8284c 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 779/1582] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:52 2026] PUT /v2.0/routers/879a5e9e-7b1e-4641-af4f-0d99ef690a6f/remove_router_interface => generated 197 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1583] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/ports?tenant_id=d3eb601e8fde49df8a0b61b9a9aff202&device_id=52a64542-cedc-4a06-86c4-4343de424a50 => 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: 805/1584] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/ports?device_id=879a5e9e-7b1e-4641-af4f-0d99ef690a6f => 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: 806/1585] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c95a5f6b-6440-44dd-bb8e-ce010b2cc154 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:52.351 8 INFO neutron.services.segments.plugin [-] Segment ec45447d-94dd-4162-a6a5-dae4b962b41b resource provider aggregate not found 2026-06-17 04:24:52.356 8 INFO neutron.services.segments.plugin [-] Segment ec45447d-94dd-4162-a6a5-dae4b962b41b resource provider aggregate not found 2026-06-17 04:24:52.374 8 INFO neutron.services.segments.plugin [-] Segment ec45447d-94dd-4162-a6a5-dae4b962b41b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec45447d-94dd-4162-a6a5-dae4b962b41b found for delete ", "request_id": "req-ea37a528-6d42-433f-b0e4-1783c757a297"}]} 2026-06-17 04:24:52.377 8 INFO neutron.services.segments.plugin [-] Segment ec45447d-94dd-4162-a6a5-dae4b962b41b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec45447d-94dd-4162-a6a5-dae4b962b41b found for delete ", "request_id": "req-95596a45-ad87-490a-a395-e9fa61042ca6"}]} [pid: 8|app: 0|req: 780/1586] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:52 2026] DELETE /v2.0/networks/256435d1-fce1-4377-bc2d-865d52d1cbcc => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1587] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/subnets?id=c1b153f2-c133-406a-9847-a24a2ce3c342 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1588] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:52.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-680466c5-c95a-4289-aded-2bdf235f8a10 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 3793b42b-53b6-4341-b9d0-524a6d78d1a6 2026-06-17 04:24:52.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-680466c5-c95a-4289-aded-2bdf235f8a10 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 3793b42b-53b6-4341-b9d0-524a6d78d1a6 2026-06-17 04:24:52.502 8 INFO neutron.db.segments_db [None req-7494a31c-4c11-414c-8553-88ae33f1ce50 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] Added segment 9f158ba0-a90f-4207-adc1-5645e1d16bc7 of type vxlan for network 15d65acc-89f1-4200-ba7e-31299c9fbfdc [pid: 8|app: 0|req: 783/1589] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:52 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1590] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/ports?network_id=aadbcf74-70f8-4f04-851e-77041f8c7bf2&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: 785/1591] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:52.833 7 INFO neutron.services.segments.plugin [-] Segment cef2c052-bc57-4d8e-835f-ed4ca3b84746 resource provider aggregate not found 2026-06-17 04:24:52.837 7 INFO neutron.services.segments.plugin [-] Segment cef2c052-bc57-4d8e-835f-ed4ca3b84746 resource provider aggregate not found 2026-06-17 04:24:52.867 7 INFO neutron.services.segments.plugin [-] Segment cef2c052-bc57-4d8e-835f-ed4ca3b84746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef2c052-bc57-4d8e-835f-ed4ca3b84746 found for delete ", "request_id": "req-5bb7f8ca-652c-4ae6-92a7-a5cc55720bea"}]} 2026-06-17 04:24:52.868 7 INFO neutron.services.segments.plugin [-] Segment cef2c052-bc57-4d8e-835f-ed4ca3b84746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef2c052-bc57-4d8e-835f-ed4ca3b84746 found for delete ", "request_id": "req-3869e2ea-cbab-4d76-95a1-e86ba955122b"}]} 2026-06-17 04:24:52.885 7 INFO neutron.db.l3_hamode_db [None req-680466c5-c95a-4289-aded-2bdf235f8a10 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] HA network 13006ded-346b-4754-822a-a6bba6cd4106 was deleted as no HA routers are present in tenant 64ba30b279564977833fa257dff2e8ba. [pid: 7|app: 0|req: 807/1592] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:52 2026] DELETE /v2.0/routers/879a5e9e-7b1e-4641-af4f-0d99ef690a6f => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1593] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:52 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1594] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:24:52 2026] GET /v2.0/networks/aadbcf74-70f8-4f04-851e-77041f8c7bf2?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: 787/1595] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:52 2026] DELETE /v2.0/subnets/9a9ef631-38d6-4acd-b814-a1764f492b3d => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1596] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:24:53 2026] GET /v2.0/networks/aadbcf74-70f8-4f04-851e-77041f8c7bf2?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: 789/1597] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:53 2026] DELETE /v2.0/networks/167008d8-2602-4383-8312-4521667dc76f => 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: 809/1598] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:52 2026] POST /v2.0/ports => generated 912 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:53.342 7 INFO neutron.db.segments_db [None req-949bb0e2-158d-4821-9406-71c2cf2fddb8 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment 39f1f2a2-6ff4-41dc-950a-b722529e8a0a of type vxlan for network 83e20fa7-3fa1-4cb9-be2e-c9b09b036f02 [pid: 7|app: 0|req: 810/1599] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:24:53 2026] POST /v2.0/networks => generated 614 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:53.434 8 INFO neutron.db.segments_db [None req-68a72cdc-f4ff-4429-831b-6de95b87e061 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Added segment a2a2cd3f-e32c-4b0c-a7ef-36af6bc7a0b7 of type vxlan for network 1b9c0615-c6d0-4f08-908b-7860fc3b0ef8 2026-06-17 04:24:53.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cf3d822-df0b-4fb4-a89e-61716f0b2983 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] TaaS: Handle Delete Port: 62ce6a43-093f-42dc-9837-b7caee2aad2b 2026-06-17 04:24:53.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cf3d822-df0b-4fb4-a89e-61716f0b2983 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] Tap Mirror: Handle Delete Port: 62ce6a43-093f-42dc-9837-b7caee2aad2b 2026-06-17 04:24:53.687 8 INFO neutron.db.l3_hamode_db [None req-68a72cdc-f4ff-4429-831b-6de95b87e061 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 811/1600] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:53 2026] DELETE /v2.0/ports/62ce6a43-093f-42dc-9837-b7caee2aad2b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:53.814 8 INFO neutron.db.l3_hamode_db [None req-68a72cdc-f4ff-4429-831b-6de95b87e061 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 812/1601] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:53 2026] POST /v2.0/subnets => generated 646 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1602] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:53 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:54.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae2625bb-ae20-409a-aed0-e958f6f67fce b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 814/1603] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:54 2026] GET /v2.0/ports/62ce6a43-093f-42dc-9837-b7caee2aad2b => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:54.092 7 INFO neutron.db.segments_db [None req-9ad8da41-b07f-4491-8381-6814b806b8a2 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment 3a0b34a3-813b-4a11-b523-af81f54bef30 of type vxlan for network 80272cb1-fce2-478b-bfef-7e9e1e22131d 2026-06-17 04:24:54.286 7 INFO neutron.db.l3_hamode_db [None req-9ad8da41-b07f-4491-8381-6814b806b8a2 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:54.382 7 INFO neutron.db.l3_hamode_db [None req-9ad8da41-b07f-4491-8381-6814b806b8a2 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:54.398 8 INFO neutron.services.segments.plugin [-] Segment 36221bdf-e0c7-4672-8dec-5d5e162c73ec resource provider aggregate not found 2026-06-17 04:24:54.407 8 INFO neutron.services.segments.plugin [-] Segment 36221bdf-e0c7-4672-8dec-5d5e162c73ec resource provider aggregate not found 2026-06-17 04:24:54.419 8 INFO neutron.services.segments.plugin [-] Segment 36221bdf-e0c7-4672-8dec-5d5e162c73ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36221bdf-e0c7-4672-8dec-5d5e162c73ec found for delete ", "request_id": "req-9eb977f3-806b-4c5b-b161-43092cdc3949"}]} 2026-06-17 04:24:54.421 8 INFO neutron.services.segments.plugin [-] Segment 36221bdf-e0c7-4672-8dec-5d5e162c73ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36221bdf-e0c7-4672-8dec-5d5e162c73ec found for delete ", "request_id": "req-83367b33-6110-4f74-a5db-4f5cf58e81f7"}]} [pid: 8|app: 0|req: 790/1606] 10.0.0.73 () {34 vars in 667 bytes} [Wed Jun 17 04:24:53 2026] POST /v2.0/routers => generated 474 bytes in 1281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1607] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:54 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1608] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:54 2026] DELETE /v2.0/subnets/94a36e35-9eab-47d4-bcab-22a8ee78646b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:54.663 8 INFO neutron.db.l3_hamode_db [None req-66ea44ea-4de4-4161-b305-aa57ee32ac97 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:54.781 8 INFO neutron.db.l3_hamode_db [None req-66ea44ea-4de4-4161-b305-aa57ee32ac97 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 817/1609] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:54 2026] POST /v2.0/routers => generated 509 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:55.128 7 INFO neutron.services.segments.plugin [-] Segment 9f158ba0-a90f-4207-adc1-5645e1d16bc7 resource provider aggregate not found 2026-06-17 04:24:55.130 7 INFO neutron.services.segments.plugin [-] Segment 9f158ba0-a90f-4207-adc1-5645e1d16bc7 resource provider aggregate not found 2026-06-17 04:24:55.151 7 INFO neutron.services.segments.plugin [-] Segment 9f158ba0-a90f-4207-adc1-5645e1d16bc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f158ba0-a90f-4207-adc1-5645e1d16bc7 found for delete ", "request_id": "req-e7a4480c-f0ec-4991-a759-c266d69ca05f"}]} 2026-06-17 04:24:55.155 7 INFO neutron.services.segments.plugin [-] Segment 9f158ba0-a90f-4207-adc1-5645e1d16bc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f158ba0-a90f-4207-adc1-5645e1d16bc7 found for delete ", "request_id": "req-9e53e8fa-39a9-406c-8f4e-f39a79e0d362"}]} [pid: 7|app: 0|req: 818/1610] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:55 2026] DELETE /v2.0/networks/15d65acc-89f1-4200-ba7e-31299c9fbfdc => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1611] 10.0.0.73 () {34 vars in 667 bytes} [Wed Jun 17 04:24:54 2026] POST /v2.0/routers => generated 474 bytes in 861 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1612] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:24:55 2026] POST /v2.0/ports => generated 775 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:24:55.841 8 INFO neutron.db.l3_hamode_db [None req-b4b04010-4465-484c-8a17-a82164681873 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:55.967 8 INFO neutron.db.l3_hamode_db [None req-b4b04010-4465-484c-8a17-a82164681873 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 819/1613] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:24:55 2026] PUT /v2.0/routers/034ecbf5-acd3-4ae6-a909-92b2f0d10aca/add_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1614] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:56 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1615] 10.0.0.73 () {34 vars in 736 bytes} [Wed Jun 17 04:24:56 2026] PUT /v2.0/ports/1c1ef033-f946-4291-a959-9832acd892ea => generated 752 bytes in 216 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: 822/1616] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:56 2026] GET /v2.0/ports/ff46dbc3-7d26-4a87-be75-d5c496c7aa15 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1617] 10.0.0.73 () {34 vars in 667 bytes} [Wed Jun 17 04:24:55 2026] POST /v2.0/routers => generated 474 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1618] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:56 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:56.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-08787405-64f7-4bff-b380-c6876c9d2e6e b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] TaaS: Handle Delete Port: 1c1ef033-f946-4291-a959-9832acd892ea 2026-06-17 04:24:56.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08787405-64f7-4bff-b380-c6876c9d2e6e b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] Tap Mirror: Handle Delete Port: 1c1ef033-f946-4291-a959-9832acd892ea [pid: 8|app: 0|req: 796/1619] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:56 2026] DELETE /v2.0/ports/1c1ef033-f946-4291-a959-9832acd892ea => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:56.855 8 INFO neutron.db.l3_hamode_db [None req-14f25323-8d5d-4030-998e-baf99853dd34 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:57.027 8 INFO neutron.db.l3_hamode_db [None req-14f25323-8d5d-4030-998e-baf99853dd34 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:57.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-9523dd8d-c383-4317-ad24-ea8fe589e418 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: ff46dbc3-7d26-4a87-be75-d5c496c7aa15 2026-06-17 04:24:57.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9523dd8d-c383-4317-ad24-ea8fe589e418 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: ff46dbc3-7d26-4a87-be75-d5c496c7aa15 [pid: 7|app: 0|req: 824/1620] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:24:56 2026] PUT /v2.0/routers/034ecbf5-acd3-4ae6-a909-92b2f0d10aca/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1621] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:57 2026] GET /v2.0/ports => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1622] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:24:57 2026] GET /v2.0/ports?device_id=034ecbf5-acd3-4ae6-a909-92b2f0d10aca => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:57.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cd10595-7361-4e3d-a0d4-d0e0b6d9ed7b b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1623] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:57 2026] GET /v2.0/ports/1c1ef033-f946-4291-a959-9832acd892ea => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1624] 10.0.0.73 () {34 vars in 667 bytes} [Wed Jun 17 04:24:56 2026] POST /v2.0/routers => generated 474 bytes in 915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1625] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:24:57 2026] GET /v2.0/ports => generated 777 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:57.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2634e58-1dbf-4254-a353-5c53c0830451 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 418cc57a-821f-45da-8e5b-60b2abb6e0d4 2026-06-17 04:24:57.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2634e58-1dbf-4254-a353-5c53c0830451 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 418cc57a-821f-45da-8e5b-60b2abb6e0d4 [pid: 8|app: 0|req: 799/1626] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:57 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:24:57.913 8 INFO neutron.db.l3_hamode_db [None req-ce810d59-9fe3-425e-bba5-69302a8bd1fc aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:58.059 8 INFO neutron.db.l3_hamode_db [None req-ce810d59-9fe3-425e-bba5-69302a8bd1fc aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:58.167 7 INFO neutron.services.segments.plugin [-] Segment 3a0b34a3-813b-4a11-b523-af81f54bef30 resource provider aggregate not found 2026-06-17 04:24:58.167 7 INFO neutron.services.segments.plugin [-] Segment 3a0b34a3-813b-4a11-b523-af81f54bef30 resource provider aggregate not found 2026-06-17 04:24:58.189 7 INFO neutron.services.segments.plugin [-] Segment 3a0b34a3-813b-4a11-b523-af81f54bef30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a0b34a3-813b-4a11-b523-af81f54bef30 found for delete ", "request_id": "req-8e97831d-11cd-4f5e-b205-60c16da6f075"}]} 2026-06-17 04:24:58.194 7 INFO neutron.services.segments.plugin [-] Segment 3a0b34a3-813b-4a11-b523-af81f54bef30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a0b34a3-813b-4a11-b523-af81f54bef30 found for delete ", "request_id": "req-35790c3f-46a5-43a8-85ec-6a42c4b54f20"}]} 2026-06-17 04:24:58.195 7 INFO neutron.db.l3_hamode_db [None req-a2634e58-1dbf-4254-a353-5c53c0830451 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] HA network 80272cb1-fce2-478b-bfef-7e9e1e22131d was deleted as no HA routers are present in tenant 64ba30b279564977833fa257dff2e8ba. [pid: 7|app: 0|req: 828/1627] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:57 2026] DELETE /v2.0/routers/034ecbf5-acd3-4ae6-a909-92b2f0d10aca => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1628] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:24:58 2026] GET /v2.0/ports/23a47007-f6a7-44bf-a9ff-9eaa46d9cfb2 => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1629] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:58 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1630] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:58 2026] DELETE /v2.0/subnets/c21ecc39-5f12-4a16-a893-9a5a9b8917da => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:58.459 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc7b6ad0-ca38-469f-8240-1fed2daa6169 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 832/1631] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:58 2026] DELETE /v2.0/ports/62ce6a43-093f-42dc-9837-b7caee2aad2b => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1632] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:58 2026] DELETE /v2.0/networks/83e20fa7-3fa1-4cb9-be2e-c9b09b036f02 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:24:58.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21c1a3d1-29c6-4533-91e0-5ecb64f6c3d1 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1633] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:58 2026] DELETE /v2.0/subnets/94a36e35-9eab-47d4-bcab-22a8ee78646b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:24:58.662 7 INFO neutron.db.segments_db [None req-a69c9988-0db2-4789-b69c-877e9c2a8cd8 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Added segment 7075b975-89fc-443d-a973-6701614fa316 of type vxlan for network 8ca33341-06a4-4ca6-9cc2-d149852c0867 [pid: 8|app: 0|req: 800/1634] 10.0.0.73 () {34 vars in 667 bytes} [Wed Jun 17 04:24:57 2026] POST /v2.0/routers => generated 474 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:24:58.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a64bf2e-8f00-4252-970c-fc3de71c4d86 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1635] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:24:58 2026] DELETE /v2.0/subnets/c6356038-d001-41a4-8792-68eb798d740d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1636] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:24:58 2026] PUT /v2.0/routers/aed7a3c2-b732-483f-8090-c4726643ffb0/tags => generated 17 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:58.953 7 INFO neutron.db.l3_hamode_db [None req-a69c9988-0db2-4789-b69c-877e9c2a8cd8 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:24:59.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-a29b0a25-6f1c-4e08-853f-6326b32e8ed1 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] TaaS: Handle Delete Port: 23a47007-f6a7-44bf-a9ff-9eaa46d9cfb2 2026-06-17 04:24:59.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a29b0a25-6f1c-4e08-853f-6326b32e8ed1 b3f85ececd0f4ba99959918f7005d417 17ed91124fc4490386544368959a0dfc - - default default] Tap Mirror: Handle Delete Port: 23a47007-f6a7-44bf-a9ff-9eaa46d9cfb2 [pid: 8|app: 0|req: 803/1637] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:24:58 2026] DELETE /v2.0/ports/23a47007-f6a7-44bf-a9ff-9eaa46d9cfb2 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1638] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:24:59 2026] PUT /v2.0/routers/e161080b-7e09-4880-854c-8a42fb48bc05/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:24:59.296 8 INFO neutron.services.segments.plugin [-] Segment 89e994e3-a2e2-4e2f-add7-3a17b1db8d94 resource provider aggregate not found 2026-06-17 04:24:59.298 8 INFO neutron.services.segments.plugin [-] Segment 89e994e3-a2e2-4e2f-add7-3a17b1db8d94 resource provider aggregate not found 2026-06-17 04:24:59.317 8 INFO neutron.services.segments.plugin [-] Segment 89e994e3-a2e2-4e2f-add7-3a17b1db8d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e994e3-a2e2-4e2f-add7-3a17b1db8d94 found for delete ", "request_id": "req-681ec8ba-3a01-4703-92c9-003d177022bc"}]} 2026-06-17 04:24:59.321 8 INFO neutron.services.segments.plugin [-] Segment 89e994e3-a2e2-4e2f-add7-3a17b1db8d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89e994e3-a2e2-4e2f-add7-3a17b1db8d94 found for delete ", "request_id": "req-b4327579-84ff-420d-8534-ccb76a4cf085"}]} [pid: 8|app: 0|req: 805/1639] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:24:59 2026] DELETE /v2.0/networks/1c24fa4c-c44b-4835-af49-8bc1ea19c716 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1640] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:24:59 2026] PUT /v2.0/routers/7577a445-0dfa-4e14-a659-8d8ab787e32d/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1641] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:24:59 2026] PUT /v2.0/routers/e2d913f3-9838-414e-8ec2-19e3b0fabaae/tags => generated 19 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1642] 10.0.0.73 () {32 vars in 663 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1643] 10.0.0.73 () {32 vars in 677 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1644] 10.0.0.73 () {32 vars in 673 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1645] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1646] 10.0.0.73 () {32 vars in 685 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1647] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1648] 10.0.0.73 () {32 vars in 671 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1649] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:24:59 2026] GET /v2.0/security-groups?tenant_id=17ed91124fc4490386544368959a0dfc&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1650] 10.0.0.73 () {32 vars in 685 bytes} [Wed Jun 17 04:25:00 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:00.222 7 INFO neutron.services.segments.plugin [-] Segment 39f1f2a2-6ff4-41dc-950a-b722529e8a0a resource provider aggregate not found 2026-06-17 04:25:00.225 7 INFO neutron.services.segments.plugin [-] Segment 39f1f2a2-6ff4-41dc-950a-b722529e8a0a resource provider aggregate not found 2026-06-17 04:25:00.256 7 INFO neutron.services.segments.plugin [-] Segment 39f1f2a2-6ff4-41dc-950a-b722529e8a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f1f2a2-6ff4-41dc-950a-b722529e8a0a found for delete ", "request_id": "req-87a1ef5a-3b93-4845-874c-4fa71cc06347"}]} 2026-06-17 04:25:00.257 7 INFO neutron.services.segments.plugin [-] Segment 39f1f2a2-6ff4-41dc-950a-b722529e8a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f1f2a2-6ff4-41dc-950a-b722529e8a0a found for delete ", "request_id": "req-79555af2-a7eb-4e24-9dc6-3d8577640267"}]} [pid: 8|app: 0|req: 817/1651] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:00 2026] DELETE /v2.0/security-groups/0fb0bed5-199b-4849-adb3-e4edcca19b63 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:00.317 7 INFO neutron.db.l3_hamode_db [None req-a69c9988-0db2-4789-b69c-877e9c2a8cd8 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 818/1652] 10.0.0.73 () {32 vars in 681 bytes} [Wed Jun 17 04:25:00 2026] GET /v2.0/routers?not-tags-any=blue => 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: 819/1653] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:25:00 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1654] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:00 2026] GET /v2.0/routers/aed7a3c2-b732-483f-8090-c4726643ffb0 => generated 485 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1655] 10.0.0.73 () {34 vars in 741 bytes} [Wed Jun 17 04:25:00 2026] PUT /v2.0/routers/aed7a3c2-b732-483f-8090-c4726643ffb0 => generated 485 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1656] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:01 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1657] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:01 2026] GET /v2.0/ports?device_id=aed7a3c2-b732-483f-8090-c4726643ffb0 => 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: 824/1658] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:01 2026] GET /v2.0/security-groups?id=03915a70-3a3a-4fd2-aedf-327753dc4ad7&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1659] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:24:58 2026] POST /v2.0/routers => generated 692 bytes in 2897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1660] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:01 2026] GET /v2.0/routers/ca715e4e-25cf-4634-9b37-577639da6737 => generated 698 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1661] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:25:01 2026] GET /v2.0/routers => generated 701 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1662] 10.0.0.73 () {34 vars in 740 bytes} [Wed Jun 17 04:25:01 2026] PUT /v2.0/routers/ca715e4e-25cf-4634-9b37-577639da6737 => generated 705 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:02.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-99ee5a3f-01df-425f-90d2-7f93a7377258 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] TaaS: Handle Delete Port: 9cd4193c-412a-4d8b-b969-2c87b0815d4a 2026-06-17 04:25:02.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99ee5a3f-01df-425f-90d2-7f93a7377258 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Tap Mirror: Handle Delete Port: 9cd4193c-412a-4d8b-b969-2c87b0815d4a [pid: 7|app: 0|req: 839/1663] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:25:02 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1664] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:02 2026] GET /v2.0/routers/ca715e4e-25cf-4634-9b37-577639da6737 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1665] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:01 2026] DELETE /v2.0/routers/aed7a3c2-b732-483f-8090-c4726643ffb0 => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:02.396 7 INFO neutron_taas.services.taas.taas_plugin [req-1f6690a6-bf4b-4c97-aafd-bf7823f74f10 req-8141acb4-b3e8-4a96-963c-22869cd7fbaf bea73dde843c41ee9a442935f6ea2e09 d3eb601e8fde49df8a0b61b9a9aff202 - - default default] TaaS: Handle Delete Port: c95a5f6b-6440-44dd-bb8e-ce010b2cc154 2026-06-17 04:25:02.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1f6690a6-bf4b-4c97-aafd-bf7823f74f10 req-8141acb4-b3e8-4a96-963c-22869cd7fbaf bea73dde843c41ee9a442935f6ea2e09 d3eb601e8fde49df8a0b61b9a9aff202 - - default default] Tap Mirror: Handle Delete Port: c95a5f6b-6440-44dd-bb8e-ce010b2cc154 [pid: 7|app: 0|req: 841/1666] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:25:02 2026] DELETE /v2.0/ports/c95a5f6b-6440-44dd-bb8e-ce010b2cc154 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1667] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:02 2026] GET /v2.0/ports?device_id=ca715e4e-25cf-4634-9b37-577639da6737 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:02.615 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47a979c0-3e2d-4fb1-beaf-66760871c09d'] response: {'server_uuid': '52a64542-cedc-4a06-86c4-4343de424a50', 'name': 'network-vif-deleted', 'tag': 'c95a5f6b-6440-44dd-bb8e-ce010b2cc154', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 843/1668] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:02 2026] GET /v2.0/routers/e161080b-7e09-4880-854c-8a42fb48bc05 => generated 493 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1669] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:02 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:02.710 8 INFO neutron.db.segments_db [None req-7b8f6d95-9ed0-4eb8-b1c5-125c670a8370 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment 3efdc731-34a8-4f8b-8c7b-0bf0393c9229 of type vxlan for network 1183c97a-6768-4d00-9cae-f597da79012e [pid: 8|app: 0|req: 826/1670] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:02 2026] POST /v2.0/networks => generated 610 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:02.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a0dd488-a031-410b-9240-f3ab91f3858f 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: 8bd8df64-8356-4387-9c56-13545ef4558d 2026-06-17 04:25:02.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a0dd488-a031-410b-9240-f3ab91f3858f 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: 8bd8df64-8356-4387-9c56-13545ef4558d 2026-06-17 04:25:03.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a0dd488-a031-410b-9240-f3ab91f3858f 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] TaaS: Handle Delete Port: ec1175a6-a960-467c-8ce7-434d80c3527d 2026-06-17 04:25:03.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a0dd488-a031-410b-9240-f3ab91f3858f 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] Tap Mirror: Handle Delete Port: ec1175a6-a960-467c-8ce7-434d80c3527d [pid: 8|app: 0|req: 827/1671] 10.0.0.73 () {34 vars in 741 bytes} [Wed Jun 17 04:25:02 2026] PUT /v2.0/routers/e161080b-7e09-4880-854c-8a42fb48bc05 => generated 493 bytes in 608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:03.502 8 INFO neutron.db.segments_db [None req-a7f1de09-1202-4b83-a147-1f7c67423246 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment df823928-e938-4540-baa0-65e824620384 of type vxlan for network 707d1ae6-22ef-4c10-a640-101618411738 [pid: 8|app: 0|req: 828/1672] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:03 2026] POST /v2.0/networks => generated 610 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1673] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:03 2026] GET /v2.0/ports?device_id=e161080b-7e09-4880-854c-8a42fb48bc05 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:03.719 7 INFO neutron.services.segments.plugin [-] Segment 7075b975-89fc-443d-a973-6701614fa316 resource provider aggregate not found 2026-06-17 04:25:03.726 7 INFO neutron.services.segments.plugin [-] Segment 7075b975-89fc-443d-a973-6701614fa316 resource provider aggregate not found 2026-06-17 04:25:03.748 7 INFO neutron.services.segments.plugin [-] Segment 7075b975-89fc-443d-a973-6701614fa316 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7075b975-89fc-443d-a973-6701614fa316 found for delete ", "request_id": "req-fd1e59db-26f8-494e-ae25-225ce5c07d66"}]} 2026-06-17 04:25:03.750 7 INFO neutron.services.segments.plugin [-] Segment 7075b975-89fc-443d-a973-6701614fa316 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7075b975-89fc-443d-a973-6701614fa316 found for delete ", "request_id": "req-0718d706-2295-4756-8003-d05f5c64e450"}]} 2026-06-17 04:25:03.756 7 INFO neutron.db.l3_hamode_db [None req-1a0dd488-a031-410b-9240-f3ab91f3858f 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] HA network 8ca33341-06a4-4ca6-9cc2-d149852c0867 was deleted as no HA routers are present in tenant 64ba30b279564977833fa257dff2e8ba. [pid: 7|app: 0|req: 845/1674] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:02 2026] DELETE /v2.0/routers/ca715e4e-25cf-4634-9b37-577639da6737 => generated 0 bytes in 1097 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1675] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:03 2026] POST /v2.0/subnets => generated 626 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1676] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:03 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:03.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-4baaaf7e-c06a-4a97-9959-93359909db4e aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] TaaS: Handle Delete Port: 95ff9736-f344-4294-9b41-37f1cd52b810 2026-06-17 04:25:03.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4baaaf7e-c06a-4a97-9959-93359909db4e aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Tap Mirror: Handle Delete Port: 95ff9736-f344-4294-9b41-37f1cd52b810 [pid: 8|app: 0|req: 832/1677] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:03 2026] GET /v2.0/ports?device_id=ca715e4e-25cf-4634-9b37-577639da6737 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1678] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:03 2026] DELETE /v2.0/routers/e161080b-7e09-4880-854c-8a42fb48bc05 => generated 0 bytes in 466 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:04.249 7 INFO neutron.api.v2.resource [None req-2978a623-82d0-4580-9d8a-338d8df667a7 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1679] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:04 2026] DELETE /v2.0/routers/ca715e4e-25cf-4634-9b37-577639da6737 => 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: 833/1680] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:04 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1681] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:04 2026] GET /v2.0/ports?device_id=034ecbf5-acd3-4ae6-a909-92b2f0d10aca => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1682] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:04 2026] GET /v2.0/routers/7577a445-0dfa-4e14-a659-8d8ab787e32d => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:04.316 7 INFO neutron.api.v2.resource [None req-6c288c25-1c76-4134-8199-be3182ea90d2 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1683] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:04 2026] DELETE /v2.0/routers/034ecbf5-acd3-4ae6-a909-92b2f0d10aca => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:04.342 8 INFO neutron.db.segments_db [None req-26866482-f596-4e16-b7d1-e84bbf2a0ac8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment 700f0de7-8f52-4b22-96e9-3f162086018d of type vxlan for network d1808d0e-40ac-4950-9d48-e19929ba5335 2026-06-17 04:25:04.568 8 INFO neutron.db.l3_hamode_db [None req-26866482-f596-4e16-b7d1-e84bbf2a0ac8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:25:04.689 8 INFO neutron.db.l3_hamode_db [None req-26866482-f596-4e16-b7d1-e84bbf2a0ac8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1684] 10.0.0.73 () {34 vars in 741 bytes} [Wed Jun 17 04:25:04 2026] PUT /v2.0/routers/7577a445-0dfa-4e14-a659-8d8ab787e32d => generated 502 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:04.900 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a10129d3-f7db-4baf-8bbf-cd8211f12412 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 851/1685] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:04 2026] DELETE /v2.0/subnets/c21ecc39-5f12-4a16-a893-9a5a9b8917da => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1686] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:04 2026] GET /v2.0/ports?device_id=7577a445-0dfa-4e14-a659-8d8ab787e32d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1687] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:04 2026] GET /v2.0/ports?device_id=879a5e9e-7b1e-4641-af4f-0d99ef690a6f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:05.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-eec36363-ebf4-4c4d-8e68-5ebc9e680b94 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] TaaS: Handle Delete Port: e62218c0-47b7-4838-9ad8-44ef598629d5 2026-06-17 04:25:05.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eec36363-ebf4-4c4d-8e68-5ebc9e680b94 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Tap Mirror: Handle Delete Port: e62218c0-47b7-4838-9ad8-44ef598629d5 [pid: 8|app: 0|req: 835/1688] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:04 2026] POST /v2.0/routers => generated 506 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:05.314 8 INFO neutron.api.v2.resource [None req-c4bb2e9a-d4f7-4f66-b7de-6e3cd9a26878 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1689] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:05 2026] DELETE /v2.0/routers/879a5e9e-7b1e-4641-af4f-0d99ef690a6f => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1690] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:05 2026] GET /v2.0/ports?device_id=52a64542-cedc-4a06-86c4-4343de424a50 => 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: 854/1691] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:04 2026] DELETE /v2.0/routers/7577a445-0dfa-4e14-a659-8d8ab787e32d => generated 0 bytes in 428 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:05.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-613cc0ae-b439-4c8d-844c-597516d44d89 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1692] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:05 2026] DELETE /v2.0/subnets/9a9ef631-38d6-4acd-b814-a1764f492b3d => 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: 856/1693] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:05 2026] GET /v2.0/routers/e2d913f3-9838-414e-8ec2-19e3b0fabaae => generated 487 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1694] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:05 2026] GET /v2.0/ports?device_id=59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1695] 10.0.0.73 () {34 vars in 741 bytes} [Wed Jun 17 04:25:05 2026] PUT /v2.0/routers/e2d913f3-9838-414e-8ec2-19e3b0fabaae => generated 487 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:06.136 7 INFO neutron.api.v2.resource [None req-6495d68e-412a-4b64-b163-35b07f0f6e80 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1696] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:06 2026] DELETE /v2.0/routers/59648c6d-67c9-4f8a-8e69-e3b2e0ced8e5 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1697] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:06 2026] GET /v2.0/ports?device_id=e2d913f3-9838-414e-8ec2-19e3b0fabaae => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:06.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a3cd19b-a58c-4ac7-83f0-63f4071a31c8 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1698] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:06 2026] DELETE /v2.0/subnets/f1940fcf-fbd1-472b-b3df-6e6e4337df53 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:06.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-af67392c-8c93-4def-8f21-90c3a1efb288 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] TaaS: Handle Delete Port: d5de4dd0-a13a-49a8-8b1f-fba3ed42e1b9 2026-06-17 04:25:06.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af67392c-8c93-4def-8f21-90c3a1efb288 aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Tap Mirror: Handle Delete Port: d5de4dd0-a13a-49a8-8b1f-fba3ed42e1b9 [pid: 7|app: 0|req: 862/1699] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:06 2026] DELETE /v2.0/routers/e2d913f3-9838-414e-8ec2-19e3b0fabaae => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:06.564 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4843bcb-f065-48ad-bf00-a7fa994f672b 801b569bde1a41ec97cca6fc09a08fbd 64ba30b279564977833fa257dff2e8ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 863/1700] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:06 2026] DELETE /v2.0/subnets/56ab42d7-eb8d-4854-b17f-e19a04032f56 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1701] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:06 2026] GET /v2.0/routers/4f4a5a85-90c1-44fb-acc6-997243281095 => generated 480 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1702] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:25:05 2026] PUT /v2.0/routers/e2da0c88-69f4-4ca4-937c-ac51e54fadb8/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1703] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:25:06 2026] GET /v2.0/ports/0ce08331-90fe-4523-a789-57d36a7454cf => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1704] 10.0.0.73 () {34 vars in 741 bytes} [Wed Jun 17 04:25:06 2026] PUT /v2.0/routers/4f4a5a85-90c1-44fb-acc6-997243281095 => 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: 866/1705] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:07 2026] GET /v2.0/security-groups?tenant_id=64ba30b279564977833fa257dff2e8ba&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1706] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:07 2026] GET /v2.0/ports?device_id=4f4a5a85-90c1-44fb-acc6-997243281095 => 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: 868/1707] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:07 2026] DELETE /v2.0/security-groups/002acecc-4e89-4731-8380-7422c608e12b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:07.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-36ae06bb-26b8-4de3-8cf2-70609614e6df aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] TaaS: Handle Delete Port: 3db84129-d7ca-4a19-a577-a789c4455533 2026-06-17 04:25:07.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ae06bb-26b8-4de3-8cf2-70609614e6df aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] Tap Mirror: Handle Delete Port: 3db84129-d7ca-4a19-a577-a789c4455533 2026-06-17 04:25:08.152 7 INFO neutron.services.segments.plugin [-] Segment a2a2cd3f-e32c-4b0c-a7ef-36af6bc7a0b7 resource provider aggregate not found [pid: 8|app: 0|req: 840/1708] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:25:06 2026] PUT /v2.0/routers/e2da0c88-69f4-4ca4-937c-ac51e54fadb8/add_router_interface => generated 309 bytes in 1465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:08.159 7 INFO neutron.services.segments.plugin [-] Segment a2a2cd3f-e32c-4b0c-a7ef-36af6bc7a0b7 resource provider aggregate not found 2026-06-17 04:25:08.179 7 INFO neutron.db.l3_hamode_db [None req-36ae06bb-26b8-4de3-8cf2-70609614e6df aaad59410e664cdaa1dce367ee729c17 3367916590d246abb8f62f977d1757f7 - - default default] HA network 1b9c0615-c6d0-4f08-908b-7860fc3b0ef8 was deleted as no HA routers are present in tenant 3367916590d246abb8f62f977d1757f7. [pid: 7|app: 0|req: 869/1709] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:07 2026] DELETE /v2.0/routers/4f4a5a85-90c1-44fb-acc6-997243281095 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:08.187 7 INFO neutron.services.segments.plugin [-] Segment a2a2cd3f-e32c-4b0c-a7ef-36af6bc7a0b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a2cd3f-e32c-4b0c-a7ef-36af6bc7a0b7 found for delete ", "request_id": "req-99f67cba-c737-4e56-b7d8-794d92b4d1f2"}]} 2026-06-17 04:25:08.194 7 INFO neutron.services.segments.plugin [-] Segment a2a2cd3f-e32c-4b0c-a7ef-36af6bc7a0b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2a2cd3f-e32c-4b0c-a7ef-36af6bc7a0b7 found for delete ", "request_id": "req-db7cef99-bbc0-46b9-a30e-55a0096f51ed"}]} [pid: 7|app: 0|req: 870/1710] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:25:08 2026] GET /v2.0/ports/5e3c3d85-f96e-4252-a451-0d813dfa18e9 => generated 955 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:08.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-74ddd440-c2a1-4f05-ba18-908584e072cd f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: de7bb715-6899-4eee-b3ac-5d4a63124a6f 2026-06-17 04:25:08.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f151de2-fd8e-41e9-b002-023fbbbb7ffa 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: 5e3c3d85-f96e-4252-a451-0d813dfa18e9 2026-06-17 04:25:08.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74ddd440-c2a1-4f05-ba18-908584e072cd f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: de7bb715-6899-4eee-b3ac-5d4a63124a6f 2026-06-17 04:25:08.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f151de2-fd8e-41e9-b002-023fbbbb7ffa 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: 5e3c3d85-f96e-4252-a451-0d813dfa18e9 [pid: 7|app: 0|req: 871/1711] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:25:08 2026] PUT /v2.0/routers/e2da0c88-69f4-4ca4-937c-ac51e54fadb8/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1714] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:25:08 2026] PUT /v2.0/routers/af6fef2c-e2b4-497f-9a7b-e09677e5ab07/remove_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1715] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:09 2026] GET /v2.0/security-groups?tenant_id=ac534b55013d4afd87d59aef7c795e0f&name=default => generated 2925 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:09.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-5645ab18-15a0-4a2a-a066-ab403e71d98e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: 0ce08331-90fe-4523-a789-57d36a7454cf 2026-06-17 04:25:09.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5645ab18-15a0-4a2a-a066-ab403e71d98e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: 0ce08331-90fe-4523-a789-57d36a7454cf 2026-06-17 04:25:09.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-40bdfe72-21c2-4c03-a53e-27b6ea3bddeb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 9a4a8e96-8265-43b9-8f39-18797075e2db 2026-06-17 04:25:09.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40bdfe72-21c2-4c03-a53e-27b6ea3bddeb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 9a4a8e96-8265-43b9-8f39-18797075e2db 2026-06-17 04:25:10.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-40bdfe72-21c2-4c03-a53e-27b6ea3bddeb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: c436e0dc-0a74-4634-a536-038231eb87b4 2026-06-17 04:25:10.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40bdfe72-21c2-4c03-a53e-27b6ea3bddeb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: c436e0dc-0a74-4634-a536-038231eb87b4 [pid: 8|app: 0|req: 842/1716] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:25:09 2026] PUT /v2.0/routers/e2da0c88-69f4-4ca4-937c-ac51e54fadb8/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1717] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:10 2026] DELETE /v2.0/security-groups/d8d0d6d2-4092-4d2e-9d79-059b28fe5be4 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1718] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:10 2026] GET /v2.0/ports?device_id=e2da0c88-69f4-4ca4-937c-ac51e54fadb8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:10.652 7 INFO neutron.services.segments.plugin [-] Segment 303043ff-4457-45af-84b1-9ae78b1acf84 resource provider aggregate not found 2026-06-17 04:25:10.659 7 INFO neutron.services.segments.plugin [-] Segment 303043ff-4457-45af-84b1-9ae78b1acf84 resource provider aggregate not found 2026-06-17 04:25:10.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e3f36ac-7a45-4183-9ffe-e3ff7c3e2342 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: dd2de2b9-9119-428d-a292-e8c1c9ca6db7 2026-06-17 04:25:10.683 7 INFO neutron.services.segments.plugin [-] Segment 303043ff-4457-45af-84b1-9ae78b1acf84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 303043ff-4457-45af-84b1-9ae78b1acf84 found for delete ", "request_id": "req-6b01e0bb-e13c-49fc-ae2d-b5e90e4ab413"}]} 2026-06-17 04:25:10.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e3f36ac-7a45-4183-9ffe-e3ff7c3e2342 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: dd2de2b9-9119-428d-a292-e8c1c9ca6db7 2026-06-17 04:25:10.685 7 INFO neutron.services.segments.plugin [-] Segment 303043ff-4457-45af-84b1-9ae78b1acf84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 303043ff-4457-45af-84b1-9ae78b1acf84 found for delete ", "request_id": "req-11b1adeb-05fc-46ad-b9fd-b4323d6f98df"}]} 2026-06-17 04:25:10.702 7 INFO neutron.db.l3_hamode_db [None req-40bdfe72-21c2-4c03-a53e-27b6ea3bddeb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network 5ea76967-81e4-47e3-a4da-12c6417dd6a6 was deleted as no HA routers are present in tenant d3eb601e8fde49df8a0b61b9a9aff202. [pid: 7|app: 0|req: 875/1719] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:09 2026] DELETE /v2.0/routers/af6fef2c-e2b4-497f-9a7b-e09677e5ab07 => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1720] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:10 2026] GET /v2.0/security-groups?tenant_id=3367916590d246abb8f62f977d1757f7&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1721] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:10 2026] DELETE /v2.0/subnets/c1b153f2-c133-406a-9847-a24a2ce3c342 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1722] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/security-groups/fc11c4aa-0095-4f6a-a218-ff08a908f099 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:11.148 8 INFO neutron.services.segments.plugin [-] Segment 700f0de7-8f52-4b22-96e9-3f162086018d resource provider aggregate not found 2026-06-17 04:25:11.162 8 INFO neutron.services.segments.plugin [-] Segment 700f0de7-8f52-4b22-96e9-3f162086018d resource provider aggregate not found 2026-06-17 04:25:11.172 8 INFO neutron.services.segments.plugin [-] Segment 700f0de7-8f52-4b22-96e9-3f162086018d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700f0de7-8f52-4b22-96e9-3f162086018d found for delete ", "request_id": "req-01e1be8e-7a47-4b18-8e97-4ca5a8f6cb77"}]} 2026-06-17 04:25:11.182 8 INFO neutron.services.segments.plugin [-] Segment 700f0de7-8f52-4b22-96e9-3f162086018d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700f0de7-8f52-4b22-96e9-3f162086018d found for delete ", "request_id": "req-6982eb63-352c-46e7-bbeb-086930f1b4b2"}]} 2026-06-17 04:25:11.189 8 INFO neutron.db.l3_hamode_db [None req-1e3f36ac-7a45-4183-9ffe-e3ff7c3e2342 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] HA network d1808d0e-40ac-4950-9d48-e19929ba5335 was deleted as no HA routers are present in tenant 1d2c96de65d24c64b7bf9946d222cd33. [pid: 8|app: 0|req: 845/1723] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:10 2026] DELETE /v2.0/routers/e2da0c88-69f4-4ca4-937c-ac51e54fadb8 => generated 0 bytes in 705 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:11.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-4543dab1-c44b-4e63-a1ed-650a4c2b93e0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 63fe4ed7-6d95-4d1d-b09d-c6613e328f5a 2026-06-17 04:25:11.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4543dab1-c44b-4e63-a1ed-650a4c2b93e0 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 63fe4ed7-6d95-4d1d-b09d-c6613e328f5a [pid: 8|app: 0|req: 846/1724] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/subnets/ee3e58a7-c8ae-4ca8-96e0-e4bf058f676c => 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: 879/1725] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/networks/aadbcf74-70f8-4f04-851e-77041f8c7bf2 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1726] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:11 2026] GET /v2.0/security-groups?tenant_id=77bc2efaf19f4ccd94154a6f16600023&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1727] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/security-groups/c6e124ff-bcbc-48d2-87e3-bbd7c8eb15e0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1728] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/subnets/2c1f3a0c-19f3-47fd-b29e-3338551c815e => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1729] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:11 2026] GET /v2.0/security-groups?tenant_id=d3eb601e8fde49df8a0b61b9a9aff202&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1730] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/security-groups/03915a70-3a3a-4fd2-aedf-327753dc4ad7 => 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: 881/1731] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/networks/707d1ae6-22ef-4c10-a640-101618411738 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:12.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-40174837-dea6-4be2-b526-9a09fe6f589c 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: c3654bf3-bf06-4386-8154-9ccf9ecd9dfc 2026-06-17 04:25:12.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40174837-dea6-4be2-b526-9a09fe6f589c 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: c3654bf3-bf06-4386-8154-9ccf9ecd9dfc [pid: 8|app: 0|req: 851/1732] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:11 2026] DELETE /v2.0/networks/1183c97a-6768-4d00-9cae-f597da79012e => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:12.363 7 INFO neutron.db.segments_db [None req-c04d23ad-62c9-4479-bc04-9b4bd6330260 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment b99293f0-5f48-496f-9df0-9a2938d05646 of type vxlan for network 2693d126-93df-43e2-9180-551a3c94a2f2 [pid: 7|app: 0|req: 882/1733] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:12 2026] POST /v2.0/networks => generated 609 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:12.710 7 INFO neutron.services.segments.plugin [-] Segment acf5938e-3a3b-4ad0-80a7-b3276f105c68 resource provider aggregate not found 2026-06-17 04:25:12.733 7 INFO neutron.services.segments.plugin [-] Segment acf5938e-3a3b-4ad0-80a7-b3276f105c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf5938e-3a3b-4ad0-80a7-b3276f105c68 found for delete ", "request_id": "req-4742a431-9d43-4443-b68a-6e87397ddcbd"}]} 2026-06-17 04:25:12.762 7 INFO neutron.services.segments.plugin [-] Segment acf5938e-3a3b-4ad0-80a7-b3276f105c68 resource provider aggregate not found 2026-06-17 04:25:12.768 7 INFO neutron.services.segments.plugin [-] Segment df823928-e938-4540-baa0-65e824620384 resource provider aggregate not found 2026-06-17 04:25:12.785 7 INFO neutron.services.segments.plugin [-] Segment acf5938e-3a3b-4ad0-80a7-b3276f105c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf5938e-3a3b-4ad0-80a7-b3276f105c68 found for delete ", "request_id": "req-88b49d95-0e8e-4024-83e8-4a30669bbcd3"}]} 2026-06-17 04:25:12.795 7 INFO neutron.services.segments.plugin [-] Segment df823928-e938-4540-baa0-65e824620384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df823928-e938-4540-baa0-65e824620384 found for delete ", "request_id": "req-8338768a-6790-45a3-9376-96caec8f46f3"}]} 2026-06-17 04:25:12.802 7 INFO neutron.services.segments.plugin [-] Segment df823928-e938-4540-baa0-65e824620384 resource provider aggregate not found 2026-06-17 04:25:12.821 7 INFO neutron.services.segments.plugin [-] Segment df823928-e938-4540-baa0-65e824620384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df823928-e938-4540-baa0-65e824620384 found for delete ", "request_id": "req-da215130-2516-46c2-aa01-435d17b8cb67"}]} [pid: 8|app: 0|req: 852/1734] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:12 2026] POST /v2.0/subnets => generated 626 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:12.935 7 INFO neutron.db.segments_db [None req-8dee8445-bd16-4536-bcd0-60fe2399859e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment 47b2fdfb-3d80-40f7-8084-b8d2f18b6d56 of type vxlan for network fd688d37-14ea-4ac9-b307-c13ca448e0b9 2026-06-17 04:25:13.197 8 INFO neutron.services.segments.plugin [-] Segment 3efdc731-34a8-4f8b-8c7b-0bf0393c9229 resource provider aggregate not found 2026-06-17 04:25:13.205 8 INFO neutron.services.segments.plugin [-] Segment 3efdc731-34a8-4f8b-8c7b-0bf0393c9229 resource provider aggregate not found 2026-06-17 04:25:13.223 8 INFO neutron.services.segments.plugin [-] Segment 3efdc731-34a8-4f8b-8c7b-0bf0393c9229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efdc731-34a8-4f8b-8c7b-0bf0393c9229 found for delete ", "request_id": "req-4bf249ed-cc49-4ec0-a6d4-88181bb8bf74"}]} 2026-06-17 04:25:13.228 8 INFO neutron.services.segments.plugin [-] Segment 3efdc731-34a8-4f8b-8c7b-0bf0393c9229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efdc731-34a8-4f8b-8c7b-0bf0393c9229 found for delete ", "request_id": "req-15f2131f-eef9-4f91-b572-226340fa6eed"}]} 2026-06-17 04:25:13.244 7 INFO neutron.db.l3_hamode_db [None req-8dee8445-bd16-4536-bcd0-60fe2399859e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 853/1735] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:13 2026] GET /v2.0/security-groups?tenant_id=042e29d7839c48d899a1f29d8e1bf304&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:13.372 7 INFO neutron.db.l3_hamode_db [None req-8dee8445-bd16-4536-bcd0-60fe2399859e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 854/1736] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:13 2026] DELETE /v2.0/security-groups/500d7191-4d8a-44e8-bba4-cff1cbbc1ce6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1737] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:13 2026] GET /v2.0/security-groups?tenant_id=b64ee3ab0ef145f3b0b24489738e14ea&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1738] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:13 2026] DELETE /v2.0/security-groups/64337a85-a104-4f40-9faa-8bc13fcc524a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1739] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:12 2026] POST /v2.0/routers => generated 507 bytes in 1168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1740] 10.0.0.73 () {34 vars in 664 bytes} [Wed Jun 17 04:25:14 2026] POST /v2.0/ports => generated 948 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1741] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:25:14 2026] PUT /v2.0/routers/9a74e086-4f63-4e86-8cb1-8fc6d4d3db19/add_router_interface => generated 309 bytes in 1291 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: 858/1742] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:25:15 2026] GET /v2.0/ports/9f2243c5-d3a2-4576-a045-ad52c65e6081 => generated 1022 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:25:16.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3919343-dedc-41bc-96ed-701d1331c79e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: 9f2243c5-d3a2-4576-a045-ad52c65e6081 2026-06-17 04:25:16.247 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3919343-dedc-41bc-96ed-701d1331c79e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: 9f2243c5-d3a2-4576-a045-ad52c65e6081 [pid: 7|app: 0|req: 885/1743] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:25:15 2026] PUT /v2.0/routers/9a74e086-4f63-4e86-8cb1-8fc6d4d3db19/remove_router_interface => generated 309 bytes in 961 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: 859/1744] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:25:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:25:16.914 7 INFO neutron.api.v2.resource [None req-9f8f3dab-e5c8-4768-98ef-b8ef752025a5 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1745] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:25:16 2026] PUT /v2.0/routers/9a74e086-4f63-4e86-8cb1-8fc6d4d3db19/remove_router_interface => generated 197 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1746] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:16 2026] GET /v2.0/ports?device_id=9a74e086-4f63-4e86-8cb1-8fc6d4d3db19 => 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: 860/1747] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:25:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1748] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:25:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1749] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:25:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1750] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:25:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:25:17.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab7fef45-be20-420b-b019-709363b7f61e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: ddf555f2-58b9-450e-a590-4b78d1d235a2 2026-06-17 04:25:17.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab7fef45-be20-420b-b019-709363b7f61e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: ddf555f2-58b9-450e-a590-4b78d1d235a2 [pid: 8|app: 0|req: 864/1751] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:17 2026] GET /v2.0/security-groups?tenant_id=398fa02698594389bdc0157386031363&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1752] 10.0.0.73 () {34 vars in 766 bytes} [Wed Jun 17 04:25:17 2026] PUT /v2.0/security-groups/968d20ca-084d-4673-a2e8-01b5c0418f18/tags => generated 17 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1753] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:17 2026] DELETE /v2.0/security-groups/550434cd-0b59-4200-88c6-35e302c2283e => 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: 867/1754] 10.0.0.73 () {34 vars in 766 bytes} [Wed Jun 17 04:25:17 2026] PUT /v2.0/security-groups/8814b10a-229c-4122-a48e-edec4c2590ce/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:18.018 7 INFO neutron.services.segments.plugin [-] Segment 47b2fdfb-3d80-40f7-8084-b8d2f18b6d56 resource provider aggregate not found 2026-06-17 04:25:18.029 7 INFO neutron.services.segments.plugin [-] Segment 47b2fdfb-3d80-40f7-8084-b8d2f18b6d56 resource provider aggregate not found 2026-06-17 04:25:18.048 7 INFO neutron.services.segments.plugin [-] Segment 47b2fdfb-3d80-40f7-8084-b8d2f18b6d56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47b2fdfb-3d80-40f7-8084-b8d2f18b6d56 found for delete ", "request_id": "req-7eee79ed-b128-48bb-998b-34f7cddaf8c4"}]} [pid: 8|app: 0|req: 868/1755] 10.0.0.73 () {34 vars in 766 bytes} [Wed Jun 17 04:25:18 2026] PUT /v2.0/security-groups/10cc552f-b1d4-474d-a517-3b5fc1fb6bd0/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:18.053 7 INFO neutron.services.segments.plugin [-] Segment 47b2fdfb-3d80-40f7-8084-b8d2f18b6d56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47b2fdfb-3d80-40f7-8084-b8d2f18b6d56 found for delete ", "request_id": "req-69603476-8df5-4ede-b87f-723a73594546"}]} 2026-06-17 04:25:18.059 7 INFO neutron.db.l3_hamode_db [None req-ab7fef45-be20-420b-b019-709363b7f61e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] HA network fd688d37-14ea-4ac9-b307-c13ca448e0b9 was deleted as no HA routers are present in tenant 1d2c96de65d24c64b7bf9946d222cd33. [pid: 7|app: 0|req: 888/1756] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:16 2026] DELETE /v2.0/routers/9a74e086-4f63-4e86-8cb1-8fc6d4d3db19 => generated 0 bytes in 1114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1757] 10.0.0.73 () {34 vars in 766 bytes} [Wed Jun 17 04:25:18 2026] PUT /v2.0/security-groups/0da84e1a-599e-4e8f-ad3f-0f7125e662a1/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1758] 10.0.0.73 () {32 vars in 679 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1759] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:18 2026] DELETE /v2.0/subnets/bc7b119a-30ea-4ba2-b1e4-3e15225e270a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1760] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1761] 10.0.0.73 () {32 vars in 689 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?tags-any=blue => 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: 873/1762] 10.0.0.73 () {32 vars in 701 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1763] 10.0.0.73 () {32 vars in 687 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1764] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:18 2026] DELETE /v2.0/networks/2693d126-93df-43e2-9180-551a3c94a2f2 => 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: 875/1765] 10.0.0.73 () {32 vars in 701 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:18.419 7 INFO neutron.db.segments_db [None req-8fe68b85-6afa-4182-bc4d-206ff45db969 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment a026ffcc-3da7-46eb-84cc-b991696e1f22 of type vxlan for network eff65a01-84f1-4d9b-b9d1-0785b5d71c55 [pid: 8|app: 0|req: 876/1766] 10.0.0.73 () {32 vars in 697 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1767] 10.0.0.73 () {32 vars in 709 bytes} [Wed Jun 17 04:25:18 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1768] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:18 2026] POST /v2.0/networks => generated 611 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1769] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:18 2026] DELETE /v2.0/security-groups/968d20ca-084d-4673-a2e8-01b5c0418f18 => 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: 879/1770] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:18 2026] DELETE /v2.0/security-groups/8814b10a-229c-4122-a48e-edec4c2590ce => 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: 892/1771] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:18 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1772] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:18 2026] DELETE /v2.0/security-groups/10cc552f-b1d4-474d-a517-3b5fc1fb6bd0 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:18.867 7 INFO neutron.db.segments_db [None req-80342f26-9265-4a9d-9cac-6103f991abe1 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment 626c2e94-c36b-4749-a7de-e44cf395ab2d of type vxlan for network 5789f5b9-911a-40cc-8b57-b4e34453ebb3 [pid: 8|app: 0|req: 881/1773] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:18 2026] DELETE /v2.0/security-groups/0da84e1a-599e-4e8f-ad3f-0f7125e662a1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1774] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:18 2026] DELETE /v2.0/security-groups/e3578aed-19a8-4d5e-8062-37c69ea2845e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:19.155 7 INFO neutron.db.l3_hamode_db [None req-80342f26-9265-4a9d-9cac-6103f991abe1 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:25:19.289 7 INFO neutron.db.l3_hamode_db [None req-80342f26-9265-4a9d-9cac-6103f991abe1 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 893/1775] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:18 2026] POST /v2.0/routers => generated 507 bytes in 1051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1776] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:19 2026] GET /v2.0/security-groups?tenant_id=702632c7df1e4f059af8d4a7d4473dc9&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:20.071 7 INFO neutron.services.segments.plugin [-] Segment b99293f0-5f48-496f-9df0-9a2938d05646 resource provider aggregate not found 2026-06-17 04:25:20.079 7 INFO neutron.services.segments.plugin [-] Segment b99293f0-5f48-496f-9df0-9a2938d05646 resource provider aggregate not found 2026-06-17 04:25:20.091 7 INFO neutron.services.segments.plugin [-] Segment b99293f0-5f48-496f-9df0-9a2938d05646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99293f0-5f48-496f-9df0-9a2938d05646 found for delete ", "request_id": "req-2ac0245b-52d2-4040-88c1-bf7f8cc93ac4"}]} 2026-06-17 04:25:20.100 7 INFO neutron.services.segments.plugin [-] Segment b99293f0-5f48-496f-9df0-9a2938d05646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99293f0-5f48-496f-9df0-9a2938d05646 found for delete ", "request_id": "req-f5bb9820-0de1-4940-a351-f80d59aefa72"}]} [pid: 8|app: 0|req: 884/1777] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:20 2026] DELETE /v2.0/security-groups/1a7e58c1-7857-4d5e-8e02-dc459781e9de => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1778] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:20 2026] GET /v2.0/security-groups?tenant_id=529c172701834179ae8146ae03366da7&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1779] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:20 2026] GET /v2.0/security-groups?tenant_id=5fa1788e610e431c8ad13257e4699833&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1780] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:20 2026] DELETE /v2.0/security-groups/2f51f8ec-2df2-450e-b171-cf4d01a2cedd => 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: 888/1781] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:20 2026] DELETE /v2.0/security-groups/13246637-5fb7-4675-97e8-be0195b22ea8 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1782] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:20 2026] GET /v2.0/security-groups?tenant_id=cfb8c6ba2284491b90cf45e08831a9d7&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1783] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:21 2026] DELETE /v2.0/security-groups/d62529e2-0383-4e08-be20-e3365b59b812 => 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: 894/1784] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:25:19 2026] PUT /v2.0/routers/a8cc18af-f10a-4596-be49-a9f809196a65/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: 891/1785] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:25:21 2026] GET /v2.0/ports/5182951d-09af-4a30-8a54-c21f9cc2b097 => generated 955 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:21.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-72fa65d8-d562-4977-9399-9cf42c1f8351 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: 5182951d-09af-4a30-8a54-c21f9cc2b097 2026-06-17 04:25:21.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72fa65d8-d562-4977-9399-9cf42c1f8351 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: 5182951d-09af-4a30-8a54-c21f9cc2b097 [pid: 7|app: 0|req: 895/1786] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:25:21 2026] PUT /v2.0/routers/a8cc18af-f10a-4596-be49-a9f809196a65/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1787] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:22 2026] GET /v2.0/ports?device_id=a8cc18af-f10a-4596-be49-a9f809196a65 => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:22.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-9510dbfc-27d9-4285-ab38-e71b9cea3a8b 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: f512c5e0-ef3f-4138-b93a-579d59838472 2026-06-17 04:25:22.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9510dbfc-27d9-4285-ab38-e71b9cea3a8b 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: f512c5e0-ef3f-4138-b93a-579d59838472 [pid: 8|app: 0|req: 893/1788] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:22 2026] GET /v2.0/security-groups?tenant_id=8b8ec76474d84e5b9e3850e303a27935&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:22.936 7 INFO neutron.services.segments.plugin [-] Segment 626c2e94-c36b-4749-a7de-e44cf395ab2d resource provider aggregate not found 2026-06-17 04:25:22.941 7 INFO neutron.services.segments.plugin [-] Segment 626c2e94-c36b-4749-a7de-e44cf395ab2d resource provider aggregate not found 2026-06-17 04:25:22.962 7 INFO neutron.services.segments.plugin [-] Segment 626c2e94-c36b-4749-a7de-e44cf395ab2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626c2e94-c36b-4749-a7de-e44cf395ab2d found for delete ", "request_id": "req-66148655-d5c5-406a-9eba-ca9d1973cf70"}]} 2026-06-17 04:25:22.968 7 INFO neutron.services.segments.plugin [-] Segment 626c2e94-c36b-4749-a7de-e44cf395ab2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626c2e94-c36b-4749-a7de-e44cf395ab2d found for delete ", "request_id": "req-9cd21484-180e-46ae-bb3d-a4a3f4a4f254"}]} 2026-06-17 04:25:22.970 7 INFO neutron.db.l3_hamode_db [None req-9510dbfc-27d9-4285-ab38-e71b9cea3a8b 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] HA network 5789f5b9-911a-40cc-8b57-b4e34453ebb3 was deleted as no HA routers are present in tenant 1d2c96de65d24c64b7bf9946d222cd33. [pid: 7|app: 0|req: 896/1789] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:22 2026] DELETE /v2.0/routers/a8cc18af-f10a-4596-be49-a9f809196a65 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1790] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:22 2026] DELETE /v2.0/security-groups/79c47e77-993a-4f8b-bfcd-53291afea142 => 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: 897/1791] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:22 2026] DELETE /v2.0/subnets/ab177a64-0191-4f8f-abc7-1ac61d8101d6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:23.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-969d2b2f-0f2f-46d0-976a-77afd71ebe04 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: 5acd9310-6b0f-4221-9166-d6b5db035a11 2026-06-17 04:25:23.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-969d2b2f-0f2f-46d0-976a-77afd71ebe04 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: 5acd9310-6b0f-4221-9166-d6b5db035a11 2026-06-17 04:25:23.397 8 INFO neutron.services.segments.plugin [-] Segment a026ffcc-3da7-46eb-84cc-b991696e1f22 resource provider aggregate not found 2026-06-17 04:25:23.403 8 INFO neutron.services.segments.plugin [-] Segment a026ffcc-3da7-46eb-84cc-b991696e1f22 resource provider aggregate not found 2026-06-17 04:25:23.422 8 INFO neutron.services.segments.plugin [-] Segment a026ffcc-3da7-46eb-84cc-b991696e1f22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a026ffcc-3da7-46eb-84cc-b991696e1f22 found for delete ", "request_id": "req-08cff5e5-95fe-4e24-b337-573def39713f"}]} 2026-06-17 04:25:23.425 8 INFO neutron.services.segments.plugin [-] Segment a026ffcc-3da7-46eb-84cc-b991696e1f22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a026ffcc-3da7-46eb-84cc-b991696e1f22 found for delete ", "request_id": "req-b7d6e019-3515-4354-a1b8-f21ff47b4859"}]} [pid: 8|app: 0|req: 895/1792] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:23 2026] DELETE /v2.0/networks/eff65a01-84f1-4d9b-b9d1-0785b5d71c55 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:23.501 7 INFO neutron.db.segments_db [None req-cf2384dc-c1cb-4896-9ff4-ffbdffe5a16e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Added segment 49321c70-22f1-428c-9bbb-45cd8354eead of type vxlan for network d2097b02-ccd6-423c-a70b-eb3e47b578c0 2026-06-17 04:25:23.723 7 INFO neutron.db.l3_hamode_db [None req-cf2384dc-c1cb-4896-9ff4-ffbdffe5a16e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:25:24.598 7 INFO neutron.db.l3_hamode_db [None req-cf2384dc-c1cb-4896-9ff4-ffbdffe5a16e 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 898/1795] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:23 2026] POST /v2.0/routers => generated 687 bytes in 2178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1796] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:25 2026] GET /v2.0/routers/e4a2159a-b298-4136-9e44-4a680623bbdc => generated 693 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1797] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:25:25 2026] GET /v2.0/routers => generated 696 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1798] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1799] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1800] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1801] 10.0.0.73 () {34 vars in 740 bytes} [Wed Jun 17 04:25:25 2026] PUT /v2.0/routers/e4a2159a-b298-4136-9e44-4a680623bbdc => generated 700 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1802] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1803] 10.0.0.58 () {32 vars in 800 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1804] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/routers/e4a2159a-b298-4136-9e44-4a680623bbdc => generated 700 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1805] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/ports?device_id=e4a2159a-b298-4136-9e44-4a680623bbdc => 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: 901/1806] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1807] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:26 2026] PUT /v2.0/subnetpools/73667008-bad0-4fa5-aa05-47c99b82822c/tags => generated 17 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1808] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:26 2026] PUT /v2.0/subnetpools/e80391cf-a269-436a-a34f-3a0e1f77e93b/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1809] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:26 2026] PUT /v2.0/subnetpools/126ec457-3a85-44fb-ba62-ec7af6f63fec/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:26.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-111edb1c-eea5-4915-ae6d-b57ac9340cc8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: 0aad36bb-a9a7-4304-ac5e-3a93f79cf2a8 2026-06-17 04:25:26.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-111edb1c-eea5-4915-ae6d-b57ac9340cc8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: 0aad36bb-a9a7-4304-ac5e-3a93f79cf2a8 [pid: 8|app: 0|req: 905/1810] 10.0.0.58 () {30 vars in 723 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/quotas/e2e774598d9e4d3cb4276ebbb8fee9ac/details => generated 847 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1811] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:26 2026] PUT /v2.0/subnetpools/f5c1e595-32f3-4e51-bcd6-9cbac87aad27/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1812] 10.0.0.73 () {32 vars in 671 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/subnetpools?tags=red => 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: 908/1813] 10.0.0.73 () {32 vars in 685 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1814] 10.0.0.73 () {32 vars in 681 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1815] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1816] 10.0.0.73 () {32 vars in 679 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:26.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-111edb1c-eea5-4915-ae6d-b57ac9340cc8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] TaaS: Handle Delete Port: 2635d086-e6d3-4f59-98ad-92c8532753ce 2026-06-17 04:25:26.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-111edb1c-eea5-4915-ae6d-b57ac9340cc8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] Tap Mirror: Handle Delete Port: 2635d086-e6d3-4f59-98ad-92c8532753ce [pid: 8|app: 0|req: 912/1817] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:25:26 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1818] 10.0.0.73 () {32 vars in 689 bytes} [Wed Jun 17 04:25:27 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1819] 10.0.0.73 () {32 vars in 701 bytes} [Wed Jun 17 04:25:27 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1820] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnetpools/73667008-bad0-4fa5-aa05-47c99b82822c => 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: 916/1821] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnetpools/e80391cf-a269-436a-a34f-3a0e1f77e93b => 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: 917/1822] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnetpools/126ec457-3a85-44fb-ba62-ec7af6f63fec => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1823] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnetpools/f5c1e595-32f3-4e51-bcd6-9cbac87aad27 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1824] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnetpools/09c57568-693d-4b3b-b852-5b191e5ce59c => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:27.353 7 INFO neutron.services.segments.plugin [-] Segment 49321c70-22f1-428c-9bbb-45cd8354eead resource provider aggregate not found 2026-06-17 04:25:27.358 7 INFO neutron.services.segments.plugin [-] Segment 49321c70-22f1-428c-9bbb-45cd8354eead resource provider aggregate not found 2026-06-17 04:25:27.380 7 INFO neutron.services.segments.plugin [-] Segment 49321c70-22f1-428c-9bbb-45cd8354eead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49321c70-22f1-428c-9bbb-45cd8354eead found for delete ", "request_id": "req-f76a35a8-24ff-4e3a-bfd4-8d1627aa9e23"}]} 2026-06-17 04:25:27.385 7 INFO neutron.db.l3_hamode_db [None req-111edb1c-eea5-4915-ae6d-b57ac9340cc8 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] HA network d2097b02-ccd6-423c-a70b-eb3e47b578c0 was deleted as no HA routers are present in tenant 1d2c96de65d24c64b7bf9946d222cd33. 2026-06-17 04:25:27.389 7 INFO neutron.services.segments.plugin [-] Segment 49321c70-22f1-428c-9bbb-45cd8354eead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49321c70-22f1-428c-9bbb-45cd8354eead found for delete ", "request_id": "req-344482a0-000b-4499-b83d-3058bc352fa3"}]} [pid: 7|app: 0|req: 906/1825] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:26 2026] DELETE /v2.0/routers/e4a2159a-b298-4136-9e44-4a680623bbdc => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1826] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:27 2026] GET /v2.0/ports?device_id=e4a2159a-b298-4136-9e44-4a680623bbdc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:27.451 7 INFO neutron.api.v2.resource [None req-e7b5363d-f24a-48db-91b0-da1e6928273f 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1827] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/routers/e4a2159a-b298-4136-9e44-4a680623bbdc => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1828] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:27 2026] GET /v2.0/ports?device_id=a8cc18af-f10a-4596-be49-a9f809196a65 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:27.512 7 INFO neutron.api.v2.resource [None req-ac7d79cd-640b-4f95-a8a8-2cb620b884e5 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 908/1829] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/routers/a8cc18af-f10a-4596-be49-a9f809196a65 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:27.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b9c6f2f-06e5-48b9-84e8-bcdaef765443 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1830] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnets/ab177a64-0191-4f8f-abc7-1ac61d8101d6 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1831] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:27 2026] GET /v2.0/ports?device_id=9a74e086-4f63-4e86-8cb1-8fc6d4d3db19 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:27.599 8 INFO neutron.api.v2.resource [None req-dceef820-61a1-45d6-80ad-f889aaf29619 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1832] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/routers/9a74e086-4f63-4e86-8cb1-8fc6d4d3db19 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:27.624 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bc2806c-2db4-4f54-bc75-a546efd89f73 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1833] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnets/bc7b119a-30ea-4ba2-b1e4-3e15225e270a => 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: 924/1834] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:27 2026] GET /v2.0/ports?device_id=e2da0c88-69f4-4ca4-937c-ac51e54fadb8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:27.680 7 INFO neutron.api.v2.resource [None req-f6df3ace-0f97-4585-b9ff-74b3ba85abf6 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 911/1835] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/routers/e2da0c88-69f4-4ca4-937c-ac51e54fadb8 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:27.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df003eba-5277-4230-9b18-c4fb0ff64fd5 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/1836] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnets/ee3e58a7-c8ae-4ca8-96e0-e4bf058f676c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:27.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c3be2c0-547b-4862-9efe-a6c103167c0c 51fc3f81854542989e34d77a88b8cec4 1d2c96de65d24c64b7bf9946d222cd33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1837] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:27 2026] DELETE /v2.0/subnets/2c1f3a0c-19f3-47fd-b29e-3338551c815e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1838] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:28 2026] GET /v2.0/security-groups?tenant_id=1d2c96de65d24c64b7bf9946d222cd33&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1839] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:28 2026] DELETE /v2.0/security-groups/0f7f2c69-059c-4be1-8bee-1a866d9a4cde => 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: 926/1840] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:28 2026] GET /v2.0/security-groups?tenant_id=621fd76b596e48b681ae0d02c2a33b86&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1841] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:28 2026] DELETE /v2.0/security-groups/1827871f-0786-4c06-9d6b-793dc0ae7045 => 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: 927/1842] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:28 2026] GET /v2.0/security-groups?tenant_id=6bc1616a9ac64219b6f332af5e2abc6e&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1843] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:28 2026] DELETE /v2.0/security-groups/5cb30084-93d6-47cb-8111-1206008af806 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1844] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:29 2026] GET /v2.0/security-groups?tenant_id=d4993cc2c5674a5ebce9a1f21990fe73&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1845] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:29 2026] DELETE /v2.0/security-groups/9933c61c-cc7a-4f38-949b-a8074edad3d7 => 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: 929/1846] 10.0.0.58 () {32 vars in 800 bytes} [Wed Jun 17 04:25:30 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1847] 10.0.0.58 () {30 vars in 723 bytes} [Wed Jun 17 04:25:30 2026] GET /v2.0/quotas/e2e774598d9e4d3cb4276ebbb8fee9ac/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1848] 10.0.0.73 () {34 vars in 676 bytes} [Wed Jun 17 04:25:30 2026] POST /v2.0/subnetpools => generated 549 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1849] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:25:30 2026] GET /v2.0/subnetpools/f9dcd88a-f3b7-4588-869e-b4d97fa1f5a1 => generated 549 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1850] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:25:30 2026] PUT /v2.0/subnetpools/f9dcd88a-f3b7-4588-869e-b4d97fa1f5a1 => generated 501 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1851] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:30 2026] DELETE /v2.0/subnetpools/f9dcd88a-f3b7-4588-869e-b4d97fa1f5a1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:31.012 8 INFO neutron.api.v2.resource [None req-6ef8ec47-e0d8-40fe-9acd-46e495e29c44 410ef712359f4a86baa9af2f0d110113 2809a5db618449289892cb1a6b838fe7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 932/1852] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:25:30 2026] GET /v2.0/subnetpools/f9dcd88a-f3b7-4588-869e-b4d97fa1f5a1 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:31.032 7 INFO neutron.api.v2.resource [None req-2b564b6a-f65c-4cef-83a9-d293d2383c70 410ef712359f4a86baa9af2f0d110113 2809a5db618449289892cb1a6b838fe7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1853] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:31 2026] DELETE /v2.0/subnetpools/f9dcd88a-f3b7-4588-869e-b4d97fa1f5a1 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1854] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:31 2026] GET /v2.0/security-groups?tenant_id=2809a5db618449289892cb1a6b838fe7&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1855] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:31 2026] DELETE /v2.0/security-groups/1c90576b-dc1c-4c50-8eff-2f4fbb62df6b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1856] 10.0.0.73 () {32 vars in 622 bytes} [Wed Jun 17 04:25:33 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1857] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:33 2026] GET /v2.0/security-groups?tenant_id=e2e774598d9e4d3cb4276ebbb8fee9ac&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1858] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:33 2026] DELETE /v2.0/security-groups/ed7ab1f4-0bcc-4174-82ab-a622e16bd011 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1859] 10.0.0.73 () {32 vars in 632 bytes} [Wed Jun 17 04:25:33 2026] GET /v2.0/ => generated 632 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1860] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:34 2026] GET /v2.0/security-groups?tenant_id=81ddc62e85d549f294ffdf0337a7f465&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1861] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:34 2026] DELETE /v2.0/security-groups/e40f520c-f7cc-45e8-8e18-9e5cfb5d48b8 => 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: 937/1862] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:34 2026] GET /v2.0/security-groups?tenant_id=3718a508275f45d49ec89cac8b22f894&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1863] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:35 2026] DELETE /v2.0/security-groups/77a64adc-f0b2-4b58-8c4a-ce687b4e9ba1 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:38.718 8 INFO neutron.db.segments_db [None req-cba0b847-5c89-48c1-8d59-0494252ec4bf 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Added segment b254a09c-1252-44e4-a558-03deab8858b3 of type vxlan for network a7505b5e-2469-4b84-b717-81f9ae14c522 [pid: 8|app: 0|req: 938/1864] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:25:38 2026] POST /v2.0/networks => generated 614 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:38.869 7 INFO neutron.db.segments_db [None req-c6f31264-bae6-4263-839b-39deb9cb7f3c 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Added segment 1ae6f106-7542-4ade-866b-5618da17ee08 of type vxlan for network 1887e655-1cf2-4968-b120-efe590e7d1a2 2026-06-17 04:25:39.155 7 INFO neutron.db.l3_hamode_db [None req-c6f31264-bae6-4263-839b-39deb9cb7f3c 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:25:39.224 8 INFO neutron.db.segments_db [None req-fab8139b-ede1-46a7-9f36-6b7b42a233c8 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] Added segment f6fcb1bf-fe25-49db-944e-618f6857c04e of type vxlan for network 6e4ed86b-ee7f-4315-8538-19ea36874402 [pid: 8|app: 0|req: 941/1867] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:38 2026] POST /v2.0/networks => generated 708 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:39.543 8 INFO neutron.db.segments_db [None req-9ccb54b1-61ef-49c4-ae76-082ff8a8d267 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Added segment 07f210fa-c652-4f75-99ae-f4afe3cbfe27 of type vxlan for network bc1f4684-5fa4-4355-b553-6c7954b55115 [pid: 8|app: 0|req: 942/1868] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:39 2026] POST /v2.0/networks => generated 612 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1869] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:39 2026] POST /v2.0/subnets => generated 644 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:40.042 7 INFO neutron.db.l3_hamode_db [None req-c6f31264-bae6-4263-839b-39deb9cb7f3c 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 944/1870] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:25:39 2026] POST /v2.0/ports => generated 743 bytes in 319 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-06-17 04:25:40.206 8 WARNING neutron.api.v2.base [None req-f85c4777-4d19-4b7f-a806-8a21b18e9434 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - 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-06-17 04:25:40.207 8 INFO neutron.api.v2.resource [None req-f85c4777-4d19-4b7f-a806-8a21b18e9434 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 945/1871] 10.0.0.73 () {34 vars in 680 bytes} [Wed Jun 17 04:25:40 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-17 04:25:40.256 8 INFO neutron.db.segments_db [None req-84b78189-77f5-485b-b46d-51a6da0db10b 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Added segment 9c46289c-dc8a-43c7-98df-210fe90aa7f9 of type vxlan for network 873de086-f9e7-45bc-a37a-7c8c8f5b3aaa [pid: 8|app: 0|req: 946/1872] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:40 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:40.516 8 INFO neutron.services.segments.plugin [-] Segment f6fcb1bf-fe25-49db-944e-618f6857c04e resource provider aggregate not found 2026-06-17 04:25:40.519 8 INFO neutron.services.segments.plugin [-] Segment f6fcb1bf-fe25-49db-944e-618f6857c04e resource provider aggregate not found 2026-06-17 04:25:40.539 8 INFO neutron.services.segments.plugin [-] Segment f6fcb1bf-fe25-49db-944e-618f6857c04e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6fcb1bf-fe25-49db-944e-618f6857c04e found for delete ", "request_id": "req-d623f4e8-4e30-4f3b-b766-b7ba6b14d1a6"}]} [pid: 8|app: 0|req: 947/1873] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:40 2026] DELETE /v2.0/networks/6e4ed86b-ee7f-4315-8538-19ea36874402 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:40.545 8 INFO neutron.services.segments.plugin [-] Segment f6fcb1bf-fe25-49db-944e-618f6857c04e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6fcb1bf-fe25-49db-944e-618f6857c04e found for delete ", "request_id": "req-15ab2cd1-f1fc-422c-b193-2460531c4276"}]} [pid: 8|app: 0|req: 948/1874] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:25:40 2026] POST /v2.0/ports => generated 743 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 927/1875] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:38 2026] POST /v2.0/routers => generated 695 bytes in 2144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:40.979 8 INFO neutron.db.segments_db [None req-4af2fc5d-8b60-4f37-9099-77fc05cff739 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] Added segment 5ab7413a-2264-406d-866d-04c0cf508273 of type vxlan for network a7a9ef88-8d06-4cb0-b6cd-2fc4745038f9 2026-06-17 04:25:41.014 7 INFO neutron.db.segments_db [None req-300b5729-daa9-4a68-b3fb-c67da6926ed1 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Added segment 0fa495c9-f3e3-4e34-99e7-6ca45deabd5e of type vxlan for network de51466c-cb3e-497f-b893-4e96ce7d7f7e [pid: 8|app: 0|req: 949/1876] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:40 2026] POST /v2.0/networks => generated 708 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1877] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:40 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1878] 10.0.0.73 () {32 vars in 775 bytes} [Wed Jun 17 04:25:41 2026] GET /v2.0/subnets?project_id=c99f43b7e72a48ee942d473f3071345d&cidr=10.100.0.0%2F28 => generated 14 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1879] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:41 2026] POST /v2.0/subnets => generated 647 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1880] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:25:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:41.405 7 WARNING neutron.api.v2.base [None req-a91f209a-0dab-4bf4-a0d6-d7fa6324e179 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - 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-06-17 04:25:41.406 7 INFO neutron.api.v2.resource [None req-a91f209a-0dab-4bf4-a0d6-d7fa6324e179 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 931/1881] 10.0.0.73 () {34 vars in 680 bytes} [Wed Jun 17 04:25:41 2026] POST /v2.0/rbac-policies => generated 547 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1882] 10.0.0.73 () {32 vars in 783 bytes} [Wed Jun 17 04:25:41 2026] GET /v2.0/subnets?network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1883] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:25:41 2026] POST /v2.0/ports => generated 743 bytes in 338 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-06-17 04:25:41.616 7 INFO neutron.services.segments.plugin [-] Segment 5ab7413a-2264-406d-866d-04c0cf508273 resource provider aggregate not found 2026-06-17 04:25:41.629 7 INFO neutron.services.segments.plugin [-] Segment 5ab7413a-2264-406d-866d-04c0cf508273 resource provider aggregate not found 2026-06-17 04:25:41.651 7 INFO neutron.services.segments.plugin [-] Segment 5ab7413a-2264-406d-866d-04c0cf508273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ab7413a-2264-406d-866d-04c0cf508273 found for delete ", "request_id": "req-0fd42955-96d3-426c-84dc-b1e3807b9a0c"}]} 2026-06-17 04:25:41.665 7 INFO neutron.services.segments.plugin [-] Segment 5ab7413a-2264-406d-866d-04c0cf508273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ab7413a-2264-406d-866d-04c0cf508273 found for delete ", "request_id": "req-09fd6880-d857-4479-a528-f390c628640c"}]} [pid: 7|app: 0|req: 933/1884] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:41 2026] DELETE /v2.0/networks/a7a9ef88-8d06-4cb0-b6cd-2fc4745038f9 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:41.743 7 INFO neutron.db.segments_db [None req-3ff0780a-5b39-43dd-bd55-bf93a335eca5 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Added segment 3b77db2d-8665-414b-bcda-051111ad5932 of type vxlan for network cfd149f0-35ec-487f-b9ee-03cde17f9d96 [pid: 7|app: 0|req: 934/1885] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:41 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1886] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:41 2026] POST /v2.0/subnets => generated 657 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:41.924 7 INFO neutron.db.segments_db [None req-8d246a45-d569-4626-99e4-1e3324b89136 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] Added segment eccb21ea-a606-4c8e-afdc-0b5df238af34 of type vxlan for network f9c111d6-ac81-4d9c-9f52-0d2043b3314f [pid: 7|app: 0|req: 935/1887] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:41 2026] POST /v2.0/networks => generated 707 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1888] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:25:41 2026] POST /v2.0/ports => generated 743 bytes in 338 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: 954/1889] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:25:42 2026] POST /v2.0/subnets => generated 647 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:42.467 8 INFO neutron.db.segments_db [None req-9af3aee6-81b8-4426-9b37-3411fa2b5b18 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Added segment 12b6fc5e-81ad-4e7e-8db2-64d2a5ef535b of type vxlan for network e9489e71-d7d6-4e88-9aa4-9cf373a8bb1e [pid: 8|app: 0|req: 955/1890] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:25:42 2026] POST /v2.0/networks => generated 613 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1891] 10.0.0.73 () {34 vars in 680 bytes} [Wed Jun 17 04:25:42 2026] POST /v2.0/rbac-policies => generated 324 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1892] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:25:42 2026] POST /v2.0/ports => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 958/1893] 10.0.0.73 () {34 vars in 746 bytes} [Wed Jun 17 04:25:43 2026] PUT /v2.0/ports/03b28efe-52a1-4583-b20e-4dcd0b7f945b/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 959/1894] 10.0.0.73 () {34 vars in 746 bytes} [Wed Jun 17 04:25:43 2026] PUT /v2.0/ports/4af1934d-9cc3-4170-ba02-6e74df0da1ca/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: 936/1895] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:25:42 2026] PUT /v2.0/routers/8e26b05b-d6df-4d4a-bf16-bbc6d086bf0b/add_router_interface => generated 309 bytes in 1484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1896] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/networks/f9c111d6-ac81-4d9c-9f52-0d2043b3314f => generated 654 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1897] 10.0.0.73 () {34 vars in 746 bytes} [Wed Jun 17 04:25:43 2026] PUT /v2.0/ports/fbc3eff2-15ca-46a6-84db-00e8045f60d7/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: 938/1898] 10.0.0.73 () {34 vars in 746 bytes} [Wed Jun 17 04:25:43 2026] PUT /v2.0/ports/c6bf1987-d5f5-445f-a64e-744e9d7ce5db/tags => generated 19 bytes in 58 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: 961/1899] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/networks => generated 7863 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1900] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/subnets => generated 3232 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1901] 10.0.0.73 () {32 vars in 659 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1902] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/routers => generated 738 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1903] 10.0.0.73 () {32 vars in 673 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1904] 10.0.0.73 () {32 vars in 669 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1905] 10.0.0.73 () {32 vars in 681 bytes} [Wed Jun 17 04:25:43 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1906] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:25:43 2026] POST /v2.0/security-groups => generated 1673 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-17 04:25:44.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15ae248d-838d-48d0-ac6c-4ff9b4f05468 fba5f7af5c5148f68500c4baeb6a5162 decbd49d841748478ff153c53ad819a2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/1907] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:25:44 2026] GET /v2.0/networks/f9c111d6-ac81-4d9c-9f52-0d2043b3314f => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1908] 10.0.0.73 () {32 vars in 667 bytes} [Wed Jun 17 04:25:44 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1909] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:25:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1910] 10.0.0.73 () {32 vars in 681 bytes} [Wed Jun 17 04:25:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:44.384 7 INFO neutron.services.segments.plugin [-] Segment eccb21ea-a606-4c8e-afdc-0b5df238af34 resource provider aggregate not found 2026-06-17 04:25:44.391 7 INFO neutron.services.segments.plugin [-] Segment eccb21ea-a606-4c8e-afdc-0b5df238af34 resource provider aggregate not found [pid: 8|app: 0|req: 969/1911] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:25:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:44.408 7 INFO neutron.services.segments.plugin [-] Segment eccb21ea-a606-4c8e-afdc-0b5df238af34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eccb21ea-a606-4c8e-afdc-0b5df238af34 found for delete ", "request_id": "req-2850ff86-6dd6-4097-837b-3794b3b2a1f3"}]} 2026-06-17 04:25:44.411 7 INFO neutron.services.segments.plugin [-] Segment eccb21ea-a606-4c8e-afdc-0b5df238af34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eccb21ea-a606-4c8e-afdc-0b5df238af34 found for delete ", "request_id": "req-66f289af-8468-4dc4-9ced-df5abfa11b88"}]} [pid: 7|app: 0|req: 943/1912] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:44 2026] DELETE /v2.0/networks/f9c111d6-ac81-4d9c-9f52-0d2043b3314f => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1913] 10.0.0.73 () {32 vars in 677 bytes} [Wed Jun 17 04:25:44 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:44.494 8 INFO neutron.pecan_wsgi.hooks.translation [None req-386318bd-8e6b-4c43-901b-00a20705a708 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 971/1914] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:44 2026] DELETE /v2.0/subnets/07e21275-3df0-4a5b-9335-fb68c347d131 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1915] 10.0.0.73 () {32 vars in 689 bytes} [Wed Jun 17 04:25:44 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1916] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:25:44 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-06-17 04:25:44.556 8 INFO neutron.pecan_wsgi.hooks.translation [None req-517522b8-221d-4e02-b4ee-f77069fa91e8 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 973/1917] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:44 2026] DELETE /v2.0/subnets/d24cc2dc-1ec1-4fc2-a8fd-aa40c051d5db => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:44.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1732ab2-9f1a-4ddc-b057-d0c3421cfad9 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] TaaS: Handle Delete Port: 03b28efe-52a1-4583-b20e-4dcd0b7f945b 2026-06-17 04:25:44.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1732ab2-9f1a-4ddc-b057-d0c3421cfad9 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Tap Mirror: Handle Delete Port: 03b28efe-52a1-4583-b20e-4dcd0b7f945b [pid: 7|app: 0|req: 945/1918] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:25:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:44.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c675fe84-bc33-429f-89a6-9a817d866907 459884b18a3b42e99f2ec2899f4ab309 ac988b0cfe474fad9184cab2c3a84aef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1919] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:25:44 2026] DELETE /v2.0/subnets/94c49d1f-05db-40f3-9eb0-532248f423a2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:25:44.743 7 INFO neutron.db.securitygroups_db [None req-a1e6b5f9-5d30-41ca-9d42-3314475108ea 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Project c99f43b7e72a48ee942d473f3071345d 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: 974/1920] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:25:44 2026] DELETE /v2.0/ports/03b28efe-52a1-4583-b20e-4dcd0b7f945b => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1921] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:25:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:44.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-32642624-cbce-4f63-aada-39a149b614f8 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] TaaS: Handle Delete Port: 4af1934d-9cc3-4170-ba02-6e74df0da1ca 2026-06-17 04:25:44.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32642624-cbce-4f63-aada-39a149b614f8 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Tap Mirror: Handle Delete Port: 4af1934d-9cc3-4170-ba02-6e74df0da1ca 2026-06-17 04:25:44.947 7 INFO neutron.db.securitygroups_db [None req-d3609768-b852-4d6a-8b1e-47a7f18caa66 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Project c99f43b7e72a48ee942d473f3071345d 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: 975/1922] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:25:44 2026] DELETE /v2.0/ports/4af1934d-9cc3-4170-ba02-6e74df0da1ca => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1923] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:25:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:25:45.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4f2e7db-e30d-4447-bd72-858f95591880 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] TaaS: Handle Delete Port: fbc3eff2-15ca-46a6-84db-00e8045f60d7 2026-06-17 04:25:45.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4f2e7db-e30d-4447-bd72-858f95591880 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Tap Mirror: Handle Delete Port: fbc3eff2-15ca-46a6-84db-00e8045f60d7 [pid: 8|app: 0|req: 976/1924] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:25:45 2026] DELETE /v2.0/ports/fbc3eff2-15ca-46a6-84db-00e8045f60d7 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:45.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-576fff66-00e4-49b4-9630-0ae336ec93d2 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] TaaS: Handle Delete Port: c6bf1987-d5f5-445f-a64e-744e9d7ce5db 2026-06-17 04:25:45.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-576fff66-00e4-49b4-9630-0ae336ec93d2 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Tap Mirror: Handle Delete Port: c6bf1987-d5f5-445f-a64e-744e9d7ce5db [pid: 7|app: 0|req: 949/1925] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:25:45 2026] DELETE /v2.0/ports/c6bf1987-d5f5-445f-a64e-744e9d7ce5db => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:45.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4b1b4e9-00cf-4c4e-8526-4c9b48ee413a 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] TaaS: Handle Delete Port: 95499aa4-789c-4c9c-add0-f585eaec61ef 2026-06-17 04:25:45.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4b1b4e9-00cf-4c4e-8526-4c9b48ee413a 73d93f037e374a3ab8b44e6df51346b2 20058036d9c94b1f8411e6050ea1fea2 - - default default] Tap Mirror: Handle Delete Port: 95499aa4-789c-4c9c-add0-f585eaec61ef [pid: 8|app: 0|req: 977/1926] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:25:45 2026] GET /v2.0/networks => generated 1298 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1927] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:25:45 2026] DELETE /v2.0/ports/95499aa4-789c-4c9c-add0-f585eaec61ef => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:25:45.781 8 INFO neutron.services.segments.plugin [-] Segment 07f210fa-c652-4f75-99ae-f4afe3cbfe27 resource provider aggregate not found [pid: 7|app: 0|req: 951/1928] 10.0.0.15 () {34 vars in 1097 bytes} [Wed Jun 17 04:25:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-503374831&fields=id&tenant_id=c99f43b7e72a48ee942d473f3071345d => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:25:45.788 8 INFO neutron.services.segments.plugin [-] Segment 07f210fa-c652-4f75-99ae-f4afe3cbfe27 resource provider aggregate not found 2026-06-17 04:25:45.804 8 INFO neutron.services.segments.plugin [-] Segment 07f210fa-c652-4f75-99ae-f4afe3cbfe27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07f210fa-c652-4f75-99ae-f4afe3cbfe27 found for delete ", "request_id": "req-d480180e-0231-4540-8e6a-89835c86fff5"}]} 2026-06-17 04:25:45.821 8 INFO neutron.services.segments.plugin [-] Segment 07f210fa-c652-4f75-99ae-f4afe3cbfe27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07f210fa-c652-4f75-99ae-f4afe3cbfe27 found for delete ", "request_id": "req-880d5033-e1ac-41d5-af1f-ad0c2d9384b5"}]} [pid: 8|app: 0|req: 978/1929] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:45 2026] DELETE /v2.0/networks/bc1f4684-5fa4-4355-b553-6c7954b55115 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1930] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:25:45 2026] GET /v2.0/networks?id=a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 661 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1931] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:45 2026] GET /v2.0/security-groups?tenant_id=80b8ea8eaebc4dbeacdd42ac656c8298&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1932] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:25:45 2026] GET /v2.0/quotas/c99f43b7e72a48ee942d473f3071345d => 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: 980/1933] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:45 2026] DELETE /v2.0/networks/873de086-f9e7-45bc-a37a-7c8c8f5b3aaa => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1934] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:46 2026] DELETE /v2.0/security-groups/8b8181c1-3735-4ba6-b88e-50a666efe165 => 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: 981/1935] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:46 2026] DELETE /v2.0/networks/de51466c-cb3e-497f-b893-4e96ce7d7f7e => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1936] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:25:46 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1937] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:46 2026] GET /v2.0/security-groups?tenant_id=ac988b0cfe474fad9184cab2c3a84aef&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1938] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:25:46 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 982/1939] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:46 2026] DELETE /v2.0/networks/cfd149f0-35ec-487f-b9ee-03cde17f9d96 => 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: 983/1940] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:25:46 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 958/1941] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:46 2026] DELETE /v2.0/security-groups/03b7a45a-76f0-4219-821f-9809aa0e1e16 => 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: 984/1942] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:25:46 2026] DELETE /v2.0/networks/e9489e71-d7d6-4e88-9aa4-9cf373a8bb1e => 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: 959/1943] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:46 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1944] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:46 2026] GET /v2.0/security-groups?tenant_id=decbd49d841748478ff153c53ad819a2&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: 960/1945] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:46 2026] DELETE /v2.0/security-groups/70b1eb77-4c82-4a27-a9a7-5321746baad0 => 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: 961/1946] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:47 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 986/1947] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:47 2026] GET /v2.0/security-groups?tenant_id=20058036d9c94b1f8411e6050ea1fea2&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1948] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:47 2026] DELETE /v2.0/security-groups/54183db8-4551-4937-8635-abd19b66ca09 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:47.828 8 INFO neutron.services.segments.plugin [-] Segment 9c46289c-dc8a-43c7-98df-210fe90aa7f9 resource provider aggregate not found 2026-06-17 04:25:47.847 8 INFO neutron.services.segments.plugin [-] Segment 9c46289c-dc8a-43c7-98df-210fe90aa7f9 resource provider aggregate not found 2026-06-17 04:25:47.855 8 INFO neutron.services.segments.plugin [-] Segment 9c46289c-dc8a-43c7-98df-210fe90aa7f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c46289c-dc8a-43c7-98df-210fe90aa7f9 found for delete ", "request_id": "req-f393727b-f427-44ba-b2c9-d8f62048e648"}]} 2026-06-17 04:25:47.873 8 INFO neutron.services.segments.plugin [-] Segment 9c46289c-dc8a-43c7-98df-210fe90aa7f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c46289c-dc8a-43c7-98df-210fe90aa7f9 found for delete ", "request_id": "req-c77966de-d575-48e3-a03a-99cbfc5d2ea9"}]} 2026-06-17 04:25:47.878 8 INFO neutron.services.segments.plugin [-] Segment 0fa495c9-f3e3-4e34-99e7-6ca45deabd5e resource provider aggregate not found 2026-06-17 04:25:47.897 8 INFO neutron.services.segments.plugin [-] Segment 0fa495c9-f3e3-4e34-99e7-6ca45deabd5e resource provider aggregate not found 2026-06-17 04:25:47.906 8 INFO neutron.services.segments.plugin [-] Segment 0fa495c9-f3e3-4e34-99e7-6ca45deabd5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa495c9-f3e3-4e34-99e7-6ca45deabd5e found for delete ", "request_id": "req-c83e7327-0843-45d8-a0dd-50b5b6e24d7d"}]} 2026-06-17 04:25:47.935 8 INFO neutron.services.segments.plugin [-] Segment 3b77db2d-8665-414b-bcda-051111ad5932 resource provider aggregate not found 2026-06-17 04:25:47.936 8 INFO neutron.services.segments.plugin [-] Segment 0fa495c9-f3e3-4e34-99e7-6ca45deabd5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa495c9-f3e3-4e34-99e7-6ca45deabd5e found for delete ", "request_id": "req-21126c74-fa80-4411-b55d-c1af2040132c"}]} 2026-06-17 04:25:47.960 8 INFO neutron.services.segments.plugin [-] Segment 3b77db2d-8665-414b-bcda-051111ad5932 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b77db2d-8665-414b-bcda-051111ad5932 found for delete ", "request_id": "req-7c31ba6d-6d19-4e61-8312-17ddf50693f4"}]} 2026-06-17 04:25:47.967 8 INFO neutron.services.segments.plugin [-] Segment 3b77db2d-8665-414b-bcda-051111ad5932 resource provider aggregate not found 2026-06-17 04:25:47.985 8 INFO neutron.services.segments.plugin [-] Segment 12b6fc5e-81ad-4e7e-8db2-64d2a5ef535b resource provider aggregate not found 2026-06-17 04:25:47.991 8 INFO neutron.services.segments.plugin [-] Segment 3b77db2d-8665-414b-bcda-051111ad5932 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b77db2d-8665-414b-bcda-051111ad5932 found for delete ", "request_id": "req-f1c04c7e-b2f0-46de-9fc0-aee0f98ad4d1"}]} 2026-06-17 04:25:48.009 8 INFO neutron.services.segments.plugin [-] Segment 12b6fc5e-81ad-4e7e-8db2-64d2a5ef535b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12b6fc5e-81ad-4e7e-8db2-64d2a5ef535b found for delete ", "request_id": "req-30325d4b-22f9-4428-86a6-8730985f8936"}]} 2026-06-17 04:25:48.015 8 INFO neutron.services.segments.plugin [-] Segment 12b6fc5e-81ad-4e7e-8db2-64d2a5ef535b resource provider aggregate not found 2026-06-17 04:25:48.042 8 INFO neutron.services.segments.plugin [-] Segment 12b6fc5e-81ad-4e7e-8db2-64d2a5ef535b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12b6fc5e-81ad-4e7e-8db2-64d2a5ef535b found for delete ", "request_id": "req-5515eaca-191a-4bae-8adb-3089ebef1d24"}]} [pid: 8|app: 0|req: 987/1949] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:47 2026] GET /v2.0/security-groups?tenant_id=4e3a5068588a478a8a249a5dbc8d1ad1&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1950] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:48 2026] DELETE /v2.0/security-groups/bcfc06fb-0919-4701-a108-76aa758d563b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1951] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:48 2026] GET /v2.0/security-groups?tenant_id=c3d7cd36346e43d2b243c7f00167d8a0&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1952] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:48 2026] DELETE /v2.0/security-groups/d2457249-88e8-43b9-a994-3994c86a1eb5 => 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: 989/1953] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:48 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 965/1954] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:49 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 990/1955] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:25:50 2026] GET /v2.0/networks?id=a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1956] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:50 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 991/1957] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:25:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c99f43b7e72a48ee942d473f3071345d => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1958] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:25:50 2026] POST /v2.0/ports => generated 954 bytes in 345 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: 992/1959] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:25:51 2026] PUT /v2.0/ports/734998ed-c7f4-4163-9f51-6d248015b2cf => generated 1235 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:25:51.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62a5ee8e-32d4-4823-92fc-5f237e22bfa4'] response: {'name': 'network-changed', 'server_uuid': '611cd094-9549-48d3-9d30-3cfd17ae4e87', 'tag': '734998ed-c7f4-4163-9f51-6d248015b2cf', '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: 993/1960] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:52 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1961] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:52 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1962] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:51 2026] POST /v2.0/floatingips => generated 552 bytes in 961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1963] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:25:52 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1964] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:25:52 2026] GET /v2.0/networks?tenant_id=c99f43b7e72a48ee942d473f3071345d&shared=False => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1965] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:25:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1966] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:52 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1967] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1968] 10.0.0.73 () {34 vars in 677 bytes} [Wed Jun 17 04:25:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1969] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1970] 10.0.0.73 () {34 vars in 677 bytes} [Wed Jun 17 04:25:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1971] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:53 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1972] 10.0.0.73 () {34 vars in 677 bytes} [Wed Jun 17 04:25:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1973] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 976/1974] 10.0.0.73 () {34 vars in 677 bytes} [Wed Jun 17 04:25:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1975] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=734998ed-c7f4-4163-9f51-6d248015b2cf => 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: 978/1976] 10.0.0.73 () {34 vars in 677 bytes} [Wed Jun 17 04:25:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1977] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/subnets?id=0f2e91d3-7ff1-4f81-921a-7477099343bd => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1978] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:25:53 2026] PUT /v2.0/policies/975e2e50-97d4-4531-a132-86d756dd6688/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1979] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/ports?network_id=a7505b5e-2469-4b84-b717-81f9ae14c522&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1980] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:25:53 2026] PUT /v2.0/policies/a792654d-95a7-454c-a530-ebaa2061827b/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1981] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 984/1982] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:25:53 2026] PUT /v2.0/policies/29d72b7a-39c8-4bb5-9829-4637af1ef3b5/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1985] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:25:53 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 988/1986] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:25:54 2026] PUT /v2.0/policies/b0d9ef96-793c-4a91-ab95-097b1482e08b/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1987] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:53 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1988] 10.0.0.73 () {32 vars in 673 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1989] 10.0.0.73 () {32 vars in 687 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1990] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 1003/1991] 10.0.0.73 () {32 vars in 683 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1992] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:25:54 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1993] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1994] 10.0.0.73 () {32 vars in 695 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1995] 10.0.0.73 () {32 vars in 681 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1996] 10.0.0.73 () {32 vars in 695 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1997] 10.0.0.73 () {32 vars in 691 bytes} [Wed Jun 17 04:25:54 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1998] 10.0.0.73 () {32 vars in 703 bytes} [Wed Jun 17 04:25:55 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1999] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:25:55 2026] DELETE /v2.0/qos/policies/975e2e50-97d4-4531-a132-86d756dd6688 => 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: 996/2000] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:25:55 2026] DELETE /v2.0/qos/policies/a792654d-95a7-454c-a530-ebaa2061827b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2001] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:25:55 2026] DELETE /v2.0/qos/policies/29d72b7a-39c8-4bb5-9829-4637af1ef3b5 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2002] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:25:55 2026] DELETE /v2.0/qos/policies/b0d9ef96-793c-4a91-ab95-097b1482e08b => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2003] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:25:55 2026] DELETE /v2.0/qos/policies/120373c7-27e9-42d0-a83d-022eae03ef72 => 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: 1005/2004] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:54 2026] PUT /v2.0/floatingips/33b1fc4b-c05f-43b1-8f44-625d00b3ce54/tags => generated 17 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2005] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:55 2026] PUT /v2.0/floatingips/c164e546-5971-4adb-b829-c6bcbfc21b06/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2006] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:55 2026] PUT /v2.0/floatingips/9f53c5d5-35a8-4517-9940-84b2b45d609a/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2007] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:55 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2008] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:25:55 2026] PUT /v2.0/floatingips/59b1bd24-f680-491b-a826-8a63daa8d4df/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2009] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:55 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2010] 10.0.0.73 () {32 vars in 671 bytes} [Wed Jun 17 04:25:55 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: 1003/2011] 10.0.0.73 () {32 vars in 685 bytes} [Wed Jun 17 04:25:55 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2012] 10.0.0.73 () {32 vars in 681 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2013] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2014] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/security-groups?tenant_id=270b00effa704bda9eabc9bae2fac97b&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2015] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:56 2026] DELETE /v2.0/security-groups/67556405-0df0-481f-a3aa-6117cf041730 => 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: 1005/2016] 10.0.0.73 () {32 vars in 679 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2017] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/security-groups?tenant_id=5bc4b8f1b5aa4bafb805b999d01947bd&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2018] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2019] 10.0.0.73 () {32 vars in 689 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2020] 10.0.0.73 () {32 vars in 701 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2021] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:56 2026] DELETE /v2.0/security-groups/c3d48d40-dc05-437a-8601-1355e4a1913c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:57.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6d47707-75f0-4583-a487-2aff6814c2bf bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] TaaS: Handle Delete Port: 062fc5ca-8ed7-4504-8799-fd40955881f4 2026-06-17 04:25:57.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d47707-75f0-4583-a487-2aff6814c2bf bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] Tap Mirror: Handle Delete Port: 062fc5ca-8ed7-4504-8799-fd40955881f4 [pid: 8|app: 0|req: 1014/2022] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:56 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2023] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:57 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&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: 1009/2024] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:56 2026] DELETE /v2.0/floatingips/33b1fc4b-c05f-43b1-8f44-625d00b3ce54 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2025] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:57 2026] GET /v2.0/security-groups?tenant_id=2946d731b9294e2b8f05d986e6d3ccc8&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2026] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:57 2026] DELETE /v2.0/security-groups/0e2a4bb9-7928-4648-9578-dedbf60f4f51 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:57.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-862bab35-f5b6-4c23-a007-e6ef4461c066 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] TaaS: Handle Delete Port: e5fe64fa-4058-4da6-9375-11a8d806f701 2026-06-17 04:25:57.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-862bab35-f5b6-4c23-a007-e6ef4461c066 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] Tap Mirror: Handle Delete Port: e5fe64fa-4058-4da6-9375-11a8d806f701 [pid: 7|app: 0|req: 1010/2027] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:57 2026] DELETE /v2.0/floatingips/c164e546-5971-4adb-b829-c6bcbfc21b06 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:57.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-09602ff0-2fdc-4894-86e5-113dbc60ff32 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] TaaS: Handle Delete Port: ed1e0316-5247-418e-a00a-dfc0f4be3c44 2026-06-17 04:25:57.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09602ff0-2fdc-4894-86e5-113dbc60ff32 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] Tap Mirror: Handle Delete Port: ed1e0316-5247-418e-a00a-dfc0f4be3c44 [pid: 8|app: 0|req: 1018/2028] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:57 2026] DELETE /v2.0/floatingips/9f53c5d5-35a8-4517-9940-84b2b45d609a => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:25:57.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffabddde-97ef-44c3-928b-05ce22dee077 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] TaaS: Handle Delete Port: 1663d513-0499-4133-abad-b0a1691ffc29 2026-06-17 04:25:57.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffabddde-97ef-44c3-928b-05ce22dee077 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] Tap Mirror: Handle Delete Port: 1663d513-0499-4133-abad-b0a1691ffc29 [pid: 7|app: 0|req: 1011/2029] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:57 2026] DELETE /v2.0/floatingips/59b1bd24-f680-491b-a826-8a63daa8d4df => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2030] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:58 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:25:58.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9295485-ef96-46ad-825e-972cc0694511 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] TaaS: Handle Delete Port: c1b9df48-9fe6-4716-a3a0-fe9cab9332f2 2026-06-17 04:25:58.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9295485-ef96-46ad-825e-972cc0694511 bc65c64e00d24f4ab2f54fd1f207404f 5058bfd47d62494d9bbee6e2e1dca995 - - default default] Tap Mirror: Handle Delete Port: c1b9df48-9fe6-4716-a3a0-fe9cab9332f2 [pid: 7|app: 0|req: 1013/2031] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:58 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2032] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:25:58 2026] DELETE /v2.0/floatingips/56653465-0df8-45ea-a728-4527e103d44a => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2033] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:59 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2034] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:59 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2035] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:25:59 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2036] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:59 2026] GET /v2.0/security-groups?tenant_id=e6d16b0166f74b0a85902afc6920ed20&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: 1023/2037] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:25:59 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&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: 1024/2038] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:25:59 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2039] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:25:59 2026] DELETE /v2.0/security-groups/fdcf0893-ad06-4eee-b3e7-150a3f456fa9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2040] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:25:59 2026] GET /v2.0/security-groups?tenant_id=d1083193661b44719809e640cb5f4ef6&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2041] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:00 2026] DELETE /v2.0/security-groups/2b94015c-f190-4ce8-8cdc-811788f30ce5 => 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: 1018/2042] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:00 2026] GET /v2.0/security-groups?tenant_id=5058bfd47d62494d9bbee6e2e1dca995&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2043] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:00 2026] DELETE /v2.0/security-groups/2ed8e6d2-2250-46c3-8fc4-b6d2499f2fa1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:00.707 8 INFO neutron.db.l3_db [None req-4cbdca3a-5aa0-49e5-841a-f67aac0694f2 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Floating IP fce3f61c-08a4-4a01-8517-d285bc0a6290 associated. External IP: 10.96.250.216, port: 734998ed-c7f4-4163-9f51-6d248015b2cf. [pid: 8|app: 0|req: 1025/2044] 10.0.0.73 () {34 vars in 676 bytes} [Wed Jun 17 04:25:59 2026] POST /v2.0/floatingips => generated 855 bytes in 1254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2045] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:01.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-412187d8-13ac-4dc4-8278-816dfd03d809'] response: {'name': 'network-changed', 'server_uuid': '611cd094-9549-48d3-9d30-3cfd17ae4e87', 'tag': '734998ed-c7f4-4163-9f51-6d248015b2cf', 'status': 'completed', 'code': 200} 2026-06-17 04:26:01.196 7 INFO neutron.db.segments_db [None req-5ee88f2b-0212-4d42-9788-93acdb5d8e39 42e07c51f8a24a598d071bc790125cb5 777236f89acb455d946f8fec353a4ac1 - - default default] Added segment a923ff9b-82b0-4723-a1e7-031e842d6749 of type vxlan for network 87f645f0-5334-405b-b3cc-50a41f2f7f4c [pid: 7|app: 0|req: 1020/2046] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:00 2026] POST /v2.0/networks => generated 613 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2047] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 1027/2048] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:26:01 2026] POST /v2.0/ports => generated 743 bytes in 362 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: 1028/2049] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/networks?id=a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2050] 10.0.0.73 () {34 vars in 746 bytes} [Wed Jun 17 04:26:01 2026] PUT /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 25 bytes in 68 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: 1029/2051] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=734998ed-c7f4-4163-9f51-6d248015b2cf => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2052] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 25 bytes in 68 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: 1030/2053] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/subnets?id=0f2e91d3-7ff1-4f81-921a-7477099343bd => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2054] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/ports?network_id=a7505b5e-2469-4b84-b717-81f9ae14c522&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2055] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 1024/2056] 10.0.0.73 () {34 vars in 757 bytes} [Wed Jun 17 04:26:01 2026] PUT /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags/green => generated 4 bytes in 114 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: 1033/2057] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2058] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:26:01 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2059] 10.0.0.73 () {34 vars in 753 bytes} [Wed Jun 17 04:26:02 2026] PUT /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags/red => generated 4 bytes in 88 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1026/2060] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:02 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2061] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:26:02 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2062] 10.0.0.73 () {34 vars in 775 bytes} [Wed Jun 17 04:26:02 2026] PUT /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags/black.or.white => generated 4 bytes in 133 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: 1036/2063] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:26:02 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 52 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1028/2064] 10.0.0.73 () {34 vars in 746 bytes} [Wed Jun 17 04:26:02 2026] PUT /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 37 bytes in 95 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: 1037/2065] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:26:02 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1029/2066] 10.0.0.73 () {32 vars in 734 bytes} [Wed Jun 17 04:26:02 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags/red => generated 0 bytes in 90 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-06-17 04:26:02.735 8 INFO neutron.api.v2.resource [None req-64300b24-5d9d-4d69-9d1a-92604c8581cb 42e07c51f8a24a598d071bc790125cb5 777236f89acb455d946f8fec353a4ac1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1038/2067] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:02 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags/green => generated 99 bytes in 61 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: 1030/2068] 10.0.0.73 () {32 vars in 737 bytes} [Wed Jun 17 04:26:02 2026] DELETE /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1039/2069] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:26:02 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 30 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, ' 2026-06-17 04:26:02.980 7 INFO neutron.api.v2.resource [None req-e674c63a-51cb-4372-9bfc-f9e5a2861cc2 42e07c51f8a24a598d071bc790125cb5 777236f89acb455d946f8fec353a4ac1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/2070] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:26:02 2026] DELETE /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1040/2071] 10.0.0.73 () {32 vars in 729 bytes} [Wed Jun 17 04:26:02 2026] DELETE /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 0 bytes in 69 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: 1032/2072] 10.0.0.73 () {32 vars in 726 bytes} [Wed Jun 17 04:26:03 2026] GET /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb/tags => generated 12 bytes in 75 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: 1033/2073] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:03 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:03.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-13fc13ad-323f-4dd3-b6d4-4d742d95e551 42e07c51f8a24a598d071bc790125cb5 777236f89acb455d946f8fec353a4ac1 - - default default] TaaS: Handle Delete Port: 7587584c-dc72-4efd-9f69-c07f63613dbb 2026-06-17 04:26:03.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13fc13ad-323f-4dd3-b6d4-4d742d95e551 42e07c51f8a24a598d071bc790125cb5 777236f89acb455d946f8fec353a4ac1 - - default default] Tap Mirror: Handle Delete Port: 7587584c-dc72-4efd-9f69-c07f63613dbb [pid: 8|app: 0|req: 1041/2074] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:26:03 2026] DELETE /v2.0/ports/7587584c-dc72-4efd-9f69-c07f63613dbb => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:03.497 7 INFO neutron.services.segments.plugin [-] Segment a923ff9b-82b0-4723-a1e7-031e842d6749 resource provider aggregate not found 2026-06-17 04:26:03.501 7 INFO neutron.services.segments.plugin [-] Segment a923ff9b-82b0-4723-a1e7-031e842d6749 resource provider aggregate not found 2026-06-17 04:26:03.522 7 INFO neutron.services.segments.plugin [-] Segment a923ff9b-82b0-4723-a1e7-031e842d6749 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a923ff9b-82b0-4723-a1e7-031e842d6749 found for delete ", "request_id": "req-626d9dfb-567a-4f2c-bdb7-338d3c79dbc4"}]} 2026-06-17 04:26:03.525 7 INFO neutron.services.segments.plugin [-] Segment a923ff9b-82b0-4723-a1e7-031e842d6749 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a923ff9b-82b0-4723-a1e7-031e842d6749 found for delete ", "request_id": "req-8dba397c-a91d-47ff-8e79-3286ffa39e48"}]} [pid: 7|app: 0|req: 1034/2075] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:03 2026] DELETE /v2.0/networks/87f645f0-5334-405b-b3cc-50a41f2f7f4c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2076] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:04 2026] GET /v2.0/security-groups?tenant_id=92a5c918057844c086eb8aacf1ee0f59&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2077] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:04 2026] DELETE /v2.0/security-groups/774f85f3-a613-4265-9ae1-c7bf07e51435 => 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: 1043/2078] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:04 2026] GET /v2.0/security-groups?tenant_id=777236f89acb455d946f8fec353a4ac1&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2079] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:04 2026] DELETE /v2.0/security-groups/fb364d83-1878-48ac-b509-1476b2737935 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:05.586 8 INFO neutron.db.segments_db [None req-1cea5011-e19b-4309-91ce-8ee75448638d a6f4ae76cce74eedabe4210f805dc325 f4ce8ac94ad04de9b9824eb176c89801 - - default default] Added segment 8df7c62f-7491-4a81-8789-2a5fceea2091 of type vxlan for network e4a008fd-d7d2-4e36-9321-75dc7bb7d5e1 [pid: 8|app: 0|req: 1044/2080] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:05 2026] POST /v2.0/networks => generated 613 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2081] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:05 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:26:05.992 8 INFO neutron.db.segments_db [None req-fb0acecf-213e-456b-b6ad-611780bc611b a6f4ae76cce74eedabe4210f805dc325 f4ce8ac94ad04de9b9824eb176c89801 - - default default] Added segment 0fb6bf16-8e2c-4d14-a5d1-a6d2ccad7354 of type vxlan for network 574b8b09-807d-4d0a-9258-25f249dfa8fb [pid: 8|app: 0|req: 1045/2082] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:05 2026] POST /v2.0/networks => generated 611 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2083] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:06 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:26:06.387 8 INFO neutron.db.segments_db [None req-e14c9387-2548-4203-bca4-6c738dc520e9 a6f4ae76cce74eedabe4210f805dc325 f4ce8ac94ad04de9b9824eb176c89801 - - default default] Added segment 303284c1-fe93-4b25-ac25-7a05f619ec5d of type vxlan for network cf12c66c-c39b-4a37-ad1d-37e685adfc36 [pid: 8|app: 0|req: 1046/2084] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:06 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2085] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:06 2026] POST /v2.0/subnets => generated 629 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:26:06.761 8 INFO neutron.db.segments_db [None req-4eaf4e82-3dd3-4d00-b92b-ab9ee8e7b4cf a6f4ae76cce74eedabe4210f805dc325 f4ce8ac94ad04de9b9824eb176c89801 - - default default] Added segment 6ceeaf61-01cd-48b3-bb55-57b93cc14fc1 of type vxlan for network 706d3ea8-9706-488b-ab71-66a082cdc667 [pid: 8|app: 0|req: 1047/2086] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:06 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2087] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:06 2026] POST /v2.0/subnets => generated 629 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:26:07.224 8 INFO neutron.db.segments_db [None req-84481a03-4550-4bc0-84e2-ea3d60718a14 a6f4ae76cce74eedabe4210f805dc325 f4ce8ac94ad04de9b9824eb176c89801 - - default default] Added segment a3ebed3d-d398-46dd-8e61-6b34f1ee10dd of type vxlan for network b18b6e30-1f06-4904-91c2-42ad16caee07 [pid: 8|app: 0|req: 1048/2088] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:07 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2089] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:07 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2090] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:07 2026] PUT /v2.0/subnets/d2d2f850-d88a-4d01-a03c-d679854b9f54/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2091] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:07 2026] PUT /v2.0/subnets/97161f02-4e04-4d37-928c-438d09d229c6/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2092] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:07 2026] PUT /v2.0/subnets/2636d0a7-9e81-471a-b7ba-efa585720ef6/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: 1043/2093] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:07 2026] PUT /v2.0/subnets/fafad0c2-e307-4243-bb06-2880abb859c4/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2094] 10.0.0.73 () {32 vars in 663 bytes} [Wed Jun 17 04:26:07 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2095] 10.0.0.73 () {32 vars in 677 bytes} [Wed Jun 17 04:26:07 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2096] 10.0.0.73 () {32 vars in 673 bytes} [Wed Jun 17 04:26:07 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2097] 10.0.0.73 () {32 vars in 685 bytes} [Wed Jun 17 04:26:08 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2098] 10.0.0.73 () {32 vars in 671 bytes} [Wed Jun 17 04:26:08 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2099] 10.0.0.73 () {32 vars in 685 bytes} [Wed Jun 17 04:26:08 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2100] 10.0.0.73 () {32 vars in 681 bytes} [Wed Jun 17 04:26:08 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2101] 10.0.0.73 () {32 vars in 693 bytes} [Wed Jun 17 04:26:08 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:26:08.464 7 INFO neutron.db.segments_db [None req-cedbe0ff-7523-4a65-b4b3-47d44eaeaebd fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] Added segment ccd06793-1661-4dc9-8626-17ede2bd8e96 of type vxlan for network 09029d92-4557-42ce-a0a4-32fad8678e20 [pid: 8|app: 0|req: 1056/2102] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:26:08 2026] DELETE /v2.0/subnets/d2d2f850-d88a-4d01-a03c-d679854b9f54 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2103] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:26:08 2026] DELETE /v2.0/subnets/97161f02-4e04-4d37-928c-438d09d229c6 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:08.698 7 INFO neutron.db.l3_hamode_db [None req-cedbe0ff-7523-4a65-b4b3-47d44eaeaebd fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1058/2104] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:26:08 2026] DELETE /v2.0/subnets/2636d0a7-9e81-471a-b7ba-efa585720ef6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:08.849 7 INFO neutron.db.l3_hamode_db [None req-cedbe0ff-7523-4a65-b4b3-47d44eaeaebd fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1059/2105] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:26:08 2026] DELETE /v2.0/subnets/fafad0c2-e307-4243-bb06-2880abb859c4 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2108] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:26:08 2026] DELETE /v2.0/subnets/9ca5bd73-d081-447b-9762-14b447b12f0c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:09.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-00301e46-854c-4ef7-9809-ee6b03122b61 a6f4ae76cce74eedabe4210f805dc325 f4ce8ac94ad04de9b9824eb176c89801 - - default default] TaaS: Handle Delete Port: a0da2a2d-f230-4124-8398-508cc33ab629 2026-06-17 04:26:09.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00301e46-854c-4ef7-9809-ee6b03122b61 a6f4ae76cce74eedabe4210f805dc325 f4ce8ac94ad04de9b9824eb176c89801 - - default default] Tap Mirror: Handle Delete Port: a0da2a2d-f230-4124-8398-508cc33ab629 2026-06-17 04:26:09.373 8 INFO neutron.services.segments.plugin [-] Segment 8df7c62f-7491-4a81-8789-2a5fceea2091 resource provider aggregate not found 2026-06-17 04:26:09.383 8 INFO neutron.services.segments.plugin [-] Segment 8df7c62f-7491-4a81-8789-2a5fceea2091 resource provider aggregate not found 2026-06-17 04:26:09.393 8 INFO neutron.services.segments.plugin [-] Segment 8df7c62f-7491-4a81-8789-2a5fceea2091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8df7c62f-7491-4a81-8789-2a5fceea2091 found for delete ", "request_id": "req-8621f9b2-c2be-4cab-ad58-07148a5817db"}]} 2026-06-17 04:26:09.402 8 INFO neutron.services.segments.plugin [-] Segment 8df7c62f-7491-4a81-8789-2a5fceea2091 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8df7c62f-7491-4a81-8789-2a5fceea2091 found for delete ", "request_id": "req-595d4d71-6038-4d1f-b194-94ec75ecfd8b"}]} [pid: 7|app: 0|req: 1047/2109] 10.0.0.73 () {34 vars in 667 bytes} [Wed Jun 17 04:26:08 2026] POST /v2.0/routers => generated 474 bytes in 1172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2110] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:09 2026] DELETE /v2.0/networks/e4a008fd-d7d2-4e36-9321-75dc7bb7d5e1 => 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: 1048/2111] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:09 2026] PUT /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2112] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:09 2026] DELETE /v2.0/networks/574b8b09-807d-4d0a-9258-25f249dfa8fb => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2113] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:09 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2114] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:09 2026] DELETE /v2.0/networks/cf12c66c-c39b-4a37-ad1d-37e685adfc36 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2115] 10.0.0.73 () {34 vars in 761 bytes} [Wed Jun 17 04:26:09 2026] PUT /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags/green => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2116] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:09 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2117] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:09 2026] DELETE /v2.0/networks/706d3ea8-9706-488b-ab71-66a082cdc667 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2118] 10.0.0.73 () {34 vars in 757 bytes} [Wed Jun 17 04:26:09 2026] PUT /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags/red => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2119] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:09 2026] DELETE /v2.0/networks/b18b6e30-1f06-4904-91c2-42ad16caee07 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2120] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:10 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 34 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2121] 10.0.0.73 () {34 vars in 779 bytes} [Wed Jun 17 04:26:10 2026] PUT /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags/black.or.white => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2122] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:10 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 52 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2123] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:10 2026] PUT /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2124] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:10 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2125] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:10 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags/red => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:10.872 7 INFO neutron.api.v2.resource [None req-6c71d089-77a3-46f9-8def-2234a9519f01 fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2126] 10.0.0.73 () {32 vars in 742 bytes} [Wed Jun 17 04:26:10 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags/green => generated 99 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2127] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:26:10 2026] DELETE /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags/red => 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: 1057/2128] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:11 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 30 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:26:11.247 7 INFO neutron.api.v2.resource [None req-dd5b2b8a-aa38-4f87-9357-19c709f36a8f fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2129] 10.0.0.73 () {32 vars in 745 bytes} [Wed Jun 17 04:26:11 2026] DELETE /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags/green => generated 99 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2130] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:11 2026] GET /v2.0/security-groups?tenant_id=36fbe418fbde4371bf25fff725f69d2e&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2131] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:26:11 2026] DELETE /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => 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: 1073/2132] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:11 2026] DELETE /v2.0/security-groups/a02ea0ff-c788-44e8-bdca-ff7f213ef675 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:11.419 8 INFO neutron.services.segments.plugin [-] Segment 0fb6bf16-8e2c-4d14-a5d1-a6d2ccad7354 resource provider aggregate not found 2026-06-17 04:26:11.425 8 INFO neutron.services.segments.plugin [-] Segment 0fb6bf16-8e2c-4d14-a5d1-a6d2ccad7354 resource provider aggregate not found 2026-06-17 04:26:11.435 8 INFO neutron.services.segments.plugin [-] Segment 0fb6bf16-8e2c-4d14-a5d1-a6d2ccad7354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb6bf16-8e2c-4d14-a5d1-a6d2ccad7354 found for delete ", "request_id": "req-7e22be46-c2db-43b2-b579-624431d1dc05"}]} 2026-06-17 04:26:11.446 8 INFO neutron.services.segments.plugin [-] Segment 0fb6bf16-8e2c-4d14-a5d1-a6d2ccad7354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb6bf16-8e2c-4d14-a5d1-a6d2ccad7354 found for delete ", "request_id": "req-5436cd7f-06f7-4305-8ab8-d885ae453acc"}]} 2026-06-17 04:26:11.456 8 INFO neutron.services.segments.plugin [-] Segment 303284c1-fe93-4b25-ac25-7a05f619ec5d resource provider aggregate not found 2026-06-17 04:26:11.466 8 INFO neutron.services.segments.plugin [-] Segment 303284c1-fe93-4b25-ac25-7a05f619ec5d resource provider aggregate not found 2026-06-17 04:26:11.476 8 INFO neutron.services.segments.plugin [-] Segment 303284c1-fe93-4b25-ac25-7a05f619ec5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 303284c1-fe93-4b25-ac25-7a05f619ec5d found for delete ", "request_id": "req-4b5b000a-1755-4e67-a633-7b84542dc42b"}]} [pid: 7|app: 0|req: 1060/2133] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:11 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9/tags => generated 12 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:26:11.481 8 INFO neutron.services.segments.plugin [-] Segment 303284c1-fe93-4b25-ac25-7a05f619ec5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 303284c1-fe93-4b25-ac25-7a05f619ec5d found for delete ", "request_id": "req-610c1265-19c6-4033-9f6f-23f05869c0b8"}]} 2026-06-17 04:26:11.499 8 INFO neutron.services.segments.plugin [-] Segment 6ceeaf61-01cd-48b3-bb55-57b93cc14fc1 resource provider aggregate not found 2026-06-17 04:26:11.504 8 INFO neutron.services.segments.plugin [-] Segment 6ceeaf61-01cd-48b3-bb55-57b93cc14fc1 resource provider aggregate not found 2026-06-17 04:26:11.527 8 INFO neutron.services.segments.plugin [-] Segment 6ceeaf61-01cd-48b3-bb55-57b93cc14fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ceeaf61-01cd-48b3-bb55-57b93cc14fc1 found for delete ", "request_id": "req-3292e872-1419-422a-b9d7-a8fd1b28e022"}]} 2026-06-17 04:26:11.541 8 INFO neutron.services.segments.plugin [-] Segment 6ceeaf61-01cd-48b3-bb55-57b93cc14fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ceeaf61-01cd-48b3-bb55-57b93cc14fc1 found for delete ", "request_id": "req-724ffa1f-5aaa-42e5-bdc2-54919b5359d4"}]} 2026-06-17 04:26:11.553 8 INFO neutron.services.segments.plugin [-] Segment a3ebed3d-d398-46dd-8e61-6b34f1ee10dd resource provider aggregate not found [pid: 7|app: 0|req: 1061/2134] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:11 2026] GET /v2.0/security-groups?tenant_id=f4ce8ac94ad04de9b9824eb176c89801&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:26:11.565 8 INFO neutron.services.segments.plugin [-] Segment a3ebed3d-d398-46dd-8e61-6b34f1ee10dd resource provider aggregate not found 2026-06-17 04:26:11.576 8 INFO neutron.services.segments.plugin [-] Segment a3ebed3d-d398-46dd-8e61-6b34f1ee10dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3ebed3d-d398-46dd-8e61-6b34f1ee10dd found for delete ", "request_id": "req-3ff49178-a9e4-45d6-ad2c-dfd7970ee09b"}]} [pid: 8|app: 0|req: 1074/2135] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:26:11 2026] GET /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9 => generated 480 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:11.590 8 INFO neutron.services.segments.plugin [-] Segment a3ebed3d-d398-46dd-8e61-6b34f1ee10dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3ebed3d-d398-46dd-8e61-6b34f1ee10dd found for delete ", "request_id": "req-450b5e62-b08e-49f6-8245-0e0f819b5936"}]} [pid: 7|app: 0|req: 1062/2136] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:11 2026] DELETE /v2.0/security-groups/79c51072-1054-4915-ba48-0d7b0f9e87d1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2137] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:26:11 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 1240 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2138] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:11 2026] GET /v2.0/security-groups?tenant_id=5067d4c112a245ff98de0ef9c8729cf5&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2139] 10.0.0.104 () {34 vars in 1040 bytes} [Wed Jun 17 04:26:12 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2140] 10.0.0.73 () {34 vars in 741 bytes} [Wed Jun 17 04:26:11 2026] PUT /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9 => generated 480 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2141] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:12 2026] DELETE /v2.0/security-groups/9d8e8c08-665d-4cbd-8241-67f8eeed7fbd => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2142] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:26:12 2026] GET /v2.0/ports?device_id=88d21aa4-450c-4be3-9851-131fa867b4f9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:26:12.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-538bb28e-6bcf-46a4-93ce-dc2eb4bc9e55 fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] TaaS: Handle Delete Port: 7f4ad3a4-0f30-45f5-9374-ab340997ddb7 2026-06-17 04:26:12.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-538bb28e-6bcf-46a4-93ce-dc2eb4bc9e55 fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] Tap Mirror: Handle Delete Port: 7f4ad3a4-0f30-45f5-9374-ab340997ddb7 2026-06-17 04:26:13.001 7 INFO neutron.services.segments.plugin [-] Segment ccd06793-1661-4dc9-8626-17ede2bd8e96 resource provider aggregate not found 2026-06-17 04:26:13.012 7 INFO neutron.services.segments.plugin [-] Segment ccd06793-1661-4dc9-8626-17ede2bd8e96 resource provider aggregate not found 2026-06-17 04:26:13.027 7 INFO neutron.services.segments.plugin [-] Segment ccd06793-1661-4dc9-8626-17ede2bd8e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd06793-1661-4dc9-8626-17ede2bd8e96 found for delete ", "request_id": "req-beacd524-8db1-4eb8-b8f1-7bf62bed05d7"}]} 2026-06-17 04:26:13.033 7 INFO neutron.services.segments.plugin [-] Segment ccd06793-1661-4dc9-8626-17ede2bd8e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd06793-1661-4dc9-8626-17ede2bd8e96 found for delete ", "request_id": "req-aa540253-27af-4ad0-90aa-08bdbe032e3d"}]} 2026-06-17 04:26:13.042 7 INFO neutron.db.l3_hamode_db [None req-538bb28e-6bcf-46a4-93ce-dc2eb4bc9e55 fb27d529c91a4238aaadf927d761e7a6 b2c4f3adb441486c9a5f7a2cd05b535b - - default default] HA network 09029d92-4557-42ce-a0a4-32fad8678e20 was deleted as no HA routers are present in tenant b2c4f3adb441486c9a5f7a2cd05b535b. [pid: 7|app: 0|req: 1067/2143] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:26:12 2026] DELETE /v2.0/routers/88d21aa4-450c-4be3-9851-131fa867b4f9 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2144] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:13 2026] GET /v2.0/security-groups?tenant_id=32d07d6a810040038dcf14422efd9b0d&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2145] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:14 2026] DELETE /v2.0/security-groups/666dedc0-ad6b-4501-a4e3-6e1f6d8888cb => 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: 1078/2146] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:14 2026] GET /v2.0/security-groups?tenant_id=b2c4f3adb441486c9a5f7a2cd05b535b&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: 1069/2147] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:14 2026] DELETE /v2.0/security-groups/153b752c-5a16-41f8-8bc9-2096542a2ed9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:17.358 8 INFO neutron.db.segments_db [None req-c688b573-7d06-46eb-b1ab-d7dd0e393dd0 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Added segment 6d983a07-8505-4182-809c-6331c5c96817 of type vxlan for network 1c503218-6a20-4ef5-bc9f-7a0f9ec830f6 [pid: 8|app: 0|req: 1079/2148] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:17 2026] POST /v2.0/networks => generated 612 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2149] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:26:17 2026] POST /v2.0/ports => generated 743 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2150] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:26:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 106 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: 1081/2151] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:26:17 2026] PUT /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2152] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/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: 1083/2153] 10.0.0.73 () {34 vars in 769 bytes} [Wed Jun 17 04:26:18 2026] PUT /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2154] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2155] 10.0.0.73 () {34 vars in 665 bytes} [Wed Jun 17 04:26:17 2026] POST /v2.0/trunks => generated 407 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2156] 10.0.0.73 () {34 vars in 765 bytes} [Wed Jun 17 04:26:18 2026] PUT /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-17 04:26:18.223 7 INFO neutron.db.segments_db [None req-7fd7be48-339c-42a0-81da-ba6f7bcf8880 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Added segment 267abb6a-3429-42ca-bc1e-29b99b2e111b of type vxlan for network 511a9dcd-2ea9-4f29-8030-df717e76af37 [pid: 8|app: 0|req: 1086/2157] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2158] 10.0.0.73 () {34 vars in 787 bytes} [Wed Jun 17 04:26:18 2026] PUT /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2159] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:18 2026] POST /v2.0/networks => generated 612 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2160] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2161] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:26:18 2026] PUT /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2162] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2163] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:18.493 8 INFO neutron.api.v2.resource [None req-8e4f3293-73b4-4748-8844-6f920a11f35c f5f893179fb24e489bc15b4ffecd4cc6 3b3b67a8b09741908b7715b7d6a7369d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1092/2164] 10.0.0.73 () {32 vars in 750 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2165] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:26:18 2026] DELETE /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2166] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2167] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:26:18 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:26:18.615 8 INFO neutron.api.v2.resource [None req-92f39576-e773-4f15-b85e-7539b6a2c810 f5f893179fb24e489bc15b4ffecd4cc6 3b3b67a8b09741908b7715b7d6a7369d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1095/2168] 10.0.0.73 () {32 vars in 753 bytes} [Wed Jun 17 04:26:18 2026] DELETE /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2169] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:26:18 2026] DELETE /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2170] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:18 2026] GET /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af/tags => 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: 1074/2171] 10.0.0.73 () {34 vars in 665 bytes} [Wed Jun 17 04:26:18 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2172] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:26:18 2026] DELETE /v2.0/subnetpools/6584a215-8a09-4e5f-9ad4-59403b0582af => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:18.812 7 INFO neutron.db.segments_db [None req-23d3e617-c025-4843-b480-5fc0c45ddfad a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Added segment 9ff2a902-71e5-40c2-a0a6-4d0a4df8456e of type vxlan for network 31b646f3-8a93-4481-a48d-2fc6627422c3 [pid: 7|app: 0|req: 1075/2173] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:18 2026] POST /v2.0/networks => generated 612 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2174] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:26:18 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2175] 10.0.0.73 () {34 vars in 665 bytes} [Wed Jun 17 04:26:19 2026] POST /v2.0/trunks => generated 407 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:26:19.520 7 INFO neutron.db.segments_db [None req-75ee2966-1bd8-4b13-9e55-ee93ae4a0c49 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Added segment a6480167-7290-4181-9502-5d719ef2d2c9 of type vxlan for network 95d38efd-162a-40d9-b8db-ada19022c6a0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1077/2176] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:19 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2177] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:19 2026] GET /v2.0/security-groups?tenant_id=b2920686844a4203a7e73c7250387660&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2178] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:19 2026] DELETE /v2.0/security-groups/806d2e62-e557-4980-86b1-c5cc1d380f1e => 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: 1078/2179] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:26:19 2026] POST /v2.0/ports => generated 743 bytes in 367 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: 1102/2180] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:19 2026] GET /v2.0/security-groups?tenant_id=3b3b67a8b09741908b7715b7d6a7369d&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2181] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:20 2026] DELETE /v2.0/security-groups/b8394592-e5a0-464d-aaf2-8e824345623e => 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: 1079/2182] 10.0.0.73 () {34 vars in 665 bytes} [Wed Jun 17 04:26:20 2026] POST /v2.0/trunks => generated 407 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:26:20.246 8 INFO neutron.db.segments_db [None req-4bd5a17a-5551-441e-8694-8dbe182d7685 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Added segment ad63ae34-a24d-40c2-a408-50775d43cf66 of type vxlan for network 05eeba3a-d941-4509-a77d-e2b1c89e7e48 [pid: 8|app: 0|req: 1104/2183] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:20 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2184] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:26:20 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2185] 10.0.0.73 () {34 vars in 665 bytes} [Wed Jun 17 04:26:20 2026] POST /v2.0/trunks => generated 407 bytes in 285 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: 1081/2186] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:20 2026] PUT /v2.0/trunks/a4828c3c-6b68-4d17-947a-00fb4c24a69c/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2187] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:20 2026] PUT /v2.0/trunks/55eed20b-6590-445f-8ad9-f4e86489bb3e/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2188] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:21 2026] PUT /v2.0/trunks/751707b6-6f49-4e42-88d0-6a71745d16ec/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: 1107/2189] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:21 2026] PUT /v2.0/trunks/50c5cd99-3bf1-4f9c-8484-44202f7e63d4/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2190] 10.0.0.73 () {32 vars in 661 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2191] 10.0.0.73 () {32 vars in 675 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2192] 10.0.0.73 () {32 vars in 671 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2193] 10.0.0.73 () {32 vars in 683 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2194] 10.0.0.73 () {32 vars in 669 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2195] 10.0.0.73 () {32 vars in 683 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2196] 10.0.0.73 () {32 vars in 679 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2197] 10.0.0.73 () {32 vars in 691 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2198] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks/a4828c3c-6b68-4d17-947a-00fb4c24a69c => 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: 1112/2199] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/ports/cc32d7ce-54f4-4106-a1e4-6f019e70b1bd => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2200] 10.0.0.73 () {32 vars in 721 bytes} [Wed Jun 17 04:26:21 2026] DELETE /v2.0/trunks/a4828c3c-6b68-4d17-947a-00fb4c24a69c => 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: 1113/2201] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks/55eed20b-6590-445f-8ad9-f4e86489bb3e => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2202] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/ports/43cbc528-150e-4e13-a0e7-c76c7ab82482 => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2203] 10.0.0.73 () {32 vars in 721 bytes} [Wed Jun 17 04:26:21 2026] DELETE /v2.0/trunks/55eed20b-6590-445f-8ad9-f4e86489bb3e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2204] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/trunks/751707b6-6f49-4e42-88d0-6a71745d16ec => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2205] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:26:21 2026] GET /v2.0/ports/3c445ed3-cdf9-422e-8035-036a68e85117 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2206] 10.0.0.73 () {32 vars in 721 bytes} [Wed Jun 17 04:26:21 2026] DELETE /v2.0/trunks/751707b6-6f49-4e42-88d0-6a71745d16ec => 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: 1116/2207] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:26:22 2026] GET /v2.0/trunks/50c5cd99-3bf1-4f9c-8484-44202f7e63d4 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2208] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:26:22 2026] GET /v2.0/ports/638ec49b-d11c-476a-baaf-8e6707a4ceee => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2209] 10.0.0.73 () {32 vars in 721 bytes} [Wed Jun 17 04:26:22 2026] DELETE /v2.0/trunks/50c5cd99-3bf1-4f9c-8484-44202f7e63d4 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2210] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:26:22 2026] GET /v2.0/trunks/ff11d18f-fbc2-4257-8ccd-0b82fead881d => 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: 1118/2211] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:26:22 2026] GET /v2.0/ports/3f3bfd7e-0988-4d9e-b4cf-953c64a031e4 => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2212] 10.0.0.73 () {32 vars in 721 bytes} [Wed Jun 17 04:26:22 2026] DELETE /v2.0/trunks/ff11d18f-fbc2-4257-8ccd-0b82fead881d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:22.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-f813b7fa-d396-44ff-b556-b45b1b92bf91 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] TaaS: Handle Delete Port: cc32d7ce-54f4-4106-a1e4-6f019e70b1bd 2026-06-17 04:26:22.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f813b7fa-d396-44ff-b556-b45b1b92bf91 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Tap Mirror: Handle Delete Port: cc32d7ce-54f4-4106-a1e4-6f019e70b1bd [pid: 8|app: 0|req: 1119/2213] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:26:22 2026] DELETE /v2.0/ports/cc32d7ce-54f4-4106-a1e4-6f019e70b1bd => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:22.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-0730ca54-ecfb-46bd-8212-c211c28b8cf2 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] TaaS: Handle Delete Port: 43cbc528-150e-4e13-a0e7-c76c7ab82482 2026-06-17 04:26:22.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0730ca54-ecfb-46bd-8212-c211c28b8cf2 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Tap Mirror: Handle Delete Port: 43cbc528-150e-4e13-a0e7-c76c7ab82482 [pid: 7|app: 0|req: 1095/2214] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:26:22 2026] DELETE /v2.0/ports/43cbc528-150e-4e13-a0e7-c76c7ab82482 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:22.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-90811263-30b1-4d8d-b5ec-68df35d42484 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] TaaS: Handle Delete Port: 3c445ed3-cdf9-422e-8035-036a68e85117 2026-06-17 04:26:22.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90811263-30b1-4d8d-b5ec-68df35d42484 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Tap Mirror: Handle Delete Port: 3c445ed3-cdf9-422e-8035-036a68e85117 [pid: 8|app: 0|req: 1120/2215] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:26:22 2026] DELETE /v2.0/ports/3c445ed3-cdf9-422e-8035-036a68e85117 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:23.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a969b86-e0b9-4b11-895c-1e74a311e5e1 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] TaaS: Handle Delete Port: 638ec49b-d11c-476a-baaf-8e6707a4ceee 2026-06-17 04:26:23.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a969b86-e0b9-4b11-895c-1e74a311e5e1 a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Tap Mirror: Handle Delete Port: 638ec49b-d11c-476a-baaf-8e6707a4ceee [pid: 7|app: 0|req: 1096/2216] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:26:23 2026] DELETE /v2.0/ports/638ec49b-d11c-476a-baaf-8e6707a4ceee => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:23.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-98915c30-217b-40a3-8826-258856e7356f a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] TaaS: Handle Delete Port: 3f3bfd7e-0988-4d9e-b4cf-953c64a031e4 2026-06-17 04:26:23.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98915c30-217b-40a3-8826-258856e7356f a1516c802ab4459a9f2f2c1a9305e92d 7859f20e55b74691ab19035325dea431 - - default default] Tap Mirror: Handle Delete Port: 3f3bfd7e-0988-4d9e-b4cf-953c64a031e4 [pid: 8|app: 0|req: 1121/2217] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:26:23 2026] DELETE /v2.0/ports/3f3bfd7e-0988-4d9e-b4cf-953c64a031e4 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:23.586 7 INFO neutron.services.segments.plugin [-] Segment 6d983a07-8505-4182-809c-6331c5c96817 resource provider aggregate not found 2026-06-17 04:26:23.590 7 INFO neutron.services.segments.plugin [-] Segment 6d983a07-8505-4182-809c-6331c5c96817 resource provider aggregate not found 2026-06-17 04:26:23.612 7 INFO neutron.services.segments.plugin [-] Segment 6d983a07-8505-4182-809c-6331c5c96817 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d983a07-8505-4182-809c-6331c5c96817 found for delete ", "request_id": "req-b580aaab-527f-4ebf-8608-51f7254a5c2b"}]} 2026-06-17 04:26:23.615 7 INFO neutron.services.segments.plugin [-] Segment 6d983a07-8505-4182-809c-6331c5c96817 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d983a07-8505-4182-809c-6331c5c96817 found for delete ", "request_id": "req-ef5330df-b47f-4970-a548-871d22714cd7"}]} [pid: 7|app: 0|req: 1097/2218] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:23 2026] DELETE /v2.0/networks/1c503218-6a20-4ef5-bc9f-7a0f9ec830f6 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2219] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:23 2026] DELETE /v2.0/networks/511a9dcd-2ea9-4f29-8030-df717e76af37 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:23.854 8 INFO neutron.db.segments_db [None req-b1841548-5e68-4668-93f4-21da19f456c9 f9f31bfe747542888e1144fb4ed8a17a bd772df995ba4f8abccd74a04495b04c - - default default] Added segment ec2afc7d-e500-40f3-9ffd-8d80e102b523 of type vxlan for network ce0cff9d-a519-4b97-a7cd-a655c84608ef [pid: 7|app: 0|req: 1099/2220] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:23 2026] DELETE /v2.0/networks/31b646f3-8a93-4481-a48d-2fc6627422c3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2223] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:23 2026] POST /v2.0/networks => generated 612 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2224] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:23 2026] DELETE /v2.0/networks/95d38efd-162a-40d9-b8db-ada19022c6a0 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2225] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:24 2026] DELETE /v2.0/networks/05eeba3a-d941-4509-a77d-e2b1c89e7e48 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2226] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:23 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2227] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:24 2026] PUT /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2228] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:24 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2229] 10.0.0.73 () {34 vars in 761 bytes} [Wed Jun 17 04:26:24 2026] PUT /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2230] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:24 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2231] 10.0.0.73 () {34 vars in 757 bytes} [Wed Jun 17 04:26:24 2026] PUT /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/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: 1126/2232] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:24 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2233] 10.0.0.73 () {34 vars in 779 bytes} [Wed Jun 17 04:26:24 2026] PUT /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2234] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:24 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2235] 10.0.0.73 () {34 vars in 750 bytes} [Wed Jun 17 04:26:24 2026] PUT /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2236] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:24 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2237] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:24 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:24.952 8 INFO neutron.api.v2.resource [None req-4fd46dd8-a1e1-41fc-b97b-6d0cc64df97b f9f31bfe747542888e1144fb4ed8a17a bd772df995ba4f8abccd74a04495b04c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1129/2238] 10.0.0.73 () {32 vars in 742 bytes} [Wed Jun 17 04:26:24 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2239] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:26:24 2026] DELETE /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2240] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:25 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:26:25.134 7 INFO neutron.api.v2.resource [None req-39f5e5cd-db7e-4a67-84a7-3d7ed1d07811 f9f31bfe747542888e1144fb4ed8a17a bd772df995ba4f8abccd74a04495b04c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1112/2241] 10.0.0.73 () {32 vars in 745 bytes} [Wed Jun 17 04:26:25 2026] DELETE /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2242] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:26:25 2026] DELETE /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2243] 10.0.0.73 () {32 vars in 730 bytes} [Wed Jun 17 04:26:25 2026] GET /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353/tags => 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: 1130/2244] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:25 2026] GET /v2.0/security-groups?tenant_id=5053a148c54b4b8c869287540954f483&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2245] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:25 2026] DELETE /v2.0/security-groups/2c35aec5-6120-446a-a2d9-351d0ceb5792 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2246] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:26:25 2026] DELETE /v2.0/subnets/8054296b-3eec-465f-a6c8-7365a9afd353 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:25.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd394663-f811-4ea3-8577-64490ab5a111 f9f31bfe747542888e1144fb4ed8a17a bd772df995ba4f8abccd74a04495b04c - - default default] TaaS: Handle Delete Port: fa524ec7-20c1-43ed-94db-f0fd2900f880 2026-06-17 04:26:25.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd394663-f811-4ea3-8577-64490ab5a111 f9f31bfe747542888e1144fb4ed8a17a bd772df995ba4f8abccd74a04495b04c - - default default] Tap Mirror: Handle Delete Port: fa524ec7-20c1-43ed-94db-f0fd2900f880 [pid: 7|app: 0|req: 1116/2247] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:25 2026] GET /v2.0/security-groups?tenant_id=7859f20e55b74691ab19035325dea431&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:26:25.642 7 INFO neutron.services.segments.plugin [-] Segment 267abb6a-3429-42ca-bc1e-29b99b2e111b resource provider aggregate not found 2026-06-17 04:26:25.651 7 INFO neutron.services.segments.plugin [-] Segment 267abb6a-3429-42ca-bc1e-29b99b2e111b resource provider aggregate not found 2026-06-17 04:26:25.671 7 INFO neutron.services.segments.plugin [-] Segment 267abb6a-3429-42ca-bc1e-29b99b2e111b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 267abb6a-3429-42ca-bc1e-29b99b2e111b found for delete ", "request_id": "req-c0506f77-1777-4286-a1c5-55a35f8c2f78"}]} 2026-06-17 04:26:25.675 7 INFO neutron.services.segments.plugin [-] Segment 267abb6a-3429-42ca-bc1e-29b99b2e111b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 267abb6a-3429-42ca-bc1e-29b99b2e111b found for delete ", "request_id": "req-7efa9213-5a0f-4308-a110-037352309001"}]} 2026-06-17 04:26:25.692 7 INFO neutron.services.segments.plugin [-] Segment 9ff2a902-71e5-40c2-a0a6-4d0a4df8456e resource provider aggregate not found 2026-06-17 04:26:25.698 7 INFO neutron.services.segments.plugin [-] Segment 9ff2a902-71e5-40c2-a0a6-4d0a4df8456e resource provider aggregate not found 2026-06-17 04:26:25.715 7 INFO neutron.services.segments.plugin [-] Segment 9ff2a902-71e5-40c2-a0a6-4d0a4df8456e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ff2a902-71e5-40c2-a0a6-4d0a4df8456e found for delete ", "request_id": "req-9d7ea178-36aa-4b65-8d07-8aac117836e2"}]} [pid: 7|app: 0|req: 1117/2248] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:25 2026] DELETE /v2.0/security-groups/96d0ef09-711a-49d0-ab7e-9269bca7e542 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:25.723 7 INFO neutron.services.segments.plugin [-] Segment 9ff2a902-71e5-40c2-a0a6-4d0a4df8456e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ff2a902-71e5-40c2-a0a6-4d0a4df8456e found for delete ", "request_id": "req-58e7a1f0-e716-4e58-b6a1-d99ab146e7e0"}]} 2026-06-17 04:26:25.725 8 INFO neutron.services.segments.plugin [-] Segment ec2afc7d-e500-40f3-9ffd-8d80e102b523 resource provider aggregate not found 2026-06-17 04:26:25.728 8 INFO neutron.services.segments.plugin [-] Segment ec2afc7d-e500-40f3-9ffd-8d80e102b523 resource provider aggregate not found 2026-06-17 04:26:25.731 7 INFO neutron.services.segments.plugin [-] Segment a6480167-7290-4181-9502-5d719ef2d2c9 resource provider aggregate not found 2026-06-17 04:26:25.747 7 INFO neutron.services.segments.plugin [-] Segment a6480167-7290-4181-9502-5d719ef2d2c9 resource provider aggregate not found 2026-06-17 04:26:25.748 8 INFO neutron.services.segments.plugin [-] Segment ec2afc7d-e500-40f3-9ffd-8d80e102b523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec2afc7d-e500-40f3-9ffd-8d80e102b523 found for delete ", "request_id": "req-2c11d57d-8441-4122-acca-3adf38f246d8"}]} 2026-06-17 04:26:25.754 8 INFO neutron.services.segments.plugin [-] Segment ec2afc7d-e500-40f3-9ffd-8d80e102b523 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec2afc7d-e500-40f3-9ffd-8d80e102b523 found for delete ", "request_id": "req-fadd39cb-68f5-4229-b711-b532dc4d002c"}]} 2026-06-17 04:26:25.763 7 INFO neutron.services.segments.plugin [-] Segment a6480167-7290-4181-9502-5d719ef2d2c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6480167-7290-4181-9502-5d719ef2d2c9 found for delete ", "request_id": "req-090b330b-d765-4b4f-9938-6069feaada90"}]} [pid: 8|app: 0|req: 1132/2249] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:25 2026] DELETE /v2.0/networks/ce0cff9d-a519-4b97-a7cd-a655c84608ef => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:25.769 7 INFO neutron.services.segments.plugin [-] Segment a6480167-7290-4181-9502-5d719ef2d2c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6480167-7290-4181-9502-5d719ef2d2c9 found for delete ", "request_id": "req-fae573f8-4425-4bd1-9428-01f04324abc3"}]} 2026-06-17 04:26:25.792 7 INFO neutron.services.segments.plugin [-] Segment ad63ae34-a24d-40c2-a408-50775d43cf66 resource provider aggregate not found 2026-06-17 04:26:25.798 7 INFO neutron.services.segments.plugin [-] Segment ad63ae34-a24d-40c2-a408-50775d43cf66 resource provider aggregate not found 2026-06-17 04:26:25.821 7 INFO neutron.services.segments.plugin [-] Segment ad63ae34-a24d-40c2-a408-50775d43cf66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad63ae34-a24d-40c2-a408-50775d43cf66 found for delete ", "request_id": "req-1b4dfc40-3f55-4021-9959-a8d754fd755b"}]} 2026-06-17 04:26:25.831 7 INFO neutron.services.segments.plugin [-] Segment ad63ae34-a24d-40c2-a408-50775d43cf66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad63ae34-a24d-40c2-a408-50775d43cf66 found for delete ", "request_id": "req-2aa3d97d-5825-47e5-a602-7a7f43f62e1e"}]} [pid: 7|app: 0|req: 1118/2250] 10.0.0.73 () {32 vars in 825 bytes} [Wed Jun 17 04:26:25 2026] GET /v2.0/ports?project_id=c99f43b7e72a48ee942d473f3071345d&network_id=a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 3691 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2251] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:25 2026] GET /v2.0/security-groups?tenant_id=6b27716dcd9340c3a6882ff345ab72e2&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2252] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:26 2026] DELETE /v2.0/security-groups/0d409802-f648-4fa5-8098-4c7c133606e2 => 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: 1134/2253] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:26:26 2026] GET /v2.0/subnets?network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:26.648 8 INFO neutron.db.l3_db [None req-66b4fba4-e330-4399-93ec-fad8b0eb987b 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Floating IP fce3f61c-08a4-4a01-8517-d285bc0a6290 disassociated. External IP: 10.96.250.216, port: 734998ed-c7f4-4163-9f51-6d248015b2cf. [pid: 7|app: 0|req: 1120/2254] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:26 2026] GET /v2.0/security-groups?tenant_id=1169fac491444479a5448e1185c9539e&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: 1121/2255] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:26 2026] DELETE /v2.0/security-groups/c1e69019-be80-4f70-b9a5-cdaaead4e4e6 => 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: 1135/2256] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:26 2026] PUT /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 554 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2257] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:26 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 554 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:27.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77bb4c34-dec5-4596-9250-e7d147ad52e6'] response: {'name': 'network-changed', 'server_uuid': '611cd094-9549-48d3-9d30-3cfd17ae4e87', 'tag': '734998ed-c7f4-4163-9f51-6d248015b2cf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1136/2258] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:26 2026] GET /v2.0/security-groups?tenant_id=bd772df995ba4f8abccd74a04495b04c&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2259] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:27 2026] DELETE /v2.0/security-groups/f25c95f1-53c0-4629-b088-d09d286436d2 => 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: 1137/2260] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:26:27 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2261] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:26:27 2026] GET /v2.0/networks?id=a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 757 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2262] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=734998ed-c7f4-4163-9f51-6d248015b2cf => 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: 1125/2263] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:26:27 2026] GET /v2.0/subnets?id=0f2e91d3-7ff1-4f81-921a-7477099343bd => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2264] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:26:27 2026] GET /v2.0/ports?network_id=a7505b5e-2469-4b84-b717-81f9ae14c522&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2265] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:26:27 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 1140/2266] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:26:27 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 1127/2267] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:28 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2268] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:29 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2269] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:26:30 2026] POST /v2.0/security-groups => generated 1675 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2270] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2271] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:26:29 2026] POST /v2.0/floatingips => generated 552 bytes in 833 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2272] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:26:30 2026] PUT /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2273] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2274] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:30 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2275] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:30 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) 2026-06-17 04:26:30.753 7 INFO neutron.db.segments_db [None req-029a0d7c-0a15-4e0a-993a-1adbf6d1778d 1fc9e723c5d74d28b00970eaa7785aa9 5dc1303dd4cf4c359444919cd4224b32 - - default default] Added segment dd8f8de0-31ee-42d9-b5de-06e791f21e17 of type vxlan for network 6945a322-e4dc-4b0e-97f0-5037e64ae427 [pid: 8|app: 0|req: 1147/2276] 10.0.0.73 () {34 vars in 769 bytes} [Wed Jun 17 04:26:30 2026] PUT /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags/green => 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: 1130/2277] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:30 2026] POST /v2.0/networks => generated 613 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2278] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:30 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/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: 1148/2279] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2280] 10.0.0.73 () {34 vars in 765 bytes} [Wed Jun 17 04:26:30 2026] PUT /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-17 04:26:31.021 8 INFO neutron.db.securitygroups_db [None req-1b2ef9a8-9604-4e6a-a6c9-2ccaf65d9416 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Project c99f43b7e72a48ee942d473f3071345d 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: 1150/2281] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2282] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:26:31.156 8 INFO neutron.db.securitygroups_db [None req-7c5aaa35-e602-45ff-8d0e-cf7d290b5f04 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Project c99f43b7e72a48ee942d473f3071345d 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: 1132/2283] 10.0.0.73 () {34 vars in 663 bytes} [Wed Jun 17 04:26:30 2026] POST /v2.0/ports => generated 743 bytes in 299 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: 1152/2284] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2285] 10.0.0.73 () {34 vars in 787 bytes} [Wed Jun 17 04:26:31 2026] PUT /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2286] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2287] 10.0.0.73 () {34 vars in 758 bytes} [Wed Jun 17 04:26:31 2026] PUT /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2288] 10.0.0.73 () {34 vars in 665 bytes} [Wed Jun 17 04:26:31 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2289] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2290] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:31 2026] PUT /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/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: 1154/2291] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2292] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2293] 10.0.0.73 () {34 vars in 759 bytes} [Wed Jun 17 04:26:31 2026] PUT /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags/green => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-17 04:26:31.521 8 INFO neutron.api.v2.resource [None req-654cda1b-af83-41b4-9067-d303d087a5a8 8e2ce900430f46d7be1482a68009564d 03cdf922b72345c9802d344507613080 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2294] 10.0.0.73 () {32 vars in 750 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/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: 1140/2295] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/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: 1141/2296] 10.0.0.73 () {34 vars in 755 bytes} [Wed Jun 17 04:26:31 2026] PUT /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2297] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:26:31 2026] DELETE /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/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: 1142/2298] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2299] 10.0.0.73 () {34 vars in 777 bytes} [Wed Jun 17 04:26:31 2026] PUT /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/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: 1157/2300] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2301] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:26:31.741 8 INFO neutron.api.v2.resource [None req-afb0b2ca-73e7-4a75-985e-7cc9fd89da98 8e2ce900430f46d7be1482a68009564d 03cdf922b72345c9802d344507613080 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1159/2302] 10.0.0.73 () {32 vars in 753 bytes} [Wed Jun 17 04:26:31 2026] DELETE /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2303] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/networks => generated 1298 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2304] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:31 2026] PUT /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2305] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2306] 10.0.0.73 () {32 vars in 741 bytes} [Wed Jun 17 04:26:31 2026] DELETE /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => 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: 1162/2307] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:31.880 8 INFO neutron.api.v2.resource [None req-d9ec404f-71c4-425d-81a5-d27973a81c8e 1fc9e723c5d74d28b00970eaa7785aa9 5dc1303dd4cf4c359444919cd4224b32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1146/2308] 10.0.0.73 () {32 vars in 738 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2309] 10.0.0.73 () {32 vars in 740 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/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: 1147/2310] 10.0.0.15 () {34 vars in 1097 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-484252608&fields=id&tenant_id=c99f43b7e72a48ee942d473f3071345d => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2311] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:31 2026] DELETE /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags/red => 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: 1165/2312] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/networks?id=a7505b5e-2469-4b84-b717-81f9ae14c522 => 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: 1166/2313] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:31 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2314] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/quotas/c99f43b7e72a48ee942d473f3071345d => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:32.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb5c8e49-56ae-49cc-8e56-01bf84a6045d 8e2ce900430f46d7be1482a68009564d 03cdf922b72345c9802d344507613080 - - default default] TaaS: Handle Delete Port: 9fc1c555-d6cd-402c-a9a1-c0e53d66c401 2026-06-17 04:26:32.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb5c8e49-56ae-49cc-8e56-01bf84a6045d 8e2ce900430f46d7be1482a68009564d 03cdf922b72345c9802d344507613080 - - default default] Tap Mirror: Handle Delete Port: 9fc1c555-d6cd-402c-a9a1-c0e53d66c401 2026-06-17 04:26:32.038 8 INFO neutron.api.v2.resource [None req-5e124e0b-1a7d-4688-b5d9-a037c164787a 1fc9e723c5d74d28b00970eaa7785aa9 5dc1303dd4cf4c359444919cd4224b32 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1168/2315] 10.0.0.73 () {32 vars in 743 bytes} [Wed Jun 17 04:26:32 2026] DELETE /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2316] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&fields=id => generated 149 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2317] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:26:32 2026] DELETE /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2318] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2319] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073/tags => 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: 1148/2320] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:26:31 2026] DELETE /v2.0/floatingips/c4d27dc9-a1a4-4435-ac20-67e00b2da69e => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2321] 10.0.0.73 () {32 vars in 718 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2322] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 7|app: 0|req: 1150/2323] 10.0.0.73 () {32 vars in 716 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/ports/93a9aa21-21f2-4bed-89c9-5a31f17c5c67 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2324] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2325] 10.0.0.73 () {32 vars in 721 bytes} [Wed Jun 17 04:26:32 2026] DELETE /v2.0/trunks/96581831-783b-48d1-9f9e-cfc723354073 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:32.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-92251e5a-3815-4667-9473-a6e70c3be60b 1fc9e723c5d74d28b00970eaa7785aa9 5dc1303dd4cf4c359444919cd4224b32 - - default default] TaaS: Handle Delete Port: 93a9aa21-21f2-4bed-89c9-5a31f17c5c67 2026-06-17 04:26:32.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92251e5a-3815-4667-9473-a6e70c3be60b 1fc9e723c5d74d28b00970eaa7785aa9 5dc1303dd4cf4c359444919cd4224b32 - - default default] Tap Mirror: Handle Delete Port: 93a9aa21-21f2-4bed-89c9-5a31f17c5c67 [pid: 7|app: 0|req: 1152/2326] 10.0.0.73 () {32 vars in 719 bytes} [Wed Jun 17 04:26:32 2026] DELETE /v2.0/ports/93a9aa21-21f2-4bed-89c9-5a31f17c5c67 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:32.806 8 INFO neutron.services.segments.plugin [-] Segment dd8f8de0-31ee-42d9-b5de-06e791f21e17 resource provider aggregate not found 2026-06-17 04:26:32.809 8 INFO neutron.services.segments.plugin [-] Segment dd8f8de0-31ee-42d9-b5de-06e791f21e17 resource provider aggregate not found [pid: 8|app: 0|req: 1175/2327] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:32 2026] DELETE /v2.0/networks/6945a322-e4dc-4b0e-97f0-5037e64ae427 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:26:32.844 8 INFO neutron.services.segments.plugin [-] Segment dd8f8de0-31ee-42d9-b5de-06e791f21e17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd8f8de0-31ee-42d9-b5de-06e791f21e17 found for delete ", "request_id": "req-af7fe7f5-853a-4fca-8279-f52713496a9d"}]} 2026-06-17 04:26:32.846 8 INFO neutron.services.segments.plugin [-] Segment dd8f8de0-31ee-42d9-b5de-06e791f21e17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd8f8de0-31ee-42d9-b5de-06e791f21e17 found for delete ", "request_id": "req-81218fd4-5f94-4f27-80ce-1657ce406606"}]} [pid: 7|app: 0|req: 1153/2328] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:32 2026] GET /v2.0/security-groups?tenant_id=f6ec39bd43e140a58c0aa95d19de8c25&name=default => generated 2929 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2329] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:33 2026] DELETE /v2.0/security-groups/66eb6194-f16c-4e22-83fd-6cef3fd5d4f9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2330] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:33 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1177/2331] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:33 2026] GET /v2.0/security-groups?tenant_id=5dc1303dd4cf4c359444919cd4224b32&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2332] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:33 2026] GET /v2.0/security-groups?tenant_id=03cdf922b72345c9802d344507613080&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2333] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:33 2026] DELETE /v2.0/security-groups/72d9af69-b6de-4e59-8167-7e5e5921cf3b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2334] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:33 2026] DELETE /v2.0/security-groups/2a02a549-292f-4dcc-8175-8757da842d52 => 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: 1179/2335] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:33 2026] GET /v2.0/security-groups?tenant_id=afc9c59e0479486c97fd9a1720aea6c8&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2336] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:34 2026] DELETE /v2.0/security-groups/4684a086-3d1e-4525-98a9-ebcae4b99a5b => 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: 1180/2337] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:34 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1158/2338] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:35 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1181/2339] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:26:36 2026] GET /v2.0/networks?id=a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2340] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:26:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c99f43b7e72a48ee942d473f3071345d => generated 272 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2341] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:36 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1182/2342] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:26:36 2026] POST /v2.0/ports => generated 954 bytes in 513 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: 1161/2343] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:26:37 2026] PUT /v2.0/ports/0d71bf94-5d48-4a76-b2cc-da3221b2178f => generated 1235 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:26:37.837 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d5033d2-cb6b-4070-bcb4-f209585c1760'] response: {'name': 'network-changed', 'server_uuid': 'e435e755-b213-461f-b041-45af4a22ad5c', 'tag': '0d71bf94-5d48-4a76-b2cc-da3221b2178f', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:26:37.964 8 INFO neutron.db.segments_db [None req-9a3edca0-e1fc-47f1-aaaf-79fce2400ed2 19d61d9ca8364171bb9f1abf7b0d4230 dc237380fc3249c0b67002314284935b - - default default] Added segment 49c6f524-64a2-43dc-afc3-75d29067f71e of type vxlan for network b605421f-9962-4720-ac00-eed293118a34 [pid: 7|app: 0|req: 1162/2344] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:37 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2345] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&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: 1183/2346] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:37 2026] POST /v2.0/networks => generated 613 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2347] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:26:38 2026] PUT /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/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: 1184/2348] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2349] 10.0.0.73 () {34 vars in 763 bytes} [Wed Jun 17 04:26:38 2026] PUT /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2350] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2351] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2352] 10.0.0.73 () {34 vars in 759 bytes} [Wed Jun 17 04:26:38 2026] PUT /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags/red => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2353] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks?tenant_id=c99f43b7e72a48ee942d473f3071345d&shared=False => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2354] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2355] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2356] 10.0.0.73 () {34 vars in 781 bytes} [Wed Jun 17 04:26:38 2026] PUT /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2357] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2358] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:26:38 2026] PUT /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2359] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2360] 10.0.0.73 () {32 vars in 740 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:26:38.902 8 INFO neutron.api.v2.resource [None req-850c8bab-71d7-4027-8c53-2b54d196d19d 19d61d9ca8364171bb9f1abf7b0d4230 dc237380fc3249c0b67002314284935b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1190/2363] 10.0.0.73 () {32 vars in 744 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2364] 10.0.0.73 () {32 vars in 743 bytes} [Wed Jun 17 04:26:38 2026] DELETE /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2365] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:26:38 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:26:39.081 7 INFO neutron.api.v2.resource [None req-5accf5a7-0783-4484-a037-64b30e688254 19d61d9ca8364171bb9f1abf7b0d4230 dc237380fc3249c0b67002314284935b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1175/2366] 10.0.0.73 () {32 vars in 747 bytes} [Wed Jun 17 04:26:39 2026] DELETE /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2367] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:26:39 2026] DELETE /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2368] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2369] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2370] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&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-06-17 04:26:39.326 8 INFO neutron.services.segments.plugin [-] Segment 49c6f524-64a2-43dc-afc3-75d29067f71e resource provider aggregate not found 2026-06-17 04:26:39.333 8 INFO neutron.services.segments.plugin [-] Segment 49c6f524-64a2-43dc-afc3-75d29067f71e resource provider aggregate not found 2026-06-17 04:26:39.352 8 INFO neutron.services.segments.plugin [-] Segment 49c6f524-64a2-43dc-afc3-75d29067f71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c6f524-64a2-43dc-afc3-75d29067f71e found for delete ", "request_id": "req-e737b72b-4d37-4bd3-8de3-8be3381b0f76"}]} 2026-06-17 04:26:39.353 8 INFO neutron.services.segments.plugin [-] Segment 49c6f524-64a2-43dc-afc3-75d29067f71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c6f524-64a2-43dc-afc3-75d29067f71e found for delete ", "request_id": "req-373e3e17-1107-4d29-821d-4a0c5290f5ee"}]} [pid: 8|app: 0|req: 1194/2371] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:26:39 2026] DELETE /v2.0/networks/b605421f-9962-4720-ac00-eed293118a34 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2372] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1195/2373] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0d71bf94-5d48-4a76-b2cc-da3221b2178f => 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: 1179/2374] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/subnets?id=0f2e91d3-7ff1-4f81-921a-7477099343bd => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2375] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/ports?network_id=a7505b5e-2469-4b84-b717-81f9ae14c522&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: 1180/2376] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 1197/2377] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:26:39 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 1181/2378] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:40 2026] GET /v2.0/security-groups?tenant_id=dc237380fc3249c0b67002314284935b&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2379] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:40 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2380] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:40 2026] DELETE /v2.0/security-groups/20086dc3-1ebc-4ca8-a8de-ba30bd269c1b => 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: 1183/2381] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:40 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2382] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:26:40 2026] GET /v2.0/security-groups?tenant_id=f2dc7ff2f85a46329e4ecfa50b683be6&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2383] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:26:40 2026] DELETE /v2.0/security-groups/5318af03-d592-4ad7-8edd-bd8a3b7e5233 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2384] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:41 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2385] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:41 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&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: 1201/2386] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:42 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1186/2387] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:42 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2388] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:43 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2389] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:43 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:44.634 8 INFO neutron.db.segments_db [None req-c6d4c643-a3e4-403f-8a16-563eb2023948 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Added segment 287f7d1a-910e-48d9-bf88-edfe4b7d9564 of type vxlan for network 5dea44a6-bdde-47fa-8fbb-adedf023e06a [pid: 8|app: 0|req: 1203/2390] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:44 2026] POST /v2.0/networks => generated 621 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2391] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:44 2026] POST /v2.0/subnets => generated 658 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2392] 10.0.0.73 () {32 vars in 721 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2393] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2394] 10.0.0.15 () {34 vars in 1083 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c&device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 2469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2395] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&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: 1192/2396] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2397] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1194/2398] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2399] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:45 2026] POST /v2.0/subnets => generated 732 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2400] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:26:45 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:26:45.604 8 INFO neutron.db.segments_db [None req-5b4ced88-87ae-48e7-acd7-e6fcd9cff040 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Added segment 666e0fe9-1267-4f7c-b02d-16b066e450ea of type vxlan for network fb258776-2f59-4e2e-9971-eeeba9921881 [pid: 8|app: 0|req: 1206/2401] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:45 2026] POST /v2.0/networks => generated 619 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:26:45.963 7 INFO neutron.db.l3_db [None req-96a7d3c8-200e-49c4-add9-3bdf476b95ee 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Floating IP fce3f61c-08a4-4a01-8517-d285bc0a6290 associated. External IP: 10.96.250.216, port: 0d71bf94-5d48-4a76-b2cc-da3221b2178f. [pid: 8|app: 0|req: 1207/2402] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:45 2026] POST /v2.0/subnets => generated 655 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2403] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:26:45 2026] PUT /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 855 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2404] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:46 2026] POST /v2.0/subnets => generated 725 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2405] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:46 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:46.434 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33e1d47d-6c10-4115-ba25-8a67fcd2a5d9'] response: {'name': 'network-changed', 'server_uuid': 'e435e755-b213-461f-b041-45af4a22ad5c', 'tag': '0d71bf94-5d48-4a76-b2cc-da3221b2178f', 'status': 'completed', 'code': 200} 2026-06-17 04:26:46.485 8 INFO neutron.db.segments_db [None req-eb450258-3295-4a2e-bee9-7ff8c811489d 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Added segment 4125b0d9-3282-41bf-845f-78a2f5c23f85 of type vxlan for network f8815e9a-05e1-42cb-a097-a8ac66e5ce20 [pid: 8|app: 0|req: 1209/2406] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:26:46 2026] POST /v2.0/networks => generated 618 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2407] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:46 2026] POST /v2.0/subnets => generated 655 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2408] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:26:46 2026] GET /v2.0/ports?tenant_id=c99f43b7e72a48ee942d473f3071345d&device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1200/2409] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/networks?id=a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 757 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2410] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0d71bf94-5d48-4a76-b2cc-da3221b2178f => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2411] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/subnets?id=0f2e91d3-7ff1-4f81-921a-7477099343bd => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2412] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/ports?network_id=a7505b5e-2469-4b84-b717-81f9ae14c522&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2413] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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: 1210/2414] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:46 2026] POST /v2.0/subnets => generated 729 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2415] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522?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) 2026-06-17 04:26:47.350 8 INFO neutron.db.segments_db [None req-ed148446-dfa6-467d-9d05-d2f00e8c2230 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Added segment 2380ec03-e9b7-47e4-b5c2-c47dccadac7a of type vxlan for network b61c34fb-a41f-41aa-b755-25e4c99c6235 [pid: 7|app: 0|req: 1206/2416] 10.0.0.15 () {34 vars in 1083 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c&device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 2469 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2417] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2418] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:47 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:26:47.628 8 INFO neutron.db.l3_hamode_db [None req-ed148446-dfa6-467d-9d05-d2f00e8c2230 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:26:48.533 8 INFO neutron.db.l3_hamode_db [None req-ed148446-dfa6-467d-9d05-d2f00e8c2230 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1209/2419] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:26:48 2026] GET /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2420] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:26:47 2026] POST /v2.0/routers => generated 685 bytes in 2221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2421] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:26:49 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/add_router_interface => generated 309 bytes in 1502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2422] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:26:51 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/add_router_interface => generated 309 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2425] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:26:54 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2426] 10.0.0.104 () {34 vars in 1040 bytes} [Wed Jun 17 04:26:54 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2427] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:26:52 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/add_router_interface => generated 309 bytes in 2561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2428] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:26:55 2026] POST /v2.0/security-groups => generated 1630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2429] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2430] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:55 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: 7|app: 0|req: 1213/2431] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2432] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2433] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2434] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2435] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2436] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2437] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2438] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2439] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:26:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2440] 10.0.0.15 () {34 vars in 1095 bytes} [Wed Jun 17 04:26:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1459176641&fields=id&tenant_id=17525195f09d419c9c2fccaa23b7431d => 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: 1218/2441] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:26:57 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2442] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:26:57 2026] GET /v2.0/quotas/17525195f09d419c9c2fccaa23b7431d => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2443] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:26:57 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&fields=id => generated 287 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2444] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:26:57 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1220/2445] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:26:57 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1226/2446] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:26:57 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => 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: 1221/2447] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:27:02 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2448] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:27:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=17525195f09d419c9c2fccaa23b7431d => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2449] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:27:02 2026] POST /v2.0/ports => generated 1179 bytes in 482 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: 1223/2450] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:02 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1182 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2451] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:02 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&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: 1228/2452] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:27:02 2026] PUT /v2.0/ports/3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => generated 1460 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:27:03.251 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b55f596-abcb-4d1d-8ed7-d9c91e43ec63'] response: {'name': 'network-changed', 'server_uuid': 'd83c8e71-8ebc-4a39-bfb2-d482a21e992a', 'tag': '3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1225/2453] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:03 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1463 bytes in 55 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: 1229/2454] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:27:03 2026] GET /v2.0/networks?tenant_id=17525195f09d419c9c2fccaa23b7431d&shared=False => generated 2376 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2455] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:27:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2456] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:04 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1227/2457] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:04 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&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: 1231/2458] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:04 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2459] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.48&port_id=3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => 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: 1232/2460] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bd&port_id=3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => 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: 1229/2461] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/subnets?id=d5a0dff8-ee8a-41c6-8c96-dcabd45182ea&id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2462] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2463] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2464] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1231/2465] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1235/2466] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2467] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:05 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&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: 1236/2468] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:07 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1233/2469] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:07 2026] GET /v2.0/security-groups?id=0a8c94fa-433d-4c18-ad96-99aace132f9e&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2470] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:27:07 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:27:07.372 7 INFO neutron_taas.services.taas.taas_plugin [req-618c1128-5de8-45a4-9a14-6e4ec1871a4c req-c2f05122-b049-4d24-83d8-5577fd075a96 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] TaaS: Handle Delete Port: 0d71bf94-5d48-4a76-b2cc-da3221b2178f 2026-06-17 04:27:07.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-618c1128-5de8-45a4-9a14-6e4ec1871a4c req-c2f05122-b049-4d24-83d8-5577fd075a96 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Tap Mirror: Handle Delete Port: 0d71bf94-5d48-4a76-b2cc-da3221b2178f 2026-06-17 04:27:07.501 7 INFO neutron.db.l3_db [req-618c1128-5de8-45a4-9a14-6e4ec1871a4c req-c2f05122-b049-4d24-83d8-5577fd075a96 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Floating IP fce3f61c-08a4-4a01-8517-d285bc0a6290 disassociated. External IP: 10.96.250.216, port: 0d71bf94-5d48-4a76-b2cc-da3221b2178f. [pid: 7|app: 0|req: 1234/2471] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:27:07 2026] DELETE /v2.0/ports/0d71bf94-5d48-4a76-b2cc-da3221b2178f => generated 0 bytes in 667 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:27:07.944 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1778bf90-21ac-4f72-80d2-6b8bef409596'] response: {'server_uuid': 'e435e755-b213-461f-b041-45af4a22ad5c', 'name': 'network-vif-deleted', 'tag': '0d71bf94-5d48-4a76-b2cc-da3221b2178f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1238/2472] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:08 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1196 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2473] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:08 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2474] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:08 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => 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: 1237/2477] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:09 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2478] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:10 2026] GET /v2.0/ports?device_id=e435e755-b213-461f-b041-45af4a22ad5c => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2479] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:27:11 2026] DELETE /v2.0/security-groups/0a8c94fa-433d-4c18-ad96-99aace132f9e => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:27:11.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-f61f525e-7c04-488e-bad1-294dc9621c6f 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] TaaS: Handle Delete Port: 33effeb2-97c7-4f67-889d-2cd24cbdaa64 2026-06-17 04:27:11.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f61f525e-7c04-488e-bad1-294dc9621c6f 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Tap Mirror: Handle Delete Port: 33effeb2-97c7-4f67-889d-2cd24cbdaa64 [pid: 8|app: 0|req: 1242/2480] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:27:11 2026] DELETE /v2.0/floatingips/fce3f61c-08a4-4a01-8517-d285bc0a6290 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2481] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:12 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2482] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:12 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2483] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:13 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1196 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2484] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:13 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2485] 10.0.0.73 () {32 vars in 817 bytes} [Wed Jun 17 04:27:13 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&mac_address=fa%3A16%3A3e%3A1a%3Aab%3Af0 => generated 1196 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2486] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:13 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2487] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:13 2026] GET /v2.0/security-groups?id=47ad4250-39f4-47f3-9a31-b75423656e58&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2488] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:27:14 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:27:14.378 7 INFO neutron.db.l3_db [None req-808a2412-27d2-42fe-8ead-661866977e9e 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Floating IP 37809c28-5b66-4dd9-8f29-0bf62baa7f4d associated. External IP: 10.96.250.208, port: 3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4. 2026-06-17 04:27:14.425 8 INFO neutron_taas.services.taas.taas_plugin [req-42e2d520-0db9-4ee7-8d8f-065c1ac5a772 req-7e0ce77f-f415-47b6-96b2-c20a9d070081 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] TaaS: Handle Delete Port: 734998ed-c7f4-4163-9f51-6d248015b2cf 2026-06-17 04:27:14.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-42e2d520-0db9-4ee7-8d8f-065c1ac5a772 req-7e0ce77f-f415-47b6-96b2-c20a9d070081 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Tap Mirror: Handle Delete Port: 734998ed-c7f4-4163-9f51-6d248015b2cf [pid: 8|app: 0|req: 1248/2489] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:27:14 2026] DELETE /v2.0/ports/734998ed-c7f4-4163-9f51-6d248015b2cf => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:27:14.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ec8cc8c-ca36-4240-b06b-5f14c5d53166'] response: {'server_uuid': '611cd094-9549-48d3-9d30-3cfd17ae4e87', 'name': 'network-vif-deleted', 'tag': '734998ed-c7f4-4163-9f51-6d248015b2cf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1242/2490] 10.0.0.73 () {34 vars in 676 bytes} [Wed Jun 17 04:27:13 2026] POST /v2.0/floatingips => generated 854 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:27:14.749 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b57ba493-15e5-4480-9b2f-20f75a4388b6'] response: {'name': 'network-changed', 'server_uuid': 'd83c8e71-8ebc-4a39-bfb2-d482a21e992a', 'tag': '3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1249/2491] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:14 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 1243/2492] 10.0.0.15 () {34 vars in 1095 bytes} [Wed Jun 17 04:27:14 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1459176641&fields=id&tenant_id=17525195f09d419c9c2fccaa23b7431d => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2493] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:27:14 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2494] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:27:14 2026] GET /v2.0/quotas/17525195f09d419c9c2fccaa23b7431d => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2495] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:27:14 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&fields=id => generated 333 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2496] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1252/2497] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1246/2498] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2499] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => 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: 1247/2500] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => 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: 1254/2501] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.48&port_id=3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2502] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bd&port_id=3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => 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: 1255/2503] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/subnets?id=d5a0dff8-ee8a-41c6-8c96-dcabd45182ea&id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2504] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&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: 1256/2505] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2506] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1257/2507] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1251/2508] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:15 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 1258/2509] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:17 2026] GET /v2.0/ports?device_id=611cd094-9549-48d3-9d30-3cfd17ae4e87 => 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: 1252/2510] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:27:18 2026] DELETE /v2.0/security-groups/47ad4250-39f4-47f3-9a31-b75423656e58 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:27:18.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d67347a-d29a-4d4f-b0bf-c677b4bb2020 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] TaaS: Handle Delete Port: 84162738-fe62-4e56-bf65-a42d070fffa7 2026-06-17 04:27:18.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d67347a-d29a-4d4f-b0bf-c677b4bb2020 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Tap Mirror: Handle Delete Port: 84162738-fe62-4e56-bf65-a42d070fffa7 [pid: 8|app: 0|req: 1259/2511] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:27:18 2026] PUT /v2.0/routers/8e26b05b-d6df-4d4a-bf16-bbc6d086bf0b/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2512] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:27:19 2026] DELETE /v2.0/subnets/0f2e91d3-7ff1-4f81-921a-7477099343bd => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:27:19.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6d9e70b-e6d5-420d-a96a-cf043a95cf09 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] TaaS: Handle Delete Port: faa33c3f-85f9-4add-b25f-e5a9f7c70756 2026-06-17 04:27:19.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6d9e70b-e6d5-420d-a96a-cf043a95cf09 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Tap Mirror: Handle Delete Port: faa33c3f-85f9-4add-b25f-e5a9f7c70756 [pid: 7|app: 0|req: 1254/2513] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:27:19 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2514] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:27:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=17525195f09d419c9c2fccaa23b7431d => generated 179 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:27:20.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6d9e70b-e6d5-420d-a96a-cf043a95cf09 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] TaaS: Handle Delete Port: 78688558-0323-4e57-90a0-d0c0a5cd0caa 2026-06-17 04:27:20.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6d9e70b-e6d5-420d-a96a-cf043a95cf09 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Tap Mirror: Handle Delete Port: 78688558-0323-4e57-90a0-d0c0a5cd0caa [pid: 7|app: 0|req: 1256/2515] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:27:19 2026] POST /v2.0/ports => generated 1187 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:27:20.449 8 INFO neutron.services.segments.plugin [-] Segment 1ae6f106-7542-4ade-866b-5618da17ee08 resource provider aggregate not found 2026-06-17 04:27:20.455 8 INFO neutron.services.segments.plugin [-] Segment 1ae6f106-7542-4ade-866b-5618da17ee08 resource provider aggregate not found 2026-06-17 04:27:20.474 8 INFO neutron.services.segments.plugin [-] Segment 1ae6f106-7542-4ade-866b-5618da17ee08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae6f106-7542-4ade-866b-5618da17ee08 found for delete ", "request_id": "req-498782c8-0842-4b89-9468-e9e7d32261ef"}]} 2026-06-17 04:27:20.475 8 INFO neutron.services.segments.plugin [-] Segment 1ae6f106-7542-4ade-866b-5618da17ee08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae6f106-7542-4ade-866b-5618da17ee08 found for delete ", "request_id": "req-2a37ab6c-1861-4e76-8816-d6e75f08f24f"}]} 2026-06-17 04:27:20.486 8 INFO neutron.db.l3_hamode_db [None req-a6d9e70b-e6d5-420d-a96a-cf043a95cf09 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] HA network 1887e655-1cf2-4968-b120-efe590e7d1a2 was deleted as no HA routers are present in tenant c99f43b7e72a48ee942d473f3071345d. [pid: 8|app: 0|req: 1260/2516] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:27:19 2026] DELETE /v2.0/routers/8e26b05b-d6df-4d4a-bf16-bbc6d086bf0b => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2517] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:20 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1190 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:27:20.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-e52dbb81-320c-4008-a44a-83df70b46789 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] TaaS: Handle Delete Port: 03c99211-b8ac-4960-9d15-70499a671b61 2026-06-17 04:27:20.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e52dbb81-320c-4008-a44a-83df70b46789 700483976c3f479c8e9ed9f4bf1e1503 c99f43b7e72a48ee942d473f3071345d - - default default] Tap Mirror: Handle Delete Port: 03c99211-b8ac-4960-9d15-70499a671b61 [pid: 7|app: 0|req: 1257/2518] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:27:20 2026] PUT /v2.0/ports/fba43833-d53a-4290-a6f8-4de67791c5af => generated 1468 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2519] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:27:20 2026] DELETE /v2.0/networks/a7505b5e-2469-4b84-b717-81f9ae14c522 => generated 0 bytes in 338 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-06-17 04:27:20.955 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a404907-6af6-461e-a022-466826025147'] response: {'name': 'network-changed', 'server_uuid': '8dfed7fd-3b84-4ba9-bfb5-e55478f7da39', 'tag': 'fba43833-d53a-4290-a6f8-4de67791c5af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1258/2520] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:20 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2521] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:27:21 2026] GET /v2.0/security-groups?tenant_id=ffcb7f22372c4929a7e3b046baa4b86c&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2522] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:27:21 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1465 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2523] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:27:21 2026] DELETE /v2.0/security-groups/9a0d1b77-7ed1-4765-937c-5bea76d6dc79 => 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: 1262/2524] 10.0.0.104 () {34 vars in 1040 bytes} [Wed Jun 17 04:27:22 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&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: 1263/2525] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:21 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1471 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2526] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:27:22 2026] GET /v2.0/networks?tenant_id=17525195f09d419c9c2fccaa23b7431d&shared=False => generated 2376 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2527] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:27:22 2026] GET /v2.0/security-groups?tenant_id=c99f43b7e72a48ee942d473f3071345d&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: 1264/2528] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:27:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2529] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:27:22 2026] DELETE /v2.0/security-groups/1b9de568-80a0-4c97-bc00-bc1b5a686dee => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:27:22.494 8 INFO neutron.services.segments.plugin [-] Segment b254a09c-1252-44e4-a558-03deab8858b3 resource provider aggregate not found 2026-06-17 04:27:22.499 8 INFO neutron.services.segments.plugin [-] Segment b254a09c-1252-44e4-a558-03deab8858b3 resource provider aggregate not found 2026-06-17 04:27:22.511 8 INFO neutron.services.segments.plugin [-] Segment b254a09c-1252-44e4-a558-03deab8858b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b254a09c-1252-44e4-a558-03deab8858b3 found for delete ", "request_id": "req-01ae528a-5b60-4c23-a95d-810aa78805e2"}]} 2026-06-17 04:27:22.533 8 INFO neutron.services.segments.plugin [-] Segment b254a09c-1252-44e4-a558-03deab8858b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b254a09c-1252-44e4-a558-03deab8858b3 found for delete ", "request_id": "req-32674742-3fab-4a1a-9819-5bc6df005ce8"}]} [pid: 7|app: 0|req: 1265/2530] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1471 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2531] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.129&port_id=fba43833-d53a-4290-a6f8-4de67791c5af => 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: 1266/2532] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A308&port_id=fba43833-d53a-4290-a6f8-4de67791c5af => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2533] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/subnets?id=68283625-479e-486a-ac96-a689d2880ed3&id=16ab193c-f4eb-4211-9da5-451ca545c653 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2534] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2535] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2536] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1269/2537] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:27:23 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:27:24.380 7 INFO neutron.db.segments_db [None req-c9111042-fb96-4fa4-a0f2-4b7577252aae f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 077812fe-4b26-42ec-a88c-1e59f4abb04f of type vxlan for network 8de822e1-d3ed-4a08-8c62-162b9875e4de [pid: 7|app: 0|req: 1270/2540] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:27:24 2026] POST /v2.0/networks => generated 722 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2541] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:27:24 2026] POST /v2.0/subnets => generated 688 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:27:24.742 7 INFO neutron.db.segments_db [None req-800db262-fb71-4a54-bf24-3ae83ae1be4a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment 9f488088-154a-45aa-a967-19e1fc0a46df of type vxlan for network 62e3c66d-9ae4-490c-824c-315ae27f61bd 2026-06-17 04:27:25.041 7 INFO neutron.db.l3_hamode_db [None req-800db262-fb71-4a54-bf24-3ae83ae1be4a f5ef500ab76e43dc937acb4ac7104f7c 748927c82a024e90b96a0d9a81bf8b25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:27:25.944 7 INFO neutron.db.l3_hamode_db [None req-800db262-fb71-4a54-bf24-3ae83ae1be4a f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1272/2542] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:26 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2543] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:26 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2544] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:27:24 2026] POST /v2.0/routers => generated 728 bytes in 2304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2545] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:27:26 2026] PUT /v2.0/routers/aab1d28a-1a98-467e-a86c-c828b8a1210b/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:27:29.751 7 INFO neutron.db.segments_db [None req-9c8a86e0-71a1-4c2c-a864-807fcc9f6c78 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment e917746a-99f0-4a95-9817-353ce33c75ac of type vxlan for network 9b671575-17cd-488c-b7a3-39ef5434ff34 [pid: 7|app: 0|req: 1272/2546] 10.0.0.73 () {34 vars in 670 bytes} [Wed Jun 17 04:27:29 2026] POST /v2.0/networks => generated 721 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2547] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:27:29 2026] POST /v2.0/subnets => generated 688 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:27:30.149 7 INFO neutron.db.segments_db [None req-bbe5c5a7-bed9-442c-90d7-1a6fa3a4c7f3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Added segment e2b9404d-c222-4f1c-a174-743f65d582a1 of type vxlan for network da94d1c8-8010-4d79-828f-9d2671223eab 2026-06-17 04:27:30.410 7 INFO neutron.db.l3_hamode_db [None req-bbe5c5a7-bed9-442c-90d7-1a6fa3a4c7f3 f5ef500ab76e43dc937acb4ac7104f7c 33c16d7c79b147c3b222475f38a77a4d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-17 04:27:31.340 7 INFO neutron.db.l3_hamode_db [None req-bbe5c5a7-bed9-442c-90d7-1a6fa3a4c7f3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1276/2548] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:31 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1204 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2549] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:27:31 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2550] 10.0.0.73 () {32 vars in 817 bytes} [Wed Jun 17 04:27:31 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&mac_address=fa%3A16%3A3e%3A01%3A44%3Aec => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2551] 10.0.0.73 () {34 vars in 668 bytes} [Wed Jun 17 04:27:30 2026] POST /v2.0/routers => generated 728 bytes in 2238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:27:32.425 8 INFO neutron.db.l3_db [None req-b6db01e2-e2b0-4ffa-852c-bc885e421a91 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Floating IP 7766e752-e71d-4a69-9783-f16ba64bcdfa associated. External IP: 10.96.250.218, port: fba43833-d53a-4290-a6f8-4de67791c5af. [pid: 8|app: 0|req: 1279/2552] 10.0.0.73 () {34 vars in 676 bytes} [Wed Jun 17 04:27:31 2026] POST /v2.0/floatingips => generated 855 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:27:32.762 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e8405df-efde-4ec8-9167-98fe0663e854'] response: {'name': 'network-changed', 'server_uuid': '8dfed7fd-3b84-4ba9-bfb5-e55478f7da39', 'tag': 'fba43833-d53a-4290-a6f8-4de67791c5af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2553] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1473 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2554] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2555] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.129&port_id=fba43833-d53a-4290-a6f8-4de67791c5af => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2556] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A308&port_id=fba43833-d53a-4290-a6f8-4de67791c5af => 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: 1284/2557] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/subnets?id=68283625-479e-486a-ac96-a689d2880ed3&id=16ab193c-f4eb-4211-9da5-451ca545c653 => generated 1413 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2558] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&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: 1286/2559] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2560] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1288/2561] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:27:33 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2562] 10.0.0.73 () {34 vars in 782 bytes} [Wed Jun 17 04:27:32 2026] PUT /v2.0/routers/11e8e7bc-3257-469b-86ee-62df0fb0855e/add_router_interface => generated 309 bytes in 1467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2563] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:27:34 2026] POST /v2.0/security-groups => generated 1677 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2564] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2565] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2566] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2567] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:27:35.527 7 INFO neutron.db.securitygroups_db [None req-66101ce3-e532-47ca-93e2-101c7add536d a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] Project 748927c82a024e90b96a0d9a81bf8b25 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: 1277/2568] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:27:35.672 8 INFO neutron.db.securitygroups_db [None req-4542e05f-f016-4ec3-bc5e-a4786addf406 a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] Project 748927c82a024e90b96a0d9a81bf8b25 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: 1292/2569] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2570] 10.0.0.73 () {34 vars in 684 bytes} [Wed Jun 17 04:27:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2571] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:36 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: 7|app: 0|req: 1279/2572] 10.0.0.73 () {34 vars in 694 bytes} [Wed Jun 17 04:27:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2573] 10.0.0.73 () {34 vars in 675 bytes} [Wed Jun 17 04:27:36 2026] POST /v2.0/floatingips => generated 552 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2574] 10.0.0.15 () {34 vars in 1099 bytes} [Wed Jun 17 04:27:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1355711171&fields=id&tenant_id=748927c82a024e90b96a0d9a81bf8b25 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2575] 10.0.0.15 () {34 vars in 1097 bytes} [Wed Jun 17 04:27:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--140144986&fields=id&tenant_id=748927c82a024e90b96a0d9a81bf8b25 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2576] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:27:37 2026] GET /v2.0/networks?id=8de822e1-d3ed-4a08-8c62-162b9875e4de => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2577] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:27:37 2026] GET /v2.0/quotas/748927c82a024e90b96a0d9a81bf8b25 => 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: 1282/2578] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:27:37 2026] GET /v2.0/ports?tenant_id=748927c82a024e90b96a0d9a81bf8b25&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2579] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:27:37 2026] GET /v2.0/networks/8de822e1-d3ed-4a08-8c62-162b9875e4de?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2580] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:27:37 2026] GET /v2.0/networks/8de822e1-d3ed-4a08-8c62-162b9875e4de?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: 1298/2581] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:38 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 12 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2584] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:39 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => 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: 1300/2585] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:27:40 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2586] 10.0.0.104 () {34 vars in 1040 bytes} [Wed Jun 17 04:27:40 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2587] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:40 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => 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: 1287/2588] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:41 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2589] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:27:42 2026] GET /v2.0/networks?id=8de822e1-d3ed-4a08-8c62-162b9875e4de => generated 673 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2590] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:27:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=748927c82a024e90b96a0d9a81bf8b25 => generated 273 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2591] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:42 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => 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: 1303/2592] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:27:42 2026] POST /v2.0/ports => generated 997 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2593] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:27:43 2026] PUT /v2.0/ports/3b62914b-a914-4b8b-8760-dfdf324e7ae8 => generated 1278 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:27:43.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0680931f-f6d4-4008-9ec9-1d65805df057'] response: {'name': 'network-changed', 'server_uuid': 'da79ea09-e38d-4cee-a30d-d895c701eaba', 'tag': '3b62914b-a914-4b8b-8760-dfdf324e7ae8', '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: 1304/2594] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:43 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1012 bytes in 45 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: 1291/2595] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:27:43 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2596] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:44 2026] GET /v2.0/ports?tenant_id=748927c82a024e90b96a0d9a81bf8b25&device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1281 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2597] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:27:44 2026] GET /v2.0/networks?tenant_id=748927c82a024e90b96a0d9a81bf8b25&shared=False => generated 769 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2598] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:27:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2599] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:44 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1012 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2600] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:27:45 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2601] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:45 2026] GET /v2.0/ports?tenant_id=748927c82a024e90b96a0d9a81bf8b25&device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2602] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:27:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3b62914b-a914-4b8b-8760-dfdf324e7ae8 => 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: 1295/2603] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:27:45 2026] GET /v2.0/subnets?id=37eed373-eb1a-4ad2-bb41-49cfd9d16a2c => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2604] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:45 2026] GET /v2.0/ports?network_id=8de822e1-d3ed-4a08-8c62-162b9875e4de&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: 1296/2605] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:27:45 2026] GET /v2.0/networks/8de822e1-d3ed-4a08-8c62-162b9875e4de?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: 1310/2606] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:27:45 2026] GET /v2.0/networks/8de822e1-d3ed-4a08-8c62-162b9875e4de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2607] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:46 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2608] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:27:46 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2609] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:47 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1012 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2610] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:27:47 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2611] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:48 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2612] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:27:48 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2613] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:27:48 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1283 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2614] 199.204.45.49 () {34 vars in 1123 bytes} [Wed Jun 17 04:27:48 2026] GET /v2.0/security-groups?id=0aabdc18-d890-4d45-80c0-138fcfd4771f&id=747c9911-726a-4e83-bc52-fc8b731f46ab&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2615] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:49 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2616] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:27:49 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2617] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:27:50 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2618] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:50 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2619] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:27:51 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2620] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:27:51 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:27:51.622 7 INFO neutron.db.l3_db [None req-283e0e28-8113-40f1-a9be-97d7e72fad95 a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] Floating IP e19fabda-c531-4a18-9fe8-f44359682160 associated. External IP: 10.96.250.213, port: 3b62914b-a914-4b8b-8760-dfdf324e7ae8. [pid: 8|app: 0|req: 1318/2621] 10.0.0.236 () {30 vars in 690 bytes} [Wed Jun 17 04:27:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2622] 10.0.0.236 () {30 vars in 692 bytes} [Wed Jun 17 04:27:51 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: 1320/2623] 10.0.0.236 () {30 vars in 668 bytes} [Wed Jun 17 04:27:51 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: 1321/2624] 10.0.0.236 () {30 vars in 704 bytes} [Wed Jun 17 04:27:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2625] 10.0.0.73 () {34 vars in 748 bytes} [Wed Jun 17 04:27:51 2026] PUT /v2.0/floatingips/e19fabda-c531-4a18-9fe8-f44359682160 => generated 856 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:27:52.116 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4bc0fd96-a582-4a65-8ed0-d8ac95b5dbee'] response: {'name': 'network-changed', 'server_uuid': 'da79ea09-e38d-4cee-a30d-d895c701eaba', 'tag': '3b62914b-a914-4b8b-8760-dfdf324e7ae8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1322/2626] 10.0.0.236 () {28 vars in 439 bytes} [Wed Jun 17 04:27:52 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: 1305/2627] 10.0.0.236 () {30 vars in 728 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 658 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2628] 10.0.0.236 () {30 vars in 690 bytes} [Wed Jun 17 04:27:52 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: 1306/2629] 10.0.0.236 () {30 vars in 692 bytes} [Wed Jun 17 04:27:52 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: 1324/2630] 10.0.0.236 () {30 vars in 668 bytes} [Wed Jun 17 04:27:52 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: 1307/2631] 10.0.0.236 () {30 vars in 704 bytes} [Wed Jun 17 04:27:52 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: 1325/2632] 10.0.0.236 () {30 vars in 728 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2633] 10.0.0.236 () {30 vars in 690 bytes} [Wed Jun 17 04:27:52 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: 1326/2634] 10.0.0.236 () {30 vars in 692 bytes} [Wed Jun 17 04:27:52 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: 1309/2635] 10.0.0.236 () {30 vars in 668 bytes} [Wed Jun 17 04:27:52 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: 1327/2636] 10.0.0.236 () {30 vars in 704 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2637] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/ports?tenant_id=748927c82a024e90b96a0d9a81bf8b25&device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2638] 10.0.0.236 () {30 vars in 730 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2639] 10.0.0.236 () {30 vars in 682 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2640] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/networks?id=8de822e1-d3ed-4a08-8c62-162b9875e4de => 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: 1330/2641] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3b62914b-a914-4b8b-8760-dfdf324e7ae8 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2642] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/subnets?id=37eed373-eb1a-4ad2-bb41-49cfd9d16a2c => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2643] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/ports?network_id=8de822e1-d3ed-4a08-8c62-162b9875e4de&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2644] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/networks/8de822e1-d3ed-4a08-8c62-162b9875e4de?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2645] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:27:52 2026] GET /v2.0/networks/8de822e1-d3ed-4a08-8c62-162b9875e4de?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: 1312/2646] 10.0.0.236 () {34 vars in 704 bytes} [Wed Jun 17 04:27:52 2026] POST /v2.0/ports => generated 1132 bytes in 435 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: 1314/2649] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2650] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:27:56 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: 1315/2651] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2652] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2653] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2654] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:27:56 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: 1317/2655] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:27:56 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: 1339/2656] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2657] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:27:56.483 8 INFO neutron.api.v2.resource [None req-421e5a6f-0c1c-4f86-b36f-455c7e95075c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1340/2658] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/security-groups/lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2659] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/security-groups?name=lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2660] 199.204.45.49 () {34 vars in 735 bytes} [Wed Jun 17 04:27:56 2026] POST /v2.0/security-groups => generated 1638 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2661] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 17 04:27:56 2026] GET /v2.0/security-group-rules?security_group_id=4a95633e-a61e-44d2-9af1-4902b34deb65 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2662] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 17 04:27:56 2026] PUT /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2663] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:27:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1343/2664] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:27:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2665] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:27:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2666] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:27:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2667] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:27:57 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2668] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:00 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2669] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:28:00 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2670] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:28:00 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1283 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2671] 10.0.0.73 () {32 vars in 857 bytes} [Wed Jun 17 04:28:00 2026] GET /v2.0/floatingips?floating_network_id=fe368d8a-df3e-40f6-9bc4-e229b882ca64&port_id=3b62914b-a914-4b8b-8760-dfdf324e7ae8 => generated 861 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2672] 10.0.0.104 () {34 vars in 990 bytes} [Wed Jun 17 04:28:01 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2673] 10.0.0.104 () {34 vars in 1120 bytes} [Wed Jun 17 04:28:01 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2674] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:04 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2675] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:28:04 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2676] 10.0.0.15 () {34 vars in 1015 bytes} [Wed Jun 17 04:28:04 2026] GET /v2.0/security-groups?id=fb9777ea-fa59-480e-9d83-707e0c862ef7&fields=id => 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: 1328/2677] 10.0.0.15 () {34 vars in 981 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/networks?id=a648a301-714a-484a-96a6-3804146adadd => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2678] 10.0.0.15 () {34 vars in 964 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/quotas/8e49c1dced6b4c0c90d74ed5be801a2f => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2679] 10.0.0.15 () {34 vars in 1001 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2680] 10.0.0.15 () {34 vars in 1007 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1330/2681] 10.0.0.15 () {34 vars in 1107 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1352/2682] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2683] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2684] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2685] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:05 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2686] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:06 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2687] 10.0.0.15 () {34 vars in 1119 bytes} [Wed Jun 17 04:28:06 2026] GET /v2.0/security-groups?id=747c9911-726a-4e83-bc52-fc8b731f46ab&id=0aabdc18-d890-4d45-80c0-138fcfd4771f&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2688] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:28:06 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => generated 1014 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:28:07.080 8 INFO neutron_taas.services.taas.taas_plugin [req-5b322a95-7455-4a29-985f-b790acfbcc0a req-13b9f555-846a-4d73-9b91-241b724b63a1 a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] TaaS: Handle Delete Port: 3b62914b-a914-4b8b-8760-dfdf324e7ae8 2026-06-17 04:28:07.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b322a95-7455-4a29-985f-b790acfbcc0a req-13b9f555-846a-4d73-9b91-241b724b63a1 a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] Tap Mirror: Handle Delete Port: 3b62914b-a914-4b8b-8760-dfdf324e7ae8 2026-06-17 04:28:07.227 8 INFO neutron.db.l3_db [req-5b322a95-7455-4a29-985f-b790acfbcc0a req-13b9f555-846a-4d73-9b91-241b724b63a1 a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] Floating IP e19fabda-c531-4a18-9fe8-f44359682160 disassociated. External IP: 10.96.250.213, port: 3b62914b-a914-4b8b-8760-dfdf324e7ae8. [pid: 8|app: 0|req: 1356/2689] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:28:06 2026] DELETE /v2.0/ports/3b62914b-a914-4b8b-8760-dfdf324e7ae8 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:28:07.695 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62f1239f-223d-45a0-beb3-c31c47603a64'] response: {'server_uuid': 'da79ea09-e38d-4cee-a30d-d895c701eaba', 'name': 'network-vif-deleted', 'tag': '3b62914b-a914-4b8b-8760-dfdf324e7ae8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1334/2690] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:07 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => 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: 1357/2691] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:08 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => 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: 1335/2692] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:08 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => 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: 1359/2695] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:09 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => 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: 1337/2696] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:28:09 2026] GET /v2.0/networks?id=a648a301-714a-484a-96a6-3804146adadd => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2697] 199.204.45.49 () {34 vars in 1049 bytes} [Wed Jun 17 04:28:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f => generated 343 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2698] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:10 2026] GET /v2.0/ports?device_id=da79ea09-e38d-4cee-a30d-d895c701eaba => 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: 1338/2699] 199.204.45.49 () {38 vars in 954 bytes} [Wed Jun 17 04:28:10 2026] POST /v2.0/ports => generated 1082 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2700] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:28:10 2026] PUT /v2.0/ports/0f46b653-dbf5-4396-8a8c-f18a7cae7384 => generated 1243 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:28:10.896 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be25bb92-0a53-4271-8284-197966266490'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': '0f46b653-dbf5-4396-8a8c-f18a7cae7384', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1363/2701] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:28:11 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2702] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:11 2026] DELETE /v2.0/security-groups/747c9911-726a-4e83-bc52-fc8b731f46ab => 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: 1364/2703] 199.204.45.49 () {34 vars in 1017 bytes} [Wed Jun 17 04:28:11 2026] GET /v2.0/networks?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&shared=False => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:28:11.513 7 INFO neutron.api.v2.resource [None req-a7036acb-c489-423e-a266-8715301ff439 a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2704] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:28:11 2026] GET /v2.0/security-groups/747c9911-726a-4e83-bc52-fc8b731f46ab => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2705] 199.204.45.49 () {34 vars in 929 bytes} [Wed Jun 17 04:28:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:28:11.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-d87f5841-4333-425e-8666-d3f8ccae22fe a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] TaaS: Handle Delete Port: deeecf48-25d7-48b9-acfb-de597914872f 2026-06-17 04:28:11.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d87f5841-4333-425e-8666-d3f8ccae22fe a23df8b6f6b74d828bfee82af46a28a5 748927c82a024e90b96a0d9a81bf8b25 - - default default] Tap Mirror: Handle Delete Port: deeecf48-25d7-48b9-acfb-de597914872f [pid: 7|app: 0|req: 1341/2706] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:28:11 2026] DELETE /v2.0/floatingips/e19fabda-c531-4a18-9fe8-f44359682160 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2707] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:11 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2708] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:28:11 2026] GET /v2.0/security-groups?id=fb9777ea-fa59-480e-9d83-707e0c862ef7&fields=id&fields=name => generated 96 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2709] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:11 2026] DELETE /v2.0/security-groups/0aabdc18-d890-4d45-80c0-138fcfd4771f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2710] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:12 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:28:12.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a556bee-3882-4c06-aa42-40ecf706d8fb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: b46b8872-8f61-4db3-aa80-b7d21e786cc6 2026-06-17 04:28:12.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a556bee-3882-4c06-aa42-40ecf706d8fb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: b46b8872-8f61-4db3-aa80-b7d21e786cc6 [pid: 7|app: 0|req: 1345/2711] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:28:12 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2712] 199.204.45.49 () {34 vars in 1061 bytes} [Wed Jun 17 04:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.209&port_id=0f46b653-dbf5-4396-8a8c-f18a7cae7384 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2713] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:28:12 2026] GET /v2.0/subnets?id=f6bb0310-5f81-4bbd-903b-b52daf3058e5 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2714] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:28:12 2026] GET /v2.0/ports?network_id=a648a301-714a-484a-96a6-3804146adadd&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2715] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:28:12 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2716] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:28:12 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1367/2717] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:28:12 2026] PUT /v2.0/routers/aab1d28a-1a98-467e-a86c-c828b8a1210b/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:28:13.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-62eb3ba3-ed5b-4ae2-9f9a-c875f855dbac f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: d1ff157d-4624-4da8-972b-15a7e6f3932b 2026-06-17 04:28:13.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62eb3ba3-ed5b-4ae2-9f9a-c875f855dbac f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: d1ff157d-4624-4da8-972b-15a7e6f3932b 2026-06-17 04:28:13.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-62eb3ba3-ed5b-4ae2-9f9a-c875f855dbac f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 95396cb7-ea71-4375-a210-4d284b55477e 2026-06-17 04:28:13.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62eb3ba3-ed5b-4ae2-9f9a-c875f855dbac f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 95396cb7-ea71-4375-a210-4d284b55477e 2026-06-17 04:28:14.207 7 INFO neutron.db.l3_hamode_db [None req-62eb3ba3-ed5b-4ae2-9f9a-c875f855dbac f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network 62e3c66d-9ae4-490c-824c-315ae27f61bd was deleted as no HA routers are present in tenant 748927c82a024e90b96a0d9a81bf8b25. [pid: 7|app: 0|req: 1351/2718] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:28:13 2026] DELETE /v2.0/routers/aab1d28a-1a98-467e-a86c-c828b8a1210b => generated 0 bytes in 1014 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:28:14.241 7 INFO neutron.services.segments.plugin [-] Segment 9f488088-154a-45aa-a967-19e1fc0a46df resource provider aggregate not found 2026-06-17 04:28:14.248 7 INFO neutron.services.segments.plugin [-] Segment 9f488088-154a-45aa-a967-19e1fc0a46df resource provider aggregate not found 2026-06-17 04:28:14.259 7 INFO neutron.services.segments.plugin [-] Segment 9f488088-154a-45aa-a967-19e1fc0a46df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f488088-154a-45aa-a967-19e1fc0a46df found for delete ", "request_id": "req-358714fc-c5fc-4007-b884-23e3f961958d"}]} 2026-06-17 04:28:14.267 7 INFO neutron.services.segments.plugin [-] Segment 9f488088-154a-45aa-a967-19e1fc0a46df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f488088-154a-45aa-a967-19e1fc0a46df found for delete ", "request_id": "req-e4322873-5fe0-4df4-809c-3fef33822073"}]} [pid: 8|app: 0|req: 1368/2719] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:28:14 2026] DELETE /v2.0/subnets/37eed373-eb1a-4ad2-bb41-49cfd9d16a2c => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:28:14.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-89435876-7d45-4680-9647-7c40198b8014 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 6d8d3c92-2dee-4f52-9c09-9c3f6fd28c63 2026-06-17 04:28:14.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89435876-7d45-4680-9647-7c40198b8014 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 6d8d3c92-2dee-4f52-9c09-9c3f6fd28c63 [pid: 7|app: 0|req: 1352/2720] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:28:14 2026] DELETE /v2.0/networks/8de822e1-d3ed-4a08-8c62-162b9875e4de => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2721] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:14 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2722] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:28:14 2026] GET /v2.0/security-groups?id=fb9777ea-fa59-480e-9d83-707e0c862ef7&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2723] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:15 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:28:15.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f5ba99a-14d8-4b26-8fed-53aef214c88b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 5d0ae8c4-5d76-43f2-bc7d-4ba7411e2546 2026-06-17 04:28:15.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f5ba99a-14d8-4b26-8fed-53aef214c88b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 5d0ae8c4-5d76-43f2-bc7d-4ba7411e2546 [pid: 8|app: 0|req: 1369/2724] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:28:14 2026] PUT /v2.0/routers/11e8e7bc-3257-469b-86ee-62df0fb0855e/remove_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:28:16.091 7 INFO neutron_taas.services.taas.taas_plugin [None req-908c90fd-17b4-4391-8bc5-3f89ed91e8c3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 70b9e925-615c-4345-a029-260d121b5a66 2026-06-17 04:28:16.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-908c90fd-17b4-4391-8bc5-3f89ed91e8c3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 70b9e925-615c-4345-a029-260d121b5a66 2026-06-17 04:28:16.282 7 INFO neutron.services.segments.plugin [-] Segment 077812fe-4b26-42ec-a88c-1e59f4abb04f resource provider aggregate not found 2026-06-17 04:28:16.293 7 INFO neutron.services.segments.plugin [-] Segment 077812fe-4b26-42ec-a88c-1e59f4abb04f resource provider aggregate not found 2026-06-17 04:28:16.311 7 INFO neutron.services.segments.plugin [-] Segment 077812fe-4b26-42ec-a88c-1e59f4abb04f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 077812fe-4b26-42ec-a88c-1e59f4abb04f found for delete ", "request_id": "req-3b09991e-36ce-4cae-b6d9-2d772b2fc23a"}]} 2026-06-17 04:28:16.312 7 INFO neutron.services.segments.plugin [-] Segment 077812fe-4b26-42ec-a88c-1e59f4abb04f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 077812fe-4b26-42ec-a88c-1e59f4abb04f found for delete ", "request_id": "req-0daf7201-7fc3-4577-81c4-54a0e1b22cd5"}]} 2026-06-17 04:28:16.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-908c90fd-17b4-4391-8bc5-3f89ed91e8c3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 2e93b67f-8de3-4cee-b6bd-a3adba469517 2026-06-17 04:28:16.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-908c90fd-17b4-4391-8bc5-3f89ed91e8c3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 2e93b67f-8de3-4cee-b6bd-a3adba469517 2026-06-17 04:28:16.787 7 INFO neutron.db.l3_hamode_db [None req-908c90fd-17b4-4391-8bc5-3f89ed91e8c3 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] HA network da94d1c8-8010-4d79-828f-9d2671223eab was deleted as no HA routers are present in tenant 33c16d7c79b147c3b222475f38a77a4d. [pid: 7|app: 0|req: 1356/2725] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:28:15 2026] DELETE /v2.0/routers/11e8e7bc-3257-469b-86ee-62df0fb0855e => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2726] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:28:16 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2727] 199.204.45.49 () {34 vars in 1043 bytes} [Wed Jun 17 04:28:16 2026] GET /v2.0/security-groups?id=fb9777ea-fa59-480e-9d83-707e0c862ef7&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2728] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:28:16 2026] DELETE /v2.0/subnets/af6b2984-d562-40fc-bd3f-d7a38b711edc => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:28:17.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f5e13cb-b3c2-4f71-8700-af11275d2952 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 8716066d-43fe-4354-a923-e0616793a82d 2026-06-17 04:28:17.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f5e13cb-b3c2-4f71-8700-af11275d2952 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 8716066d-43fe-4354-a923-e0616793a82d [pid: 7|app: 0|req: 1359/2729] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:28:17 2026] DELETE /v2.0/networks/9b671575-17cd-488c-b7a3-39ef5434ff34 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2730] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:17 2026] GET /v2.0/security-groups?tenant_id=748927c82a024e90b96a0d9a81bf8b25&name=default => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2731] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:17 2026] DELETE /v2.0/security-groups/2e9a5e00-58ec-4b7a-8fb4-69393019b369 => 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: 1372/2732] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:17 2026] GET /v2.0/security-groups?tenant_id=33c16d7c79b147c3b222475f38a77a4d&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: 1361/2733] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:18 2026] DELETE /v2.0/security-groups/5eb28041-fe34-41c3-9141-41cf1b2884bf => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:28:18.331 7 INFO neutron.services.segments.plugin [-] Segment e2b9404d-c222-4f1c-a174-743f65d582a1 resource provider aggregate not found 2026-06-17 04:28:18.336 7 INFO neutron.services.segments.plugin [-] Segment e2b9404d-c222-4f1c-a174-743f65d582a1 resource provider aggregate not found 2026-06-17 04:28:18.351 7 INFO neutron.services.segments.plugin [-] Segment e2b9404d-c222-4f1c-a174-743f65d582a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b9404d-c222-4f1c-a174-743f65d582a1 found for delete ", "request_id": "req-33aa2ce6-b337-4225-8e9a-e75487faec08"}]} 2026-06-17 04:28:18.360 7 INFO neutron.services.segments.plugin [-] Segment e2b9404d-c222-4f1c-a174-743f65d582a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b9404d-c222-4f1c-a174-743f65d582a1 found for delete ", "request_id": "req-b92f54f6-3235-4745-89a7-bc4c73333406"}]} 2026-06-17 04:28:18.375 7 INFO neutron.services.segments.plugin [-] Segment e917746a-99f0-4a95-9817-353ce33c75ac resource provider aggregate not found 2026-06-17 04:28:18.386 7 INFO neutron.services.segments.plugin [-] Segment e917746a-99f0-4a95-9817-353ce33c75ac resource provider aggregate not found [pid: 8|app: 0|req: 1373/2734] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:18 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:28:18.401 7 INFO neutron.services.segments.plugin [-] Segment e917746a-99f0-4a95-9817-353ce33c75ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e917746a-99f0-4a95-9817-353ce33c75ac found for delete ", "request_id": "req-7b5d1fb3-05ce-45b6-807a-32fb3be898d5"}]} 2026-06-17 04:28:18.419 7 INFO neutron.services.segments.plugin [-] Segment e917746a-99f0-4a95-9817-353ce33c75ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e917746a-99f0-4a95-9817-353ce33c75ac found for delete ", "request_id": "req-1acb8067-399f-48ca-ac4e-aacb0c985e8f"}]} [pid: 7|app: 0|req: 1362/2735] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:28:18 2026] GET /v2.0/security-groups?id=fb9777ea-fa59-480e-9d83-707e0c862ef7&fields=id&fields=name => generated 96 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2736] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:18 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2737] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:21 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2738] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:28:21 2026] GET /v2.0/security-groups?id=fb9777ea-fa59-480e-9d83-707e0c862ef7&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2739] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:28:21 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2740] 10.0.0.73 () {34 vars in 677 bytes} [Wed Jun 17 04:28:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2741] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:28:21 2026] PUT /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/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: 1365/2742] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:21 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2743] 10.0.0.73 () {34 vars in 763 bytes} [Wed Jun 17 04:28:21 2026] PUT /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2744] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:21 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2745] 10.0.0.73 () {34 vars in 759 bytes} [Wed Jun 17 04:28:22 2026] PUT /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2746] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:22 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/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: 1380/2747] 10.0.0.73 () {34 vars in 781 bytes} [Wed Jun 17 04:28:22 2026] PUT /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2748] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:22 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2749] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:28:22 2026] PUT /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2750] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:22 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2751] 10.0.0.73 () {32 vars in 740 bytes} [Wed Jun 17 04:28:22 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:28:22.502 7 INFO neutron.api.v2.resource [None req-42849a3a-44a2-46da-94e8-7eca8284cebd ebadcf826c1d47c38c59c04f7e06e511 277050d2b61e4f44a45255e6bce89ff3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1370/2752] 10.0.0.73 () {32 vars in 744 bytes} [Wed Jun 17 04:28:22 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2753] 10.0.0.73 () {32 vars in 743 bytes} [Wed Jun 17 04:28:22 2026] DELETE /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2754] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:22 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:28:22.654 8 INFO neutron.api.v2.resource [None req-c1830f9b-f3bb-4832-b5e9-26b93d14c17c ebadcf826c1d47c38c59c04f7e06e511 277050d2b61e4f44a45255e6bce89ff3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1384/2755] 10.0.0.73 () {32 vars in 747 bytes} [Wed Jun 17 04:28:22 2026] DELETE /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/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: 1372/2756] 10.0.0.73 () {32 vars in 735 bytes} [Wed Jun 17 04:28:22 2026] DELETE /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => 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: 1385/2757] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:22 2026] GET /v2.0/policies/1597a25f-5390-44db-9495-802877efd025/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2758] 10.0.0.73 () {32 vars in 733 bytes} [Wed Jun 17 04:28:22 2026] DELETE /v2.0/qos/policies/1597a25f-5390-44db-9495-802877efd025 => 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: 1386/2759] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:23 2026] GET /v2.0/security-groups?tenant_id=277050d2b61e4f44a45255e6bce89ff3&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2762] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:23 2026] DELETE /v2.0/security-groups/4563f33c-8862-4a2e-a7ff-666413e7ae51 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2763] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:24 2026] GET /v2.0/security-groups?tenant_id=d39cdb3ca1c04aaea37f20d22be66a24&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: 1389/2764] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:24 2026] DELETE /v2.0/security-groups/e9981c7f-cb90-4209-91d4-9d861a790937 => 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: 1376/2765] 10.0.0.73 () {34 vars in 683 bytes} [Wed Jun 17 04:28:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2766] 10.0.0.73 () {34 vars in 766 bytes} [Wed Jun 17 04:28:28 2026] PUT /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2767] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:28:28 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2768] 10.0.0.73 () {34 vars in 777 bytes} [Wed Jun 17 04:28:28 2026] PUT /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2769] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:28:28 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/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: 1392/2770] 10.0.0.73 () {34 vars in 773 bytes} [Wed Jun 17 04:28:28 2026] PUT /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2771] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:28:28 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/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: 1393/2772] 10.0.0.73 () {34 vars in 795 bytes} [Wed Jun 17 04:28:28 2026] PUT /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2773] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:28:28 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2774] 10.0.0.73 () {34 vars in 766 bytes} [Wed Jun 17 04:28:28 2026] PUT /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2775] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:28:28 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2776] 10.0.0.73 () {32 vars in 754 bytes} [Wed Jun 17 04:28:28 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:28:28.985 7 INFO neutron.api.v2.resource [None req-cb293bb0-5f72-47c6-b3e4-50173a9a2ded 15020a65a29646e4ac0acca12293a0d9 b7fe6b171ed0433b8d81c5466b13e2c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2777] 10.0.0.73 () {32 vars in 758 bytes} [Wed Jun 17 04:28:28 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2778] 10.0.0.73 () {32 vars in 757 bytes} [Wed Jun 17 04:28:28 2026] DELETE /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags/red => 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: 1383/2779] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:28:29 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:28:29.150 8 INFO neutron.api.v2.resource [None req-857ca57c-e554-4396-84fa-c6a16e5ca536 15020a65a29646e4ac0acca12293a0d9 b7fe6b171ed0433b8d81c5466b13e2c3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1397/2780] 10.0.0.73 () {32 vars in 761 bytes} [Wed Jun 17 04:28:29 2026] DELETE /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/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: 1384/2781] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:28:29 2026] DELETE /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2782] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:28:29 2026] GET /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2783] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:29 2026] DELETE /v2.0/security-groups/497ec4c3-2f4f-4f3f-b1ae-10a8caa40a78 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2784] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:29 2026] GET /v2.0/security-groups?tenant_id=b7fe6b171ed0433b8d81c5466b13e2c3&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2785] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:30 2026] DELETE /v2.0/security-groups/a09f826e-0a11-446d-9fac-3a43f6388a90 => 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: 1400/2786] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:30 2026] GET /v2.0/security-groups?tenant_id=2d7f25ad3b554464bfb53345f35b087a&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2787] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:30 2026] DELETE /v2.0/security-groups/8a6153c4-0353-4f0f-b88e-c59969335af5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:28:34.388 8 INFO neutron.db.segments_db [None req-79b55f4e-21dd-47fa-886c-c0c03614f613 f7b7057dfde54d74b57e6e4caada1278 4b5c40c70af2466994cc3c4aeda0c248 - - default default] Added segment 3b3c172c-d0af-4795-82de-33ff0f936c48 of type vxlan for network f7456edd-472c-4a62-bfb6-a4d76c9423b0 [pid: 8|app: 0|req: 1401/2788] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:28:34 2026] POST /v2.0/networks => generated 612 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-17 04:28:34.549 7 INFO neutron.db.segments_db [None req-6e06ef83-ea46-489e-a7b2-6935c3a19db8 f7b7057dfde54d74b57e6e4caada1278 4b5c40c70af2466994cc3c4aeda0c248 - - default default] Added segment 4ebf77e4-a377-4a7f-a761-c469b91c8065 of type vxlan for network f1f0117e-b4e7-4658-9d13-2d34064c7962 [pid: 7|app: 0|req: 1388/2789] 10.0.0.73 () {34 vars in 669 bytes} [Wed Jun 17 04:28:34 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2790] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:28:34 2026] PUT /v2.0/networks/f7456edd-472c-4a62-bfb6-a4d76c9423b0/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2791] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:34 2026] GET /v2.0/networks/f7456edd-472c-4a62-bfb6-a4d76c9423b0/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2792] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:28:34 2026] PUT /v2.0/networks/f1f0117e-b4e7-4658-9d13-2d34064c7962/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2793] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:34 2026] GET /v2.0/networks/f1f0117e-b4e7-4658-9d13-2d34064c7962/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: 1404/2794] 10.0.0.73 () {34 vars in 752 bytes} [Wed Jun 17 04:28:34 2026] PUT /v2.0/networks/f1f0117e-b4e7-4658-9d13-2d34064c7962/tags => generated 12 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2795] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:34 2026] GET /v2.0/networks/f1f0117e-b4e7-4658-9d13-2d34064c7962/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: 1405/2796] 10.0.0.73 () {32 vars in 732 bytes} [Wed Jun 17 04:28:35 2026] GET /v2.0/networks/f7456edd-472c-4a62-bfb6-a4d76c9423b0/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:28:35.210 7 INFO neutron.services.segments.plugin [-] Segment 3b3c172c-d0af-4795-82de-33ff0f936c48 resource provider aggregate not found 2026-06-17 04:28:35.215 7 INFO neutron.services.segments.plugin [-] Segment 3b3c172c-d0af-4795-82de-33ff0f936c48 resource provider aggregate not found 2026-06-17 04:28:35.230 7 INFO neutron.services.segments.plugin [-] Segment 3b3c172c-d0af-4795-82de-33ff0f936c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b3c172c-d0af-4795-82de-33ff0f936c48 found for delete ", "request_id": "req-3cff3aa1-1c5c-405e-879d-6bd5872f118b"}]} [pid: 7|app: 0|req: 1392/2797] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:28:35 2026] DELETE /v2.0/networks/f7456edd-472c-4a62-bfb6-a4d76c9423b0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:28:35.246 7 INFO neutron.services.segments.plugin [-] Segment 3b3c172c-d0af-4795-82de-33ff0f936c48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b3c172c-d0af-4795-82de-33ff0f936c48 found for delete ", "request_id": "req-2e0feb06-5b07-4127-bf35-fed166247f64"}]} [pid: 8|app: 0|req: 1406/2798] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:28:35 2026] DELETE /v2.0/networks/f1f0117e-b4e7-4658-9d13-2d34064c7962 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:28:35.484 8 INFO neutron.services.segments.plugin [-] Segment 4ebf77e4-a377-4a7f-a761-c469b91c8065 resource provider aggregate not found 2026-06-17 04:28:35.494 8 INFO neutron.services.segments.plugin [-] Segment 4ebf77e4-a377-4a7f-a761-c469b91c8065 resource provider aggregate not found 2026-06-17 04:28:35.510 8 INFO neutron.services.segments.plugin [-] Segment 4ebf77e4-a377-4a7f-a761-c469b91c8065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ebf77e4-a377-4a7f-a761-c469b91c8065 found for delete ", "request_id": "req-75f78363-32cf-474d-9452-9cfb72424896"}]} 2026-06-17 04:28:35.511 8 INFO neutron.services.segments.plugin [-] Segment 4ebf77e4-a377-4a7f-a761-c469b91c8065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ebf77e4-a377-4a7f-a761-c469b91c8065 found for delete ", "request_id": "req-587b6bd8-31d2-468e-b893-94b5f7d0bce5"}]} [pid: 7|app: 0|req: 1393/2799] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:36 2026] GET /v2.0/security-groups?tenant_id=fb74321988e14990b05164ae728eba5d&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2800] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:36 2026] DELETE /v2.0/security-groups/6e24e908-f528-4cf6-9380-4292d8ae8731 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2801] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:36 2026] GET /v2.0/security-groups?tenant_id=4b5c40c70af2466994cc3c4aeda0c248&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2802] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:36 2026] DELETE /v2.0/security-groups/629282ef-e807-41bb-af4a-da5551d9bd66 => 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: 1396/2805] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:40 2026] GET /v2.0/security-groups?tenant_id=f60975494a7a4a4cb0656c04fa8e9c13&name=default => generated 2929 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2806] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:41 2026] DELETE /v2.0/security-groups/40ede4b8-f1a0-49fc-933c-c6a6e1504ad6 => 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: 1397/2807] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:28:41 2026] GET /v2.0/security-groups?tenant_id=adeeca8ff73e487e8986df2f4a2bd519&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2808] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:28:41 2026] DELETE /v2.0/security-groups/98429219-2a81-4acd-bd52-0493c94ffb50 => 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: 1399/2811] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:28:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2812] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:28:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2813] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:28:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2814] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:28:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2815] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:28:57 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1415/2816] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:28:57 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2817] 199.204.45.49 () {34 vars in 716 bytes} [Wed Jun 17 04:28:57 2026] POST /v2.0/ports => generated 1055 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2818] 10.0.0.15 () {34 vars in 970 bytes} [Wed Jun 17 04:28:58 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2819] 10.0.0.15 () {34 vars in 906 bytes} [Wed Jun 17 04:28:58 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2820] 199.204.45.49 () {34 vars in 1261 bytes} [Wed Jun 17 04:28:59 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2821] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:28:59 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2822] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:28:59 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1405/2823] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 17 04:28:59 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1055 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2824] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:28:59 2026] GET /v2.0/networks?id=5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2825] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:28:59 2026] PUT /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1245 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:29:00.456 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01f3d527-d2f6-4bf4-b363-af097bd3e05f'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': '6b6b90f6-01a1-4068-a332-fb9075350a84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1420/2826] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:00 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2827] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:29:01 2026] GET /v2.0/networks?id=5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2828] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:29:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1408/2829] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:01 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2830] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:01 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2831] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:01 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2832] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:01 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2833] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2834] 199.204.45.49 () {34 vars in 1061 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.209&port_id=0f46b653-dbf5-4396-8a8c-f18a7cae7384 => 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: 1411/2835] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/subnets?id=f6bb0310-5f81-4bbd-903b-b52daf3058e5 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2836] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/ports?network_id=a648a301-714a-484a-96a6-3804146adadd&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: 1412/2837] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1426/2838] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2839] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1427/2840] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2841] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&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: 1428/2842] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1415/2843] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:02 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1429/2844] 10.0.0.15 () {34 vars in 970 bytes} [Wed Jun 17 04:29:06 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1247 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2845] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 17 04:29:06 2026] PUT /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1272 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:29:07.128 8 INFO neutron.api.v2.resource [None req-709b891a-37a1-4518-94fd-639faaa713b8 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1430/2846] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/security-groups/lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:29:07.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62460ca2-5dbd-4469-9680-ddfed9ebdde5'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': '6b6b90f6-01a1-4068-a332-fb9075350a84', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1417/2847] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/security-groups?name=lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2848] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 17 04:29:07 2026] PUT /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1310 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:29:07.483 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d6539f1-3d26-4df8-9b1a-a0a0f5e41c43'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': '6b6b90f6-01a1-4068-a332-fb9075350a84', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1418/2849] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1419/2850] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:29:07 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: 1420/2851] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:29:07 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: 1421/2852] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:29:07 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: 1432/2853] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2854] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2855] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/networks?id=5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2856] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1423/2857] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2858] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2859] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2860] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2861] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2862] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1426/2863] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2864] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2865] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:07 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1428/2866] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:08 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1440/2869] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:09 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2870] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:29:09 2026] GET /v2.0/networks?id=5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2871] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:29:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1431/2872] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:09 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2873] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:09 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2874] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:09 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2875] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:09 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:29:14.673 7 INFO neutron.db.l3_db [None req-db747161-065d-4cc2-a728-61b79f689e62 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Floating IP c3d8a379-7825-471d-acd3-a3cb15c754ee associated. External IP: 10.96.250.203, port: 0421a776-2f7e-4322-a99d-47c4a473b008. [pid: 7|app: 0|req: 1433/2876] 10.0.0.73 () {34 vars in 676 bytes} [Wed Jun 17 04:29:13 2026] POST /v2.0/floatingips => generated 899 bytes in 1222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2877] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:29:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2878] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:29: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: 1445/2879] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:29:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2880] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:29:18 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-06-17 04:29:18.249 8 INFO neutron.api.v2.resource [None req-8ee8dbc5-03dc-4aaa-9c3b-ff6554929038 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1446/2881] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 04:29:18 2026] GET /v2.0/security-groups/lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2882] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 17 04:29:18 2026] GET /v2.0/security-groups?name=lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2883] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 17 04:29:18 2026] GET /v2.0/security-group-rules?security_group_id=4a95633e-a61e-44d2-9af1-4902b34deb65 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2884] 199.204.45.49 () {34 vars in 746 bytes} [Wed Jun 17 04:29:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2885] 199.204.45.49 () {34 vars in 746 bytes} [Wed Jun 17 04:29:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2888] 10.0.0.236 () {30 vars in 690 bytes} [Wed Jun 17 04:29:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2889] 10.0.0.236 () {30 vars in 692 bytes} [Wed Jun 17 04:29:27 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: 1440/2890] 10.0.0.236 () {30 vars in 668 bytes} [Wed Jun 17 04:29:27 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: 1451/2891] 10.0.0.236 () {30 vars in 704 bytes} [Wed Jun 17 04:29:27 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: 1441/2892] 10.0.0.236 () {28 vars in 439 bytes} [Wed Jun 17 04:29:27 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2893] 10.0.0.236 () {30 vars in 728 bytes} [Wed Jun 17 04:29:27 2026] GET /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 655 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2894] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:29:28 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: 1453/2895] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:29:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2896] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:29:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2897] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:29:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2898] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:28 2026] GET /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 673 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2899] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:29:28 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2900] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:29:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2901] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:29:28 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: 1446/2902] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:29:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2903] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:29:28 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: 1447/2904] 199.204.45.49 () {34 vars in 716 bytes} [Wed Jun 17 04:29:28 2026] POST /v2.0/ports => generated 1328 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2905] 10.0.0.15 () {34 vars in 970 bytes} [Wed Jun 17 04:29:29 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1328 bytes in 41 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: 1448/2906] 10.0.0.15 () {34 vars in 906 bytes} [Wed Jun 17 04:29:29 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: 1459/2907] 199.204.45.49 () {34 vars in 1261 bytes} [Wed Jun 17 04:29:30 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2908] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:30 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2909] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:30 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1450/2910] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 17 04:29:31 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2911] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:29:31 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => 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: 1451/2912] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:29:31 2026] PUT /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1518 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:29:31.714 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c3e8d62-49d9-4702-9843-50a1b07ebadc'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': '4b7afdec-b6e1-4a6d-b261-30b75ffe1417', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1462/2913] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4096 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1452/2914] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2915] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => 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: 1453/2916] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A373&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => 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: 1464/2917] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/subnets?id=d5a0dff8-ee8a-41c6-8c96-dcabd45182ea&id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 1409 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2918] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2919] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2920] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1466/2921] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:32 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1456/2922] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:33 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2923] 199.204.45.49 () {34 vars in 1061 bytes} [Wed Jun 17 04:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.209&port_id=0f46b653-dbf5-4396-8a8c-f18a7cae7384 => 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: 1457/2924] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:33 2026] GET /v2.0/subnets?id=f6bb0310-5f81-4bbd-903b-b52daf3058e5 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2925] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:33 2026] GET /v2.0/ports?network_id=a648a301-714a-484a-96a6-3804146adadd&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2926] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:33 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2927] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:33 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1459/2928] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1470/2929] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2930] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2931] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1461/2932] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1472/2933] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2934] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A373&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => 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: 1473/2935] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/subnets?id=d5a0dff8-ee8a-41c6-8c96-dcabd45182ea&id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 1409 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2936] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2937] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2938] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1475/2939] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:34 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2940] 10.0.0.15 () {34 vars in 970 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1520 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2941] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2942] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2943] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/subnets/d5a0dff8-ee8a-41c6-8c96-dcabd45182ea => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2944] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:29:38 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: 1478/2945] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:29:38 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: 1468/2946] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:29:38 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: 1479/2947] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:29:38 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: 1469/2948] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2949] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2952] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1346 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2953] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:38 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2954] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:29:39 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2955] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:29:39 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2956] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:39 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1485/2957] 10.0.0.236 () {30 vars in 690 bytes} [Wed Jun 17 04:29:48 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: 1473/2958] 10.0.0.236 () {30 vars in 692 bytes} [Wed Jun 17 04:29:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2959] 10.0.0.236 () {30 vars in 668 bytes} [Wed Jun 17 04:29:48 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: 1474/2960] 10.0.0.236 () {30 vars in 704 bytes} [Wed Jun 17 04:29: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: 8|app: 0|req: 1487/2961] 10.0.0.236 () {28 vars in 439 bytes} [Wed Jun 17 04:29:48 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: 1475/2962] 10.0.0.236 () {30 vars in 728 bytes} [Wed Jun 17 04:29:48 2026] GET /v2.0/subnets/68283625-479e-486a-ac96-a689d2880ed3 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2963] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:29:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2964] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:29:49 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: 1489/2965] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:29:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2966] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:29:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2967] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:49 2026] GET /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2968] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:29:49 2026] GET /v2.0/subnets/68283625-479e-486a-ac96-a689d2880ed3 => 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: 1491/2969] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:29:49 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4098 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2970] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:29:50 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: 1492/2971] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:29:50 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: 1480/2972] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:29:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2973] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:29:50 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: 1481/2974] 199.204.45.49 () {34 vars in 716 bytes} [Wed Jun 17 04:29:50 2026] POST /v2.0/ports => generated 1332 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2975] 10.0.0.15 () {34 vars in 970 bytes} [Wed Jun 17 04:29:50 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1332 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1482/2976] 199.204.45.49 () {34 vars in 1261 bytes} [Wed Jun 17 04:29:51 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2977] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:51 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1483/2978] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:51 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2979] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 17 04:29:52 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2980] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:29:52 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2981] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:29:52 2026] PUT /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1522 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:29:52.998 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91ea74b0-9759-4fc6-832b-ee969bb0030c'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': 'b4bb32ca-19ed-455e-833d-6b8ef1348930', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1485/2982] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 5612 bytes in 54 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: 1498/2983] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2984] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.238&port_id=b4bb32ca-19ed-455e-833d-6b8ef1348930 => 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: 1499/2985] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A252&port_id=b4bb32ca-19ed-455e-833d-6b8ef1348930 => 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: 1487/2986] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/subnets?id=68283625-479e-486a-ac96-a689d2880ed3&id=16ab193c-f4eb-4211-9da5-451ca545c653 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2987] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2988] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2991] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2992] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:53 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1502/2993] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:29:54 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 5612 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2994] 199.204.45.49 () {34 vars in 1061 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.209&port_id=0f46b653-dbf5-4396-8a8c-f18a7cae7384 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2995] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/subnets?id=f6bb0310-5f81-4bbd-903b-b52daf3058e5 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2996] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/ports?network_id=a648a301-714a-484a-96a6-3804146adadd&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: 1504/2997] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1494/2998] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1505/2999] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1495/3000] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1506/3001] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3002] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1507/3003] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1497/3004] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => 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: 1508/3005] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A373&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => 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: 1498/3006] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/subnets?id=d5a0dff8-ee8a-41c6-8c96-dcabd45182ea&id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 1409 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3007] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3008] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3009] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1500/3010] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1511/3011] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.238&port_id=b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3012] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A252&port_id=b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3013] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/subnets?id=68283625-479e-486a-ac96-a689d2880ed3&id=16ab193c-f4eb-4211-9da5-451ca545c653 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3014] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:55 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&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: 1513/3015] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:29:56 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3016] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:29:56 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1514/3017] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:29:56 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1504/3018] 10.0.0.15 () {34 vars in 970 bytes} [Wed Jun 17 04:30:00 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3019] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:00 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3020] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:00 2026] GET /v2.0/subnets/68283625-479e-486a-ac96-a689d2880ed3 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3021] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:00 2026] GET /v2.0/subnets/16ab193c-f4eb-4211-9da5-451ca545c653 => generated 747 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3022] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:00 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3023] 199.204.45.49 () {34 vars in 789 bytes} [Wed Jun 17 04:30:00 2026] PUT /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1255 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:30:00.893 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e599f28-1604-4a32-b004-e84e85c7cb79'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': '4b7afdec-b6e1-4a6d-b261-30b75ffe1417', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1507/3024] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:00 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881 => 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: 8|app: 0|req: 1518/3025] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:00 2026] GET /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3026] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3027] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3028] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3029] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:01 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: 1510/3030] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3031] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3032] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1522/3033] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1512/3034] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3035] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => 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: 1524/3036] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3037] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 5385 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3038] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => 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: 1514/3039] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => 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: 1526/3040] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/subnets?id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => 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: 1515/3041] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3042] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1516/3043] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:01 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1529/3046] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:13 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: 1518/3047] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3048] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3049] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:14 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: 1531/3050] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3051] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 5385 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3052] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:14 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: 1521/3053] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3054] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3055] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:14 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: 1534/3056] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3057] 199.204.45.49 () {34 vars in 789 bytes} [Wed Jun 17 04:30:14 2026] PUT /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1311 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:30:14.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1a9be00-d836-48ac-a9a8-1affaf930cd8'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': 'b4bb32ca-19ed-455e-833d-6b8ef1348930', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1535/3058] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 797 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: 1524/3059] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/subnets/16ab193c-f4eb-4211-9da5-451ca545c653 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3060] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:14 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1347 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3061] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 17 04:30:14 2026] PUT /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1080 bytes in 325 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: 1537/3062] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:15 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3063] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:15 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3064] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:15 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3065] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:30:15 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3066] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:15 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3067] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:15 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1528/3068] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:15 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3069] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:16 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:30:16.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c252195-913f-442c-b323-449904a7736e'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': 'b4bb32ca-19ed-455e-833d-6b8ef1348930', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1529/3070] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3071] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3072] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1543/3073] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3074] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3075] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3076] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3077] 199.204.45.49 () {34 vars in 1015 bytes} [Wed Jun 17 04:30:17 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3078] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:30:17 2026] PUT /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 917 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3079] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:18 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3869 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:30:18.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-0408d391-e1a5-45d4-9bb2-22a19421b903 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: b4bb32ca-19ed-455e-833d-6b8ef1348930 2026-06-17 04:30:18.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0408d391-e1a5-45d4-9bb2-22a19421b903 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: b4bb32ca-19ed-455e-833d-6b8ef1348930 [pid: 7|app: 0|req: 1534/3080] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 17 04:30:18 2026] DELETE /v2.0/ports/b4bb32ca-19ed-455e-833d-6b8ef1348930 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3081] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:19 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: 1535/3082] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:19 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: 1548/3083] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3084] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30: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: 1549/3085] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1537/3086] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3087] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1538/3088] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3089] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3090] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3091] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3092] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:19 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3869 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3093] 199.204.45.49 () {34 vars in 1225 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/networks?id=a648a301-714a-484a-96a6-3804146adadd&id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&id=fb258776-2f59-4e2e-9971-eeeba9921881&id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 3097 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3094] 199.204.45.49 () {34 vars in 1061 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.209&port_id=0f46b653-dbf5-4396-8a8c-f18a7cae7384 => 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: 1554/3095] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/subnets?id=f6bb0310-5f81-4bbd-903b-b52daf3058e5 => 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: 1542/3096] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/ports?network_id=a648a301-714a-484a-96a6-3804146adadd&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: 1555/3097] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1543/3098] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1556/3099] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1544/3100] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1557/3101] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3102] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1558/3103] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3104] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.168&port_id=4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => 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: 1559/3105] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/subnets?id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3106] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:20 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3107] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:21 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1548/3108] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:21 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1550/3111] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3112] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3113] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:25 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: 1563/3114] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:25 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: 1552/3115] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:25 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3116] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:25 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: 1553/3117] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3118] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:25 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: 1554/3119] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3120] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:25 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1291 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3121] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 17 04:30:25 2026] PUT /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1080 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:30:26.224 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17a09e9d-026e-40da-ba1d-ec8a7da10ec1'] response: {'name': 'network-changed', 'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'tag': '4b7afdec-b6e1-4a6d-b261-30b75ffe1417', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1567/3122] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:26 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881 => generated 798 bytes in 57 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: 1556/3123] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:26 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3124] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:26 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3125] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:26 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3126] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:30:26 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3127] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:26 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3128] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:26 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1559/3129] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:27 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3130] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 17 04:30:28 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3131] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:30:28 2026] GET /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3132] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:28 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 3694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3133] 199.204.45.49 () {34 vars in 1015 bytes} [Wed Jun 17 04:30:28 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3134] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:30:28 2026] PUT /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 917 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3135] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:29 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-17 04:30:30.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-80fea904-4201-426f-822f-adfe82fb1d4c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 4b7afdec-b6e1-4a6d-b261-30b75ffe1417 2026-06-17 04:30:30.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80fea904-4201-426f-822f-adfe82fb1d4c f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 4b7afdec-b6e1-4a6d-b261-30b75ffe1417 [pid: 8|app: 0|req: 1574/3136] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 17 04:30:30 2026] DELETE /v2.0/ports/4b7afdec-b6e1-4a6d-b261-30b75ffe1417 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3137] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:30 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: 1575/3138] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:30 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: 1564/3139] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:30 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: 1576/3140] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:30 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: 1565/3141] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3142] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => 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: 1566/3143] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3144] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3145] 199.204.45.49 () {30 vars in 742 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3146] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3147] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3148] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3149] 199.204.45.49 () {34 vars in 1145 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/networks?id=a648a301-714a-484a-96a6-3804146adadd&id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&id=fb258776-2f59-4e2e-9971-eeeba9921881 => generated 2311 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3150] 199.204.45.49 () {34 vars in 1061 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.209&port_id=0f46b653-dbf5-4396-8a8c-f18a7cae7384 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3151] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:30:30 2026] GET /v2.0/subnets?id=f6bb0310-5f81-4bbd-903b-b52daf3058e5 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3152] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/ports?network_id=a648a301-714a-484a-96a6-3804146adadd&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3153] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1583/3154] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1572/3155] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.69&port_id=6b6b90f6-01a1-4068-a332-fb9075350a84 => 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: 1584/3156] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/subnets?id=9e9b48ff-5555-4ffe-944a-92a474287368 => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3157] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/ports?network_id=5dea44a6-bdde-47fa-8fbb-adedf023e06a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3158] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1574/3159] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:31 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?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: 1587/3162] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:40 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: 1576/3163] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:40 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: 1588/3164] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:40 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: 1577/3165] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:40 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) 2026-06-17 04:30:40.468 8 INFO neutron.api.v2.resource [None req-a79fcaaa-6cb5-4bed-a018-45aa58f99fbb f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3166] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 04:30:40 2026] GET /v2.0/security-groups/lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3167] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 17 04:30:40 2026] GET /v2.0/security-groups?name=lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3168] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 17 04:30:40 2026] GET /v2.0/security-group-rules?security_group_id=4a95633e-a61e-44d2-9af1-4902b34deb65 => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3169] 199.204.45.49 () {32 vars in 788 bytes} [Wed Jun 17 04:30:40 2026] DELETE /v2.0/security-group-rules/262dffef-e641-4936-9d1a-1a8e6bf8576e => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3170] 199.204.45.49 () {32 vars in 788 bytes} [Wed Jun 17 04:30:40 2026] DELETE /v2.0/security-group-rules/88008e42-5009-4550-b4b3-0a5229694f49 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:30:44.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a40ba5d-01dc-4cd1-b28d-bbc816d704f6 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: e5947ba9-33ab-4f21-ab32-000f0bac31b0 2026-06-17 04:30:44.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a40ba5d-01dc-4cd1-b28d-bbc816d704f6 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: e5947ba9-33ab-4f21-ab32-000f0bac31b0 2026-06-17 04:30:44.401 7 INFO neutron.db.l3_db [None req-0a40ba5d-01dc-4cd1-b28d-bbc816d704f6 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Floating IP c3d8a379-7825-471d-acd3-a3cb15c754ee disassociated (deleted). External IP: 10.96.250.203, port: 0421a776-2f7e-4322-a99d-47c4a473b008. [pid: 7|app: 0|req: 1580/3171] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:30:44 2026] DELETE /v2.0/floatingips/c3d8a379-7825-471d-acd3-a3cb15c754ee => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:30:44.750 8 INFO neutron.api.v2.resource [None req-251b5f52-78a1-41c0-848a-9e542b15a92b 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3172] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:30:44 2026] GET /v2.0/floatingips/c3d8a379-7825-471d-acd3-a3cb15c754ee => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3173] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:45 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: 1593/3174] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:45 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: 1582/3175] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:45 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: 1594/3176] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:45 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-06-17 04:30:45.567 7 INFO neutron.api.v2.resource [None req-7a067786-a025-43b6-8633-7ed535e1e8b9 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3177] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 04:30:45 2026] GET /v2.0/security-groups/lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3178] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 17 04:30:45 2026] GET /v2.0/security-groups?name=lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3179] 199.204.45.49 () {30 vars in 814 bytes} [Wed Jun 17 04:30:45 2026] GET /v2.0/security-group-rules?security_group_id=4a95633e-a61e-44d2-9af1-4902b34deb65 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3180] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:45 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: 1585/3181] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3182] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:45 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: 1586/3183] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:45 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: 1598/3184] 199.204.45.49 () {30 vars in 740 bytes} [Wed Jun 17 04:30:45 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => 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: 1587/3185] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:45 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => 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: 1599/3186] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:45 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3187] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:46 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3188] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:47 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3189] 199.204.45.49 () {34 vars in 974 bytes} [Wed Jun 17 04:30:48 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3190] 199.204.45.49 () {34 vars in 1059 bytes} [Wed Jun 17 04:30:48 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3191] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:48 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3192] 199.204.45.49 () {34 vars in 1015 bytes} [Wed Jun 17 04:30:48 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3193] 199.204.45.49 () {38 vars in 1027 bytes} [Wed Jun 17 04:30:48 2026] PUT /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1147 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3194] 199.204.45.49 () {30 vars in 768 bytes} [Wed Jun 17 04:30:49 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1603/3195] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 17 04:30:49 2026] PUT /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1086 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3196] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:49 2026] GET /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 1086 bytes in 64 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-06-17 04:30:49.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-a39d7cb2-5510-4429-967e-cdebadf0eb0b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 6b6b90f6-01a1-4068-a332-fb9075350a84 2026-06-17 04:30:49.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39d7cb2-5510-4429-967e-cdebadf0eb0b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 6b6b90f6-01a1-4068-a332-fb9075350a84 [pid: 8|app: 0|req: 1604/3197] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 17 04:30:49 2026] DELETE /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3198] 199.204.45.49 () {30 vars in 702 bytes} [Wed Jun 17 04:30:50 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: 1605/3199] 199.204.45.49 () {30 vars in 704 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3200] 199.204.45.49 () {30 vars in 680 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3201] 199.204.45.49 () {30 vars in 716 bytes} [Wed Jun 17 04:30:50 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-06-17 04:30:50.172 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8427404d-f374-4138-b45c-708fd0eff706 f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3202] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/ports?tenant_id=8e49c1dced6b4c0c90d74ed5be801a2f&device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3203] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 17 04:30:50 2026] DELETE /v2.0/ports/6b6b90f6-01a1-4068-a332-fb9075350a84 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3204] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3205] 199.204.45.49 () {34 vars in 1065 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/networks?id=a648a301-714a-484a-96a6-3804146adadd&id=5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 1524 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:30:50.257 7 INFO neutron.api.v2.resource [None req-db4420cc-df2d-4361-962e-43487b09a1ab f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3206] 199.204.45.49 () {30 vars in 762 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/security-groups/lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3207] 199.204.45.49 () {34 vars in 1061 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.209&port_id=0f46b653-dbf5-4396-8a8c-f18a7cae7384 => 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: 1600/3208] 199.204.45.49 () {30 vars in 784 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/security-groups?name=lb-fa3e85b6-bb51-4ec7-9b13-0b243ae6461a => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3209] 199.204.45.49 () {34 vars in 983 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/subnets?id=f6bb0310-5f81-4bbd-903b-b52daf3058e5 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3210] 199.204.45.49 () {30 vars in 736 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => 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: 1601/3211] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/ports?network_id=a648a301-714a-484a-96a6-3804146adadd&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: 1611/3212] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?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: 1612/3213] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:50 2026] GET /v2.0/networks/a648a301-714a-484a-96a6-3804146adadd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3214] 199.204.45.49 () {34 vars in 788 bytes} [Wed Jun 17 04:30:50 2026] PUT /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 1094 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3215] 199.204.45.49 () {32 vars in 778 bytes} [Wed Jun 17 04:30:50 2026] DELETE /v2.0/security-groups/4a95633e-a61e-44d2-9af1-4902b34deb65 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:30:50.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-41e72153-5fe0-44e4-89d0-97c4985b074b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 0421a776-2f7e-4322-a99d-47c4a473b008 2026-06-17 04:30:50.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41e72153-5fe0-44e4-89d0-97c4985b074b f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 0421a776-2f7e-4322-a99d-47c4a473b008 [pid: 7|app: 0|req: 1603/3216] 199.204.45.49 () {32 vars in 758 bytes} [Wed Jun 17 04:30:50 2026] DELETE /v2.0/ports/0421a776-2f7e-4322-a99d-47c4a473b008 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3219] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:30:53 2026] GET /v2.0/ports?device_id=e420e9e4-943e-4340-b623-0e05a1f21ba9 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:30:54.116 7 INFO neutron_taas.services.taas.taas_plugin [req-791f33db-7b49-4d07-9fbf-b4f015399214 req-ff63c4a7-b6b2-410b-9239-af89d9562ffd f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] TaaS: Handle Delete Port: 0f46b653-dbf5-4396-8a8c-f18a7cae7384 2026-06-17 04:30:54.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-791f33db-7b49-4d07-9fbf-b4f015399214 req-ff63c4a7-b6b2-410b-9239-af89d9562ffd f5ef500ab76e43dc937acb4ac7104f7c 8e49c1dced6b4c0c90d74ed5be801a2f - - default default] Tap Mirror: Handle Delete Port: 0f46b653-dbf5-4396-8a8c-f18a7cae7384 [pid: 7|app: 0|req: 1605/3220] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:30:54 2026] DELETE /v2.0/ports/0f46b653-dbf5-4396-8a8c-f18a7cae7384 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:30:54.330 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39084309-334e-4acc-ba41-c7d656adb38e'] response: {'server_uuid': 'e420e9e4-943e-4340-b623-0e05a1f21ba9', 'name': 'network-vif-deleted', 'tag': '0f46b653-dbf5-4396-8a8c-f18a7cae7384', 'status': 'completed', 'code': 200} 2026-06-17 04:30:55.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cde06f4-78d6-4d40-aa40-367c6a104375 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: 1c0faecc-d966-4bc2-97aa-0d1075ca6411 2026-06-17 04:30:55.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cde06f4-78d6-4d40-aa40-367c6a104375 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: 1c0faecc-d966-4bc2-97aa-0d1075ca6411 2026-06-17 04:30:55.322 8 INFO neutron.db.l3_db [None req-6cde06f4-78d6-4d40-aa40-367c6a104375 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Floating IP 7766e752-e71d-4a69-9783-f16ba64bcdfa disassociated (deleted). External IP: 10.96.250.218, port: fba43833-d53a-4290-a6f8-4de67791c5af. [pid: 8|app: 0|req: 1616/3221] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:30:55 2026] DELETE /v2.0/floatingips/7766e752-e71d-4a69-9783-f16ba64bcdfa => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:30:55.681 7 INFO neutron.api.v2.resource [None req-aef1e1b2-d6de-4dce-8cd8-b215232ca7aa 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3222] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:30:55 2026] GET /v2.0/floatingips/7766e752-e71d-4a69-9783-f16ba64bcdfa => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:30:55.697 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e248b6f2-a1ff-4981-aba0-f177cc309d3a'] response: {'name': 'network-changed', 'server_uuid': '8dfed7fd-3b84-4ba9-bfb5-e55478f7da39', 'tag': 'fba43833-d53a-4290-a6f8-4de67791c5af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1617/3223] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:30:55 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1204 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3224] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:30:55 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3225] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3226] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/networks?id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3227] 199.204.45.49 () {34 vars in 1057 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.129&port_id=fba43833-d53a-4290-a6f8-4de67791c5af => 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: 1609/3228] 199.204.45.49 () {34 vars in 1105 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A308&port_id=fba43833-d53a-4290-a6f8-4de67791c5af => 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: 1620/3229] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/subnets?id=68283625-479e-486a-ac96-a689d2880ed3&id=16ab193c-f4eb-4211-9da5-451ca545c653 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3230] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&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: 1621/3231] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/ports?network_id=f8815e9a-05e1-42cb-a097-a8ac66e5ce20&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: 1611/3232] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?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: 1622/3233] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:30:56 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3234] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:30:58 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 1204 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:30:58.521 8 INFO neutron_taas.services.taas.taas_plugin [req-1a79fec2-7bc2-4c0d-acec-ff30bef5e7c8 req-9cf67b2f-1499-4227-aa1f-4092129cd13f 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: fba43833-d53a-4290-a6f8-4de67791c5af 2026-06-17 04:30:58.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1a79fec2-7bc2-4c0d-acec-ff30bef5e7c8 req-9cf67b2f-1499-4227-aa1f-4092129cd13f 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: fba43833-d53a-4290-a6f8-4de67791c5af [pid: 8|app: 0|req: 1623/3235] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:30:58 2026] DELETE /v2.0/ports/fba43833-d53a-4290-a6f8-4de67791c5af => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:30:58.763 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88d79bc2-ab3f-4a67-b266-d49b914c60ce'] response: {'server_uuid': '8dfed7fd-3b84-4ba9-bfb5-e55478f7da39', 'name': 'network-vif-deleted', 'tag': 'fba43833-d53a-4290-a6f8-4de67791c5af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1613/3236] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:31:01 2026] GET /v2.0/ports?device_id=8dfed7fd-3b84-4ba9-bfb5-e55478f7da39 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-17 04:31:06.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-645268ba-e35d-49ea-936e-409fcfab78e5 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: 0d29b52f-7c2a-4305-9b51-39c0167d8a61 2026-06-17 04:31:06.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-645268ba-e35d-49ea-936e-409fcfab78e5 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: 0d29b52f-7c2a-4305-9b51-39c0167d8a61 2026-06-17 04:31:06.552 8 INFO neutron.db.l3_db [None req-645268ba-e35d-49ea-936e-409fcfab78e5 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Floating IP 37809c28-5b66-4dd9-8f29-0bf62baa7f4d disassociated (deleted). External IP: 10.96.250.208, port: 3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4. [pid: 8|app: 0|req: 1624/3237] 10.0.0.73 () {32 vars in 731 bytes} [Wed Jun 17 04:31:06 2026] DELETE /v2.0/floatingips/37809c28-5b66-4dd9-8f29-0bf62baa7f4d => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:06.942 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9161217-6b0e-4f6e-846c-10bc26487079'] response: {'name': 'network-changed', 'server_uuid': 'd83c8e71-8ebc-4a39-bfb2-d482a21e992a', 'tag': '3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4', 'status': 'completed', 'code': 200} 2026-06-17 04:31:06.944 7 INFO neutron.api.v2.resource [None req-541cb36f-535e-49ff-854d-42fbf36d4dd5 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3238] 10.0.0.73 () {32 vars in 728 bytes} [Wed Jun 17 04:31:06 2026] GET /v2.0/floatingips/37809c28-5b66-4dd9-8f29-0bf62baa7f4d => generated 144 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3239] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3240] 10.0.0.15 () {34 vars in 1039 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/security-groups?id=98c2b119-1b09-4aea-8c7b-01f52a6ff57a&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3241] 199.204.45.49 () {34 vars in 1079 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/ports?tenant_id=17525195f09d419c9c2fccaa23b7431d&device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3242] 199.204.45.49 () {34 vars in 985 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/networks?id=fb258776-2f59-4e2e-9971-eeeba9921881 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3243] 199.204.45.49 () {34 vars in 1055 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.48&port_id=3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => 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: 1617/3244] 199.204.45.49 () {34 vars in 1103 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bd&port_id=3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => 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: 1628/3245] 199.204.45.49 () {34 vars in 1063 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/subnets?id=d5a0dff8-ee8a-41c6-8c96-dcabd45182ea&id=ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3246] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3247] 199.204.45.49 () {34 vars in 1051 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/ports?network_id=fb258776-2f59-4e2e-9971-eeeba9921881&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3248] 199.204.45.49 () {34 vars in 1011 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?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: 1630/3249] 199.204.45.49 () {34 vars in 1111 bytes} [Wed Jun 17 04:31:07 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3252] 199.204.45.49 () {34 vars in 993 bytes} [Wed Jun 17 04:31:09 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => generated 1196 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-17 04:31:09.750 8 INFO neutron_taas.services.taas.taas_plugin [req-d52cffca-fa83-4208-99e2-55650a7fa77f req-be659041-0203-45fc-a1ed-67b1ce6fdaf5 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: 3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 2026-06-17 04:31:09.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d52cffca-fa83-4208-99e2-55650a7fa77f req-be659041-0203-45fc-a1ed-67b1ce6fdaf5 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: 3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 [pid: 8|app: 0|req: 1632/3253] 199.204.45.49 () {36 vars in 996 bytes} [Wed Jun 17 04:31:09 2026] DELETE /v2.0/ports/3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:10.014 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25f5ab2a-b16d-49f4-8106-b92127b1903c'] response: {'server_uuid': 'd83c8e71-8ebc-4a39-bfb2-d482a21e992a', 'name': 'network-vif-deleted', 'tag': '3494d7ac-8c89-4a6e-8d89-c3ed3c21cbe4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1622/3254] 10.0.0.15 () {34 vars in 989 bytes} [Wed Jun 17 04:31:12 2026] GET /v2.0/ports?device_id=d83c8e71-8ebc-4a39-bfb2-d482a21e992a => 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: 1633/3255] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:17 2026] DELETE /v2.0/security-group-rules/7025059a-da12-4386-8c2c-d24c1b4657f6 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:17.490 7 INFO neutron.api.v2.resource [None req-a01c7fbf-ebb0-40e4-b3de-9795762f28c6 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3256] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:17 2026] GET /v2.0/security-group-rules/7025059a-da12-4386-8c2c-d24c1b4657f6 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3257] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:17 2026] DELETE /v2.0/security-group-rules/76b840ea-1ea0-4eaf-9b93-77e018c9a2bb => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:17.589 7 INFO neutron.api.v2.resource [None req-84a22b1d-21c6-4b7e-a0b2-267ad0cc6388 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3258] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:17 2026] GET /v2.0/security-group-rules/76b840ea-1ea0-4eaf-9b93-77e018c9a2bb => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3259] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:17 2026] DELETE /v2.0/security-group-rules/7f0732e1-7dd6-4157-9b59-9d1002f46f29 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:17.683 7 INFO neutron.api.v2.resource [None req-1ebdbaf8-2d69-4116-b11f-aa04e103d776 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3260] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:17 2026] GET /v2.0/security-group-rules/7f0732e1-7dd6-4157-9b59-9d1002f46f29 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3261] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:17 2026] DELETE /v2.0/security-group-rules/587c5238-820f-47f6-9fa3-5fe9e0f2ce0c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:17.774 7 INFO neutron.api.v2.resource [None req-30c3dd5e-610c-41a7-aa18-29b7947538cf 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3262] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:17 2026] GET /v2.0/security-group-rules/587c5238-820f-47f6-9fa3-5fe9e0f2ce0c => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3263] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:17 2026] DELETE /v2.0/security-group-rules/c71d24fe-f82b-413f-972d-6cd23b5c2ba1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:17.881 7 INFO neutron.api.v2.resource [None req-d6b9eb22-7fa7-4071-bb42-6bc8251b5949 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3264] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:17 2026] GET /v2.0/security-group-rules/c71d24fe-f82b-413f-972d-6cd23b5c2ba1 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3265] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:17 2026] DELETE /v2.0/security-group-rules/70ed5ef5-3f37-4628-addd-b1fa0228f505 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:17.989 7 INFO neutron.api.v2.resource [None req-134690d2-5f06-4338-a1d1-50eb00a8f305 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3266] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:17 2026] GET /v2.0/security-group-rules/70ed5ef5-3f37-4628-addd-b1fa0228f505 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3267] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:17 2026] DELETE /v2.0/security-group-rules/8eb3a247-af77-4b33-854f-bb534032c278 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:18.078 7 INFO neutron.api.v2.resource [None req-2398c360-3cbb-443a-ba76-06cf086bcfc0 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3268] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:18 2026] GET /v2.0/security-group-rules/8eb3a247-af77-4b33-854f-bb534032c278 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3269] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:18 2026] DELETE /v2.0/security-group-rules/a518957d-2358-48d3-802c-7922388630d0 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:18.159 7 INFO neutron.api.v2.resource [None req-fe9d56fd-8709-4542-ad52-637028aba26b 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3270] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:18 2026] GET /v2.0/security-group-rules/a518957d-2358-48d3-802c-7922388630d0 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3271] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:18 2026] DELETE /v2.0/security-group-rules/f10405fa-f60d-47c0-8aa3-4c8d9a7f0050 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:18.265 7 INFO neutron.api.v2.resource [None req-d78f16b4-637f-445a-b90b-ac322e9a75b1 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3272] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:18 2026] GET /v2.0/security-group-rules/f10405fa-f60d-47c0-8aa3-4c8d9a7f0050 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3273] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:18 2026] DELETE /v2.0/security-group-rules/55f0b419-e503-4420-b548-9443077391be => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:18.368 7 INFO neutron.api.v2.resource [None req-8ce278a2-b4d9-46a2-b78b-3dd49ebaa1c2 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3274] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:18 2026] GET /v2.0/security-group-rules/55f0b419-e503-4420-b548-9443077391be => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3275] 10.0.0.73 () {32 vars in 749 bytes} [Wed Jun 17 04:31:18 2026] DELETE /v2.0/security-group-rules/d752502c-108e-4c71-b7bc-14cf959d46f3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:18.466 7 INFO neutron.api.v2.resource [None req-35e3e040-cf2a-447b-84c6-8665099354bc 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3276] 10.0.0.73 () {32 vars in 746 bytes} [Wed Jun 17 04:31:18 2026] GET /v2.0/security-group-rules/d752502c-108e-4c71-b7bc-14cf959d46f3 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3277] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:18 2026] DELETE /v2.0/security-groups/98c2b119-1b09-4aea-8c7b-01f52a6ff57a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:18.584 7 INFO neutron.api.v2.resource [None req-94a2b907-9692-43a2-b83c-a5f9dca3e254 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3278] 10.0.0.73 () {32 vars in 736 bytes} [Wed Jun 17 04:31:18 2026] GET /v2.0/security-groups/98c2b119-1b09-4aea-8c7b-01f52a6ff57a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:19.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-4001b47b-10d7-45cf-ab27-5e3b552b6d06 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: bfaf143d-ce33-41a7-8773-1c4d2efdd766 2026-06-17 04:31:19.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4001b47b-10d7-45cf-ab27-5e3b552b6d06 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: bfaf143d-ce33-41a7-8773-1c4d2efdd766 [pid: 8|app: 0|req: 1645/3279] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:31:18 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:31:19.827 7 INFO neutron.api.v2.resource [None req-cb1b3e07-e1bc-479a-8c1c-0420c2a45d66 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3280] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:31:19 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/remove_router_interface => generated 198 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:20.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-0202e3ce-e51c-42a8-9e33-5d612bb4d71d 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: 2edac3b7-dd56-481e-9464-65f8b5e888b0 2026-06-17 04:31:20.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0202e3ce-e51c-42a8-9e33-5d612bb4d71d 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: 2edac3b7-dd56-481e-9464-65f8b5e888b0 [pid: 8|app: 0|req: 1646/3281] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:31:19 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:31:21.064 7 INFO neutron.api.v2.resource [None req-29224ce3-3d16-4c3f-91b6-356d7bb4ab5b 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3282] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:31:20 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/remove_router_interface => generated 198 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:21.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9e449bc-dbed-48f1-bf6e-8c3631d74e5c 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: efdea0b6-967c-4bbc-ba25-0aaa103f79c2 2026-06-17 04:31:21.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9e449bc-dbed-48f1-bf6e-8c3631d74e5c 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: efdea0b6-967c-4bbc-ba25-0aaa103f79c2 [pid: 8|app: 0|req: 1647/3283] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:31:21 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-17 04:31:22.256 7 INFO neutron.api.v2.resource [None req-4efb8eda-7f7e-4b64-b628-bb425a7fd3ab 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3284] 10.0.0.73 () {34 vars in 788 bytes} [Wed Jun 17 04:31:22 2026] PUT /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167/remove_router_interface => generated 198 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:22.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dab7fb4-e4f8-4201-8692-3bf11bcc950a 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: f7187cd0-0c2f-448f-9785-d25b9c4d0732 2026-06-17 04:31:22.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dab7fb4-e4f8-4201-8692-3bf11bcc950a 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: f7187cd0-0c2f-448f-9785-d25b9c4d0732 2026-06-17 04:31:22.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dab7fb4-e4f8-4201-8692-3bf11bcc950a 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: 68d62f4d-a32e-4e45-9abc-6abae4117592 2026-06-17 04:31:22.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dab7fb4-e4f8-4201-8692-3bf11bcc950a 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: 68d62f4d-a32e-4e45-9abc-6abae4117592 2026-06-17 04:31:23.161 8 INFO neutron.services.segments.plugin [-] Segment 2380ec03-e9b7-47e4-b5c2-c47dccadac7a resource provider aggregate not found 2026-06-17 04:31:23.167 8 INFO neutron.services.segments.plugin [-] Segment 2380ec03-e9b7-47e4-b5c2-c47dccadac7a resource provider aggregate not found 2026-06-17 04:31:23.182 8 INFO neutron.services.segments.plugin [-] Segment 2380ec03-e9b7-47e4-b5c2-c47dccadac7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2380ec03-e9b7-47e4-b5c2-c47dccadac7a found for delete ", "request_id": "req-f7ddb3d6-d7b8-4f5b-8cce-87cecc5324df"}]} 2026-06-17 04:31:23.185 8 INFO neutron.services.segments.plugin [-] Segment 2380ec03-e9b7-47e4-b5c2-c47dccadac7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2380ec03-e9b7-47e4-b5c2-c47dccadac7a found for delete ", "request_id": "req-7f054dda-ccbb-46f2-a7a0-5b14cacbd01d"}]} 2026-06-17 04:31:23.192 8 INFO neutron.db.l3_hamode_db [None req-3dab7fb4-e4f8-4201-8692-3bf11bcc950a 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] HA network b61c34fb-a41f-41aa-b755-25e4c99c6235 was deleted as no HA routers are present in tenant 17525195f09d419c9c2fccaa23b7431d. [pid: 8|app: 0|req: 1648/3285] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:31:22 2026] DELETE /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167 => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-17 04:31:23.232 7 INFO neutron.api.v2.resource [None req-8d0753d7-0337-46d5-bb0a-a0b475316789 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3286] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:31:23 2026] GET /v2.0/routers/8e505509-dc6c-4921-97d8-820a2e5e9167 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3287] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:31:23 2026] DELETE /v2.0/subnets/16ab193c-f4eb-4211-9da5-451ca545c653 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:23.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-006160d7-c9c0-400b-bcc9-fcc9d6763779 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3288] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:31:23 2026] GET /v2.0/subnets/16ab193c-f4eb-4211-9da5-451ca545c653 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3289] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:31:23 2026] DELETE /v2.0/subnets/68283625-479e-486a-ac96-a689d2880ed3 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:23.615 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75e4f616-beee-4ef9-9ae9-cd4780c2c097 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3290] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:31:23 2026] GET /v2.0/subnets/68283625-479e-486a-ac96-a689d2880ed3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:23.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-d967fd77-ae2d-40d2-979b-b60e7845917b 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: bda1f1c5-81f5-4900-91a8-ccc3f0188c1e 2026-06-17 04:31:23.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d967fd77-ae2d-40d2-979b-b60e7845917b 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: bda1f1c5-81f5-4900-91a8-ccc3f0188c1e [pid: 8|app: 0|req: 1651/3293] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:31:23 2026] DELETE /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:24.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7c4e437-0f43-4c75-831a-d8fb096069f7 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3294] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:31:24 2026] GET /v2.0/networks/f8815e9a-05e1-42cb-a097-a8ac66e5ce20 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3295] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:31:24 2026] DELETE /v2.0/subnets/d5a0dff8-ee8a-41c6-8c96-dcabd45182ea => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:24.759 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6606b4cc-b7f5-4881-ad8a-a92e0ba6dacf 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3296] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:31:24 2026] GET /v2.0/subnets/d5a0dff8-ee8a-41c6-8c96-dcabd45182ea => 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: 1653/3297] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:31:24 2026] DELETE /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:24.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8aca03b0-81f1-4c5c-8b44-1f6c9f74fec5 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3298] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:31:24 2026] GET /v2.0/subnets/ed2c4758-2bce-4538-9d0c-5538c5cd80b8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:25.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ebcbcd2-a8ce-43c0-bb00-a821475d7004 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: eae6d44a-c1d2-4b55-92c0-cc43ac2cfb2d 2026-06-17 04:31:25.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ebcbcd2-a8ce-43c0-bb00-a821475d7004 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: eae6d44a-c1d2-4b55-92c0-cc43ac2cfb2d 2026-06-17 04:31:25.218 8 INFO neutron.services.segments.plugin [-] Segment 4125b0d9-3282-41bf-845f-78a2f5c23f85 resource provider aggregate not found 2026-06-17 04:31:25.227 8 INFO neutron.services.segments.plugin [-] Segment 4125b0d9-3282-41bf-845f-78a2f5c23f85 resource provider aggregate not found 2026-06-17 04:31:25.244 8 INFO neutron.services.segments.plugin [-] Segment 4125b0d9-3282-41bf-845f-78a2f5c23f85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4125b0d9-3282-41bf-845f-78a2f5c23f85 found for delete ", "request_id": "req-aa53b16e-1288-4ffb-8c2f-5648998cad31"}]} 2026-06-17 04:31:25.249 8 INFO neutron.services.segments.plugin [-] Segment 4125b0d9-3282-41bf-845f-78a2f5c23f85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4125b0d9-3282-41bf-845f-78a2f5c23f85 found for delete ", "request_id": "req-2660a8db-e258-4f62-b275-4ba7fad58b23"}]} [pid: 8|app: 0|req: 1654/3299] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:31:24 2026] DELETE /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:25.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-001aa495-3691-4f01-b6d0-58c3778f7a1d 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3300] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:31:25 2026] GET /v2.0/networks/fb258776-2f59-4e2e-9971-eeeba9921881 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3301] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:31:25 2026] DELETE /v2.0/subnets/8ae25e2d-fdc8-4e3f-ac1f-fb2f73c3a1f9 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:25.545 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf7fb18b-760a-4a75-a965-aa25c0a4459c 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3302] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:31:25 2026] GET /v2.0/subnets/8ae25e2d-fdc8-4e3f-ac1f-fb2f73c3a1f9 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3303] 10.0.0.73 () {32 vars in 723 bytes} [Wed Jun 17 04:31:25 2026] DELETE /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:25.745 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67cd1f46-1f4f-4b4d-9ab0-76c5d915b7ab 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3304] 10.0.0.73 () {32 vars in 720 bytes} [Wed Jun 17 04:31:25 2026] GET /v2.0/subnets/9e9b48ff-5555-4ffe-944a-92a474287368 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:25.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e0cf65d-9f79-419a-966f-031029e4b903 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] TaaS: Handle Delete Port: 93202e72-1f22-4d41-ac9b-9138c2fb0a66 2026-06-17 04:31:25.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e0cf65d-9f79-419a-966f-031029e4b903 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] Tap Mirror: Handle Delete Port: 93202e72-1f22-4d41-ac9b-9138c2fb0a66 [pid: 8|app: 0|req: 1657/3305] 10.0.0.73 () {32 vars in 725 bytes} [Wed Jun 17 04:31:25 2026] DELETE /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-17 04:31:26.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-590a5788-e171-4495-9d17-46bf96867f85 0ab20b6de9b64ed0a93b2293a9d36bfa 17525195f09d419c9c2fccaa23b7431d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3306] 10.0.0.73 () {32 vars in 722 bytes} [Wed Jun 17 04:31:26 2026] GET /v2.0/networks/5dea44a6-bdde-47fa-8fbb-adedf023e06a => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-17 04:31:27.267 8 INFO neutron.services.segments.plugin [-] Segment 666e0fe9-1267-4f7c-b02d-16b066e450ea resource provider aggregate not found 2026-06-17 04:31:27.270 8 INFO neutron.services.segments.plugin [-] Segment 666e0fe9-1267-4f7c-b02d-16b066e450ea resource provider aggregate not found 2026-06-17 04:31:27.287 8 INFO neutron.services.segments.plugin [-] Segment 666e0fe9-1267-4f7c-b02d-16b066e450ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666e0fe9-1267-4f7c-b02d-16b066e450ea found for delete ", "request_id": "req-7a1f8fab-21ee-4e77-865d-1ce74c819337"}]} 2026-06-17 04:31:27.293 8 INFO neutron.services.segments.plugin [-] Segment 666e0fe9-1267-4f7c-b02d-16b066e450ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666e0fe9-1267-4f7c-b02d-16b066e450ea found for delete ", "request_id": "req-9b6ba0c1-9e35-4090-b8c6-c8363c136d9e"}]} 2026-06-17 04:31:27.305 8 INFO neutron.services.segments.plugin [-] Segment 287f7d1a-910e-48d9-bf88-edfe4b7d9564 resource provider aggregate not found 2026-06-17 04:31:27.310 8 INFO neutron.services.segments.plugin [-] Segment 287f7d1a-910e-48d9-bf88-edfe4b7d9564 resource provider aggregate not found 2026-06-17 04:31:27.323 8 INFO neutron.services.segments.plugin [-] Segment 287f7d1a-910e-48d9-bf88-edfe4b7d9564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 287f7d1a-910e-48d9-bf88-edfe4b7d9564 found for delete ", "request_id": "req-0871a21c-661f-428a-b775-55affd0dc957"}]} 2026-06-17 04:31:27.324 8 INFO neutron.services.segments.plugin [-] Segment 287f7d1a-910e-48d9-bf88-edfe4b7d9564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 287f7d1a-910e-48d9-bf88-edfe4b7d9564 found for delete ", "request_id": "req-12e87939-3a86-4bcf-bd35-f55a945a371b"}]} [pid: 8|app: 0|req: 1658/3307] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:31:28 2026] GET /v2.0/security-groups?tenant_id=9d58c941d7304c64b0eaa6cc4609601c&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3308] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:28 2026] DELETE /v2.0/security-groups/6cb7494e-f939-4f77-bbc0-448ecfeb5342 => 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: 1659/3309] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:31:28 2026] GET /v2.0/security-groups?tenant_id=4c0324626d9b409d9a8b3c82691396c7&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3310] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:28 2026] DELETE /v2.0/security-groups/4753ca52-403a-4d51-8e31-abb5ff930bbb => 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: 1660/3311] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:31:29 2026] GET /v2.0/security-groups?tenant_id=078bb592ceb54a1c9620ec8b4e6320bf&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3312] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:29 2026] DELETE /v2.0/security-groups/c26d84bc-3c7c-4bb3-86e7-4c3d8a1135bb => 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: 1661/3313] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:31:29 2026] GET /v2.0/security-groups?tenant_id=0ae513e6c63d4fcb94cb2ff65a9d2bc2&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3314] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:29 2026] DELETE /v2.0/security-groups/4a6a9891-1011-4fa7-a842-8d1bd904743c => 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: 1662/3315] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:31:29 2026] GET /v2.0/security-groups?tenant_id=37707a5ba5d74f95a827f67af941828e&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3316] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:30 2026] DELETE /v2.0/security-groups/51f7ea52-7690-4fd8-b0fd-0223cc9f190d => 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: 1663/3317] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:31:30 2026] GET /v2.0/security-groups?tenant_id=5f1a6ff56da5493ea2724ccc73752c92&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3318] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:30 2026] DELETE /v2.0/security-groups/9b8e5a64-8482-4a0f-b282-ae43f6868665 => 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: 1664/3319] 10.0.0.73 () {32 vars in 773 bytes} [Wed Jun 17 04:31:30 2026] GET /v2.0/security-groups?tenant_id=17525195f09d419c9c2fccaa23b7431d&name=default => generated 2929 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3320] 10.0.0.73 () {32 vars in 739 bytes} [Wed Jun 17 04:31:30 2026] DELETE /v2.0/security-groups/2c84d104-c569-48d4-9843-a96ec8476083 => 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: 1665/3321] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:31:33 2026] GET /v2.0/networks => generated 2168 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3322] 10.0.0.73 () {32 vars in 654 bytes} [Wed Jun 17 04:31:34 2026] GET /v2.0/floatingips => 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: 1666/3323] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:31:34 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3324] 10.0.0.73 () {32 vars in 642 bytes} [Wed Jun 17 04:31:34 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3325] 10.0.0.73 () {32 vars in 646 bytes} [Wed Jun 17 04:31:35 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: 1659/3326] 10.0.0.73 () {32 vars in 648 bytes} [Wed Jun 17 04:31:35 2026] GET /v2.0/networks => generated 2168 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3327] 10.0.0.73 () {32 vars in 662 bytes} [Wed Jun 17 04:31:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3328] 10.0.0.73 () {32 vars in 654 bytes} [Wed Jun 17 04:31:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)