+ 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 [Fri Apr 24 02:09:24 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-79bc6cd9b5-rftvv 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 0x7f33f2dba668 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-04-24 02:09:28.186 8 INFO neutron.common.config [-] Logging enabled! 2026-04-24 02:09:28.186 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-24 02:09:28.290 7 INFO neutron.common.config [-] Logging enabled! 2026-04-24 02:09:28.290 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-24 02:09:29.194 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-24 02:09:29.299 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-24 02:09:30.734 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-24 02:09:30.737 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-24 02:09:30.741 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-24 02:09:30.743 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-24 02:09:30.743 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-24 02:09:30.743 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-24 02:09:30.743 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-24 02:09:30.751 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-24 02:09:30.751 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-24 02:09:30.751 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-24 02:09:30.773 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-24 02:09:30.775 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-24 02:09:30.775 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-24 02:09:30.806 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-24 02:09:30.807 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-24 02:09:30.807 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-24 02:09:30.807 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-24 02:09:30.843 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-24 02:09:30.845 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-24 02:09:30.849 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-24 02:09:30.850 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-24 02:09:30.850 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-24 02:09:30.850 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-24 02:09:30.851 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-24 02:09:30.858 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-24 02:09:30.858 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-24 02:09:30.858 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-24 02:09:30.880 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-24 02:09:30.881 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-24 02:09:30.881 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-24 02:09:30.911 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-24 02:09:30.911 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-24 02:09:30.911 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-24 02:09:30.911 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-24 02:09:31.099 8 INFO neutron.plugins.ml2.managers [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] Initializing driver for type 'vlan' 2026-04-24 02:09:31.201 7 INFO neutron.plugins.ml2.managers [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] Initializing driver for type 'vlan' 2026-04-24 02:09:31.394 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] VlanTypeDriver initialization complete 2026-04-24 02:09:31.394 8 INFO neutron.plugins.ml2.managers [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] Initializing driver for type 'vxlan' 2026-04-24 02:09:31.394 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-24 02:09:31.408 8 INFO neutron.plugins.ml2.managers [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-24 02:09:31.408 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-24 02:09:31.408 8 INFO neutron.plugins.ml2.managers [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] Initializing extension driver 'port_security' 2026-04-24 02:09:31.409 8 INFO neutron.plugins.ml2.extensions.port_security [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-24 02:09:31.409 8 INFO neutron.plugins.ml2.managers [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] Initializing extension driver 'qos' 2026-04-24 02:09:31.409 8 INFO neutron.plugins.ml2.managers [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-24 02:09:31.409 8 INFO neutron.plugins.ml2.managers [None req-9688b029-c409-4a94-996e-8694ffb81152 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-24 02:09:31.422 8 INFO neutron.quota [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded quota_driver: . 2026-04-24 02:09:31.423 8 INFO neutron.plugins.ml2.plugin [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Modular L2 Plugin initialization complete 2026-04-24 02:09:31.423 8 INFO neutron.plugins.ml2.managers [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-24 02:09:31.423 8 INFO neutron.plugins.ml2.managers [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-24 02:09:31.423 8 INFO neutron.plugins.ml2.managers [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-24 02:09:31.423 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: qos 2026-04-24 02:09:31.436 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: router 2026-04-24 02:09:31.479 8 INFO neutron.services.service_base [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-24 02:09:31.480 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: segments 2026-04-24 02:09:31.487 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] VlanTypeDriver initialization complete 2026-04-24 02:09:31.488 7 INFO neutron.plugins.ml2.managers [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] Initializing driver for type 'vxlan' 2026-04-24 02:09:31.488 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-24 02:09:31.505 7 INFO neutron.plugins.ml2.managers [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-24 02:09:31.505 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-24 02:09:31.505 7 INFO neutron.plugins.ml2.managers [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] Initializing extension driver 'port_security' 2026-04-24 02:09:31.506 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-24 02:09:31.506 7 INFO neutron.plugins.ml2.managers [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] Initializing extension driver 'qos' 2026-04-24 02:09:31.506 7 INFO neutron.plugins.ml2.managers [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-24 02:09:31.506 7 INFO neutron.plugins.ml2.managers [None req-3d89ecea-82b4-413d-8049-e3aecc207850 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-24 02:09:31.522 7 INFO neutron.quota [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded quota_driver: . 2026-04-24 02:09:31.523 7 INFO neutron.plugins.ml2.plugin [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Modular L2 Plugin initialization complete 2026-04-24 02:09:31.523 7 INFO neutron.plugins.ml2.managers [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-24 02:09:31.523 7 INFO neutron.plugins.ml2.managers [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-24 02:09:31.523 7 INFO neutron.plugins.ml2.managers [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-24 02:09:31.523 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: qos 2026-04-24 02:09:31.536 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: router 2026-04-24 02:09:31.577 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: trunk 2026-04-24 02:09:31.580 7 INFO neutron.services.service_base [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-24 02:09:31.580 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: segments 2026-04-24 02:09:31.592 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: vpnaas 2026-04-24 02:09:31.632 8 WARNING stevedore.named [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-24 02:09:31.679 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: trunk 2026-04-24 02:09:31.694 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: vpnaas 2026-04-24 02:09:31.704 8 INFO neutron_vpnaas.services.vpn.plugin [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-24 02:09:31.705 8 INFO neutron.common.utils [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-24 02:09:31.705 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: taas 2026-04-24 02:09:31.732 8 WARNING stevedore.named [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-24 02:09:31.732 8 WARNING stevedore.named [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-24 02:09:31.739 7 WARNING stevedore.named [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-24 02:09:31.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-24 02:09:31.755 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: tapmirror 2026-04-24 02:09:31.768 8 WARNING stevedore.named [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-24 02:09:31.768 8 WARNING stevedore.named [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-24 02:09:31.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-24 02:09:31.803 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: auto_allocate 2026-04-24 02:09:31.809 7 INFO neutron_vpnaas.services.vpn.plugin [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-24 02:09:31.810 7 INFO neutron.common.utils [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-24 02:09:31.810 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: taas 2026-04-24 02:09:31.812 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: tag 2026-04-24 02:09:31.822 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: timestamp 2026-04-24 02:09:31.825 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: network_ip_availability 2026-04-24 02:09:31.828 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: flavors 2026-04-24 02:09:31.837 8 INFO neutron.manager [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loading Plugin: revisions 2026-04-24 02:09:31.837 7 WARNING stevedore.named [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-24 02:09:31.838 7 WARNING stevedore.named [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-24 02:09:31.841 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Initializing extension manager. 2026-04-24 02:09:31.842 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: address-group 2026-04-24 02:09:31.844 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: address-scope 2026-04-24 02:09:31.844 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-24 02:09:31.845 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: agent 2026-04-24 02:09:31.846 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: agent-resources-synced 2026-04-24 02:09:31.847 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-24 02:09:31.848 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-24 02:09:31.850 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: availability_zone 2026-04-24 02:09:31.850 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: availability_zone_filter 2026-04-24 02:09:31.851 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-24 02:09:31.851 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: default-subnetpools 2026-04-24 02:09:31.853 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-24 02:09:31.853 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: dns-integration 2026-04-24 02:09:31.854 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: dns-domain-ports 2026-04-24 02:09:31.854 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-24 02:09:31.855 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: dvr 2026-04-24 02:09:31.856 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-24 02:09:31.856 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: empty-string-filtering 2026-04-24 02:09:31.857 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-24 02:09:31.857 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-24 02:09:31.858 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: external-net 2026-04-24 02:09:31.858 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-24 02:09:31.858 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: extraroute 2026-04-24 02:09:31.859 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: extraroute-atomic 2026-04-24 02:09:31.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-24 02:09:31.859 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: tapmirror 2026-04-24 02:09:31.860 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-24 02:09:31.860 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-24 02:09:31.861 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-24 02:09:31.861 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-24 02:09:31.862 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: fip-port-details 2026-04-24 02:09:31.862 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: flavors 2026-04-24 02:09:31.864 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-24 02:09:31.864 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: floatingip-pools 2026-04-24 02:09:31.865 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: ip_allocation 2026-04-24 02:09:31.866 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-24 02:09:31.866 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: l2_adjacency 2026-04-24 02:09:31.867 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: router 2026-04-24 02:09:31.869 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-24 02:09:31.870 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-24 02:09:31.870 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-24 02:09:31.871 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: ext-gw-mode 2026-04-24 02:09:31.871 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: l3-ha 2026-04-24 02:09:31.872 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-24 02:09:31.872 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-24 02:09:31.872 7 WARNING stevedore.named [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-24 02:09:31.873 7 WARNING stevedore.named [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-24 02:09:31.873 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: l3-flavors 2026-04-24 02:09:31.875 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-24 02:09:31.876 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-24 02:09:31.878 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-24 02:09:31.879 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-24 02:09:31.880 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-24 02:09:31.881 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-24 02:09:31.882 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-24 02:09:31.883 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: multi-provider 2026-04-24 02:09:31.883 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: net-mtu 2026-04-24 02:09:31.884 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: net-mtu-writable 2026-04-24 02:09:31.884 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: network_availability_zone 2026-04-24 02:09:31.885 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: network_ha 2026-04-24 02:09:31.886 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: network-ip-availability 2026-04-24 02:09:31.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-24 02:09:31.886 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: auto_allocate 2026-04-24 02:09:31.887 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-24 02:09:31.887 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: pagination 2026-04-24 02:09:31.888 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-device-profile 2026-04-24 02:09:31.888 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-24 02:09:31.889 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-24 02:09:31.889 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-24 02:09:31.890 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-mac-override 2026-04-24 02:09:31.890 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-24 02:09:31.891 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-24 02:09:31.891 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-24 02:09:31.892 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-resource-request 2026-04-24 02:09:31.892 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-24 02:09:31.893 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-24 02:09:31.893 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: binding 2026-04-24 02:09:31.894 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: tag 2026-04-24 02:09:31.894 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: binding-extended 2026-04-24 02:09:31.894 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-security 2026-04-24 02:09:31.895 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: project-id 2026-04-24 02:09:31.896 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: provider 2026-04-24 02:09:31.896 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-24 02:09:31.898 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos 2026-04-24 02:09:31.899 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-24 02:09:31.900 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-24 02:09:31.900 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-default 2026-04-24 02:09:31.901 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-fip 2026-04-24 02:09:31.902 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-24 02:09:31.902 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-24 02:09:31.903 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-24 02:09:31.903 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: timestamp 2026-04-24 02:09:31.903 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-24 02:09:31.904 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-24 02:09:31.905 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-pps 2026-04-24 02:09:31.905 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-24 02:09:31.906 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-24 02:09:31.906 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: network_ip_availability 2026-04-24 02:09:31.906 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: qos-rules-alias 2026-04-24 02:09:31.907 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: quota-check-limit 2026-04-24 02:09:31.908 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-24 02:09:31.910 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: flavors 2026-04-24 02:09:31.910 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: quotas 2026-04-24 02:09:31.911 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: quota_details 2026-04-24 02:09:31.912 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: rbac-policies 2026-04-24 02:09:31.913 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: rbac-address-group 2026-04-24 02:09:31.913 7 INFO neutron.manager [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loading Plugin: revisions 2026-04-24 02:09:31.913 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: rbac-address-scope 2026-04-24 02:09:31.914 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: rbac-security-groups 2026-04-24 02:09:31.914 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-24 02:09:31.915 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: revision-if-match 2026-04-24 02:09:31.915 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-24 02:09:31.916 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: router_availability_zone 2026-04-24 02:09:31.916 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Initializing extension manager. 2026-04-24 02:09:31.916 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-24 02:09:31.918 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: address-group 2026-04-24 02:09:31.918 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-24 02:09:31.918 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: address-scope 2026-04-24 02:09:31.919 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-24 02:09:31.919 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-24 02:09:31.919 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-24 02:09:31.920 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-24 02:09:31.920 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: agent 2026-04-24 02:09:31.920 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-24 02:09:31.920 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: agent-resources-synced 2026-04-24 02:09:31.921 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-24 02:09:31.921 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-24 02:09:31.922 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-24 02:09:31.923 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: availability_zone 2026-04-24 02:09:31.923 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: availability_zone_filter 2026-04-24 02:09:31.924 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-24 02:09:31.924 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: default-subnetpools 2026-04-24 02:09:31.925 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: security-group 2026-04-24 02:09:31.926 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-24 02:09:31.926 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: segment 2026-04-24 02:09:31.926 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: dns-integration 2026-04-24 02:09:31.927 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-24 02:09:31.927 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: dns-domain-ports 2026-04-24 02:09:31.927 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-24 02:09:31.928 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: service-type 2026-04-24 02:09:31.928 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: dvr 2026-04-24 02:09:31.928 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: sorting 2026-04-24 02:09:31.928 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: standard-attr-segment 2026-04-24 02:09:31.928 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-24 02:09:31.929 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: empty-string-filtering 2026-04-24 02:09:31.929 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: standard-attr-description 2026-04-24 02:09:31.929 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-24 02:09:31.930 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: stateful-security-group 2026-04-24 02:09:31.930 8 WARNING neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-24 02:09:31.930 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-24 02:09:31.931 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-24 02:09:31.931 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: external-net 2026-04-24 02:09:31.931 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: subnet-external-network 2026-04-24 02:09:31.931 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-24 02:09:31.932 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: subnet_onboard 2026-04-24 02:09:31.932 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: extraroute 2026-04-24 02:09:31.932 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-24 02:09:31.932 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: extraroute-atomic 2026-04-24 02:09:31.933 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: subnet-service-types 2026-04-24 02:09:31.933 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-24 02:09:31.933 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: subnet_allocation 2026-04-24 02:09:31.933 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-24 02:09:31.934 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-24 02:09:31.934 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-24 02:09:31.934 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-24 02:09:31.935 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: tag-creation 2026-04-24 02:09:31.935 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: fip-port-details 2026-04-24 02:09:31.935 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-24 02:09:31.936 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: flavors 2026-04-24 02:09:31.937 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-24 02:09:31.937 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: floatingip-pools 2026-04-24 02:09:31.938 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: ip_allocation 2026-04-24 02:09:31.939 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-24 02:09:31.939 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: standard-attr-tag 2026-04-24 02:09:31.939 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: l2_adjacency 2026-04-24 02:09:31.939 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-24 02:09:31.940 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: trunk 2026-04-24 02:09:31.941 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: trunk-details 2026-04-24 02:09:31.941 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: router 2026-04-24 02:09:31.941 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-24 02:09:31.942 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-24 02:09:31.942 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-24 02:09:31.942 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-24 02:09:31.943 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-24 02:09:31.944 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-24 02:09:31.944 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: ext-gw-mode 2026-04-24 02:09:31.944 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-24 02:09:31.945 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: l3-ha 2026-04-24 02:09:31.945 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-24 02:09:31.945 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-24 02:09:31.946 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: l3-flavors 2026-04-24 02:09:31.946 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-24 02:09:31.947 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-24 02:09:31.947 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-24 02:09:31.947 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-24 02:09:31.948 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: vpn-flavors 2026-04-24 02:09:31.949 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: vpnaas 2026-04-24 02:09:31.949 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-24 02:09:31.951 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-24 02:09:31.951 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: taas 2026-04-24 02:09:31.952 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-24 02:09:31.952 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: tap-mirror 2026-04-24 02:09:31.952 8 INFO neutron.api.extensions [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-24 02:09:31.953 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-24 02:09:31.953 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-24 02:09:31.954 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: multi-provider 2026-04-24 02:09:31.954 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: net-mtu 2026-04-24 02:09:31.955 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-24 02:09:31.955 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-24 02:09:31.955 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:31.955 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: net-mtu-writable 2026-04-24 02:09:31.955 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-24 02:09:31.956 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: network_availability_zone 2026-04-24 02:09:31.956 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: network_ha 2026-04-24 02:09:31.957 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: network-ip-availability 2026-04-24 02:09:31.958 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-24 02:09:31.958 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: pagination 2026-04-24 02:09:31.958 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-24 02:09:31.959 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-device-profile 2026-04-24 02:09:31.959 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-24 02:09:31.959 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-24 02:09:31.960 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-24 02:09:31.960 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-24 02:09:31.960 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-mac-override 2026-04-24 02:09:31.961 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-24 02:09:31.961 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-24 02:09:31.962 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-24 02:09:31.962 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-resource-request 2026-04-24 02:09:31.963 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-24 02:09:31.963 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-24 02:09:31.964 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-24 02:09:31.964 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-24 02:09:31.964 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: binding 2026-04-24 02:09:31.964 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-24 02:09:31.965 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: binding-extended 2026-04-24 02:09:31.965 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:31.965 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] subnetpool is already registered 2026-04-24 02:09:31.965 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-security 2026-04-24 02:09:31.966 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:31.966 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: project-id 2026-04-24 02:09:31.966 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] subnetpool is already registered 2026-04-24 02:09:31.966 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-24 02:09:31.966 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: provider 2026-04-24 02:09:31.967 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:31.967 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-24 02:09:31.967 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:31.968 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-24 02:09:31.968 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-24 02:09:31.968 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-24 02:09:31.969 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:31.969 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] ipsecpolicy is already registered 2026-04-24 02:09:31.969 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos 2026-04-24 02:09:31.970 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:31.970 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-24 02:09:31.970 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] ikepolicy is already registered 2026-04-24 02:09:31.970 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-24 02:09:31.971 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-default 2026-04-24 02:09:31.971 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-fip 2026-04-24 02:09:31.972 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-24 02:09:31.972 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-24 02:09:31.973 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-24 02:09:31.973 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-24 02:09:31.974 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-24 02:09:31.974 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-24 02:09:31.975 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-pps 2026-04-24 02:09:31.975 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] router is already registered 2026-04-24 02:09:31.975 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-24 02:09:31.975 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-24 02:09:31.975 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] floatingip is already registered 2026-04-24 02:09:31.975 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-24 02:09:31.976 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: qos-rules-alias 2026-04-24 02:09:31.976 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: quota-check-limit 2026-04-24 02:09:31.977 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-24 02:09:31.979 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-24 02:09:31.979 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] rbac_policy is already registered 2026-04-24 02:09:31.979 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: quotas 2026-04-24 02:09:31.979 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-24 02:09:31.980 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] security_group is already registered 2026-04-24 02:09:31.980 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-24 02:09:31.980 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] security_group_rule is already registered 2026-04-24 02:09:31.980 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: quota_details 2026-04-24 02:09:31.981 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:31.981 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] subnetpool is already registered 2026-04-24 02:09:31.981 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:31.982 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] subnetpool is already registered 2026-04-24 02:09:31.982 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: rbac-policies 2026-04-24 02:09:31.982 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-24 02:09:31.982 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: rbac-address-group 2026-04-24 02:09:31.982 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] trunk is already registered 2026-04-24 02:09:31.983 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: rbac-address-scope 2026-04-24 02:09:31.983 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:31.983 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] ikepolicy is already registered 2026-04-24 02:09:31.983 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: rbac-security-groups 2026-04-24 02:09:31.983 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:31.983 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] ipsecpolicy is already registered 2026-04-24 02:09:31.984 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-24 02:09:31.984 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-24 02:09:31.984 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] endpoint_group is already registered 2026-04-24 02:09:31.984 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: revision-if-match 2026-04-24 02:09:31.984 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-24 02:09:31.984 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] vpnservice is already registered 2026-04-24 02:09:31.985 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-24 02:09:31.985 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] ipsec_site_connection is already registered 2026-04-24 02:09:31.985 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-24 02:09:31.985 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:31.985 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] ipsecpolicy is already registered 2026-04-24 02:09:31.985 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: router_availability_zone 2026-04-24 02:09:31.985 8 INFO neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:31.986 8 WARNING neutron.quota.resource_registry [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] ikepolicy is already registered 2026-04-24 02:09:31.986 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-24 02:09:31.987 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-24 02:09:31.988 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-24 02:09:31.988 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-24 02:09:31.989 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-24 02:09:31.989 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-24 02:09:31.990 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-24 02:09:31.994 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: security-group 2026-04-24 02:09:31.995 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: segment 2026-04-24 02:09:31.996 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-24 02:09:31.996 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: service-type 2026-04-24 02:09:31.997 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: sorting 2026-04-24 02:09:31.997 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: standard-attr-segment 2026-04-24 02:09:31.998 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: standard-attr-description 2026-04-24 02:09:31.999 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: stateful-security-group 2026-04-24 02:09:31.999 7 WARNING neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-24 02:09:31.999 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-24 02:09:32.000 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: subnet-external-network 2026-04-24 02:09:32.000 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: subnet_onboard 2026-04-24 02:09:32.001 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-24 02:09:32.001 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: subnet-service-types 2026-04-24 02:09:32.003 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: subnet_allocation 2026-04-24 02:09:32.003 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-24 02:09:32.004 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: tag-creation 2026-04-24 02:09:32.004 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-24 02:09:32.008 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: standard-attr-tag 2026-04-24 02:09:32.009 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-24 02:09:32.009 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: trunk 2026-04-24 02:09:32.010 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: trunk-details 2026-04-24 02:09:32.010 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-24 02:09:32.011 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-24 02:09:32.012 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-24 02:09:32.013 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-24 02:09:32.015 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-24 02:09:32.015 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-24 02:09:32.016 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: vpn-flavors 2026-04-24 02:09:32.019 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: vpnaas 2026-04-24 02:09:32.020 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: taas 2026-04-24 02:09:32.021 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: tap-mirror 2026-04-24 02:09:32.021 7 INFO neutron.api.extensions [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-24 02:09:32.024 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-24 02:09:32.024 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-24 02:09:32.024 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:32.024 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-24 02:09:32.025 8 WARNING keystonemiddleware._common.config [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-24 02:09:32.027 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-24 02:09:32.028 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-24 02:09:32.032 8 WARNING oslo_config.cfg [None req-1210bf86-4987-42cf-94cd-1c05192a76f9 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-24 02:09:32.032 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-24 02:09:32.033 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-24 02:09:32.033 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-24 02:09:32.034 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:32.034 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] subnetpool is already registered WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f33f2dba668 pid: 8 (default app) 2026-04-24 02:09:32.035 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:32.035 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] subnetpool is already registered 2026-04-24 02:09:32.035 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-24 02:09:32.036 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:32.036 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:32.037 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-24 02:09:32.037 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-24 02:09:32.037 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-24 02:09:32.038 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:32.038 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] ipsecpolicy is already registered 2026-04-24 02:09:32.038 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:32.038 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] ikepolicy is already registered 2026-04-24 02:09:32.043 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-24 02:09:32.043 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] router is already registered 2026-04-24 02:09:32.043 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-24 02:09:32.043 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] floatingip is already registered 2026-04-24 02:09:32.047 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-24 02:09:32.047 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] rbac_policy is already registered 2026-04-24 02:09:32.048 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-24 02:09:32.048 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] security_group is already registered 2026-04-24 02:09:32.048 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-24 02:09:32.048 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] security_group_rule is already registered 2026-04-24 02:09:32.049 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:32.049 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] subnetpool is already registered 2026-04-24 02:09:32.050 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-24 02:09:32.050 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] subnetpool is already registered 2026-04-24 02:09:32.050 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-24 02:09:32.050 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] trunk is already registered 2026-04-24 02:09:32.051 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:32.051 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] ikepolicy is already registered 2026-04-24 02:09:32.051 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:32.051 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] ipsecpolicy is already registered 2026-04-24 02:09:32.052 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-24 02:09:32.052 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] endpoint_group is already registered 2026-04-24 02:09:32.052 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-24 02:09:32.052 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] vpnservice is already registered 2026-04-24 02:09:32.053 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-24 02:09:32.053 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] ipsec_site_connection is already registered 2026-04-24 02:09:32.053 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-24 02:09:32.053 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] ipsecpolicy is already registered 2026-04-24 02:09:32.054 7 INFO neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-24 02:09:32.054 7 WARNING neutron.quota.resource_registry [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] ikepolicy is already registered 2026-04-24 02:09:32.092 7 WARNING keystonemiddleware._common.config [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-24 02:09:32.098 7 WARNING oslo_config.cfg [None req-75915087-3e99-4ddf-a527-f36d7f5a8e31 - - - - - -] 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 0x7f33f2dba668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:09:36.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4088ebb0-1e6c-4759-8965-1e50aa216b8d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:09:35 2026] GET /v2.0/networks/public => generated 108 bytes in 829 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:09:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:09:37.435 8 WARNING neutron.services.revisions.revision_plugin [None req-aa4af3ee-0a06-4956-b766-5eba92a2b3d9 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Could not find related network for resource to bump revision. 2026-04-24 02:09:37.455 8 INFO neutron.db.segments_db [None req-aa4af3ee-0a06-4956-b766-5eba92a2b3d9 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 96818d02-4570-4f80-ada0-656ec055e82f of type flat for network 620db12e-8400-4d3d-ad6f-dcbcc3cebb89 2026-04-24 02:09:37.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa4af3ee-0a06-4956-b766-5eba92a2b3d9 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.205 () {48 vars in 968 bytes} [Fri Apr 24 02:09:37 2026] POST /v2.0/networks => generated 124 bytes in 434 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:09:43.352 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2936b649-4cf4-44f9-acf4-248cffdadeae b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:09:43 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:09:43 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-04-24 02:09:43.419 8 WARNING neutron.services.revisions.revision_plugin [None req-15312481-f3e8-4909-aa57-77a14a5a5602 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Could not find related network for resource to bump revision. 2026-04-24 02:09:43.432 8 INFO neutron.db.segments_db [None req-15312481-f3e8-4909-aa57-77a14a5a5602 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 223142b1-0ae6-41dc-abcd-d91cf6358090 of type flat for network ca9fdcb9-955e-4dbb-90b8-1f1a320861e0 2026-04-24 02:09:43.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15312481-f3e8-4909-aa57-77a14a5a5602 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.205 () {48 vars in 968 bytes} [Fri Apr 24 02:09:43 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:09:49.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4699967c-2932-4795-83a8-3c8d12662b71 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:09:49 2026] GET /v2.0/networks/public => generated 108 bytes in 384 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:09:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:09:49.985 7 WARNING neutron.services.revisions.revision_plugin [None req-7a3d5a33-75ef-483d-b844-c714f7363a85 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Could not find related network for resource to bump revision. 2026-04-24 02:09:50.005 7 INFO neutron.db.segments_db [None req-7a3d5a33-75ef-483d-b844-c714f7363a85 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment d05f405f-fe59-4ee3-8e10-79aec8ce6e9d of type flat for network 4a55bee5-32c3-42ab-829e-688a5e0e4fd0 2026-04-24 02:09:50.055 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a3d5a33-75ef-483d-b844-c714f7363a85 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.205 () {48 vars in 968 bytes} [Fri Apr 24 02:09:49 2026] POST /v2.0/networks => generated 124 bytes in 292 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:09:55.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fba323f0-cb04-4655-a25c-f174a9731a8d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:09:55 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: 8|app: 0|req: 9/15] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:09:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:09:55.984 7 WARNING neutron.services.revisions.revision_plugin [None req-fbcb9392-e8fe-435b-bf89-840260b441c7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Could not find related network for resource to bump revision. 2026-04-24 02:09:56.004 7 INFO neutron.db.segments_db [None req-fbcb9392-e8fe-435b-bf89-840260b441c7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 53d43a9c-d96d-41dd-b567-ea68e41fa3a7 of type flat for network 9b937abf-4cc5-4a27-a9f7-179df739c92e 2026-04-24 02:09:56.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbcb9392-e8fe-435b-bf89-840260b441c7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.205 () {48 vars in 968 bytes} [Fri Apr 24 02:09:55 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:10:01.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-833498f0-5200-4974-b1f9-d9242353c868 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:10:01 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:10:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:10:01.981 8 WARNING neutron.services.revisions.revision_plugin [None req-7ac92fc9-0021-4bd7-a858-0d5c86644f4b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Could not find related network for resource to bump revision. 2026-04-24 02:10:02.000 8 INFO neutron.db.segments_db [None req-7ac92fc9-0021-4bd7-a858-0d5c86644f4b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 84a57bbf-633f-4efc-be02-28eb7e458157 of type flat for network 54b213ab-36f2-443b-ba39-d909a271f36a 2026-04-24 02:10:02.023 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ac92fc9-0021-4bd7-a858-0d5c86644f4b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.205 () {48 vars in 968 bytes} [Fri Apr 24 02:10:01 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:10:07.899 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59e6e912-5c0a-4e85-94d6-bf806f6402fa b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:10:07 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: 12/21] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:10:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:10:07.975 7 WARNING neutron.services.revisions.revision_plugin [None req-5b1ed1d2-e840-4fd3-938f-2e2689e550c2 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Could not find related network for resource to bump revision. 2026-04-24 02:10:07.995 7 INFO neutron.db.segments_db [None req-5b1ed1d2-e840-4fd3-938f-2e2689e550c2 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 3154e36b-24d8-493c-ae95-fe94e29a8d4e of type flat for network aaa4b6e2-9abe-4792-a7f1-2025921ea383 2026-04-24 02:10:08.020 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b1ed1d2-e840-4fd3-938f-2e2689e550c2 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.205 () {48 vars in 968 bytes} [Fri Apr 24 02:10:07 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:10:14.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abe6c574-5f0d-40f4-bab1-1ee872ecd22e b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:10:13 2026] GET /v2.0/networks/public => generated 108 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:10:14 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-04-24 02:10:14.096 7 WARNING neutron.services.revisions.revision_plugin [None req-65c54125-d1f5-423f-b6fb-16a35ecc436d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Could not find related network for resource to bump revision. 2026-04-24 02:10:14.117 7 INFO neutron.db.segments_db [None req-65c54125-d1f5-423f-b6fb-16a35ecc436d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 4e512b47-71c1-47a4-9d9c-1ecb68e465c7 of type flat for network 44c78903-5b15-4f95-9ddc-505c297449b5 [pid: 7|app: 0|req: 12/26] 199.204.45.205 () {48 vars in 968 bytes} [Fri Apr 24 02:10:14 2026] POST /v2.0/networks => generated 706 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:10:15.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa105cd7-dfd4-4a27-89bc-ead4c04e466d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:10:15 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:10:15 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:10:15.423 8 INFO neutron.pecan_wsgi.hooks.translation [None req-284e5e4b-d6d4-4c7d-acb0-2323a3392c3f b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.205 () {44 vars in 1035 bytes} [Fri Apr 24 02:10:15 2026] GET /v2.0/subnets/public-subnet?network_id=44c78903-5b15-4f95-9ddc-505c297449b5 => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.205 () {44 vars in 1058 bytes} [Fri Apr 24 02:10:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=44c78903-5b15-4f95-9ddc-505c297449b5 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.204.45.205 () {48 vars in 966 bytes} [Fri Apr 24 02:10:15 2026] POST /v2.0/subnets => generated 664 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:15:09.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9be5d805-9e2a-4a13-b15a-563910390b5e b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/71] 199.204.45.205 () {44 vars in 938 bytes} [Fri Apr 24 02:15:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 199.204.45.205 () {44 vars in 960 bytes} [Fri Apr 24 02:15:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:15:09.637 7 INFO neutron.db.segments_db [None req-2d6fb73e-1de7-4a82-9db9-aecef4e7b344 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 36ef998f-a631-4084-9597-37e116403437 of type vxlan for network 559b6601-f72e-443b-8d71-4d847f6c6bc5 [pid: 7|app: 0|req: 36/73] 199.204.45.205 () {48 vars in 967 bytes} [Fri Apr 24 02:15:09 2026] POST /v2.0/networks => generated 688 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:15:10.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5d8dd9b-8615-454b-83a2-998af19c4189 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/74] 199.204.45.205 () {44 vars in 938 bytes} [Fri Apr 24 02:15:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.204.45.205 () {44 vars in 960 bytes} [Fri Apr 24 02:15:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:15:10.744 8 INFO neutron.pecan_wsgi.hooks.translation [None req-815a0273-4f48-42a0-94e5-2d81e35c2d02 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/76] 199.204.45.205 () {44 vars in 1037 bytes} [Fri Apr 24 02:15:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.205 () {44 vars in 1060 bytes} [Fri Apr 24 02:15:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.204.45.205 () {48 vars in 966 bytes} [Fri Apr 24 02:15:10 2026] POST /v2.0/subnets => generated 651 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:15:12.165 7 INFO neutron.api.v2.resource [None req-e065a8d6-6b98-4291-a5ae-1b0e37ea37c4 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/79] 199.204.45.205 () {44 vars in 972 bytes} [Fri Apr 24 02:15:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.205 () {44 vars in 994 bytes} [Fri Apr 24 02:15:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.204.45.205 () {48 vars in 981 bytes} [Fri Apr 24 02:15:12 2026] POST /v2.0/security-groups => generated 1616 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:13 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 1616 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:13 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:13 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:15:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:14 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 2230 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:14 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:14 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/89] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:15:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:15 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:15 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:15 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:15:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:16 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 3462 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:16 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:16 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 3462 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:15:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:17 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4078 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:17 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:17 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => 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: 50/101] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:15:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.205 () {44 vars in 988 bytes} [Fri Apr 24 02:15:19 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:15:19.316 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdf72957-9487-4b5f-9028-dc09922fae2f b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/103] 199.204.45.205 () {44 vars in 1077 bytes} [Fri Apr 24 02:15:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => 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: 53/104] 199.204.45.205 () {44 vars in 1100 bytes} [Fri Apr 24 02:15:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => 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: 52/105] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:19 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 199.204.45.205 () {48 vars in 962 bytes} [Fri Apr 24 02:15:19 2026] POST /v2.0/ports => generated 1100 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-24 02:15:27.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cca2601a-2900-459a-82d4-99d5c6f3f83d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/109] 199.204.45.205 () {44 vars in 980 bytes} [Fri Apr 24 02:15:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 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: 56/110] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 199.204.45.205 () {48 vars in 1032 bytes} [Fri Apr 24 02:15:27 2026] PUT /v2.0/ports/17c25438-2f19-4e2b-a5dc-c0153bf3b0fd => generated 1249 bytes in 694 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.204.45.205 () {44 vars in 921 bytes} [Fri Apr 24 02:15:29 2026] GET /v2.0/ports => generated 3730 bytes in 309 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-04-24 02:15:31.047 7 INFO neutron.api.v2.resource [None req-b7a4fe88-0446-4c64-93c7-c17641780ef3 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/113] 199.204.45.205 () {44 vars in 960 bytes} [Fri Apr 24 02:15:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.204.45.205 () {44 vars in 982 bytes} [Fri Apr 24 02:15:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.205 () {48 vars in 981 bytes} [Fri Apr 24 02:15:31 2026] POST /v2.0/security-groups => generated 1610 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:32 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:32 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:32 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => 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: 59/119] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:15:32 2026] POST /v2.0/security-group-rules => generated 623 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:33 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 2246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/121] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:33 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/122] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:15:33 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/123] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:15:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/132] 199.204.45.205 () {44 vars in 976 bytes} [Fri Apr 24 02:16:35 2026] GET /v2.0/quotas/eb08f72d5e7043f0aa04cee945ecb1b9 => 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: 67/133] 199.204.45.205 () {48 vars in 1028 bytes} [Fri Apr 24 02:16:35 2026] PUT /v2.0/quotas/eb08f72d5e7043f0aa04cee945ecb1b9 => generated 291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:18:56.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79aec78d-03b2-4db7-86e0-15a0e6851207 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/154] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:18:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 105 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: 78/155] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:18:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:18:58.451 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e60b61df-7148-4434-a33c-8d55a5d64121 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/156] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:18:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/157] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:18:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:26:53.951 8 INFO neutron.api.v2.resource [None req-2c089b4c-44e5-44a2-b8de-a266902a3e21 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 112/222] 199.204.45.205 () {44 vars in 1075 bytes} [Fri Apr 24 02:26:53 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d9c66bf901154baa85d461fd5948458c => generated 139 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 199.204.45.205 () {44 vars in 1098 bytes} [Fri Apr 24 02:26:53 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d9c66bf901154baa85d461fd5948458c => generated 23 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/224] 199.204.45.205 () {48 vars in 982 bytes} [Fri Apr 24 02:26:54 2026] POST /v2.0/security-groups => generated 1624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/225] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:55 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/226] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:26:55 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 1624 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/227] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:55 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/228] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:26:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/229] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:56 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/230] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:26:56 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/231] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:56 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => 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: 117/232] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:26:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/233] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:57 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/234] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:26:57 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/235] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:57 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/236] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:26:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/237] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:58 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/238] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:26:58 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/239] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:26:59 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => 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: 121/240] 199.204.45.205 () {48 vars in 992 bytes} [Fri Apr 24 02:26:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/261] 199.204.45.205 () {30 vars in 740 bytes} [Fri Apr 24 02:29:30 2026] GET /v2.0/networks?tenant_id=d9c66bf901154baa85d461fd5948458c&shared=False => generated 15 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:29:31.186 8 INFO neutron.db.segments_db [None req-dcdea5ad-9298-456d-8b6f-29eadf8016e6 440558cba9ad4f1fbd2416a934437411 d9c66bf901154baa85d461fd5948458c - - f0102edcd9e34176a9ea53a51a10db88 f0102edcd9e34176a9ea53a51a10db88] Added segment 61408887-b005-4e68-a857-a24cbcd76d12 of type vxlan for network c7d4f1fa-2e95-49d0-8789-8a6b2ff398f0 [pid: 8|app: 0|req: 132/262] 199.204.45.205 () {34 vars in 682 bytes} [Fri Apr 24 02:29:31 2026] POST /v2.0/networks => generated 698 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/263] 199.204.45.205 () {30 vars in 722 bytes} [Fri Apr 24 02:29:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/264] 199.204.45.205 () {30 vars in 633 bytes} [Fri Apr 24 02:29:31 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/265] 199.204.45.205 () {34 vars in 677 bytes} [Fri Apr 24 02:29:31 2026] POST /v2.0/ports => generated 999 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/266] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:29:31 2026] GET /v2.0/networks/c7d4f1fa-2e95-49d0-8789-8a6b2ff398f0 => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/267] 199.204.45.205 () {30 vars in 722 bytes} [Fri Apr 24 02:29:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/268] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:29:33 2026] GET /v2.0/networks/c7d4f1fa-2e95-49d0-8789-8a6b2ff398f0 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/271] 199.204.45.205 () {44 vars in 976 bytes} [Fri Apr 24 02:29:52 2026] GET /v2.0/quotas/d9c66bf901154baa85d461fd5948458c => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/274] 199.204.45.205 () {48 vars in 1028 bytes} [Fri Apr 24 02:29:53 2026] PUT /v2.0/quotas/d9c66bf901154baa85d461fd5948458c => generated 291 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:41:24.921 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40e865eb-42d9-4cfc-a2ce-4c753e5e7d5e b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/367] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:41:24 2026] GET /v2.0/networks/public => generated 108 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:41:24 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-04-24 02:41:26.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ca43b54-4fb4-4669-8af1-24481ef4bbfd b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/369] 199.204.45.205 () {44 vars in 928 bytes} [Fri Apr 24 02:41:25 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:41:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:41:26.076 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f6ec836-309f-4167-81a5-2ee7a4c92839 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/371] 199.204.45.205 () {44 vars in 1035 bytes} [Fri Apr 24 02:41:26 2026] GET /v2.0/subnets/public-subnet?network_id=44c78903-5b15-4f95-9ddc-505c297449b5 => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.205 () {44 vars in 1058 bytes} [Fri Apr 24 02:41:26 2026] GET /v2.0/subnets?name=public-subnet&network_id=44c78903-5b15-4f95-9ddc-505c297449b5 => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:41:53.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-169836a1-4d49-4a7e-bd2e-5442c12ad27e b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/377] 199.204.45.205 () {44 vars in 938 bytes} [Fri Apr 24 02:41:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.205 () {44 vars in 960 bytes} [Fri Apr 24 02:41:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:41:54.483 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60fcbb44-f6ba-4cfa-a2b8-4dbfd4f52844 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/379] 199.204.45.205 () {44 vars in 938 bytes} [Fri Apr 24 02:41:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.205 () {44 vars in 960 bytes} [Fri Apr 24 02:41:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:41:54.554 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b85075b-d5df-47a8-ad6a-724473fefce3 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/381] 199.204.45.205 () {44 vars in 1037 bytes} [Fri Apr 24 02:41:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.205 () {44 vars in 1060 bytes} [Fri Apr 24 02:41:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:41:55.700 7 INFO neutron.api.v2.resource [None req-cb9a6d60-108a-4ff5-9c7d-8cb2268b157c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/383] 199.204.45.205 () {44 vars in 972 bytes} [Fri Apr 24 02:41:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.205 () {44 vars in 994 bytes} [Fri Apr 24 02:41:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:56 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:56 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:41:56 2026] GET /v2.0/security-group-rules/99649db6-384c-493e-9587-54f2def011a6 => generated 601 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:57 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => 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: 194/389] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:57 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:41:57 2026] GET /v2.0/security-group-rules/6651b62d-28c6-4e4c-b1f3-60d8a2636fb9 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:58 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:58 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:41:58 2026] GET /v2.0/security-group-rules/38df6482-deed-4701-803f-7e0da0714e66 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:59 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:41:59 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:41:59 2026] GET /v2.0/security-group-rules/f14154e0-b2c6-4c36-a528-b160e62b8ce0 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:00 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:00 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:42:00 2026] GET /v2.0/security-group-rules/99f6e53c-710b-4a8b-8afb-87422277a607 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.205 () {44 vars in 988 bytes} [Fri Apr 24 02:42:01 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:42:01.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ded4e71e-1541-40d2-8bca-a3a9f7806e4a b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/401] 199.204.45.205 () {44 vars in 1077 bytes} [Fri Apr 24 02:42:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.205 () {44 vars in 1100 bytes} [Fri Apr 24 02:42:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 1254 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:01 2026] GET /v2.0/security-groups/08ae4766-91aa-4cc4-93b6-617e20b4faa9 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:42:10.818 7 INFO neutron.pecan_wsgi.hooks.translation [None req-688e35fe-7e6a-462d-a644-0df556ccd5e6 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/406] 199.204.45.205 () {44 vars in 980 bytes} [Fri Apr 24 02:42:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/408] 199.204.45.205 () {44 vars in 921 bytes} [Fri Apr 24 02:42:12 2026] GET /v2.0/ports => generated 4725 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:42:13.529 8 INFO neutron.api.v2.resource [None req-94aa5df8-cf60-4b66-8e12-4f2915dc8734 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 205/409] 199.204.45.205 () {44 vars in 960 bytes} [Fri Apr 24 02:42:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/410] 199.204.45.205 () {44 vars in 982 bytes} [Fri Apr 24 02:42:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/411] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:14 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 2886 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/412] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:14 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/413] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:42:14 2026] GET /v2.0/security-group-rules/11c51fde-9a8f-484f-8d91-efc795e254cd => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:15 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 2886 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/415] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:42:15 2026] GET /v2.0/security-groups/cbd38fc3-5868-4e3e-b605-6361126abe42 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/416] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:42:15 2026] GET /v2.0/security-group-rules/5f314789-f690-4c09-a9da-1a612076d377 => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/419] 199.204.45.205 () {44 vars in 976 bytes} [Fri Apr 24 02:42:26 2026] GET /v2.0/quotas/eb08f72d5e7043f0aa04cee945ecb1b9 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:43:20.454 7 INFO neutron.api.v2.resource [None req-23d61cf9-0151-412c-88d2-635cf2e968d4 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 214/426] 199.204.45.205 () {44 vars in 1075 bytes} [Fri Apr 24 02:43:20 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d9c66bf901154baa85d461fd5948458c => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/427] 199.204.45.205 () {44 vars in 1098 bytes} [Fri Apr 24 02:43:20 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d9c66bf901154baa85d461fd5948458c => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/428] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:43:21 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/429] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:43:21 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/430] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:43:21 2026] GET /v2.0/security-group-rules/f1945e3b-4253-4b31-9e0a-3fde40a3f703 => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:43:22 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => 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: 217/432] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:43:22 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/433] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:43:22 2026] GET /v2.0/security-group-rules/7ca75c6a-ff63-49c2-b177-2c3b1f8185d8 => generated 599 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/436] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:43:23 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:43:23 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/438] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:43:23 2026] GET /v2.0/security-group-rules/84290a13-9b6e-42e9-b1df-210dd0928e21 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 199.204.45.205 () {44 vars in 1089 bytes} [Fri Apr 24 02:43:24 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a?project_id=d9c66bf901154baa85d461fd5948458c => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 199.204.45.205 () {44 vars in 1002 bytes} [Fri Apr 24 02:43:24 2026] GET /v2.0/security-groups/87113fb1-0007-47a4-9970-a6a9bb41337a => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/441] 199.204.45.205 () {44 vars in 1012 bytes} [Fri Apr 24 02:43:24 2026] GET /v2.0/security-group-rules/069208c4-4d3e-462f-8cb1-ebc99138bb00 => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/442] 199.204.45.205 () {44 vars in 976 bytes} [Fri Apr 24 02:43:32 2026] GET /v2.0/quotas/d9c66bf901154baa85d461fd5948458c => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 199.204.45.205 () {44 vars in 950 bytes} [Fri Apr 24 02:44:24 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: 228/456] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:45:02 2026] GET /v2.0/networks => generated 2167 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/457] 10.0.0.42 () {32 vars in 654 bytes} [Fri Apr 24 02:45:04 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/458] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:45:04 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:45:04 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:45:04 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:45:04 2026] GET /v2.0/networks => generated 2167 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:45:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.42 () {32 vars in 654 bytes} [Fri Apr 24 02:45:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:45:16.270 7 INFO neutron.db.segments_db [None req-b7a95fea-6c8d-4786-91ec-2b9ca570de5b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 11524ca4-9f95-4699-883d-aface4bba9f0 of type vxlan for network 98367a5c-4fee-4b5c-98b8-e2eceea0e53e [pid: 7|app: 0|req: 234/466] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:45:15 2026] POST /v2.0/networks => generated 733 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:45:16.465 8 INFO neutron.db.segments_db [None req-aa7900c0-8f13-45e3-8efa-30de87c9c0fd b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 209d751b-c030-4ebf-9238-099ebafe87f5 of type vxlan for network 60899476-1a59-4f06-8720-4aa2d6eaf373 [pid: 8|app: 0|req: 233/467] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:45:16 2026] POST /v2.0/networks => generated 729 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:16 2026] GET /v2.0/security-groups?tenant_id=6b3c155f4beb428f93bca5407ebd88f9&name=default => generated 2921 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:45:16.702 7 INFO neutron.db.segments_db [None req-ecff8fd1-2823-4a37-8b19-e7fa487340f3 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 78037d90-3dc1-4ebd-b0e5-2cdfa5d5264c of type vxlan for network f36896da-1cdc-4097-8aa4-8f266141cbcf [pid: 8|app: 0|req: 234/469] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:16 2026] POST /v2.0/subnets => generated 699 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:45:16 2026] POST /v2.0/networks => generated 726 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/471] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:16 2026] POST /v2.0/subnets => generated 695 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:16 2026] DELETE /v2.0/security-groups/8aba6da4-2ae1-49a4-ba45-031160c4bb01 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:16.921 8 INFO neutron.db.segments_db [None req-6e908f5e-285b-4408-890b-26d4b89eede1 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 40c0c386-5588-481b-87c0-10808ce882e8 of type vxlan for network 116b48d0-4f2a-41f3-b28b-a566761b6af0 [pid: 7|app: 0|req: 238/473] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:16 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) 2026-04-24 02:45:17.100 8 INFO neutron.db.l3_hamode_db [None req-6e908f5e-285b-4408-890b-26d4b89eede1 b98ea4c9986a4260b254ffa760395b46 6842e3a82c3941e391ac747d60874687 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:45:17.120 7 INFO neutron.db.segments_db [None req-5f7f9fb7-7f34-424d-8f06-e511aadecfc8 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment d29f65cc-f3f3-4305-8541-1a733315f1a4 of type vxlan for network 5ac1f282-401e-4e16-b161-e28f6eab798f 2026-04-24 02:45:17.350 7 INFO neutron.db.l3_hamode_db [None req-5f7f9fb7-7f34-424d-8f06-e511aadecfc8 b98ea4c9986a4260b254ffa760395b46 ceda55f8c14541fca38f5f13afb9ce8f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:45:17.918 8 INFO neutron.db.l3_hamode_db [None req-6e908f5e-285b-4408-890b-26d4b89eede1 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:45:18.745 7 INFO neutron.db.l3_hamode_db [None req-5f7f9fb7-7f34-424d-8f06-e511aadecfc8 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/474] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:16 2026] POST /v2.0/routers => generated 739 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:45:19.000 8 INFO neutron.db.segments_db [None req-d1a04ff8-faf8-4185-b62b-8782c8ac9deb b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 05321aa6-a47f-43e8-b51e-09f2d070482d of type vxlan for network 8d65566b-9102-41c0-88c2-74c2163113e5 2026-04-24 02:45:19.214 8 INFO neutron.db.l3_hamode_db [None req-d1a04ff8-faf8-4185-b62b-8782c8ac9deb b98ea4c9986a4260b254ffa760395b46 3bd06c3da6664220a81b6a609d5be753 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/475] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:17 2026] POST /v2.0/routers => generated 735 bytes in 2626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:45:19.939 8 INFO neutron.db.l3_hamode_db [None req-d1a04ff8-faf8-4185-b62b-8782c8ac9deb b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:45:19.966 7 INFO neutron.db.segments_db [None req-7f4f41ab-d846-444b-8632-4cda37024e93 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 294679dc-1d70-4b92-81d5-d2341e890e96 of type vxlan for network a947855e-2e9a-409e-bde1-61da87f482a3 [pid: 7|app: 0|req: 240/476] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:45:19 2026] POST /v2.0/networks => generated 728 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/477] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:18 2026] POST /v2.0/routers => generated 732 bytes in 1869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:45:20 2026] PUT /v2.0/routers/dfc05f44-60d6-440b-a9f2-db1fbed98b7c/add_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:21 2026] POST /v2.0/subnets => generated 694 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/480] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:45:20 2026] PUT /v2.0/routers/c5617cdb-8f6e-43f1-ac00-582ec9ba7461/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:22.045 8 INFO neutron.db.segments_db [None req-0ca4a688-2c23-4656-abba-6763ae66135c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 0f07297f-6b91-417a-a08b-e0add7bb5792 of type vxlan for network 247cac0d-5053-4e22-9fd1-277411d982bc [pid: 7|app: 0|req: 243/481] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:45:21 2026] PUT /v2.0/routers/04fc7bf9-074b-42ce-8c76-f858ab4badfb/add_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:22.252 8 INFO neutron.db.l3_hamode_db [None req-0ca4a688-2c23-4656-abba-6763ae66135c b98ea4c9986a4260b254ffa760395b46 9d836b1a48424aaaa90883803ae236fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 244/482] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:45:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/483] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:45:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/484] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:45:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:45:22.929 8 INFO neutron.db.l3_hamode_db [None req-0ca4a688-2c23-4656-abba-6763ae66135c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 247/485] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:45:22 2026] POST /v2.0/floatingips => generated 552 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/486] 10.0.0.128 () {38 vars in 971 bytes} [Fri Apr 24 02:45:23 2026] POST /v2.0/security-groups => generated 1685 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/487] 10.0.0.128 () {38 vars in 971 bytes} [Fri Apr 24 02:45:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/488] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:23 2026] GET /v2.0/security-groups/fe1ddcc5-9499-40a6-9934-27abc7a72467 => generated 1685 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/489] 10.0.0.128 () {38 vars in 981 bytes} [Fri Apr 24 02:45:23 2026] POST /v2.0/security-group-rules => generated 614 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/490] 10.0.0.128 () {38 vars in 971 bytes} [Fri Apr 24 02:45:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/493] 10.0.0.128 () {34 vars in 1098 bytes} [Fri Apr 24 02:45:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--237210217&fields=id&tenant_id=6842e3a82c3941e391ac747d60874687 => 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: 256/494] 10.0.0.128 () {38 vars in 971 bytes} [Fri Apr 24 02:45:23 2026] POST /v2.0/security-groups => generated 1685 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/495] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:45:23 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 684 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/496] 10.0.0.128 () {38 vars in 971 bytes} [Fri Apr 24 02:45:23 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/497] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:45:23 2026] GET /v2.0/quotas/6842e3a82c3941e391ac747d60874687 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/498] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:22 2026] POST /v2.0/routers => generated 734 bytes in 1874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/499] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:23 2026] GET /v2.0/security-groups/bcb6dc43-7658-4390-b05a-5ab883ab4b80 => generated 1685 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/500] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:45:23 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&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: 262/501] 10.0.0.128 () {38 vars in 981 bytes} [Fri Apr 24 02:45:24 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/502] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups?tenant_id=3bd06c3da6664220a81b6a609d5be753 => generated 7906 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/503] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/62d552b2-b2bf-422f-9175-d28e743d3639 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/504] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/62d552b2-b2bf-422f-9175-d28e743d3639 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/505] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/bcb6dc43-7658-4390-b05a-5ab883ab4b80 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/506] 10.0.0.128 () {38 vars in 981 bytes} [Fri Apr 24 02:45:24 2026] POST /v2.0/security-group-rules => generated 619 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/507] 10.0.0.128 () {34 vars in 907 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/508] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/5b8435c7-7a55-4e86-9fd4-bd1c6f4eb2a9 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/509] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?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: 271/510] 10.0.0.128 () {36 vars in 1013 bytes} [Fri Apr 24 02:45:24 2026] DELETE /v2.0/security-groups/5b8435c7-7a55-4e86-9fd4-bd1c6f4eb2a9 => 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: 272/511] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/512] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/bcb6dc43-7658-4390-b05a-5ab883ab4b80 => generated 2940 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:45:24.716 7 INFO neutron.api.v2.resource [req-bd28752a-ab61-410e-aaa7-7ca89d1e91df req-e52748f6-dc87-47ee-80ef-a438c9e0c6ed 4586a304be1843ffbb23ba3875bb7b7a 3bd06c3da6664220a81b6a609d5be753 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 274/513] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/5b8435c7-7a55-4e86-9fd4-bd1c6f4eb2a9 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/514] 10.0.0.128 () {34 vars in 1001 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-group-rules/98edf7d2-7a65-4cc1-a08e-519b56e1cf2f => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/515] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/bcb6dc43-7658-4390-b05a-5ab883ab4b80 => generated 2940 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/516] 10.0.0.128 () {36 vars in 1023 bytes} [Fri Apr 24 02:45:24 2026] DELETE /v2.0/security-group-rules/98edf7d2-7a65-4cc1-a08e-519b56e1cf2f => 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: 278/517] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/c4fb1b79-c4cc-4fc9-a161-68cbd1342ce5 => generated 1682 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/518] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:45:23 2026] PUT /v2.0/routers/5c991e29-da13-48a5-8797-8ec37b18674a/add_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/519] 10.0.0.128 () {36 vars in 1013 bytes} [Fri Apr 24 02:45:24 2026] DELETE /v2.0/security-groups/c4fb1b79-c4cc-4fc9-a161-68cbd1342ce5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:25.020 7 INFO neutron.api.v2.resource [req-52fe68fd-e6a2-4fc4-8127-fc5e151595fe req-c9a6ff71-a120-4b33-bd37-43587fc78982 4586a304be1843ffbb23ba3875bb7b7a 3bd06c3da6664220a81b6a609d5be753 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 280/520] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/c4fb1b79-c4cc-4fc9-a161-68cbd1342ce5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/521] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:24 2026] GET /v2.0/security-groups/bcb6dc43-7658-4390-b05a-5ab883ab4b80 => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/522] 10.0.0.128 () {36 vars in 1013 bytes} [Fri Apr 24 02:45:25 2026] DELETE /v2.0/security-groups/bcb6dc43-7658-4390-b05a-5ab883ab4b80 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/523] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/5c3facd5-6379-4f06-a6f9-8fca62dfbbb2 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/524] 10.0.0.128 () {36 vars in 1013 bytes} [Fri Apr 24 02:45:25 2026] DELETE /v2.0/security-groups/5c3facd5-6379-4f06-a6f9-8fca62dfbbb2 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/525] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/fe1ddcc5-9499-40a6-9934-27abc7a72467 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/526] 10.0.0.128 () {36 vars in 1013 bytes} [Fri Apr 24 02:45:25 2026] DELETE /v2.0/security-groups/fe1ddcc5-9499-40a6-9934-27abc7a72467 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/527] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 12 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:45:25.542 8 INFO neutron.api.v2.resource [req-acc1224f-da1e-4233-b7bc-a1f66d997367 req-046ead27-d690-465d-a2cc-51fd363a9e7c 4586a304be1843ffbb23ba3875bb7b7a 3bd06c3da6664220a81b6a609d5be753 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 243/528] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/5c3facd5-6379-4f06-a6f9-8fca62dfbbb2 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/529] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups?tenant_id=3bd06c3da6664220a81b6a609d5be753 => 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: 245/530] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/62d552b2-b2bf-422f-9175-d28e743d3639 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/531] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:45:25 2026] POST /v2.0/security-groups => generated 1656 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/532] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/62d552b2-b2bf-422f-9175-d28e743d3639 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/533] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:45:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:45:25.907 8 INFO neutron.api.v2.resource [req-158e5aef-0ca8-4d4c-b98d-817a1eee1bb4 req-3418e9b6-df00-4753-ac4e-53e6829a2a09 4586a304be1843ffbb23ba3875bb7b7a 3bd06c3da6664220a81b6a609d5be753 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/534] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/5c3facd5-6379-4f06-a6f9-8fca62dfbbb2 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/535] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:45:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:45:26.007 8 INFO neutron.api.v2.resource [req-4191dd25-760d-48c0-80d6-d1df251315b7 req-23981048-d791-472d-9d0c-eb7567a725df 4586a304be1843ffbb23ba3875bb7b7a 3bd06c3da6664220a81b6a609d5be753 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/536] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:25 2026] GET /v2.0/security-groups/c4fb1b79-c4cc-4fc9-a161-68cbd1342ce5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/537] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:45:26 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:45:26.547 8 INFO neutron.api.v2.resource [req-ed389b28-f721-4f05-b464-93b8de20fa7d req-475abb8d-843b-4420-a23e-5634cdae4979 4586a304be1843ffbb23ba3875bb7b7a 3bd06c3da6664220a81b6a609d5be753 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/538] 10.0.0.128 () {34 vars in 991 bytes} [Fri Apr 24 02:45:26 2026] GET /v2.0/security-groups/5b8435c7-7a55-4e86-9fd4-bd1c6f4eb2a9 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:45:26.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c51f0b0-739d-4ef3-bc11-f926789a9171 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 27f91faa-0207-4fb8-9caa-35e5dcb91409 2026-04-24 02:45:26.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c51f0b0-739d-4ef3-bc11-f926789a9171 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 27f91faa-0207-4fb8-9caa-35e5dcb91409 2026-04-24 02:45:27.027 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7a51b11-e505-4ed3-b2bf-545ba3ae0a8d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 76d6cd21-3fd3-47cf-b82f-9f7429e35c8b 2026-04-24 02:45:27.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7a51b11-e505-4ed3-b2bf-545ba3ae0a8d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 76d6cd21-3fd3-47cf-b82f-9f7429e35c8b [pid: 7|app: 0|req: 286/539] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:45:25 2026] PUT /v2.0/routers/c5617cdb-8f6e-43f1-ac00-582ec9ba7461/remove_router_interface => generated 309 bytes in 1750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/540] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:27 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:45:27.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-3cff6b5e-23e8-4a13-a0f0-a700836c412c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 0d9dc5d5-90e9-463e-b865-98538da50145 2026-04-24 02:45:27.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cff6b5e-23e8-4a13-a0f0-a700836c412c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 0d9dc5d5-90e9-463e-b865-98538da50145 2026-04-24 02:45:27.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-3cff6b5e-23e8-4a13-a0f0-a700836c412c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 1f3cd06c-fbab-4919-bf28-1735e965d124 2026-04-24 02:45:27.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cff6b5e-23e8-4a13-a0f0-a700836c412c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 1f3cd06c-fbab-4919-bf28-1735e965d124 [pid: 8|app: 0|req: 254/541] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:45:26 2026] PUT /v2.0/routers/04fc7bf9-074b-42ce-8c76-f858ab4badfb/remove_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:27.634 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3cff6b5e-23e8-4a13-a0f0-a700836c412c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - 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-04-24 02:45:27.843 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f52ca44-8b64-42c1-8dc5-d5479a8bdf27 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 2ae65131-ebcd-46c8-94d9-969515176cbd 2026-04-24 02:45:27.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f52ca44-8b64-42c1-8dc5-d5479a8bdf27 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 2ae65131-ebcd-46c8-94d9-969515176cbd 2026-04-24 02:45:28.050 7 INFO neutron.db.l3_hamode_db [None req-3cff6b5e-23e8-4a13-a0f0-a700836c412c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 5ac1f282-401e-4e16-b161-e28f6eab798f was deleted as no HA routers are present in tenant ceda55f8c14541fca38f5f13afb9ce8f. [pid: 7|app: 0|req: 288/542] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:45:27 2026] DELETE /v2.0/routers/c5617cdb-8f6e-43f1-ac00-582ec9ba7461 => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:28.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f52ca44-8b64-42c1-8dc5-d5479a8bdf27 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 45ce8b72-338b-4d91-9c5c-30b832a31662 2026-04-24 02:45:28.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f52ca44-8b64-42c1-8dc5-d5479a8bdf27 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 45ce8b72-338b-4d91-9c5c-30b832a31662 2026-04-24 02:45:28.190 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2f52ca44-8b64-42c1-8dc5-d5479a8bdf27 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - 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: 7|app: 0|req: 289/543] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:45:28 2026] DELETE /v2.0/subnets/9c5280df-659e-44eb-a040-236dba83c716 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:45:28.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e7dd05c-dd0a-4cd2-90b9-cd014a36787f b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 3a47ae3e-9524-462b-be66-3998ac57ce1f 2026-04-24 02:45:28.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e7dd05c-dd0a-4cd2-90b9-cd014a36787f b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 3a47ae3e-9524-462b-be66-3998ac57ce1f 2026-04-24 02:45:28.390 7 INFO neutron.services.segments.plugin [-] Segment d29f65cc-f3f3-4305-8541-1a733315f1a4 resource provider aggregate not found 2026-04-24 02:45:28.403 7 INFO neutron.services.segments.plugin [-] Segment d29f65cc-f3f3-4305-8541-1a733315f1a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d29f65cc-f3f3-4305-8541-1a733315f1a4 found for delete ", "request_id": "req-f4eda542-cb33-401e-a21b-0fa7cb991988"}]} 2026-04-24 02:45:28.422 7 INFO neutron.services.segments.plugin [-] Segment d29f65cc-f3f3-4305-8541-1a733315f1a4 resource provider aggregate not found 2026-04-24 02:45:28.436 7 INFO neutron.services.segments.plugin [-] Segment d29f65cc-f3f3-4305-8541-1a733315f1a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d29f65cc-f3f3-4305-8541-1a733315f1a4 found for delete ", "request_id": "req-0023c5b5-6dde-44fa-9537-5867d33f056d"}]} 2026-04-24 02:45:28.572 8 INFO neutron.db.l3_hamode_db [None req-2f52ca44-8b64-42c1-8dc5-d5479a8bdf27 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 8d65566b-9102-41c0-88c2-74c2163113e5 was deleted as no HA routers are present in tenant 3bd06c3da6664220a81b6a609d5be753. [pid: 8|app: 0|req: 255/544] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:45:27 2026] DELETE /v2.0/routers/04fc7bf9-074b-42ce-8c76-f858ab4badfb => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/545] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:28 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => 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: 290/546] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:45:28 2026] DELETE /v2.0/networks/60899476-1a59-4f06-8720-4aa2d6eaf373 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/547] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:28 2026] GET /v2.0/security-groups?tenant_id=ceda55f8c14541fca38f5f13afb9ce8f&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/548] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:45:28 2026] DELETE /v2.0/subnets/77f52eeb-2699-4754-92c5-3240959a8c01 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:45:28.904 8 INFO neutron_taas.services.taas.taas_plugin [None req-701be242-9234-4fbc-8e58-037a5fbf8da0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: f6fad485-a70a-4107-aefe-17cec88dffb5 2026-04-24 02:45:28.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-701be242-9234-4fbc-8e58-037a5fbf8da0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: f6fad485-a70a-4107-aefe-17cec88dffb5 [pid: 7|app: 0|req: 292/549] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:28 2026] DELETE /v2.0/security-groups/2f622b71-97ec-4995-b109-92e6a6fead52 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:28.999 8 INFO neutron.services.segments.plugin [-] Segment 05321aa6-a47f-43e8-b51e-09f2d070482d resource provider aggregate not found 2026-04-24 02:45:29.033 8 INFO neutron.services.segments.plugin [-] Segment 05321aa6-a47f-43e8-b51e-09f2d070482d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05321aa6-a47f-43e8-b51e-09f2d070482d found for delete ", "request_id": "req-3ce46232-ef84-4ce0-9f6d-fb3acc10a150"}]} 2026-04-24 02:45:29.038 8 INFO neutron.services.segments.plugin [-] Segment 05321aa6-a47f-43e8-b51e-09f2d070482d resource provider aggregate not found 2026-04-24 02:45:29.060 8 INFO neutron.services.segments.plugin [-] Segment 05321aa6-a47f-43e8-b51e-09f2d070482d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05321aa6-a47f-43e8-b51e-09f2d070482d found for delete ", "request_id": "req-d92b7ddc-7016-461d-bc7c-7b757ccf0c4f"}]} [pid: 8|app: 0|req: 258/550] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:45:28 2026] DELETE /v2.0/networks/f36896da-1cdc-4097-8aa4-8f266141cbcf => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/551] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:29 2026] GET /v2.0/security-groups?tenant_id=3bd06c3da6664220a81b6a609d5be753&name=default => generated 2921 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/552] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:29 2026] DELETE /v2.0/security-groups/62d552b2-b2bf-422f-9175-d28e743d3639 => 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: 294/553] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:29 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/554] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:29 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 684 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/555] 199.204.45.205 () {34 vars in 911 bytes} [Fri Apr 24 02:45:30 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: 261/556] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:45:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6842e3a82c3941e391ac747d60874687 => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:30.425 7 INFO neutron.services.segments.plugin [-] Segment 209d751b-c030-4ebf-9238-099ebafe87f5 resource provider aggregate not found 2026-04-24 02:45:30.444 7 INFO neutron.services.segments.plugin [-] Segment 209d751b-c030-4ebf-9238-099ebafe87f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 209d751b-c030-4ebf-9238-099ebafe87f5 found for delete ", "request_id": "req-fc049e63-e404-4fad-aa6b-6921fc804457"}]} 2026-04-24 02:45:30.488 7 INFO neutron.services.segments.plugin [-] Segment 209d751b-c030-4ebf-9238-099ebafe87f5 resource provider aggregate not found 2026-04-24 02:45:30.516 7 INFO neutron.services.segments.plugin [-] Segment 209d751b-c030-4ebf-9238-099ebafe87f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 209d751b-c030-4ebf-9238-099ebafe87f5 found for delete ", "request_id": "req-57fe3a17-dce2-4655-ac7a-e1accbb5bbe8"}]} [pid: 7|app: 0|req: 296/557] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:45:30 2026] POST /v2.0/ports => generated 954 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/558] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:30 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 957 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/559] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:30 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:31.071 8 INFO neutron.services.segments.plugin [-] Segment 78037d90-3dc1-4ebd-b0e5-2cdfa5d5264c resource provider aggregate not found 2026-04-24 02:45:31.087 8 INFO neutron.services.segments.plugin [-] Segment 78037d90-3dc1-4ebd-b0e5-2cdfa5d5264c resource provider aggregate not found 2026-04-24 02:45:31.090 8 INFO neutron.services.segments.plugin [-] Segment 78037d90-3dc1-4ebd-b0e5-2cdfa5d5264c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78037d90-3dc1-4ebd-b0e5-2cdfa5d5264c found for delete ", "request_id": "req-525cd91e-24ad-4759-9c81-5d5d6cb7b980"}]} 2026-04-24 02:45:31.125 8 INFO neutron.services.segments.plugin [-] Segment 78037d90-3dc1-4ebd-b0e5-2cdfa5d5264c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78037d90-3dc1-4ebd-b0e5-2cdfa5d5264c found for delete ", "request_id": "req-8210222a-2603-46ec-9bd4-a6e9c9c47144"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-24 02:45:31.325 7 INFO neutron.db.segments_db [None req-ec3856c4-6bdf-4672-9ffd-63e3817ef06d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 7dbacdc3-ba4d-4101-a144-0e7fcfb82bb2 of type vxlan for network 23c8334e-2489-4965-8f03-d85a504c106e [pid: 7|app: 0|req: 297/560] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:45:30 2026] POST /v2.0/networks => generated 719 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/561] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:31 2026] POST /v2.0/subnets => generated 685 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/562] 10.0.0.128 () {34 vars in 1092 bytes} [Fri Apr 24 02:45:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--381359&fields=id&tenant_id=9d836b1a48424aaaa90883803ae236fe => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/563] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:45:31 2026] PUT /v2.0/ports/9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 1235 bytes in 504 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-04-24 02:45:31.691 7 INFO neutron.db.segments_db [None req-2513584a-617b-4506-b9bd-c12873c124d5 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 2c71dd11-1f7b-4711-8cb0-eed22017976a of type vxlan for network 7e258d7f-cae0-4c76-9f3f-3a33ee16c566 [pid: 8|app: 0|req: 265/564] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:45:31 2026] GET /v2.0/networks?id=a947855e-2e9a-409e-bde1-61da87f482a3 => generated 679 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/565] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:45:31 2026] GET /v2.0/quotas/9d836b1a48424aaaa90883803ae236fe => 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: 267/566] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:45:31 2026] GET /v2.0/ports?tenant_id=9d836b1a48424aaaa90883803ae236fe&fields=id => generated 57 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/567] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:45:31 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:45:31.955 7 INFO neutron.db.l3_hamode_db [None req-2513584a-617b-4506-b9bd-c12873c124d5 b98ea4c9986a4260b254ffa760395b46 e19bb47329e14863912d3255e689bdca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 269/568] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:45:31 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?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: 270/569] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:32 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/570] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:32 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&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: 272/571] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:32 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:45:32.374 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d8cf593-6ba5-4dbc-8ec7-d15f41e49530'] response: {'name': 'network-changed', 'server_uuid': '41236949-df0b-41b3-a7b6-f8f474e7e2e0', 'tag': '9d00fd27-5a69-46a1-b685-a501ddd46b31', 'status': 'completed', 'code': 200} 2026-04-24 02:45:32.699 7 INFO neutron.db.l3_hamode_db [None req-2513584a-617b-4506-b9bd-c12873c124d5 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 273/572] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:32 2026] GET /v2.0/security-groups?tenant_id=704a855ca48a4fc8aef964be318f005f&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/573] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:32 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/574] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:32 2026] DELETE /v2.0/security-groups/797034fb-b439-43da-bf30-14ff9613396d => 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: 276/575] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:45:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => 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: 277/576] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:33 2026] GET /v2.0/subnets?id=1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/577] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:33 2026] GET /v2.0/ports?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/578] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:33 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?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: 280/579] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:33 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/580] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:33 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/581] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:33 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&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: 283/582] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:33 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 300/583] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:45:31 2026] POST /v2.0/routers => generated 725 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/584] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1238 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/585] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 780 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/586] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => 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: 304/587] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => 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: 305/588] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/589] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 307/590] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/subnets?id=1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/591] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/ports?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/592] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/593] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:34 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/594] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:45:33 2026] PUT /v2.0/routers/4b3ebffd-0eb8-419c-b64e-6cd9ad4c05f2/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: 285/595] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:35 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 311/596] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:35 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => 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: 286/597] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:35 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/598] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:45:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/599] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:45:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/600] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:45:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/601] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:36 2026] GET /v2.0/networks?id=a947855e-2e9a-409e-bde1-61da87f482a3 => generated 679 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/602] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:45:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d836b1a48424aaaa90883803ae236fe => generated 177 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/603] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:45:36 2026] POST /v2.0/floatingips => generated 552 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/604] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 961 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/605] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:45:36 2026] POST /v2.0/ports => generated 958 bytes in 437 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: 317/606] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/607] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => 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: 291/608] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/609] 10.0.0.128 () {34 vars in 1098 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--798180222&fields=id&tenant_id=e19bb47329e14863912d3255e689bdca => generated 69 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/610] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/networks?id=23c8334e-2489-4965-8f03-d85a504c106e => generated 670 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/611] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:45:37 2026] PUT /v2.0/ports/e3a06537-645d-4d09-8e74-1ca0125aa5d8 => generated 1239 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/612] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/quotas/e19bb47329e14863912d3255e689bdca => generated 292 bytes in 20 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: 319/613] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/ports?tenant_id=e19bb47329e14863912d3255e689bdca&fields=id => generated 57 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/614] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/networks/23c8334e-2489-4965-8f03-d85a504c106e?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: 320/615] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:45:37 2026] GET /v2.0/networks/23c8334e-2489-4965-8f03-d85a504c106e?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: 296/616] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:45:38.244 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-053d1dad-61cb-4b43-845f-19ad84565500'] response: {'name': 'network-changed', 'server_uuid': 'b8b8722f-5231-4afa-967a-cebce3228fd4', 'tag': 'e3a06537-645d-4d09-8e74-1ca0125aa5d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 321/617] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/618] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/619] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/620] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/623] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/ports?tenant_id=9d836b1a48424aaaa90883803ae236fe&device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/624] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e3a06537-645d-4d09-8e74-1ca0125aa5d8 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/625] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/subnets?id=537c2b37-5a87-43ea-8b01-4af626c40547 => generated 697 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/626] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/ports?network_id=a947855e-2e9a-409e-bde1-61da87f482a3&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/627] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/628] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:38 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?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: 327/629] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:39 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/630] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:39 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 304/631] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:39 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/632] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:39 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/633] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:39 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&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: 329/634] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:39 2026] GET /v2.0/ports?tenant_id=9d836b1a48424aaaa90883803ae236fe&device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/635] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:39 2026] GET /v2.0/networks?id=a947855e-2e9a-409e-bde1-61da87f482a3 => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/636] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e3a06537-645d-4d09-8e74-1ca0125aa5d8 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/637] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/subnets?id=537c2b37-5a87-43ea-8b01-4af626c40547 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/638] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/ports?network_id=a947855e-2e9a-409e-bde1-61da87f482a3&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/639] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?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: 309/640] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 332/641] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?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: 333/642] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/643] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/security-groups?tenant_id=3fcc90a13ae543f09fd12ea558cbee11&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/644] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/645] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/646] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/647] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:40 2026] DELETE /v2.0/security-groups/242dbe0d-c850-42fd-89a6-d8e678df9dd1 => 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: 313/648] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:40 2026] GET /v2.0/security-groups?tenant_id=e6763ae05c614ba3b727801ea1ad3e67&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/649] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:41 2026] DELETE /v2.0/security-groups/5040afcf-cfbd-4770-b1c3-87652b65c7c9 => 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: 314/650] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:41 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 337/651] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:41 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/652] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:41 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/653] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:41 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/654] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:41 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&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: 7|app: 0|req: 339/655] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:42 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/656] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:42 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/657] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:42 2026] GET /v2.0/networks?id=23c8334e-2489-4965-8f03-d85a504c106e => generated 670 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/658] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:45:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e19bb47329e14863912d3255e689bdca => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:42.662 8 INFO neutron.db.l3_db [None req-f56cbbd7-bf34-4291-b373-8498f94d2fb1 8ea55b7e82b446729637553f26d2e89e 6842e3a82c3941e391ac747d60874687 - - default default] Floating IP ecb8c4c6-a029-48b4-9d77-4eedb73111ff associated. External IP: 10.96.250.210, port: 9d00fd27-5a69-46a1-b685-a501ddd46b31. [pid: 8|app: 0|req: 317/659] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:45:42 2026] PUT /v2.0/floatingips/ecb8c4c6-a029-48b4-9d77-4eedb73111ff => generated 855 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:42.970 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ca96259-0452-4aaf-a019-896da8079e3a'] response: {'name': 'network-changed', 'server_uuid': '41236949-df0b-41b3-a7b6-f8f474e7e2e0', 'tag': '9d00fd27-5a69-46a1-b685-a501ddd46b31', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/660] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:42 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/661] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:45:42 2026] POST /v2.0/ports => generated 958 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 344/662] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/663] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/664] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&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: 321/665] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/666] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:45:43 2026] PUT /v2.0/ports/478fe97b-f656-42b0-a2f1-19124e92a1cc => generated 1239 bytes in 482 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-04-24 02:45:43.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51daf25e-7a27-44a0-9f2c-651773a684ba'] response: {'name': 'network-changed', 'server_uuid': '3c5e48a4-d04a-4acb-9a8c-56ef7835fc38', 'tag': '478fe97b-f656-42b0-a2f1-19124e92a1cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 322/667] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/668] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/669] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/670] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/subnets?id=1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/671] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/672] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/ports?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/673] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/674] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:43 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/675] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:44 2026] GET /v2.0/ports?tenant_id=e19bb47329e14863912d3255e689bdca&device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 350/676] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:45:44 2026] GET /v2.0/networks?tenant_id=e19bb47329e14863912d3255e689bdca&shared=False => generated 766 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/677] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:44 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 351/678] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:45:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/679] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:44 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/680] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:44 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/681] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:44 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/682] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/ports?tenant_id=e19bb47329e14863912d3255e689bdca&device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/683] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=478fe97b-f656-42b0-a2f1-19124e92a1cc => 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: 332/684] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/685] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/subnets?id=2c59cb7c-2c9c-44da-ba37-fc2512fca4e3 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/686] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/687] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/ports?network_id=23c8334e-2489-4965-8f03-d85a504c106e&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/688] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/networks/23c8334e-2489-4965-8f03-d85a504c106e?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: 353/689] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/security-groups?tenant_id=222a279803604313a8cef9581501b2e5&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/690] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/networks/23c8334e-2489-4965-8f03-d85a504c106e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/691] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:45 2026] DELETE /v2.0/security-groups/d6c780f4-b0f3-4e53-9438-82e8a354e3e9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/692] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/security-groups?tenant_id=87b0536b0c124e009d0d1dbd36dfb04b&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/693] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/694] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:45 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/695] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:45 2026] DELETE /v2.0/security-groups/92254e7a-7482-4d0f-918f-fd13a661e668 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/696] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:46 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/697] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:46 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/698] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:47 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/699] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:47 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/700] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:47 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/701] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:47 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/702] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:47 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 361/703] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:48 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/704] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:48 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:48.415 8 INFO neutron.db.l3_db [None req-3b978079-4158-4ad4-9cec-464fd05802ce f006264a8de043fdb3f7052f72e57fd8 9d836b1a48424aaaa90883803ae236fe - - default default] Floating IP bda49a7d-9f6d-4108-9b54-4cdb51d673ac associated. External IP: 10.96.250.214, port: e3a06537-645d-4d09-8e74-1ca0125aa5d8. [pid: 8|app: 0|req: 343/705] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:45:48 2026] PUT /v2.0/floatingips/bda49a7d-9f6d-4108-9b54-4cdb51d673ac => generated 856 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:48.803 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b2fe879-880e-4469-98e9-2b2bbf7b42fb'] response: {'name': 'network-changed', 'server_uuid': 'b8b8722f-5231-4afa-967a-cebce3228fd4', 'tag': 'e3a06537-645d-4d09-8e74-1ca0125aa5d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 363/706] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:48 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/707] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:48 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/708] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/709] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/ports?tenant_id=9d836b1a48424aaaa90883803ae236fe&device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 365/710] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/711] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/networks?id=a947855e-2e9a-409e-bde1-61da87f482a3 => generated 775 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/712] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e3a06537-645d-4d09-8e74-1ca0125aa5d8 => generated 859 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/713] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/subnets?id=537c2b37-5a87-43ea-8b01-4af626c40547 => generated 697 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/714] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/715] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/716] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/ports?network_id=a947855e-2e9a-409e-bde1-61da87f482a3&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/717] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?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: 369/718] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:49 2026] GET /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3?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: 350/719] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:50 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/720] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:50 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 352/721] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:50 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&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: 353/722] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:50 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 370/723] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:50 2026] GET /v2.0/security-groups?id=e9407487-fbed-4c10-b361-71dfdf862f87&fields=id&fields=name => generated 110 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:51.243 8 INFO neutron.db.l3_db [None req-0238b958-ecb8-4332-9d66-a7c2f8961ae3 c80373e638714d029445abb1828b5648 e19bb47329e14863912d3255e689bdca - - default default] Floating IP f59a5b43-28e0-4995-9c7f-84c5875ec60e associated. External IP: 10.96.250.216, port: 478fe97b-f656-42b0-a2f1-19124e92a1cc. [pid: 8|app: 0|req: 354/724] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:45:50 2026] PUT /v2.0/floatingips/f59a5b43-28e0-4995-9c7f-84c5875ec60e => generated 856 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:51.614 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9bfa3d8-4e69-4977-b4ee-3fcb4dbd41e5'] response: {'name': 'network-changed', 'server_uuid': '3c5e48a4-d04a-4acb-9a8c-56ef7835fc38', 'tag': '478fe97b-f656-42b0-a2f1-19124e92a1cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 355/725] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:51 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 356/726] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:45:51 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/727] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:51 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:51.857 8 INFO neutron_taas.services.taas.taas_plugin [req-c667cbc6-c9ff-42b9-9f12-d8218693ddb0 req-b0a25262-1b81-4463-949f-6818c6d58241 f006264a8de043fdb3f7052f72e57fd8 9d836b1a48424aaaa90883803ae236fe - - default default] TaaS: Handle Delete Port: e3a06537-645d-4d09-8e74-1ca0125aa5d8 2026-04-24 02:45:51.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c667cbc6-c9ff-42b9-9f12-d8218693ddb0 req-b0a25262-1b81-4463-949f-6818c6d58241 f006264a8de043fdb3f7052f72e57fd8 9d836b1a48424aaaa90883803ae236fe - - default default] Tap Mirror: Handle Delete Port: e3a06537-645d-4d09-8e74-1ca0125aa5d8 2026-04-24 02:45:52.051 8 INFO neutron.db.l3_db [req-c667cbc6-c9ff-42b9-9f12-d8218693ddb0 req-b0a25262-1b81-4463-949f-6818c6d58241 f006264a8de043fdb3f7052f72e57fd8 9d836b1a48424aaaa90883803ae236fe - - default default] Floating IP bda49a7d-9f6d-4108-9b54-4cdb51d673ac disassociated. External IP: 10.96.250.214, port: e3a06537-645d-4d09-8e74-1ca0125aa5d8. [pid: 7|app: 0|req: 371/728] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:45:51 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1240 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/729] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/730] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 374/731] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 375/732] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/ports?tenant_id=e19bb47329e14863912d3255e689bdca&device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 376/733] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/734] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/networks?id=23c8334e-2489-4965-8f03-d85a504c106e => generated 766 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/735] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=478fe97b-f656-42b0-a2f1-19124e92a1cc => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/736] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:45:51 2026] DELETE /v2.0/ports/e3a06537-645d-4d09-8e74-1ca0125aa5d8 => generated 0 bytes in 683 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/737] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/subnets?id=2c59cb7c-2c9c-44da-ba37-fc2512fca4e3 => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/738] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/ports?network_id=23c8334e-2489-4965-8f03-d85a504c106e&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: 380/739] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/networks/23c8334e-2489-4965-8f03-d85a504c106e?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/740] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/networks/23c8334e-2489-4965-8f03-d85a504c106e?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: 360/741] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/security-groups?tenant_id=282637e0f67743d59736458582770aae&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/742] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:52 2026] DELETE /v2.0/security-groups/ef8ef825-bd09-4dc1-81fa-12087eddb80a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/743] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:52 2026] GET /v2.0/security-groups?tenant_id=4ea9ee7105584620a6879573596ddb29&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/744] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:53 2026] DELETE /v2.0/security-groups/4b319dda-8499-4ea6-98fd-fc4f4c0f5081 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/745] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:53 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => 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: 384/748] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:53 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/749] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:53 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:53.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c13f18f1-6477-4761-a9f9-9e66b2f156cc'] response: {'server_uuid': 'b8b8722f-5231-4afa-967a-cebce3228fd4', 'name': 'network-vif-deleted', 'tag': 'e3a06537-645d-4d09-8e74-1ca0125aa5d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 385/750] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:54 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/751] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:54 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/752] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:45:54 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 973 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/753] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:45:54 2026] GET /v2.0/security-groups?id=8414ed0d-1859-4dfe-a2cf-0455b669ab77&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-04-24 02:45:54.789 7 INFO neutron_taas.services.taas.taas_plugin [req-9795a3a9-ee4b-4a34-8bc4-f3fdfcfc7b72 req-668606af-5bfc-4722-812f-0f3e72d4ea26 c80373e638714d029445abb1828b5648 e19bb47329e14863912d3255e689bdca - - default default] TaaS: Handle Delete Port: 478fe97b-f656-42b0-a2f1-19124e92a1cc 2026-04-24 02:45:54.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9795a3a9-ee4b-4a34-8bc4-f3fdfcfc7b72 req-668606af-5bfc-4722-812f-0f3e72d4ea26 c80373e638714d029445abb1828b5648 e19bb47329e14863912d3255e689bdca - - default default] Tap Mirror: Handle Delete Port: 478fe97b-f656-42b0-a2f1-19124e92a1cc 2026-04-24 02:45:54.995 7 INFO neutron.db.l3_db [req-9795a3a9-ee4b-4a34-8bc4-f3fdfcfc7b72 req-668606af-5bfc-4722-812f-0f3e72d4ea26 c80373e638714d029445abb1828b5648 e19bb47329e14863912d3255e689bdca - - default default] Floating IP f59a5b43-28e0-4995-9c7f-84c5875ec60e disassociated. External IP: 10.96.250.216, port: 478fe97b-f656-42b0-a2f1-19124e92a1cc. [pid: 7|app: 0|req: 387/754] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:45:54 2026] DELETE /v2.0/ports/478fe97b-f656-42b0-a2f1-19124e92a1cc => generated 0 bytes in 783 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:45:55.448 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92718269-03e1-4fb8-a0dd-706e809dfa16'] response: {'server_uuid': '3c5e48a4-d04a-4acb-9a8c-56ef7835fc38', 'name': 'network-vif-deleted', 'tag': '478fe97b-f656-42b0-a2f1-19124e92a1cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 368/755] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:55 2026] GET /v2.0/ports?device_id=b8b8722f-5231-4afa-967a-cebce3228fd4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/756] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:55 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/757] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:55 2026] GET /v2.0/security-groups?tenant_id=6a3a9949c7584fa181995d15a0ff8346&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/758] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:56 2026] DELETE /v2.0/security-groups/67b3e1da-fc6e-4c24-b1c3-712364c1bc80 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/759] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:56 2026] DELETE /v2.0/security-groups/e9407487-fbed-4c10-b361-71dfdf862f87 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:56.704 8 INFO neutron.api.v2.resource [None req-947978f4-fbc3-49ae-8da6-c32f4c87d176 f006264a8de043fdb3f7052f72e57fd8 9d836b1a48424aaaa90883803ae236fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 371/760] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:45:56 2026] GET /v2.0/security-groups/e9407487-fbed-4c10-b361-71dfdf862f87 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:45:56.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-842d85dd-bf74-4b70-852a-43a749c89c4e f006264a8de043fdb3f7052f72e57fd8 9d836b1a48424aaaa90883803ae236fe - - default default] TaaS: Handle Delete Port: f99c72c7-5dc9-46fc-b164-fa9d5c034242 2026-04-24 02:45:56.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-842d85dd-bf74-4b70-852a-43a749c89c4e f006264a8de043fdb3f7052f72e57fd8 9d836b1a48424aaaa90883803ae236fe - - default default] Tap Mirror: Handle Delete Port: f99c72c7-5dc9-46fc-b164-fa9d5c034242 [pid: 8|app: 0|req: 372/761] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:56 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => 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: 390/762] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:45:56 2026] DELETE /v2.0/floatingips/bda49a7d-9f6d-4108-9b54-4cdb51d673ac => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:57.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb4765b1-0f60-4e2a-ade2-d101386ac503 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 8c1a789f-c3bb-436c-8c13-f02f846ca0ff 2026-04-24 02:45:57.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb4765b1-0f60-4e2a-ade2-d101386ac503 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 8c1a789f-c3bb-436c-8c13-f02f846ca0ff [pid: 8|app: 0|req: 373/763] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:45:57 2026] PUT /v2.0/routers/5c991e29-da13-48a5-8797-8ec37b18674a/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:45:57.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-952c26d1-f6bd-4c47-9fda-0d13e2029ba7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: a4f19f79-8dfe-4a5a-9bb3-56c94aa47d58 2026-04-24 02:45:57.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-952c26d1-f6bd-4c47-9fda-0d13e2029ba7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: a4f19f79-8dfe-4a5a-9bb3-56c94aa47d58 [pid: 8|app: 0|req: 374/764] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:45:57 2026] GET /v2.0/ports?device_id=3c5e48a4-d04a-4acb-9a8c-56ef7835fc38 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:45:58.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-952c26d1-f6bd-4c47-9fda-0d13e2029ba7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 24703ffd-be6b-493d-a157-a2d3be288c64 2026-04-24 02:45:58.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-952c26d1-f6bd-4c47-9fda-0d13e2029ba7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 24703ffd-be6b-493d-a157-a2d3be288c64 2026-04-24 02:45:58.544 7 INFO neutron.services.segments.plugin [-] Segment 0f07297f-6b91-417a-a08b-e0add7bb5792 resource provider aggregate not found 2026-04-24 02:45:58.551 7 INFO neutron.services.segments.plugin [-] Segment 0f07297f-6b91-417a-a08b-e0add7bb5792 resource provider aggregate not found 2026-04-24 02:45:58.575 7 INFO neutron.db.l3_hamode_db [None req-952c26d1-f6bd-4c47-9fda-0d13e2029ba7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 247cac0d-5053-4e22-9fd1-277411d982bc was deleted as no HA routers are present in tenant 9d836b1a48424aaaa90883803ae236fe. 2026-04-24 02:45:58.576 7 INFO neutron.services.segments.plugin [-] Segment 0f07297f-6b91-417a-a08b-e0add7bb5792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f07297f-6b91-417a-a08b-e0add7bb5792 found for delete ", "request_id": "req-a8d98008-10c0-4b6d-aeaf-b57bacb5dd3a"}]} 2026-04-24 02:45:58.577 7 INFO neutron.services.segments.plugin [-] Segment 0f07297f-6b91-417a-a08b-e0add7bb5792 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f07297f-6b91-417a-a08b-e0add7bb5792 found for delete ", "request_id": "req-6182dcb8-d25b-479e-91b9-4a67e1759992"}]} [pid: 7|app: 0|req: 391/765] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:45:57 2026] DELETE /v2.0/routers/5c991e29-da13-48a5-8797-8ec37b18674a => generated 0 bytes in 799 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/766] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:45:58 2026] DELETE /v2.0/subnets/537c2b37-5a87-43ea-8b01-4af626c40547 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:45:58.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-58b57172-79c7-4095-b7b4-61d67be5fa1d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 1210d64a-2143-4403-8ad9-cadd785bfec7 2026-04-24 02:45:58.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b57172-79c7-4095-b7b4-61d67be5fa1d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 1210d64a-2143-4403-8ad9-cadd785bfec7 [pid: 7|app: 0|req: 392/767] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:45:58 2026] DELETE /v2.0/networks/a947855e-2e9a-409e-bde1-61da87f482a3 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/768] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:59 2026] DELETE /v2.0/security-groups/8414ed0d-1859-4dfe-a2cf-0455b669ab77 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:59.198 7 INFO neutron.api.v2.resource [None req-5b819113-91b3-4b09-a658-e4dee66404b8 c80373e638714d029445abb1828b5648 e19bb47329e14863912d3255e689bdca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/769] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:45:59 2026] GET /v2.0/security-groups/8414ed0d-1859-4dfe-a2cf-0455b669ab77 => 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: 377/770] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:45:59 2026] GET /v2.0/security-groups?tenant_id=9d836b1a48424aaaa90883803ae236fe&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:45:59.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ffb37a4-df20-4a5f-8a10-ed61c17fe354 c80373e638714d029445abb1828b5648 e19bb47329e14863912d3255e689bdca - - default default] TaaS: Handle Delete Port: fefbc034-cd50-4a62-9da2-69fadf5655df 2026-04-24 02:45:59.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ffb37a4-df20-4a5f-8a10-ed61c17fe354 c80373e638714d029445abb1828b5648 e19bb47329e14863912d3255e689bdca - - default default] Tap Mirror: Handle Delete Port: fefbc034-cd50-4a62-9da2-69fadf5655df [pid: 8|app: 0|req: 378/771] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:45:59 2026] DELETE /v2.0/security-groups/9ca2068a-4ec9-4f2a-9ed3-069e073ce23d => 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: 394/772] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:45:59 2026] DELETE /v2.0/floatingips/f59a5b43-28e0-4995-9c7f-84c5875ec60e => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:45:59.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3177370-3a0a-4e18-99d6-bd95fd8a433d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 2dacd84a-7be1-4bb3-a7c7-5ccb083c596c 2026-04-24 02:45:59.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3177370-3a0a-4e18-99d6-bd95fd8a433d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 2dacd84a-7be1-4bb3-a7c7-5ccb083c596c [pid: 8|app: 0|req: 379/773] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:45:59 2026] PUT /v2.0/routers/4b3ebffd-0eb8-419c-b64e-6cd9ad4c05f2/remove_router_interface => generated 309 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:00.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-075b8902-a327-4a43-a4b5-946db3c2fa9d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 7d4cde6c-ce14-4946-9bde-a45054992206 2026-04-24 02:46:00.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-075b8902-a327-4a43-a4b5-946db3c2fa9d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 7d4cde6c-ce14-4946-9bde-a45054992206 2026-04-24 02:46:00.608 7 INFO neutron.services.segments.plugin [-] Segment 294679dc-1d70-4b92-81d5-d2341e890e96 resource provider aggregate not found 2026-04-24 02:46:00.614 7 INFO neutron.services.segments.plugin [-] Segment 294679dc-1d70-4b92-81d5-d2341e890e96 resource provider aggregate not found 2026-04-24 02:46:00.628 7 INFO neutron.services.segments.plugin [-] Segment 294679dc-1d70-4b92-81d5-d2341e890e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294679dc-1d70-4b92-81d5-d2341e890e96 found for delete ", "request_id": "req-761ed193-ee70-4879-bbf6-6d3e808893ae"}]} 2026-04-24 02:46:00.651 7 INFO neutron.services.segments.plugin [-] Segment 294679dc-1d70-4b92-81d5-d2341e890e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294679dc-1d70-4b92-81d5-d2341e890e96 found for delete ", "request_id": "req-1e6e6bc2-72d3-4a3f-b72e-15b0a173e3cf"}]} 2026-04-24 02:46:00.814 7 INFO neutron_taas.services.taas.taas_plugin [None req-075b8902-a327-4a43-a4b5-946db3c2fa9d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: b0d4065e-cf10-42b9-b594-80a9822934b7 2026-04-24 02:46:00.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-075b8902-a327-4a43-a4b5-946db3c2fa9d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: b0d4065e-cf10-42b9-b594-80a9822934b7 [pid: 8|app: 0|req: 380/774] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:00 2026] GET /v2.0/security-groups?tenant_id=da747c26284747d884b0fc0c83dce534&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:01.174 7 INFO neutron.db.l3_hamode_db [None req-075b8902-a327-4a43-a4b5-946db3c2fa9d b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 7e258d7f-cae0-4c76-9f3f-3a33ee16c566 was deleted as no HA routers are present in tenant e19bb47329e14863912d3255e689bdca. [pid: 7|app: 0|req: 395/775] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:00 2026] DELETE /v2.0/routers/4b3ebffd-0eb8-419c-b64e-6cd9ad4c05f2 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/776] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:01 2026] DELETE /v2.0/subnets/2c59cb7c-2c9c-44da-ba37-fc2512fca4e3 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/777] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:00 2026] DELETE /v2.0/security-groups/f61fb30b-956b-4742-85fb-2154e148ee90 => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:46:01.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-4831dd57-4b48-4653-b077-a75568a99e64 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: c63393bc-5bfc-4b67-9d7c-a64bf2410265 2026-04-24 02:46:01.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4831dd57-4b48-4653-b077-a75568a99e64 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: c63393bc-5bfc-4b67-9d7c-a64bf2410265 2026-04-24 02:46:01.735 8 INFO neutron.services.segments.plugin [-] Segment 7dbacdc3-ba4d-4101-a144-0e7fcfb82bb2 resource provider aggregate not found 2026-04-24 02:46:01.741 8 INFO neutron.services.segments.plugin [-] Segment 7dbacdc3-ba4d-4101-a144-0e7fcfb82bb2 resource provider aggregate not found 2026-04-24 02:46:01.758 8 INFO neutron.services.segments.plugin [-] Segment 7dbacdc3-ba4d-4101-a144-0e7fcfb82bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dbacdc3-ba4d-4101-a144-0e7fcfb82bb2 found for delete ", "request_id": "req-ddeda348-35d4-4831-9176-16f0e0968537"}]} 2026-04-24 02:46:01.761 8 INFO neutron.services.segments.plugin [-] Segment 7dbacdc3-ba4d-4101-a144-0e7fcfb82bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dbacdc3-ba4d-4101-a144-0e7fcfb82bb2 found for delete ", "request_id": "req-a3f01bb9-13ce-40a3-805e-4fc3d844d61c"}]} 2026-04-24 02:46:01.767 7 INFO neutron.db.segments_db [None req-3f2c44a2-e639-4210-a433-0ce8cb591ab2 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment cc66c9dc-01ca-4967-b4b9-b04aaa6dc345 of type vxlan for network d079a1a7-a595-419e-9fab-8812019d8f92 [pid: 8|app: 0|req: 382/778] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:01 2026] DELETE /v2.0/networks/23c8334e-2489-4965-8f03-d85a504c106e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/779] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:46:01 2026] POST /v2.0/networks => generated 724 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/780] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:01 2026] GET /v2.0/security-groups?tenant_id=e19bb47329e14863912d3255e689bdca&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/781] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:02 2026] DELETE /v2.0/security-groups/ca939f8e-30c0-40d4-87c3-c4beb7ac4f59 => 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: 383/782] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:01 2026] POST /v2.0/subnets => generated 690 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:02.191 7 INFO neutron.db.segments_db [None req-8c2940aa-7380-4dcd-b52c-2ddb9b040e8c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment f8bf5ea8-641a-4c6d-a705-7a44bc1c98b5 of type vxlan for network b14d0fad-c129-47ac-b8d9-9d830b846bce 2026-04-24 02:46:02.426 7 INFO neutron.db.l3_hamode_db [None req-8c2940aa-7380-4dcd-b52c-2ddb9b040e8c b98ea4c9986a4260b254ffa760395b46 8d22f03dcda745c89353661e055bf993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:02.659 7 INFO neutron.services.segments.plugin [-] Segment 2c71dd11-1f7b-4711-8cb0-eed22017976a resource provider aggregate not found 2026-04-24 02:46:02.678 7 INFO neutron.services.segments.plugin [-] Segment 2c71dd11-1f7b-4711-8cb0-eed22017976a resource provider aggregate not found 2026-04-24 02:46:02.684 7 INFO neutron.services.segments.plugin [-] Segment 2c71dd11-1f7b-4711-8cb0-eed22017976a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c71dd11-1f7b-4711-8cb0-eed22017976a found for delete ", "request_id": "req-4ec68437-5d8b-41c5-9418-fa88be494d97"}]} 2026-04-24 02:46:02.696 7 INFO neutron.services.segments.plugin [-] Segment 2c71dd11-1f7b-4711-8cb0-eed22017976a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c71dd11-1f7b-4711-8cb0-eed22017976a found for delete ", "request_id": "req-36810ac8-d919-495b-bcb7-712eeb9f10f8"}]} 2026-04-24 02:46:03.184 7 INFO neutron.db.l3_hamode_db [None req-8c2940aa-7380-4dcd-b52c-2ddb9b040e8c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:03.572 8 INFO neutron.db.segments_db [None req-e1dbb140-84ab-432a-ac0d-889ad0feccab 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] Added segment cb504f69-fdf2-4789-8b24-339936bf5880 of type vxlan for network 8aab5616-f55f-47af-8c22-735033b6b871 [pid: 8|app: 0|req: 384/783] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:03 2026] POST /v2.0/networks => generated 629 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/784] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:46:03 2026] POST /v2.0/ports => generated 779 bytes in 317 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-04-24 02:46:04.053 8 INFO neutron.db.segments_db [None req-0cf49bb1-b1ed-428f-bb19-2bda1658fa63 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] Added segment a13b24d3-3413-4f5f-be06-feabf80d6834 of type vxlan for network 7a01d934-a96b-4d6b-ae67-0de56146448f [pid: 7|app: 0|req: 400/785] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:02 2026] POST /v2.0/routers => generated 730 bytes in 1913 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/786] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:04 2026] POST /v2.0/networks => generated 616 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/787] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:04 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/788] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:46:04 2026] POST /v2.0/ports => generated 966 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:46:04.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-eecbfe39-e765-40ef-86a9-5cc81a4759ed 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] TaaS: Handle Delete Port: 91729f1e-7bc2-4903-a7cb-49230f34adab 2026-04-24 02:46:04.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eecbfe39-e765-40ef-86a9-5cc81a4759ed 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] Tap Mirror: Handle Delete Port: 91729f1e-7bc2-4903-a7cb-49230f34adab [pid: 8|app: 0|req: 389/789] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:04 2026] DELETE /v2.0/ports/91729f1e-7bc2-4903-a7cb-49230f34adab => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:04.948 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41d36d00-9c49-4ea9-ad11-cdcdfd900a0f 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/790] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:04 2026] DELETE /v2.0/ports/91729f1e-7bc2-4903-a7cb-49230f34adab => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:46:04.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dff67da7-6707-4269-b741-666b691e467a 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/791] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:04 2026] GET /v2.0/ports/91729f1e-7bc2-4903-a7cb-49230f34adab => 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: 392/792] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:04 2026] DELETE /v2.0/subnets/de98b6c3-e1d7-4b66-8fed-af21a32d4334 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/793] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:04 2026] PUT /v2.0/routers/6eb11ae6-7837-4065-aafe-ebb4d3f3a68e/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:05.235 8 INFO neutron.services.segments.plugin [-] Segment a13b24d3-3413-4f5f-be06-feabf80d6834 resource provider aggregate not found 2026-04-24 02:46:05.237 8 INFO neutron.services.segments.plugin [-] Segment a13b24d3-3413-4f5f-be06-feabf80d6834 resource provider aggregate not found 2026-04-24 02:46:05.255 8 INFO neutron.services.segments.plugin [-] Segment a13b24d3-3413-4f5f-be06-feabf80d6834 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13b24d3-3413-4f5f-be06-feabf80d6834 found for delete ", "request_id": "req-c63a85ab-c424-432e-b16c-490f28e7a01f"}]} 2026-04-24 02:46:05.256 8 INFO neutron.services.segments.plugin [-] Segment a13b24d3-3413-4f5f-be06-feabf80d6834 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13b24d3-3413-4f5f-be06-feabf80d6834 found for delete ", "request_id": "req-ac24d064-e3d5-4ac1-ba90-0f124ccd97a6"}]} [pid: 8|app: 0|req: 393/794] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:05 2026] DELETE /v2.0/networks/7a01d934-a96b-4d6b-ae67-0de56146448f => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:05.330 7 INFO neutron.db.segments_db [None req-a3e272fc-7d97-4170-aae1-6e7735c03947 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] Added segment 592c52d3-7a7f-4b15-8167-4aa2cac73748 of type vxlan for network c23c5e6e-a5d6-4cfd-a9d6-ba7f20b30a8c [pid: 7|app: 0|req: 402/795] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:05 2026] POST /v2.0/networks => generated 617 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/796] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:05 2026] POST /v2.0/subnets => generated 646 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/797] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:46:05 2026] POST /v2.0/security-groups => generated 1659 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/798] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:46:05 2026] POST /v2.0/ports => generated 924 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/799] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:05 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) 2026-04-24 02:46:06.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-d49080c3-1200-4bfe-92b5-1646dfa3bcf6 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] TaaS: Handle Delete Port: 38b624b1-fb6c-44da-9297-46a170850deb 2026-04-24 02:46:06.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d49080c3-1200-4bfe-92b5-1646dfa3bcf6 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] Tap Mirror: Handle Delete Port: 38b624b1-fb6c-44da-9297-46a170850deb [pid: 8|app: 0|req: 397/800] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/801] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:06 2026] DELETE /v2.0/ports/38b624b1-fb6c-44da-9297-46a170850deb => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:06.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71325991-d8a4-4f65-868f-7f66c30cca60 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/802] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:06 2026] GET /v2.0/ports/38b624b1-fb6c-44da-9297-46a170850deb => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/803] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:06 2026] DELETE /v2.0/subnets/9841e86b-a359-4590-92a1-36de9ef9cfdd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:06.568 7 INFO neutron.services.segments.plugin [-] Segment 592c52d3-7a7f-4b15-8167-4aa2cac73748 resource provider aggregate not found 2026-04-24 02:46:06.575 7 INFO neutron.services.segments.plugin [-] Segment 592c52d3-7a7f-4b15-8167-4aa2cac73748 resource provider aggregate not found 2026-04-24 02:46:06.594 7 INFO neutron.services.segments.plugin [-] Segment 592c52d3-7a7f-4b15-8167-4aa2cac73748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 592c52d3-7a7f-4b15-8167-4aa2cac73748 found for delete ", "request_id": "req-3e883258-bb3c-49b4-92be-f009162de76d"}]} [pid: 7|app: 0|req: 407/804] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:06 2026] DELETE /v2.0/networks/c23c5e6e-a5d6-4cfd-a9d6-ba7f20b30a8c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:06.597 7 INFO neutron.services.segments.plugin [-] Segment 592c52d3-7a7f-4b15-8167-4aa2cac73748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 592c52d3-7a7f-4b15-8167-4aa2cac73748 found for delete ", "request_id": "req-01d0c52e-70b8-4fa3-a5b3-e19db86ae03d"}]} [pid: 8|app: 0|req: 398/805] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:46:06 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/806] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:46:06 2026] POST /v2.0/ports => generated 778 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/807] 10.0.0.42 () {34 vars in 736 bytes} [Fri Apr 24 02:46:06 2026] PUT /v2.0/ports/4d486b10-1e62-4900-ac8d-830d0ec3d427 => generated 752 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:46:07.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-c527068c-d771-48b3-9d6e-905389b211a6 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] TaaS: Handle Delete Port: 4d486b10-1e62-4900-ac8d-830d0ec3d427 2026-04-24 02:46:07.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c527068c-d771-48b3-9d6e-905389b211a6 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] Tap Mirror: Handle Delete Port: 4d486b10-1e62-4900-ac8d-830d0ec3d427 [pid: 7|app: 0|req: 409/808] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/security-groups?tenant_id=39766bd97d134134976663c4ae75769f&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/809] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/ports/4d486b10-1e62-4900-ac8d-830d0ec3d427 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/810] 10.0.0.128 () {34 vars in 1098 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--847784095&fields=id&tenant_id=8d22f03dcda745c89353661e055bf993 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/811] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/security-groups/d2f54990-8017-4fc2-913c-eec800381631 => 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: 411/812] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/networks?id=d079a1a7-a595-419e-9fab-8812019d8f92 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/813] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/quotas/8d22f03dcda745c89353661e055bf993 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/814] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/ports => generated 782 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:07.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03bf969e-4a60-4359-a7ce-a3b86c11a119 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 413/815] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/ports/4d486b10-1e62-4900-ac8d-830d0ec3d427 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/816] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/ports => generated 782 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/817] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/ports?tenant_id=8d22f03dcda745c89353661e055bf993&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/818] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/ports/e5206aaf-88aa-4c1e-b030-09ba8b5192b3 => generated 779 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/819] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/networks/d079a1a7-a595-419e-9fab-8812019d8f92?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:07.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85b8ea17-05ff-416d-92a3-51deabc7e42e 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/820] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/ports/38b624b1-fb6c-44da-9297-46a170850deb => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/821] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/networks/d079a1a7-a595-419e-9fab-8812019d8f92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:07.644 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc45c79d-18b5-400f-b046-9261f421f538 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 407/822] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/subnets/9841e86b-a359-4590-92a1-36de9ef9cfdd => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:46:07.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e5bc8de-9d9e-4737-8a2f-f9566c282553 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 408/823] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/subnets/de98b6c3-e1d7-4b66-8fed-af21a32d4334 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/824] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/security-groups?tenant_id=15bcf253f3e245a59dc6ee039d77c146&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/825] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/security-groups/e5aa5f44-564a-47e7-9654-3962c39e8425 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:46:07.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c22f027-38c3-464a-9761-dce95f980eda 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] TaaS: Handle Delete Port: e5206aaf-88aa-4c1e-b030-09ba8b5192b3 2026-04-24 02:46:07.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c22f027-38c3-464a-9761-dce95f980eda 5e98c7f8fd7c402e96225e241e04d323 a6bff08b722f4015bb86edb618b72cc8 - - default default] Tap Mirror: Handle Delete Port: e5206aaf-88aa-4c1e-b030-09ba8b5192b3 [pid: 7|app: 0|req: 418/826] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:07 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 409/827] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/ports/e5206aaf-88aa-4c1e-b030-09ba8b5192b3 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/828] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:07 2026] DELETE /v2.0/networks/8aab5616-f55f-47af-8c22-735033b6b871 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:08.616 7 INFO neutron.services.segments.plugin [-] Segment cb504f69-fdf2-4789-8b24-339936bf5880 resource provider aggregate not found 2026-04-24 02:46:08.617 7 INFO neutron.services.segments.plugin [-] Segment cb504f69-fdf2-4789-8b24-339936bf5880 resource provider aggregate not found 2026-04-24 02:46:08.632 7 INFO neutron.services.segments.plugin [-] Segment cb504f69-fdf2-4789-8b24-339936bf5880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb504f69-fdf2-4789-8b24-339936bf5880 found for delete ", "request_id": "req-0310085e-f602-48c2-9a51-5a453c285030"}]} 2026-04-24 02:46:08.637 7 INFO neutron.services.segments.plugin [-] Segment cb504f69-fdf2-4789-8b24-339936bf5880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb504f69-fdf2-4789-8b24-339936bf5880 found for delete ", "request_id": "req-08cb22a4-7b03-47c6-9478-9eefb1977c79"}]} [pid: 7|app: 0|req: 421/831] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:08 2026] GET /v2.0/security-groups?tenant_id=a6bff08b722f4015bb86edb618b72cc8&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: 411/832] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:08 2026] DELETE /v2.0/security-groups/65df03c1-256a-48af-bc01-cb14ff601b7e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/833] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:08 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 412/834] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:09 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 423/835] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:11 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 413/836] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:11 2026] GET /v2.0/security-groups?tenant_id=4fcf8301c372455b812b5872e62a43e0&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/837] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:11 2026] DELETE /v2.0/security-groups/6e348d77-2069-4c41-b683-098c2afbf6a6 => 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: 414/838] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:12 2026] GET /v2.0/networks?id=d079a1a7-a595-419e-9fab-8812019d8f92 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/839] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:46:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8d22f03dcda745c89353661e055bf993 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/840] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:12 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/841] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:12 2026] GET /v2.0/security-groups?tenant_id=5416c442de134ab2b4813ddbef4528ad&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/842] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:12 2026] DELETE /v2.0/security-groups/31ff541a-2441-45a5-baa5-d009b46d1703 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/843] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:46:12 2026] POST /v2.0/ports => generated 958 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/844] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:46:12 2026] PUT /v2.0/ports/5abd9548-8989-4f13-899b-79c7798fb3b6 => generated 1239 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:12.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b25e632d-afbd-4303-809e-c76265e42b14'] response: {'name': 'network-changed', 'server_uuid': 'dffc31bb-da65-43de-bfa4-65aabf9e8dcb', 'tag': '5abd9548-8989-4f13-899b-79c7798fb3b6', '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: 417/845] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:12 2026] GET /v2.0/security-groups?tenant_id=afc3f04425e640208b7c99068829b2dc&name=default => generated 2925 bytes in 250 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: 429/846] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:13 2026] DELETE /v2.0/security-groups/7f2c640e-fe96-4bad-89db-200a5d34042e => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/847] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:13 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/848] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:13 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/849] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:13 2026] GET /v2.0/ports?tenant_id=8d22f03dcda745c89353661e055bf993&device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/850] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:46:13 2026] GET /v2.0/networks?tenant_id=8d22f03dcda745c89353661e055bf993&shared=False => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/851] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:46:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/852] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/853] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/854] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/ports?tenant_id=8d22f03dcda745c89353661e055bf993&device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/855] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5abd9548-8989-4f13-899b-79c7798fb3b6 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/856] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/subnets?id=294d4006-402f-4b72-a789-5755747b76da => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/857] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/ports?network_id=d079a1a7-a595-419e-9fab-8812019d8f92&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: 435/858] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/networks/d079a1a7-a595-419e-9fab-8812019d8f92?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/859] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:14 2026] GET /v2.0/networks/d079a1a7-a595-419e-9fab-8812019d8f92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/860] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:15 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/861] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:15 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/862] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:15 2026] GET /v2.0/security-groups?tenant_id=1e9d5f4770674cd9a3328b0513eb7a05&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/863] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:15 2026] DELETE /v2.0/security-groups/5f78166a-e77e-468b-92c0-fcba233e2aaf => 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: 438/864] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:16 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/865] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:16 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&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: 439/866] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:17 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/867] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:17 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&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: 440/868] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:18 2026] GET /v2.0/security-groups?tenant_id=1c58c0bbfa164e2f9b03a65444424ab5&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/869] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:18 2026] DELETE /v2.0/security-groups/e012d2b0-b087-477d-8c16-bd1fd82c8c52 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/870] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:18 2026] GET /v2.0/security-groups?tenant_id=07f221d79e6b4625b2806d93e74ee797&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/871] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:19 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/872] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:19 2026] DELETE /v2.0/security-groups/8cd4658a-4dd4-4642-b8c1-403a8014ac14 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/873] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:19 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/874] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:20 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/875] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:20 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&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: 444/876] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:20 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:20.765 8 INFO neutron.db.l3_db [None req-94933e2a-4120-42c4-9457-89a279df0f14 b7e0f412f1b04c45a8533c23731d92ac 8d22f03dcda745c89353661e055bf993 - - default default] Floating IP 3b678bde-a292-44c0-a301-2b54496240c7 associated. External IP: 10.96.250.217, port: 5abd9548-8989-4f13-899b-79c7798fb3b6. [pid: 8|app: 0|req: 433/877] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:46:20 2026] PUT /v2.0/floatingips/3b678bde-a292-44c0-a301-2b54496240c7 => generated 856 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:21.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b104d2f3-2b3b-4239-b16d-3c59d9d16e5f'] response: {'name': 'network-changed', 'server_uuid': 'dffc31bb-da65-43de-bfa4-65aabf9e8dcb', 'tag': '5abd9548-8989-4f13-899b-79c7798fb3b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 445/878] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/879] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&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: 446/880] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/881] 10.0.0.128 () {34 vars in 971 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/ports/9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 968 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/882] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 436/883] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&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: 448/884] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/ports?tenant_id=8d22f03dcda745c89353661e055bf993&device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 437/885] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/networks?id=d079a1a7-a595-419e-9fab-8812019d8f92 => generated 771 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/886] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5abd9548-8989-4f13-899b-79c7798fb3b6 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/887] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/subnets?id=294d4006-402f-4b72-a789-5755747b76da => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/888] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/ports?network_id=d079a1a7-a595-419e-9fab-8812019d8f92&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: 8|app: 0|req: 439/889] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/networks/d079a1a7-a595-419e-9fab-8812019d8f92?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/890] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:21 2026] GET /v2.0/networks/d079a1a7-a595-419e-9fab-8812019d8f92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/891] 199.204.45.205 () {34 vars in 1000 bytes} [Fri Apr 24 02:46:22 2026] GET /v2.0/subnets?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/892] 199.204.45.205 () {34 vars in 1146 bytes} [Fri Apr 24 02:46:22 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0&device_owner=compute%3Anova&network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/893] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:22 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 454/894] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:22 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&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: 441/895] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:46:22 2026] PUT /v2.0/ports/9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 1145 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:23.090 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0b5faa0-3776-4997-9d24-2c950839a3ef'] response: {'name': 'network-changed', 'server_uuid': '41236949-df0b-41b3-a7b6-f8f474e7e2e0', 'tag': '9d00fd27-5a69-46a1-b685-a501ddd46b31', '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: 442/896] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1417 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/897] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/898] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => 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: 455/899] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/security-groups?tenant_id=7bc25e6757224d8c983e669f2c486af6&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/900] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 860 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/901] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/subnets?id=1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/902] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/ports?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/903] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:23 2026] DELETE /v2.0/security-groups/974573aa-7e82-470e-a665-8ddac6a069f7 => 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: 448/906] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?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: 459/907] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/908] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/security-groups?tenant_id=e69e2600898e4f1e8b63141cff539293&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/909] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1148 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/910] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:23 2026] DELETE /v2.0/security-groups/bb6f154a-fc85-4ce1-8d3a-90c1f40d27ba => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/911] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&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: 451/912] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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/913] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/security-groups?id=42e98a2e-307d-46dc-92a2-62732e04e997&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/914] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:46:23 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:23.965 7 INFO neutron_taas.services.taas.taas_plugin [req-9a5cd68a-ed08-4068-87b4-95b2dcdbfff9 req-c9ec7dd0-41ff-4291-bda6-9e40f7569f82 b7e0f412f1b04c45a8533c23731d92ac 8d22f03dcda745c89353661e055bf993 - - default default] TaaS: Handle Delete Port: 5abd9548-8989-4f13-899b-79c7798fb3b6 2026-04-24 02:46:23.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9a5cd68a-ed08-4068-87b4-95b2dcdbfff9 req-c9ec7dd0-41ff-4291-bda6-9e40f7569f82 b7e0f412f1b04c45a8533c23731d92ac 8d22f03dcda745c89353661e055bf993 - - default default] Tap Mirror: Handle Delete Port: 5abd9548-8989-4f13-899b-79c7798fb3b6 2026-04-24 02:46:24.083 7 INFO neutron.db.l3_db [req-9a5cd68a-ed08-4068-87b4-95b2dcdbfff9 req-c9ec7dd0-41ff-4291-bda6-9e40f7569f82 b7e0f412f1b04c45a8533c23731d92ac 8d22f03dcda745c89353661e055bf993 - - default default] Floating IP 3b678bde-a292-44c0-a301-2b54496240c7 disassociated. External IP: 10.96.250.217, port: 5abd9548-8989-4f13-899b-79c7798fb3b6. [pid: 7|app: 0|req: 463/915] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:46:23 2026] DELETE /v2.0/ports/5abd9548-8989-4f13-899b-79c7798fb3b6 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:24.499 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db63deea-7d5a-4bfd-9c27-3765b8610f9c'] response: {'server_uuid': 'dffc31bb-da65-43de-bfa4-65aabf9e8dcb', 'name': 'network-vif-deleted', 'tag': '5abd9548-8989-4f13-899b-79c7798fb3b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 453/916] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1417 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/917] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/918] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/919] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/920] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/subnets?id=1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/921] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/ports?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e&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: 456/922] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/923] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/924] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:24 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 468/925] 199.204.45.205 () {34 vars in 1118 bytes} [Fri Apr 24 02:46:25 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1148 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:25.845 7 INFO neutron.db.segments_db [None req-c0258de8-17f2-48c3-920b-b6c1edda7ee7 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Added segment 5751fde0-043b-46a8-9d3b-dc30ec8d929e of type vxlan for network 9a360300-3ff5-496e-ae7b-efbf0602cdf1 [pid: 8|app: 0|req: 458/926] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:46:25 2026] PUT /v2.0/ports/9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 968 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:25.893 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fe4d10c-b6b7-43a1-9e60-10591d328162'] response: {'name': 'network-changed', 'server_uuid': '41236949-df0b-41b3-a7b6-f8f474e7e2e0', 'tag': '9d00fd27-5a69-46a1-b685-a501ddd46b31', 'status': 'completed', 'code': 200} 2026-04-24 02:46:25.909 7 INFO neutron.db.segments_db [None req-c0258de8-17f2-48c3-920b-b6c1edda7ee7 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Added segment 658601cd-2fe4-4521-9622-928e30a09bff of type vxlan for network f01a6e47-8e2d-4599-b936-dc2229434057 [pid: 7|app: 0|req: 469/927] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:25 2026] POST /v2.0/networks => generated 1208 bytes in 534 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: 470/928] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => 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: 459/929] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/networks => generated 1845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:26.220 7 INFO neutron.services.segments.plugin [-] Segment 5751fde0-043b-46a8-9d3b-dc30ec8d929e resource provider aggregate not found 2026-04-24 02:46:26.221 7 INFO neutron.services.segments.plugin [-] Segment 5751fde0-043b-46a8-9d3b-dc30ec8d929e resource provider aggregate not found 2026-04-24 02:46:26.241 7 INFO neutron.services.segments.plugin [-] Segment 5751fde0-043b-46a8-9d3b-dc30ec8d929e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5751fde0-043b-46a8-9d3b-dc30ec8d929e found for delete ", "request_id": "req-34859926-f581-440e-ab71-a613b6972e1a"}]} 2026-04-24 02:46:26.242 7 INFO neutron.services.segments.plugin [-] Segment 5751fde0-043b-46a8-9d3b-dc30ec8d929e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5751fde0-043b-46a8-9d3b-dc30ec8d929e found for delete ", "request_id": "req-3b053814-0022-413c-9c46-c45e11e1d992"}]} [pid: 7|app: 0|req: 471/930] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:26 2026] DELETE /v2.0/networks/9a360300-3ff5-496e-ae7b-efbf0602cdf1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:26.358 8 INFO neutron.services.segments.plugin [-] Segment 658601cd-2fe4-4521-9622-928e30a09bff resource provider aggregate not found 2026-04-24 02:46:26.360 8 INFO neutron.services.segments.plugin [-] Segment 658601cd-2fe4-4521-9622-928e30a09bff resource provider aggregate not found 2026-04-24 02:46:26.373 8 INFO neutron.services.segments.plugin [-] Segment 658601cd-2fe4-4521-9622-928e30a09bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658601cd-2fe4-4521-9622-928e30a09bff found for delete ", "request_id": "req-847d2635-7693-4fb3-bcd3-e3021ab41094"}]} 2026-04-24 02:46:26.377 8 INFO neutron.services.segments.plugin [-] Segment 658601cd-2fe4-4521-9622-928e30a09bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658601cd-2fe4-4521-9622-928e30a09bff found for delete ", "request_id": "req-099db79a-f711-4f6f-aa6e-ea26f697f2db"}]} [pid: 8|app: 0|req: 460/931] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:26 2026] DELETE /v2.0/networks/f01a6e47-8e2d-4599-b936-dc2229434057 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/932] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/933] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/934] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:26.500 8 INFO neutron.db.segments_db [None req-8bc70929-f84e-4644-93a3-aac4fafc4d88 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Added segment 0d67ed32-141d-4566-bc37-80bed09d144d of type vxlan for network 0f45b438-62fc-4030-bc79-41a9c650a90e [pid: 7|app: 0|req: 474/935] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/936] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/subnets?id=1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/937] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:26 2026] POST /v2.0/networks => generated 634 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/938] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/ports?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:26.636 8 INFO neutron.db.segments_db [None req-7c7f6246-f839-4af2-b43f-81fad9af5b83 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Added segment 1f6d8252-89cf-4e3b-9d59-6ec0a6c62a43 of type vxlan for network e21e8254-04f6-497d-bdba-537f2154858b [pid: 7|app: 0|req: 477/939] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/940] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:26 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?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: 463/941] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:26 2026] POST /v2.0/networks => generated 635 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/942] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/ports?device_id=dffc31bb-da65-43de-bfa4-65aabf9e8dcb => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/943] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:46:26 2026] POST /v2.0/ports => generated 1506 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 465/944] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/945] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/ports => generated 1506 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/946] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&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-04-24 02:46:27.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-06a671a2-e90e-4a12-9624-386edcd561a7 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] TaaS: Handle Delete Port: 6b77ef53-dac2-4aa4-a113-7e556480fba8 2026-04-24 02:46:27.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06a671a2-e90e-4a12-9624-386edcd561a7 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Tap Mirror: Handle Delete Port: 6b77ef53-dac2-4aa4-a113-7e556480fba8 [pid: 7|app: 0|req: 481/947] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:27 2026] DELETE /v2.0/ports/6b77ef53-dac2-4aa4-a113-7e556480fba8 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:27.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-40a396f7-29fe-4e95-991d-f0eede64ed38 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] TaaS: Handle Delete Port: 9328c563-bfc8-4b11-9265-e244adf02181 2026-04-24 02:46:27.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40a396f7-29fe-4e95-991d-f0eede64ed38 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Tap Mirror: Handle Delete Port: 9328c563-bfc8-4b11-9265-e244adf02181 [pid: 8|app: 0|req: 467/948] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:46:27 2026] DELETE /v2.0/ports/9328c563-bfc8-4b11-9265-e244adf02181 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/949] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/ports => 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: 482/950] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/ports?tenant_id=6842e3a82c3941e391ac747d60874687&device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:27.822 8 INFO neutron.db.segments_db [None req-75d0b5c3-0fe9-41f8-b051-a1371dcb6668 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Added segment 92d819d7-3694-4820-ab18-d3f658f972bc of type vxlan for network ee0048d7-1bc7-46ae-8806-7eb1fa846b0d [pid: 7|app: 0|req: 483/951] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/networks?id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/952] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/953] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/subnets?id=1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/954] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:27 2026] POST /v2.0/networks => generated 635 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/955] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/ports?network_id=98367a5c-4fee-4b5c-98b8-e2eceea0e53e&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:27.972 8 INFO neutron.db.segments_db [None req-6efcc667-651a-43d6-a491-4f108041803a 025247b04093400796d3fcbe4d72b167 ff5b761af74f4c8a9a5c61a7c122a712 - - default default] Added segment d25027c1-b65b-4741-9f54-b77fd7b5417c of type vxlan for network f06e23a9-973e-40f5-b772-8c647fe14e3a [pid: 7|app: 0|req: 487/956] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?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: 488/957] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:27 2026] GET /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e?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: 470/958] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:27 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/959] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:28 2026] DELETE /v2.0/security-groups/42e98a2e-307d-46dc-92a2-62732e04e997 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:46:28.435 8 INFO neutron.api.v2.resource [None req-c6da20c5-0e48-4f14-a52d-ee60191774b8 b7e0f412f1b04c45a8533c23731d92ac 8d22f03dcda745c89353661e055bf993 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/960] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:46:28 2026] GET /v2.0/security-groups/42e98a2e-307d-46dc-92a2-62732e04e997 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/961] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:28 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:28.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-02e056f3-8bcd-42d5-aa75-cf8e89232e15 b7e0f412f1b04c45a8533c23731d92ac 8d22f03dcda745c89353661e055bf993 - - default default] TaaS: Handle Delete Port: 575e8ce3-dfe7-4a22-aecf-efa569d92ffe 2026-04-24 02:46:28.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02e056f3-8bcd-42d5-aa75-cf8e89232e15 b7e0f412f1b04c45a8533c23731d92ac 8d22f03dcda745c89353661e055bf993 - - default default] Tap Mirror: Handle Delete Port: 575e8ce3-dfe7-4a22-aecf-efa569d92ffe [pid: 8|app: 0|req: 472/962] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:46:28 2026] DELETE /v2.0/floatingips/3b678bde-a292-44c0-a301-2b54496240c7 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/963] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:28 2026] GET /v2.0/security-groups?id=2626feed-86d6-4a7d-a29c-32cc33a1ec4d&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/964] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:28 2026] POST /v2.0/subnets => generated 1324 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/965] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:46:28 2026] GET /v2.0/subnets => generated 1960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/966] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:29 2026] DELETE /v2.0/subnets/4ba100fc-2c7d-47bf-af8f-2740c5b0d123 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:29.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a42dd55-8594-40a2-98c2-f5f9ae6829ef b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 4ea35c0b-26e5-433a-9af8-d5e29ead2cd3 2026-04-24 02:46:29.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a42dd55-8594-40a2-98c2-f5f9ae6829ef b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 4ea35c0b-26e5-433a-9af8-d5e29ead2cd3 [pid: 7|app: 0|req: 494/967] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:29 2026] DELETE /v2.0/subnets/95a8b6a4-8d7f-473d-a260-d6e997b43304 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/968] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:46:29 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:29.413 7 INFO neutron.services.segments.plugin [-] Segment d25027c1-b65b-4741-9f54-b77fd7b5417c resource provider aggregate not found 2026-04-24 02:46:29.419 7 INFO neutron.services.segments.plugin [-] Segment d25027c1-b65b-4741-9f54-b77fd7b5417c resource provider aggregate not found 2026-04-24 02:46:29.435 7 INFO neutron.services.segments.plugin [-] Segment d25027c1-b65b-4741-9f54-b77fd7b5417c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d25027c1-b65b-4741-9f54-b77fd7b5417c found for delete ", "request_id": "req-0ef883d4-5133-4136-a895-12ba36617061"}]} 2026-04-24 02:46:29.440 7 INFO neutron.services.segments.plugin [-] Segment d25027c1-b65b-4741-9f54-b77fd7b5417c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d25027c1-b65b-4741-9f54-b77fd7b5417c found for delete ", "request_id": "req-86792e94-fa84-4d44-880e-0aedfc05cb10"}]} [pid: 7|app: 0|req: 496/969] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:29 2026] DELETE /v2.0/networks/f06e23a9-973e-40f5-b772-8c647fe14e3a => 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: 497/970] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:29 2026] DELETE /v2.0/networks/ee0048d7-1bc7-46ae-8806-7eb1fa846b0d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/971] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:46:28 2026] PUT /v2.0/routers/6eb11ae6-7837-4065-aafe-ebb4d3f3a68e/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/972] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:46:29 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/973] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:29 2026] DELETE /v2.0/networks/e21e8254-04f6-497d-bdba-537f2154858b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:29.801 7 INFO neutron_taas.services.taas.taas_plugin [req-19118fd5-de67-4303-a286-6b281930fe33 req-cfa7579e-a516-40f0-a99f-28cc48712aa3 8ea55b7e82b446729637553f26d2e89e 6842e3a82c3941e391ac747d60874687 - - default default] TaaS: Handle Delete Port: 9d00fd27-5a69-46a1-b685-a501ddd46b31 2026-04-24 02:46:29.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19118fd5-de67-4303-a286-6b281930fe33 req-cfa7579e-a516-40f0-a99f-28cc48712aa3 8ea55b7e82b446729637553f26d2e89e 6842e3a82c3941e391ac747d60874687 - - default default] Tap Mirror: Handle Delete Port: 9d00fd27-5a69-46a1-b685-a501ddd46b31 2026-04-24 02:46:29.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-461bd8f8-d298-4511-9bb4-8d2491b43d41 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: c28239c4-d916-462f-a6eb-ed80b4fd449a 2026-04-24 02:46:29.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-461bd8f8-d298-4511-9bb4-8d2491b43d41 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: c28239c4-d916-462f-a6eb-ed80b4fd449a 2026-04-24 02:46:30.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-461bd8f8-d298-4511-9bb4-8d2491b43d41 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 3be398b5-e1b0-4f6b-b21a-7a3cab8aebb2 2026-04-24 02:46:30.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-461bd8f8-d298-4511-9bb4-8d2491b43d41 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 3be398b5-e1b0-4f6b-b21a-7a3cab8aebb2 2026-04-24 02:46:30.528 8 INFO neutron.services.segments.plugin [-] Segment f8bf5ea8-641a-4c6d-a705-7a44bc1c98b5 resource provider aggregate not found 2026-04-24 02:46:30.537 8 INFO neutron.services.segments.plugin [-] Segment f8bf5ea8-641a-4c6d-a705-7a44bc1c98b5 resource provider aggregate not found 2026-04-24 02:46:30.550 8 INFO neutron.services.segments.plugin [-] Segment f8bf5ea8-641a-4c6d-a705-7a44bc1c98b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8bf5ea8-641a-4c6d-a705-7a44bc1c98b5 found for delete ", "request_id": "req-783d08b5-aa68-4fc7-a8ce-fab1586a15c1"}]} 2026-04-24 02:46:30.555 8 INFO neutron.db.l3_hamode_db [None req-461bd8f8-d298-4511-9bb4-8d2491b43d41 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network b14d0fad-c129-47ac-b8d9-9d830b846bce was deleted as no HA routers are present in tenant 8d22f03dcda745c89353661e055bf993. 2026-04-24 02:46:30.556 8 INFO neutron.services.segments.plugin [-] Segment f8bf5ea8-641a-4c6d-a705-7a44bc1c98b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8bf5ea8-641a-4c6d-a705-7a44bc1c98b5 found for delete ", "request_id": "req-9edf1ee6-3ff2-4c6f-926d-2a591430be24"}]} [pid: 8|app: 0|req: 476/974] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:29 2026] DELETE /v2.0/routers/6eb11ae6-7837-4065-aafe-ebb4d3f3a68e => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:46:30.650 7 INFO neutron.db.l3_db [req-19118fd5-de67-4303-a286-6b281930fe33 req-cfa7579e-a516-40f0-a99f-28cc48712aa3 8ea55b7e82b446729637553f26d2e89e 6842e3a82c3941e391ac747d60874687 - - default default] Floating IP ecb8c4c6-a029-48b4-9d77-4eedb73111ff disassociated. External IP: 10.96.250.210, port: 9d00fd27-5a69-46a1-b685-a501ddd46b31. [pid: 8|app: 0|req: 477/975] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:30 2026] DELETE /v2.0/networks/0f45b438-62fc-4030-bc79-41a9c650a90e => 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: 478/976] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:30 2026] GET /v2.0/security-groups?tenant_id=47782bc3409746ecb747a8c570c57442&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/977] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:30 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/978] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:30 2026] DELETE /v2.0/subnets/294d4006-402f-4b72-a789-5755747b76da => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/979] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:46:29 2026] DELETE /v2.0/ports/9d00fd27-5a69-46a1-b685-a501ddd46b31 => generated 0 bytes in 1312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:31.070 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90d3b7a5-ba9e-4654-846e-ea12e4a7340d'] response: {'server_uuid': '41236949-df0b-41b3-a7b6-f8f474e7e2e0', 'name': 'network-vif-deleted', 'tag': '9d00fd27-5a69-46a1-b685-a501ddd46b31', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 481/980] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:31 2026] DELETE /v2.0/security-groups/8485a27d-3fca-4dab-9afa-1ce83baf7d48 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:46:31.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7950d96-b71e-457e-9029-9211f408a45e b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 7e71c6b5-3a27-46d3-9dec-f05fb42ff702 2026-04-24 02:46:31.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7950d96-b71e-457e-9029-9211f408a45e b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 7e71c6b5-3a27-46d3-9dec-f05fb42ff702 [pid: 8|app: 0|req: 482/981] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:31 2026] GET /v2.0/security-groups?tenant_id=ff5b761af74f4c8a9a5c61a7c122a712&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/982] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:31 2026] DELETE /v2.0/networks/d079a1a7-a595-419e-9fab-8812019d8f92 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/983] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:31 2026] DELETE /v2.0/security-groups/9f106430-54d1-471c-8eb0-b5a35c5dfad2 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:46:31.452 7 INFO neutron.services.segments.plugin [-] Segment 92d819d7-3694-4820-ab18-d3f658f972bc resource provider aggregate not found 2026-04-24 02:46:31.459 7 INFO neutron.services.segments.plugin [-] Segment 92d819d7-3694-4820-ab18-d3f658f972bc resource provider aggregate not found 2026-04-24 02:46:31.464 7 INFO neutron.services.segments.plugin [-] Segment 92d819d7-3694-4820-ab18-d3f658f972bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92d819d7-3694-4820-ab18-d3f658f972bc found for delete ", "request_id": "req-ab5ea586-2843-4544-991a-872fb5739804"}]} 2026-04-24 02:46:31.473 7 INFO neutron.services.segments.plugin [-] Segment 92d819d7-3694-4820-ab18-d3f658f972bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92d819d7-3694-4820-ab18-d3f658f972bc found for delete ", "request_id": "req-e8a9fb45-5a5c-478b-badf-556ec4dc2044"}]} 2026-04-24 02:46:31.479 7 INFO neutron.services.segments.plugin [-] Segment 1f6d8252-89cf-4e3b-9d59-6ec0a6c62a43 resource provider aggregate not found 2026-04-24 02:46:31.494 7 INFO neutron.services.segments.plugin [-] Segment 1f6d8252-89cf-4e3b-9d59-6ec0a6c62a43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f6d8252-89cf-4e3b-9d59-6ec0a6c62a43 found for delete ", "request_id": "req-763b4fa9-f50c-4df8-bcc4-3b623445c9a1"}]} 2026-04-24 02:46:31.497 7 INFO neutron.services.segments.plugin [-] Segment 1f6d8252-89cf-4e3b-9d59-6ec0a6c62a43 resource provider aggregate not found [pid: 7|app: 0|req: 501/984] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:31 2026] GET /v2.0/security-groups?tenant_id=8d22f03dcda745c89353661e055bf993&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:31.512 7 INFO neutron.services.segments.plugin [-] Segment cc66c9dc-01ca-4967-b4b9-b04aaa6dc345 resource provider aggregate not found 2026-04-24 02:46:31.515 7 INFO neutron.services.segments.plugin [-] Segment 1f6d8252-89cf-4e3b-9d59-6ec0a6c62a43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f6d8252-89cf-4e3b-9d59-6ec0a6c62a43 found for delete ", "request_id": "req-afb1e767-b20e-499f-84f6-62ec9f306d8d"}]} 2026-04-24 02:46:31.525 7 INFO neutron.services.segments.plugin [-] Segment cc66c9dc-01ca-4967-b4b9-b04aaa6dc345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc66c9dc-01ca-4967-b4b9-b04aaa6dc345 found for delete ", "request_id": "req-fe1459e7-a1fe-4ad3-87ab-b9d9cb22feed"}]} 2026-04-24 02:46:31.530 7 INFO neutron.services.segments.plugin [-] Segment cc66c9dc-01ca-4967-b4b9-b04aaa6dc345 resource provider aggregate not found 2026-04-24 02:46:31.548 7 INFO neutron.services.segments.plugin [-] Segment cc66c9dc-01ca-4967-b4b9-b04aaa6dc345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc66c9dc-01ca-4967-b4b9-b04aaa6dc345 found for delete ", "request_id": "req-e97883bb-9eb9-4f19-a3f0-fad31ba828ce"}]} [pid: 8|app: 0|req: 484/985] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:31 2026] DELETE /v2.0/security-groups/71cd1691-f5d5-44d3-952c-6384d4c97135 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/986] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:31 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:32.575 8 INFO neutron.services.segments.plugin [-] Segment 0d67ed32-141d-4566-bc37-80bed09d144d resource provider aggregate not found 2026-04-24 02:46:32.582 8 INFO neutron.services.segments.plugin [-] Segment 0d67ed32-141d-4566-bc37-80bed09d144d resource provider aggregate not found 2026-04-24 02:46:32.593 8 INFO neutron.services.segments.plugin [-] Segment 0d67ed32-141d-4566-bc37-80bed09d144d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d67ed32-141d-4566-bc37-80bed09d144d found for delete ", "request_id": "req-4031ad43-be26-47a5-bd31-943e36ac9440"}]} 2026-04-24 02:46:32.600 8 INFO neutron.services.segments.plugin [-] Segment 0d67ed32-141d-4566-bc37-80bed09d144d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d67ed32-141d-4566-bc37-80bed09d144d found for delete ", "request_id": "req-68ddda0e-a79a-49e5-b41e-8c479450c1d2"}]} [pid: 8|app: 0|req: 485/987] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:33 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:33.618 7 INFO neutron.db.segments_db [None req-c217acc2-f029-419f-aa8a-56e14c953e48 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment 46b190d9-1844-4beb-affb-3044dd13d968 of type vxlan for network 33a1d6a3-a6fb-4eaa-887f-4deb84a96df6 2026-04-24 02:46:33.639 8 INFO neutron.db.segments_db [None req-6620d0cb-899f-4b53-bdb8-c28a35cf70df b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment ed069dde-3973-4dae-bc77-b693d7c80034 of type vxlan for network 8b4977ca-d2f5-43cb-b559-763ddf953849 [pid: 7|app: 0|req: 503/988] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:33 2026] POST /v2.0/networks => generated 611 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/989] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:46:33 2026] POST /v2.0/networks => generated 727 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:33.727 7 INFO neutron.db.segments_db [None req-afa9b2d6-b859-429e-b792-7459fdc8bb0e b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment 557ae358-da9c-4b92-a2a2-fd4bb5ff0a4f of type vxlan for network 70e15070-03b8-418e-9ba8-3e65e392e131 [pid: 7|app: 0|req: 504/990] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:33 2026] POST /v2.0/networks => generated 610 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/991] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:33 2026] POST /v2.0/subnets => generated 693 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:33.953 8 INFO neutron.db.segments_db [None req-58e2f3eb-0028-4d69-aaad-a8aa34e8e2da b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment eef2b69e-77fa-4001-9f03-f5374470f45a of type vxlan for network 50a0244d-5800-4704-ab32-9feb1614c339 [pid: 7|app: 0|req: 505/992] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:33 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:34.205 8 INFO neutron.db.l3_hamode_db [None req-58e2f3eb-0028-4d69-aaad-a8aa34e8e2da b98ea4c9986a4260b254ffa760395b46 5391fd0fd7e643f4b5d502ba130f4695 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 506/993] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:34 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/994] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:34 2026] GET /v2.0/ports?device_id=41236949-df0b-41b3-a7b6-f8f474e7e2e0 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:34.333 7 INFO neutron.db.segments_db [None req-7585204c-afb3-4565-8a28-7393c7fedf3b b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment fe5621af-4788-4735-88d5-393462aaad00 of type vxlan for network 71f71a1e-441a-4c8e-91c8-914ced2698ea 2026-04-24 02:46:34.563 7 INFO neutron.db.l3_hamode_db [None req-7585204c-afb3-4565-8a28-7393c7fedf3b b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:34.709 7 INFO neutron.db.l3_hamode_db [None req-7585204c-afb3-4565-8a28-7393c7fedf3b b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:34.949 8 INFO neutron.db.l3_hamode_db [None req-58e2f3eb-0028-4d69-aaad-a8aa34e8e2da b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 508/995] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:34 2026] POST /v2.0/routers => generated 506 bytes in 922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/996] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:33 2026] POST /v2.0/routers => generated 733 bytes in 1968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/997] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:35 2026] DELETE /v2.0/security-groups/2626feed-86d6-4a7d-a29c-32cc33a1ec4d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/998] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:35 2026] PUT /v2.0/routers/9c175e10-7f68-451c-b922-fa20a7738a47/add_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:36.240 7 INFO neutron.api.v2.resource [None req-06f28390-a835-4140-83ad-f2a5de2be9c3 8ea55b7e82b446729637553f26d2e89e 6842e3a82c3941e391ac747d60874687 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/999] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:46:36 2026] GET /v2.0/security-groups/2626feed-86d6-4a7d-a29c-32cc33a1ec4d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1000] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:36 2026] GET /v2.0/ports/d6a0deed-88c7-4b91-a59c-21a76f7141b4 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:36.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-b96a6fb4-261e-42e5-8179-a0045fc5c6c5 8ea55b7e82b446729637553f26d2e89e 6842e3a82c3941e391ac747d60874687 - - default default] TaaS: Handle Delete Port: 8f95cb60-d721-457c-8ebd-0373224fce82 2026-04-24 02:46:36.371 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b96a6fb4-261e-42e5-8179-a0045fc5c6c5 8ea55b7e82b446729637553f26d2e89e 6842e3a82c3941e391ac747d60874687 - - default default] Tap Mirror: Handle Delete Port: 8f95cb60-d721-457c-8ebd-0373224fce82 [pid: 7|app: 0|req: 512/1001] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:46:36 2026] DELETE /v2.0/floatingips/ecb8c4c6-a029-48b4-9d77-4eedb73111ff => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1002] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:35 2026] PUT /v2.0/routers/1dfd9b7c-c8ff-40b0-aec0-cca60a068010/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1003] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:36 2026] PUT /v2.0/routers/9c175e10-7f68-451c-b922-fa20a7738a47/add_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1004] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:37 2026] GET /v2.0/ports/4f8da4da-0f9c-40aa-8242-15dc865afb1b => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:37.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-46b73f4d-6656-40e4-bc7f-ace8c9f957ca b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 57fa865c-a758-4d1a-a72b-2e3b1ac118b2 2026-04-24 02:46:37.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46b73f4d-6656-40e4-bc7f-ace8c9f957ca b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 57fa865c-a758-4d1a-a72b-2e3b1ac118b2 2026-04-24 02:46:37.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-22631b32-20c5-471f-9e28-dea38b94185c b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: 4f8da4da-0f9c-40aa-8242-15dc865afb1b 2026-04-24 02:46:37.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22631b32-20c5-471f-9e28-dea38b94185c b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: 4f8da4da-0f9c-40aa-8242-15dc865afb1b [pid: 8|app: 0|req: 491/1005] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:46:37 2026] PUT /v2.0/routers/dfc05f44-60d6-440b-a9f2-db1fbed98b7c/remove_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1006] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:46:38 2026] GET /v2.0/networks?id=8b4977ca-d2f5-43cb-b559-763ddf953849 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1007] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:46:37 2026] PUT /v2.0/routers/9c175e10-7f68-451c-b922-fa20a7738a47/remove_router_interface => generated 309 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1008] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:46:38 2026] GET /v2.0/quotas/5391fd0fd7e643f4b5d502ba130f4695 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:38.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-1caeb026-af47-4dcf-9fbf-7c0228466def b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: a4539ac7-e312-41dd-9914-83955123b8e7 2026-04-24 02:46:38.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1caeb026-af47-4dcf-9fbf-7c0228466def b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: a4539ac7-e312-41dd-9914-83955123b8e7 2026-04-24 02:46:38.550 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaa55e7e-dd9a-42fd-b494-5f29bff8a862 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: d6a0deed-88c7-4b91-a59c-21a76f7141b4 2026-04-24 02:46:38.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa55e7e-dd9a-42fd-b494-5f29bff8a862 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: d6a0deed-88c7-4b91-a59c-21a76f7141b4 2026-04-24 02:46:38.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-1caeb026-af47-4dcf-9fbf-7c0228466def b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 000aceac-1067-4b03-ae3a-a2b808ebc1f9 2026-04-24 02:46:38.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1caeb026-af47-4dcf-9fbf-7c0228466def b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 000aceac-1067-4b03-ae3a-a2b808ebc1f9 [pid: 7|app: 0|req: 517/1009] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:46:38 2026] PUT /v2.0/routers/9c175e10-7f68-451c-b922-fa20a7738a47/remove_router_interface => generated 309 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:38.979 8 INFO neutron.services.segments.plugin [-] Segment 40c0c386-5588-481b-87c0-10808ce882e8 resource provider aggregate not found 2026-04-24 02:46:38.987 8 INFO neutron.services.segments.plugin [-] Segment 40c0c386-5588-481b-87c0-10808ce882e8 resource provider aggregate not found 2026-04-24 02:46:38.995 8 INFO neutron.services.segments.plugin [-] Segment 40c0c386-5588-481b-87c0-10808ce882e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40c0c386-5588-481b-87c0-10808ce882e8 found for delete ", "request_id": "req-17503122-98e1-4a5f-85db-db96798537f6"}]} [pid: 7|app: 0|req: 518/1010] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:46:38 2026] GET /v2.0/ports?tenant_id=5391fd0fd7e643f4b5d502ba130f4695&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:39.005 8 INFO neutron.services.segments.plugin [-] Segment 40c0c386-5588-481b-87c0-10808ce882e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40c0c386-5588-481b-87c0-10808ce882e8 found for delete ", "request_id": "req-6ed83f1c-749d-49be-a70c-d1b5930e7f94"}]} 2026-04-24 02:46:39.012 8 INFO neutron.db.l3_hamode_db [None req-1caeb026-af47-4dcf-9fbf-7c0228466def b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 116b48d0-4f2a-41f3-b28b-a566761b6af0 was deleted as no HA routers are present in tenant 6842e3a82c3941e391ac747d60874687. [pid: 8|app: 0|req: 493/1013] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:38 2026] DELETE /v2.0/routers/dfc05f44-60d6-440b-a9f2-db1fbed98b7c => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1014] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:39 2026] GET /v2.0/ports?device_id=9c175e10-7f68-451c-b922-fa20a7738a47 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1015] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:39 2026] DELETE /v2.0/subnets/1a75d0d3-09b5-4364-83f9-a936a5d2d72a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:39.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-3042ba04-eb32-4361-9424-83b581fda27b b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: 9c95e7cf-8e27-4f72-b0e8-cb9c984a7d37 2026-04-24 02:46:39.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3042ba04-eb32-4361-9424-83b581fda27b b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: 9c95e7cf-8e27-4f72-b0e8-cb9c984a7d37 2026-04-24 02:46:39.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb79f409-882f-4a5b-aa01-65a573800f07 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 01b181f3-f829-4cd2-8fed-fe106c062da1 2026-04-24 02:46:39.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb79f409-882f-4a5b-aa01-65a573800f07 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 01b181f3-f829-4cd2-8fed-fe106c062da1 [pid: 8|app: 0|req: 495/1016] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:39 2026] DELETE /v2.0/networks/98367a5c-4fee-4b5c-98b8-e2eceea0e53e => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1017] 10.0.0.128 () {34 vars in 907 bytes} [Fri Apr 24 02:46:39 2026] GET /v2.0/extensions => generated 21537 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-24 02:46:39.554 7 INFO neutron.services.segments.plugin [-] Segment fe5621af-4788-4735-88d5-393462aaad00 resource provider aggregate not found 2026-04-24 02:46:39.557 7 INFO neutron.services.segments.plugin [-] Segment fe5621af-4788-4735-88d5-393462aaad00 resource provider aggregate not found [pid: 8|app: 0|req: 497/1018] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:46:39 2026] GET /v2.0/networks/8b4977ca-d2f5-43cb-b559-763ddf953849?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:39.586 7 INFO neutron.services.segments.plugin [-] Segment fe5621af-4788-4735-88d5-393462aaad00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5621af-4788-4735-88d5-393462aaad00 found for delete ", "request_id": "req-6b4330f5-1c6a-4621-9d73-7d0feb035684"}]} 2026-04-24 02:46:39.592 7 INFO neutron.db.l3_hamode_db [None req-3042ba04-eb32-4361-9424-83b581fda27b b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] HA network 71f71a1e-441a-4c8e-91c8-914ced2698ea was deleted as no HA routers are present in tenant ce849585630744369e17402828ba6027. 2026-04-24 02:46:39.597 7 INFO neutron.services.segments.plugin [-] Segment fe5621af-4788-4735-88d5-393462aaad00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5621af-4788-4735-88d5-393462aaad00 found for delete ", "request_id": "req-0537b75e-1ddc-4079-8fe3-a75f125ff79e"}]} [pid: 7|app: 0|req: 522/1019] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:39 2026] DELETE /v2.0/routers/9c175e10-7f68-451c-b922-fa20a7738a47 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1020] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:46:39 2026] GET /v2.0/networks/8b4977ca-d2f5-43cb-b559-763ddf953849?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1021] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:39 2026] GET /v2.0/security-groups?tenant_id=6842e3a82c3941e391ac747d60874687&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1022] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:39 2026] DELETE /v2.0/security-groups/c7315d04-4a63-4158-b1bf-ad6121ba6018 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1023] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:39 2026] DELETE /v2.0/subnets/bb31a6f6-07fd-4cb3-b6f4-d58d56bea5c7 => 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: 500/1024] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:39 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => 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: 525/1025] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:39 2026] DELETE /v2.0/subnets/bdb06a6c-e28f-4b2b-9bbd-96372e0a2846 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1026] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:39 2026] DELETE /v2.0/networks/70e15070-03b8-418e-9ba8-3e65e392e131 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:40.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-b32eabee-7358-4068-960b-3c751d41c6ff b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: eb0b158a-1416-41f5-aba4-8805c1531dcb 2026-04-24 02:46:40.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b32eabee-7358-4068-960b-3c751d41c6ff b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: eb0b158a-1416-41f5-aba4-8805c1531dcb [pid: 7|app: 0|req: 526/1027] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:40 2026] DELETE /v2.0/networks/33a1d6a3-a6fb-4eaa-887f-4deb84a96df6 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:40.392 8 INFO neutron.db.segments_db [None req-0c546876-6afe-43a8-871d-9fd67d348f86 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment ff4ccb12-0420-4673-99ac-9763c7fe4cf9 of type vxlan for network fa6f976a-614d-467d-8593-3cbfe588d33d [pid: 8|app: 0|req: 502/1028] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:40 2026] POST /v2.0/networks => generated 611 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1029] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:40 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:40.786 8 INFO neutron.db.segments_db [None req-e25e80b3-f191-4b2d-b91d-3235fe26413a b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment 26ebe17c-21e8-4ec7-a605-cf055d8c43a7 of type vxlan for network cefd6e96-60d9-4f58-ba0e-4eadfe251f2a [pid: 7|app: 0|req: 528/1030] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:40 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:41.021 8 INFO neutron.services.segments.plugin [-] Segment 11524ca4-9f95-4699-883d-aface4bba9f0 resource provider aggregate not found 2026-04-24 02:46:41.032 8 INFO neutron.services.segments.plugin [-] Segment 11524ca4-9f95-4699-883d-aface4bba9f0 resource provider aggregate not found 2026-04-24 02:46:41.040 8 INFO neutron.services.segments.plugin [-] Segment 11524ca4-9f95-4699-883d-aface4bba9f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11524ca4-9f95-4699-883d-aface4bba9f0 found for delete ", "request_id": "req-400938f2-c0af-4738-bfa2-e07584bba5b2"}]} 2026-04-24 02:46:41.051 8 INFO neutron.services.segments.plugin [-] Segment 11524ca4-9f95-4699-883d-aface4bba9f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11524ca4-9f95-4699-883d-aface4bba9f0 found for delete ", "request_id": "req-8f980ad0-b57b-4dce-ba26-d23d01b94e88"}]} 2026-04-24 02:46:41.059 8 INFO neutron.services.segments.plugin [-] Segment 557ae358-da9c-4b92-a2a2-fd4bb5ff0a4f resource provider aggregate not found 2026-04-24 02:46:41.067 8 INFO neutron.db.l3_hamode_db [None req-e25e80b3-f191-4b2d-b91d-3235fe26413a b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:41.077 8 INFO neutron.services.segments.plugin [-] Segment 557ae358-da9c-4b92-a2a2-fd4bb5ff0a4f resource provider aggregate not found 2026-04-24 02:46:41.092 8 INFO neutron.services.segments.plugin [-] Segment 557ae358-da9c-4b92-a2a2-fd4bb5ff0a4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 557ae358-da9c-4b92-a2a2-fd4bb5ff0a4f found for delete ", "request_id": "req-b7c2459b-aa04-4582-a054-e907b5ced7d8"}]} 2026-04-24 02:46:41.093 8 INFO neutron.services.segments.plugin [-] Segment 557ae358-da9c-4b92-a2a2-fd4bb5ff0a4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 557ae358-da9c-4b92-a2a2-fd4bb5ff0a4f found for delete ", "request_id": "req-ca15d8ee-1f6b-4cab-aafd-2a6a15a0731c"}]} 2026-04-24 02:46:41.224 8 INFO neutron.db.l3_hamode_db [None req-e25e80b3-f191-4b2d-b91d-3235fe26413a b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:41.609 7 INFO neutron.services.segments.plugin [-] Segment 46b190d9-1844-4beb-affb-3044dd13d968 resource provider aggregate not found 2026-04-24 02:46:41.624 7 INFO neutron.services.segments.plugin [-] Segment 46b190d9-1844-4beb-affb-3044dd13d968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46b190d9-1844-4beb-affb-3044dd13d968 found for delete ", "request_id": "req-8ff57b3b-5ba2-4ec1-aa1c-d5a7f73d2bef"}]} 2026-04-24 02:46:41.625 7 INFO neutron.services.segments.plugin [-] Segment 46b190d9-1844-4beb-affb-3044dd13d968 resource provider aggregate not found 2026-04-24 02:46:41.644 7 INFO neutron.services.segments.plugin [-] Segment 46b190d9-1844-4beb-affb-3044dd13d968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46b190d9-1844-4beb-affb-3044dd13d968 found for delete ", "request_id": "req-faf817df-4478-4d5e-9adb-b10404dbfa58"}]} [pid: 7|app: 0|req: 529/1031] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:41 2026] GET /v2.0/security-groups?tenant_id=218e89aaaca64dd4b189e7e379476078&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:41.955 7 INFO neutron.db.segments_db [None req-689abc03-c9d3-4528-9993-8495f102342c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 35cf73ae-0583-4124-ba27-55c5de688ed7 of type vxlan for network 89efcdd3-4246-469d-93d2-a7139aec4c44 [pid: 7|app: 0|req: 530/1032] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:46:41 2026] POST /v2.0/networks => generated 723 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1033] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:42 2026] DELETE /v2.0/security-groups/b3956802-2145-41d1-982a-c8b70d9261b0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1034] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:42 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1035] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:40 2026] POST /v2.0/routers => generated 506 bytes in 1498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1036] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:42 2026] POST /v2.0/subnets => generated 689 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:42.460 7 INFO neutron.db.segments_db [None req-d9a81745-42d9-4d06-af59-5b97bf9866a5 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 8e65eda5-c704-4d5d-bf6c-206ee9161371 of type vxlan for network 4a5c73b9-4775-4feb-acd0-648e4e47cd11 [pid: 8|app: 0|req: 504/1037] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:46:42 2026] POST /v2.0/ports => generated 947 bytes in 356 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-04-24 02:46:42.696 7 INFO neutron.db.l3_hamode_db [None req-d9a81745-42d9-4d06-af59-5b97bf9866a5 b98ea4c9986a4260b254ffa760395b46 aedeb2ecf46f4a328e4df2411558277b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:43.407 7 INFO neutron.db.l3_hamode_db [None req-d9a81745-42d9-4d06-af59-5b97bf9866a5 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 505/1038] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:42 2026] PUT /v2.0/routers/faf1278a-73dd-462f-8e00-e11622d2b8a6/add_router_interface => generated 309 bytes in 997 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: 506/1039] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:43 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => 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: 507/1040] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:43 2026] GET /v2.0/ports/64be5bd5-aeac-4748-9dce-760131dff43c => generated 1021 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:44.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-60f45db4-7f94-4a1e-9bee-383dfd87cac0 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: 64be5bd5-aeac-4748-9dce-760131dff43c 2026-04-24 02:46:44.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60f45db4-7f94-4a1e-9bee-383dfd87cac0 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: 64be5bd5-aeac-4748-9dce-760131dff43c [pid: 7|app: 0|req: 534/1041] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:42 2026] POST /v2.0/routers => generated 729 bytes in 1772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1042] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:46:43 2026] PUT /v2.0/routers/faf1278a-73dd-462f-8e00-e11622d2b8a6/remove_router_interface => generated 309 bytes in 710 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: 509/1043] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:44 2026] GET /v2.0/networks?id=8b4977ca-d2f5-43cb-b559-763ddf953849 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:44.454 7 INFO neutron.db.segments_db [None req-b4170db1-2edf-41a1-8e5d-b22ef0272007 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 07a1fcb3-7c37-4e0f-84d5-20f75665c14b of type vxlan for network f6e29b40-5fbf-4726-bc45-218eae455ba2 [pid: 7|app: 0|req: 535/1044] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:46:44 2026] POST /v2.0/networks => generated 722 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:44.666 7 INFO neutron.api.v2.resource [None req-1663b993-6320-4bad-a2ea-cf647a627dbc b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1045] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:46:44 2026] PUT /v2.0/routers/faf1278a-73dd-462f-8e00-e11622d2b8a6/remove_router_interface => generated 197 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1046] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:46:44 2026] POST /v2.0/ports => generated 954 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: 7|app: 0|req: 538/1047] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:45 2026] POST /v2.0/subnets => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1048] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:45 2026] GET /v2.0/ports?device_id=faf1278a-73dd-462f-8e00-e11622d2b8a6 => 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: 540/1049] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:45 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 957 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1050] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:44 2026] PUT /v2.0/routers/7eced9a2-2a6c-4658-bee5-c1d01226084e/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1051] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:46:45 2026] PUT /v2.0/ports/2d1a8dfc-46cc-499c-ab4d-1e21af48e668 => generated 1235 bytes in 327 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-04-24 02:46:45.604 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a05e51f-7fdf-470f-bede-c3ef974b3a78'] response: {'name': 'network-changed', 'server_uuid': 'cd196397-7b84-4ba4-a665-b1da353d390b', 'tag': '2d1a8dfc-46cc-499c-ab4d-1e21af48e668', 'status': 'completed', 'code': 200} 2026-04-24 02:46:45.606 8 INFO neutron.db.segments_db [None req-7578d3a2-5395-4981-a7d9-7b4f0dec1a08 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment c511f7c7-20ef-4b34-99b8-3230050a4328 of type vxlan for network 5235f626-6890-4635-a4aa-32039153bf16 2026-04-24 02:46:45.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-962f0569-1964-4fba-b6d7-db64e3449ed4 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: 5fed0eb4-8423-4638-a0ab-656c3e4cc989 2026-04-24 02:46:45.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-962f0569-1964-4fba-b6d7-db64e3449ed4 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: 5fed0eb4-8423-4638-a0ab-656c3e4cc989 2026-04-24 02:46:45.883 8 INFO neutron.db.l3_hamode_db [None req-7578d3a2-5395-4981-a7d9-7b4f0dec1a08 b98ea4c9986a4260b254ffa760395b46 f72a3af7c4c34c04ad34d803d81eafef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:46.069 7 INFO neutron.services.segments.plugin [-] Segment 26ebe17c-21e8-4ec7-a605-cf055d8c43a7 resource provider aggregate not found 2026-04-24 02:46:46.074 7 INFO neutron.services.segments.plugin [-] Segment 26ebe17c-21e8-4ec7-a605-cf055d8c43a7 resource provider aggregate not found 2026-04-24 02:46:46.082 7 INFO neutron.services.segments.plugin [-] Segment 26ebe17c-21e8-4ec7-a605-cf055d8c43a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ebe17c-21e8-4ec7-a605-cf055d8c43a7 found for delete ", "request_id": "req-75bcff65-eeac-46f7-afae-e4398a964fb8"}]} 2026-04-24 02:46:46.090 7 INFO neutron.services.segments.plugin [-] Segment 26ebe17c-21e8-4ec7-a605-cf055d8c43a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ebe17c-21e8-4ec7-a605-cf055d8c43a7 found for delete ", "request_id": "req-3c551ce9-79d5-4132-bad0-13e45ddae34b"}]} 2026-04-24 02:46:46.107 7 INFO neutron.db.l3_hamode_db [None req-962f0569-1964-4fba-b6d7-db64e3449ed4 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] HA network cefd6e96-60d9-4f58-ba0e-4eadfe251f2a was deleted as no HA routers are present in tenant ce849585630744369e17402828ba6027. [pid: 7|app: 0|req: 542/1052] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:45 2026] DELETE /v2.0/routers/faf1278a-73dd-462f-8e00-e11622d2b8a6 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1053] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:46 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&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: 544/1054] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:46:46 2026] POST /v2.0/security-groups => generated 1661 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1055] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:46 2026] GET /v2.0/ports?tenant_id=5391fd0fd7e643f4b5d502ba130f4695&device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1056] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:46 2026] DELETE /v2.0/subnets/1d9d9810-8338-407b-b51e-ad28596d5e3e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1057] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1058] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:46:46 2026] GET /v2.0/networks?tenant_id=5391fd0fd7e643f4b5d502ba130f4695&shared=False => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1059] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:46 2026] DELETE /v2.0/networks/fa6f976a-614d-467d-8593-3cbfe588d33d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:46.685 8 INFO neutron.db.l3_hamode_db [None req-7578d3a2-5395-4981-a7d9-7b4f0dec1a08 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 550/1060] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1061] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:46:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:46.832 7 INFO neutron.db.segments_db [None req-5e814d16-69be-49d6-b34f-3c35ef7867ed b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment bb3dc235-4ade-41a0-9346-ad10bc073071 of type vxlan for network 633e5850-be8b-4739-822f-29170ffc8f5f [pid: 7|app: 0|req: 552/1062] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:46:46 2026] POST /v2.0/networks => generated 610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1063] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:46:46 2026] POST /v2.0/floatingips => generated 552 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1064] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:47 2026] POST /v2.0/subnets => generated 626 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1065] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:45 2026] POST /v2.0/routers => generated 728 bytes in 1970 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1066] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:47 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:47.554 8 INFO neutron.db.segments_db [None req-382fbd8f-a3b4-4e13-8828-711bc65669bc b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment 793f3805-69e5-4311-b13a-0531a2b8e99e of type vxlan for network fa31efa4-b29f-4591-90a5-cf3a5fbc3583 2026-04-24 02:46:47.769 8 INFO neutron.db.l3_hamode_db [None req-382fbd8f-a3b4-4e13-8828-711bc65669bc b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:47.876 8 INFO neutron.db.l3_hamode_db [None req-382fbd8f-a3b4-4e13-8828-711bc65669bc b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:48.100 7 INFO neutron.services.segments.plugin [-] Segment ff4ccb12-0420-4673-99ac-9763c7fe4cf9 resource provider aggregate not found 2026-04-24 02:46:48.111 7 INFO neutron.services.segments.plugin [-] Segment ff4ccb12-0420-4673-99ac-9763c7fe4cf9 resource provider aggregate not found 2026-04-24 02:46:48.115 7 INFO neutron.services.segments.plugin [-] Segment ff4ccb12-0420-4673-99ac-9763c7fe4cf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4ccb12-0420-4673-99ac-9763c7fe4cf9 found for delete ", "request_id": "req-cc9342ba-a307-4c75-b81b-ed66775495fd"}]} 2026-04-24 02:46:48.130 7 INFO neutron.services.segments.plugin [-] Segment ff4ccb12-0420-4673-99ac-9763c7fe4cf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4ccb12-0420-4673-99ac-9763c7fe4cf9 found for delete ", "request_id": "req-de8c33e7-9c0a-4f75-bbb7-a153183330a0"}]} [pid: 8|app: 0|req: 512/1067] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:47 2026] POST /v2.0/routers => generated 506 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1068] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1069] 10.0.0.128 () {34 vars in 1100 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2080913080&fields=id&tenant_id=aedeb2ecf46f4a328e4df2411558277b => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1070] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/ports?tenant_id=5391fd0fd7e643f4b5d502ba130f4695&device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1071] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:47 2026] PUT /v2.0/routers/d05accda-c338-4d23-8536-bc1d664af7ca/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1072] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/networks?id=89efcdd3-4246-469d-93d2-a7139aec4c44 => generated 674 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1073] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2d1a8dfc-46cc-499c-ab4d-1e21af48e668 => 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: 559/1074] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/quotas/aedeb2ecf46f4a328e4df2411558277b => 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: 560/1075] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/subnets?id=3e2af0b0-f434-42b9-a1aa-3786e2f4171d => generated 696 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1076] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/ports?tenant_id=aedeb2ecf46f4a328e4df2411558277b&fields=id => generated 57 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1077] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/ports?network_id=8b4977ca-d2f5-43cb-b559-763ddf953849&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1078] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1079] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/networks/8b4977ca-d2f5-43cb-b559-763ddf953849?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1080] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1081] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:48 2026] GET /v2.0/networks/8b4977ca-d2f5-43cb-b559-763ddf953849?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1082] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:49 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1083] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:48 2026] PUT /v2.0/routers/fb544d40-55bd-4d23-8a13-79c909079bdf/add_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1084] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:46:49 2026] GET /v2.0/ports/ca1b1993-1ce8-42db-8ad3-0acc036532b8 => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1085] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:49 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1086] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:49 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&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-04-24 02:46:49.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8f876d6-231c-4cca-ac27-9549ff2709b6 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: ca1b1993-1ce8-42db-8ad3-0acc036532b8 2026-04-24 02:46:49.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f876d6-231c-4cca-ac27-9549ff2709b6 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: ca1b1993-1ce8-42db-8ad3-0acc036532b8 2026-04-24 02:46:49.875 7 INFO neutron.db.segments_db [None req-022bfc07-a6eb-473b-9af1-41b7e0b487ae b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment d18c5e31-96dc-4200-b1f6-ca8fc7f2529a of type vxlan for network db898545-a554-427f-8c26-01475ff23eb5 [pid: 7|app: 0|req: 571/1087] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:46:49 2026] POST /v2.0/networks => generated 722 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1088] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:49 2026] POST /v2.0/subnets => generated 688 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1089] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:50 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:50.229 7 INFO neutron.db.segments_db [None req-1bd911c5-caf5-46e1-9071-e526e52aeb58 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 3981ce97-45d6-492b-acda-a52a9a95daff of type vxlan for network 1ca9d3c5-34a6-42c4-803d-f50effdee70b [pid: 8|app: 0|req: 517/1090] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:46:49 2026] PUT /v2.0/routers/fb544d40-55bd-4d23-8a13-79c909079bdf/remove_router_interface => generated 309 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1091] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:50 2026] GET /v2.0/ports?device_id=fb544d40-55bd-4d23-8a13-79c909079bdf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:50.442 7 INFO neutron.db.l3_hamode_db [None req-1bd911c5-caf5-46e1-9071-e526e52aeb58 b98ea4c9986a4260b254ffa760395b46 5b6b0054db1d42559d785f6ddda4e51c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:50.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-598f35be-9c21-4b87-87e9-104640a950a7 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: bd45c864-02e9-4d5e-933b-4407784e8c10 2026-04-24 02:46:50.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-598f35be-9c21-4b87-87e9-104640a950a7 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: bd45c864-02e9-4d5e-933b-4407784e8c10 2026-04-24 02:46:50.835 8 INFO neutron.services.segments.plugin [-] Segment 793f3805-69e5-4311-b13a-0531a2b8e99e resource provider aggregate not found 2026-04-24 02:46:50.841 8 INFO neutron.services.segments.plugin [-] Segment 793f3805-69e5-4311-b13a-0531a2b8e99e resource provider aggregate not found 2026-04-24 02:46:50.855 8 INFO neutron.db.l3_hamode_db [None req-598f35be-9c21-4b87-87e9-104640a950a7 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] HA network fa31efa4-b29f-4591-90a5-cf3a5fbc3583 was deleted as no HA routers are present in tenant ce849585630744369e17402828ba6027. 2026-04-24 02:46:50.862 8 INFO neutron.services.segments.plugin [-] Segment 793f3805-69e5-4311-b13a-0531a2b8e99e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 793f3805-69e5-4311-b13a-0531a2b8e99e found for delete ", "request_id": "req-9ec6780f-b367-4495-8743-fd78cb91ff31"}]} [pid: 8|app: 0|req: 519/1092] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:50 2026] DELETE /v2.0/routers/fb544d40-55bd-4d23-8a13-79c909079bdf => generated 0 bytes in 547 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:46:50.870 8 INFO neutron.services.segments.plugin [-] Segment 793f3805-69e5-4311-b13a-0531a2b8e99e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 793f3805-69e5-4311-b13a-0531a2b8e99e found for delete ", "request_id": "req-e0b15bb9-5265-40ec-95c5-875d096c7e12"}]} [pid: 8|app: 0|req: 520/1093] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:50 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1094] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:50 2026] DELETE /v2.0/subnets/13fb5d14-a312-4162-8739-7d95b08d9a87 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1095] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:51 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1096] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:46:51 2026] DELETE /v2.0/networks/633e5850-be8b-4739-822f-29170ffc8f5f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:51.163 8 INFO neutron.db.segments_db [None req-361359ed-582a-46a3-a642-d9b66c81118d b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Added segment f0abdfa3-03da-4d62-b66d-79b041f350df of type vxlan for network 009c9e5c-2965-41f4-9769-1d6dc257893e 2026-04-24 02:46:51.442 8 INFO neutron.db.l3_hamode_db [None req-361359ed-582a-46a3-a642-d9b66c81118d b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:51.509 7 INFO neutron.db.l3_hamode_db [None req-1bd911c5-caf5-46e1-9071-e526e52aeb58 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:46:52.220 8 INFO neutron.db.l3_hamode_db [None req-361359ed-582a-46a3-a642-d9b66c81118d b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 574/1097] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:50 2026] POST /v2.0/routers => generated 728 bytes in 2210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1098] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:52 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => 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: 576/1099] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:52 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:52.897 8 INFO neutron.services.segments.plugin [-] Segment bb3dc235-4ade-41a0-9346-ad10bc073071 resource provider aggregate not found 2026-04-24 02:46:52.905 8 INFO neutron.services.segments.plugin [-] Segment bb3dc235-4ade-41a0-9346-ad10bc073071 resource provider aggregate not found 2026-04-24 02:46:52.932 8 INFO neutron.services.segments.plugin [-] Segment bb3dc235-4ade-41a0-9346-ad10bc073071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb3dc235-4ade-41a0-9346-ad10bc073071 found for delete ", "request_id": "req-5dbab610-29af-40e8-ab07-e1a83426fa98"}]} 2026-04-24 02:46:52.938 8 INFO neutron.services.segments.plugin [-] Segment bb3dc235-4ade-41a0-9346-ad10bc073071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb3dc235-4ade-41a0-9346-ad10bc073071 found for delete ", "request_id": "req-be580d4b-f447-4fbd-8720-aa8f9c0feb1f"}]} [pid: 8|app: 0|req: 524/1100] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:46:51 2026] POST /v2.0/routers => generated 688 bytes in 2137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1101] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:53 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1102] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:46:53 2026] GET /v2.0/routers/e65b1056-646c-4f74-bcd2-5c1aba620544 => 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: 527/1103] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:46:53 2026] GET /v2.0/routers => generated 697 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1104] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:46:53 2026] GET /v2.0/networks?id=89efcdd3-4246-469d-93d2-a7139aec4c44 => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1107] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:46:52 2026] PUT /v2.0/routers/8edb09a1-75f1-4127-96d0-beb09d5d7bbd/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1108] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:46:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aedeb2ecf46f4a328e4df2411558277b => 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: 579/1109] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:53 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1110] 10.0.0.42 () {34 vars in 740 bytes} [Fri Apr 24 02:46:53 2026] PUT /v2.0/routers/e65b1056-646c-4f74-bcd2-5c1aba620544 => generated 701 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1111] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:46:53 2026] GET /v2.0/routers/e65b1056-646c-4f74-bcd2-5c1aba620544 => generated 701 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1112] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:54 2026] GET /v2.0/ports?device_id=e65b1056-646c-4f74-bcd2-5c1aba620544 => 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: 580/1113] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:46:53 2026] POST /v2.0/ports => generated 954 bytes in 461 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-04-24 02:46:54.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-23cb90aa-ec58-48a6-952d-4a69f6afde00 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: 101bce35-b4da-49d2-9730-b7fdca2f6a40 2026-04-24 02:46:54.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23cb90aa-ec58-48a6-952d-4a69f6afde00 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: 101bce35-b4da-49d2-9730-b7fdca2f6a40 2026-04-24 02:46:54.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-23cb90aa-ec58-48a6-952d-4a69f6afde00 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] TaaS: Handle Delete Port: f3137220-ce32-45b9-98d7-05809cfe7d8f 2026-04-24 02:46:54.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23cb90aa-ec58-48a6-952d-4a69f6afde00 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] Tap Mirror: Handle Delete Port: f3137220-ce32-45b9-98d7-05809cfe7d8f [pid: 7|app: 0|req: 581/1114] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:46:54 2026] PUT /v2.0/ports/fe698b15-b749-4a46-9731-a45b2a4d48a9 => generated 1235 bytes in 444 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-04-24 02:46:54.650 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5292c07d-6612-44e8-9d37-79e38e052ddd'] response: {'name': 'network-changed', 'server_uuid': 'c4d24cd2-1c6d-41cb-9e7b-4452eec76748', 'tag': 'fe698b15-b749-4a46-9731-a45b2a4d48a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 582/1115] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:54 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1116] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:46:54 2026] POST /v2.0/security-groups => generated 1673 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1117] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:54 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&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: 585/1118] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:54 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:54.977 8 INFO neutron.services.segments.plugin [-] Segment f0abdfa3-03da-4d62-b66d-79b041f350df resource provider aggregate not found 2026-04-24 02:46:54.979 8 INFO neutron.services.segments.plugin [-] Segment f0abdfa3-03da-4d62-b66d-79b041f350df resource provider aggregate not found 2026-04-24 02:46:54.997 8 INFO neutron.services.segments.plugin [-] Segment f0abdfa3-03da-4d62-b66d-79b041f350df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0abdfa3-03da-4d62-b66d-79b041f350df found for delete ", "request_id": "req-74e50f09-0591-4246-8d03-e5cd270e4136"}]} 2026-04-24 02:46:55.003 8 INFO neutron.services.segments.plugin [-] Segment f0abdfa3-03da-4d62-b66d-79b041f350df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0abdfa3-03da-4d62-b66d-79b041f350df found for delete ", "request_id": "req-c3c54e61-456f-48c4-aa8a-ebc8c6578b33"}]} 2026-04-24 02:46:55.008 8 INFO neutron.db.l3_hamode_db [None req-23cb90aa-ec58-48a6-952d-4a69f6afde00 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] HA network 009c9e5c-2965-41f4-9769-1d6dc257893e was deleted as no HA routers are present in tenant ce849585630744369e17402828ba6027. [pid: 8|app: 0|req: 534/1119] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:54 2026] DELETE /v2.0/routers/e65b1056-646c-4f74-bcd2-5c1aba620544 => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1120] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 536/1121] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/ports?device_id=e65b1056-646c-4f74-bcd2-5c1aba620544 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1122] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:55.074 8 INFO neutron.api.v2.resource [None req-25c68157-8fda-4579-82ce-4eb7cca627c3 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 537/1123] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/routers/e65b1056-646c-4f74-bcd2-5c1aba620544 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1124] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/ports?device_id=fb544d40-55bd-4d23-8a13-79c909079bdf => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:55.123 8 INFO neutron.api.v2.resource [None req-bf8b7416-9e17-4ff5-a3c4-f29cc5738f81 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 539/1125] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/routers/fb544d40-55bd-4d23-8a13-79c909079bdf => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:46:55.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f0fe64c-93f2-4089-a0cf-f40f68950296 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 540/1126] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/subnets/13fb5d14-a312-4162-8739-7d95b08d9a87 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1127] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1128] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/ports?tenant_id=aedeb2ecf46f4a328e4df2411558277b&device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1129] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/ports?device_id=faf1278a-73dd-462f-8e00-e11622d2b8a6 => 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: 589/1130] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/networks?tenant_id=aedeb2ecf46f4a328e4df2411558277b&shared=False => generated 770 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1131] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1132] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:55.303 7 INFO neutron.api.v2.resource [None req-7097cfbf-4487-48e5-aaba-390f8a018e45 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1133] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/routers/faf1278a-73dd-462f-8e00-e11622d2b8a6 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1134] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1135] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:55.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-709f77b8-c96f-4db2-939a-fa7b1a1b4666 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1136] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/subnets/1d9d9810-8338-407b-b51e-ad28596d5e3e => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1137] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/ports?device_id=9c175e10-7f68-451c-b922-fa20a7738a47 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:46:55.397 8 INFO neutron.api.v2.resource [None req-572b00f6-8fbb-4b8b-b7af-1a008f8283ec b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 546/1138] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/routers/9c175e10-7f68-451c-b922-fa20a7738a47 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:46:55.412 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1e4893b-7a74-4de2-a392-b4265342b818 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1139] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/subnets/bb31a6f6-07fd-4cb3-b6f4-d58d56bea5c7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:46:55.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df83f43c-b449-4a29-adfc-b8a18e141690 b8a08ce7ae434f0790ecd43814fefb97 ce849585630744369e17402828ba6027 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1140] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1141] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:46:55 2026] DELETE /v2.0/subnets/bdb06a6c-e28f-4b2b-9bbd-96372e0a2846 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:46:55.476 7 INFO neutron.db.securitygroups_db [None req-9cd8e879-51a9-40bb-97a4-24770b5969b7 e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] Project f72a3af7c4c34c04ad34d803d81eafef added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 594/1142] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:46:55.655 8 INFO neutron.db.securitygroups_db [None req-f1e94bb3-d77f-4bc5-a084-b326f196be15 e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] Project f72a3af7c4c34c04ad34d803d81eafef 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: 549/1143] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1144] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:46:55 2026] GET /v2.0/security-groups?tenant_id=ce849585630744369e17402828ba6027&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1145] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1146] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:56 2026] DELETE /v2.0/security-groups/3ebf80de-190e-4abe-94a3-7bfcc632b3e8 => 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: 597/1147] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 551/1148] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:46:56 2026] POST /v2.0/security-groups => generated 1660 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1149] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/ports?tenant_id=aedeb2ecf46f4a328e4df2411558277b&device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1150] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1151] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=fe698b15-b749-4a46-9731-a45b2a4d48a9 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1152] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1153] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1154] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/subnets?id=ea67ad10-1b4f-4638-905f-44ab40abe9ea => generated 692 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1155] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/ports?network_id=89efcdd3-4246-469d-93d2-a7139aec4c44&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1156] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1157] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1158] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:46:56 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1159] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:46:56 2026] POST /v2.0/floatingips => generated 552 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1160] 10.0.0.128 () {34 vars in 1098 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-734019425&fields=id&tenant_id=f72a3af7c4c34c04ad34d803d81eafef => 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: 604/1161] 10.0.0.128 () {34 vars in 1098 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--230546518&fields=id&tenant_id=f72a3af7c4c34c04ad34d803d81eafef => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1162] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/networks?id=f6e29b40-5fbf-4726-bc45-218eae455ba2 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1163] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/quotas/f72a3af7c4c34c04ad34d803d81eafef => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1164] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1165] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/ports?tenant_id=f72a3af7c4c34c04ad34d803d81eafef&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1166] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 560/1167] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/networks/f6e29b40-5fbf-4726-bc45-218eae455ba2?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: 608/1168] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/networks/f6e29b40-5fbf-4726-bc45-218eae455ba2?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: 561/1169] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1170] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1171] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => 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: 610/1172] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:57 2026] GET /v2.0/security-groups?id=fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3&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-04-24 02:46:57.815 8 INFO neutron_taas.services.taas.taas_plugin [req-05dada3a-8fb1-4899-ad0a-90c646f49b5f req-c6c9cc53-cb5a-40e5-8253-200a1b127b12 947540943bc84effa1e70d399fa5ed97 5391fd0fd7e643f4b5d502ba130f4695 - - default default] TaaS: Handle Delete Port: 2d1a8dfc-46cc-499c-ab4d-1e21af48e668 2026-04-24 02:46:57.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05dada3a-8fb1-4899-ad0a-90c646f49b5f req-c6c9cc53-cb5a-40e5-8253-200a1b127b12 947540943bc84effa1e70d399fa5ed97 5391fd0fd7e643f4b5d502ba130f4695 - - default default] Tap Mirror: Handle Delete Port: 2d1a8dfc-46cc-499c-ab4d-1e21af48e668 [pid: 8|app: 0|req: 563/1173] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:46:57 2026] DELETE /v2.0/ports/2d1a8dfc-46cc-499c-ab4d-1e21af48e668 => generated 0 bytes in 607 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:46:58.328 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49322b08-8b8d-4a15-8cc3-8c34b85f4eb2'] response: {'server_uuid': 'cd196397-7b84-4ba4-a665-b1da353d390b', 'name': 'network-vif-deleted', 'tag': '2d1a8dfc-46cc-499c-ab4d-1e21af48e668', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 611/1174] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:46:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1175] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/security-groups => generated 4529 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1176] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1177] 10.0.0.42 () {34 vars in 757 bytes} [Fri Apr 24 02:46:58 2026] PUT /v2.0/security-groups/c4f0a8a8-1f8e-426c-a09a-66cc1841aa13 => generated 1663 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1178] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1179] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/security-groups/c4f0a8a8-1f8e-426c-a09a-66cc1841aa13 => generated 1663 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1180] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:58 2026] DELETE /v2.0/security-groups/c4f0a8a8-1f8e-426c-a09a-66cc1841aa13 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1181] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:46:58.749 8 INFO neutron.api.v2.resource [None req-7e8036f1-b0f3-4227-8880-9e900ce17049 b13a08d96fac4254be9dd5ce6a30f2ca eee5cbe1abe94b85a7e0355284d3cac0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1182] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:46:58 2026] DELETE /v2.0/security-groups/c4f0a8a8-1f8e-426c-a09a-66cc1841aa13 => 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: 569/1183] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1184] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => 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: 615/1185] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:46:58 2026] POST /v2.0/security-groups => generated 1625 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1186] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1187] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:46:58 2026] GET /v2.0/security-group-rules/e7f3e5f0-11cb-44ad-bba7-e7937a406881 => generated 601 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1188] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1189] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:46:59 2026] DELETE /v2.0/security-group-rules/e7f3e5f0-11cb-44ad-bba7-e7937a406881 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1190] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1191] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1192] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-group-rules/5627ff72-581c-45a3-a329-20601a1cc7c2 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1193] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1194] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:46:59 2026] DELETE /v2.0/security-group-rules/5627ff72-581c-45a3-a329-20601a1cc7c2 => 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: 576/1195] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1196] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1197] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:46:59.738 8 INFO neutron.db.securitygroups_db [None req-431dfc76-21d9-4839-975c-66961d6ed0f1 b13a08d96fac4254be9dd5ce6a30f2ca eee5cbe1abe94b85a7e0355284d3cac0 - - default default] Project eee5cbe1abe94b85a7e0355284d3cac0 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: 577/1198] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:46:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1199] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-group-rules/6cab3e81-ec29-454f-a6c4-10041020b401 => generated 607 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1200] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1201] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => 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: 623/1202] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:46:59 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1203] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:46:59 2026] DELETE /v2.0/security-group-rules/6cab3e81-ec29-454f-a6c4-10041020b401 => 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: 624/1204] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:47:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1205] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:00 2026] DELETE /v2.0/security-groups/06c399a0-f3cd-43ff-9696-bcdabeb8c38a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1206] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:47:00 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: 8|app: 0|req: 582/1207] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:47:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1208] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:00 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1209] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:00 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1210] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:00 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1211] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:00 2026] GET /v2.0/security-groups?tenant_id=eee5cbe1abe94b85a7e0355284d3cac0&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1212] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:01 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1213] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:01 2026] DELETE /v2.0/security-groups/c901a693-bee9-42c1-aa26-14f49a2e8b7b => 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: 630/1214] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:47:01 2026] GET /v2.0/networks?id=f6e29b40-5fbf-4726-bc45-218eae455ba2 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1215] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:47:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f72a3af7c4c34c04ad34d803d81eafef => generated 272 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1216] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:02 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1217] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:02 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1218] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:02 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 634/1219] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:02 2026] GET /v2.0/ports?device_id=cd196397-7b84-4ba4-a665-b1da353d390b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1220] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:02 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1221] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:47:02 2026] POST /v2.0/ports => generated 997 bytes in 469 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-04-24 02:47:02.680 7 INFO neutron.db.l3_db [None req-224d4a8b-2076-4546-93cb-30e7b3fd127c da64ad7b0f2a400baaa7c513c0fd2867 aedeb2ecf46f4a328e4df2411558277b - - default default] Floating IP e2ff7767-bfa9-49a8-9704-117dcf5e9c93 associated. External IP: 10.96.250.209, port: fe698b15-b749-4a46-9731-a45b2a4d48a9. [pid: 8|app: 0|req: 587/1222] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:47:02 2026] PUT /v2.0/ports/e20684d9-1a5c-45fe-899f-afee2d872d19 => generated 1278 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1223] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:47:02 2026] PUT /v2.0/floatingips/e2ff7767-bfa9-49a8-9704-117dcf5e9c93 => generated 855 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:03.047 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a917a2af-5992-4b1e-b5f3-a7adb9c847ae'] response: {'name': 'network-changed', 'server_uuid': 'c4d24cd2-1c6d-41cb-9e7b-4452eec76748', 'tag': 'fe698b15-b749-4a46-9731-a45b2a4d48a9', 'status': 'completed', 'code': 200} 2026-04-24 02:47:03.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4456d585-512c-4b3b-8e20-bbc28fcce3a6'] response: {'name': 'network-changed', 'server_uuid': '2bb84d31-9bea-4e78-802b-cceb4e8dc9bd', 'tag': 'e20684d9-1a5c-45fe-899f-afee2d872d19', '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: 588/1224] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1225] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:03.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dfcc526-8531-4c05-b538-bb9b67e86ce7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 25a43d3d-6873-4c74-a94a-d89c51c5f322 2026-04-24 02:47:03.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dfcc526-8531-4c05-b538-bb9b67e86ce7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 25a43d3d-6873-4c74-a94a-d89c51c5f322 [pid: 7|app: 0|req: 638/1226] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/ports?tenant_id=aedeb2ecf46f4a328e4df2411558277b&device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1227] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/ports?tenant_id=f72a3af7c4c34c04ad34d803d81eafef&device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1228] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/networks?id=89efcdd3-4246-469d-93d2-a7139aec4c44 => generated 770 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1229] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/networks?tenant_id=f72a3af7c4c34c04ad34d803d81eafef&shared=False => generated 769 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1230] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=fe698b15-b749-4a46-9731-a45b2a4d48a9 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1231] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:47:03 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: 7|app: 0|req: 644/1232] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/subnets?id=ea67ad10-1b4f-4638-905f-44ab40abe9ea => generated 692 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1233] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/ports?network_id=89efcdd3-4246-469d-93d2-a7139aec4c44&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: 646/1234] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?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: 647/1235] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:47:03 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?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: 589/1236] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:03 2026] PUT /v2.0/routers/1dfd9b7c-c8ff-40b0-aec0-cca60a068010/remove_router_interface => generated 309 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:04.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d3b6eb6-e7ef-4e27-a551-e93fd7899f92 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 726a9f68-184b-4e09-a0ce-1826f5d34ade 2026-04-24 02:47:04.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d3b6eb6-e7ef-4e27-a551-e93fd7899f92 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 726a9f68-184b-4e09-a0ce-1826f5d34ade [pid: 8|app: 0|req: 590/1237] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:04 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1238] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:04 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:04.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d3b6eb6-e7ef-4e27-a551-e93fd7899f92 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 85abd6be-c126-4661-9d91-cd80ccb33d31 2026-04-24 02:47:04.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d3b6eb6-e7ef-4e27-a551-e93fd7899f92 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 85abd6be-c126-4661-9d91-cd80ccb33d31 2026-04-24 02:47:04.841 7 INFO neutron.services.segments.plugin [-] Segment eef2b69e-77fa-4001-9f03-f5374470f45a resource provider aggregate not found 2026-04-24 02:47:04.844 7 INFO neutron.services.segments.plugin [-] Segment eef2b69e-77fa-4001-9f03-f5374470f45a resource provider aggregate not found 2026-04-24 02:47:04.864 7 INFO neutron.services.segments.plugin [-] Segment eef2b69e-77fa-4001-9f03-f5374470f45a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eef2b69e-77fa-4001-9f03-f5374470f45a found for delete ", "request_id": "req-29f76654-27b5-452f-8067-6c336922d429"}]} 2026-04-24 02:47:04.865 7 INFO neutron.services.segments.plugin [-] Segment eef2b69e-77fa-4001-9f03-f5374470f45a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eef2b69e-77fa-4001-9f03-f5374470f45a found for delete ", "request_id": "req-beddb66f-2324-45a6-94c6-4b1d8a87e095"}]} [pid: 8|app: 0|req: 592/1239] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:47:04 2026] GET /v2.0/ports?tenant_id=f72a3af7c4c34c04ad34d803d81eafef&device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:04.880 7 INFO neutron.db.l3_hamode_db [None req-1d3b6eb6-e7ef-4e27-a551-e93fd7899f92 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 50a0244d-5800-4704-ab32-9feb1614c339 was deleted as no HA routers are present in tenant 5391fd0fd7e643f4b5d502ba130f4695. [pid: 7|app: 0|req: 648/1240] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:04 2026] DELETE /v2.0/routers/1dfd9b7c-c8ff-40b0-aec0-cca60a068010 => generated 0 bytes in 824 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1241] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:47:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e20684d9-1a5c-45fe-899f-afee2d872d19 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1242] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:47:04 2026] GET /v2.0/subnets?id=78fb1cdb-8eb2-4de1-be2d-b6427c95241e => generated 691 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1243] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:47:04 2026] GET /v2.0/ports?network_id=f6e29b40-5fbf-4726-bc45-218eae455ba2&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1244] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:47:04 2026] GET /v2.0/networks/f6e29b40-5fbf-4726-bc45-218eae455ba2?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1245] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:04 2026] DELETE /v2.0/subnets/3e2af0b0-f434-42b9-a1aa-3786e2f4171d => 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: 597/1246] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:47:05 2026] GET /v2.0/networks/f6e29b40-5fbf-4726-bc45-218eae455ba2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:05.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdc788cb-02bc-4d33-943f-9e5dc0f68a88 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 85795419-2c90-40e5-a3d8-8097aa20f4a9 2026-04-24 02:47:05.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdc788cb-02bc-4d33-943f-9e5dc0f68a88 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 85795419-2c90-40e5-a3d8-8097aa20f4a9 [pid: 7|app: 0|req: 650/1247] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:05 2026] DELETE /v2.0/networks/8b4977ca-d2f5-43cb-b559-763ddf953849 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1248] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:05 2026] GET /v2.0/security-groups?tenant_id=5391fd0fd7e643f4b5d502ba130f4695&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: 652/1249] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:05 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1250] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:05 2026] DELETE /v2.0/security-groups/fccdaef1-79a2-481b-a58c-1ef0b4d5e0e3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1251] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:05 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1252] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:05 2026] GET /v2.0/security-groups?tenant_id=74dd2f38f9714f87bdcfc0f3afc3a64f&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1253] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:05 2026] DELETE /v2.0/security-groups/948422c4-98df-430f-899f-f6941810a19b => 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: 599/1254] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:05 2026] GET /v2.0/security-groups?tenant_id=020b6f2c7b6d4430bbf4e25b06eb24ef&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1255] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:06 2026] DELETE /v2.0/security-groups/3def955c-7036-4446-8335-fd5c688d1841 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:06.893 7 INFO neutron.services.segments.plugin [-] Segment ed069dde-3973-4dae-bc77-b693d7c80034 resource provider aggregate not found 2026-04-24 02:47:06.904 7 INFO neutron.services.segments.plugin [-] Segment ed069dde-3973-4dae-bc77-b693d7c80034 resource provider aggregate not found 2026-04-24 02:47:06.911 7 INFO neutron.services.segments.plugin [-] Segment ed069dde-3973-4dae-bc77-b693d7c80034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed069dde-3973-4dae-bc77-b693d7c80034 found for delete ", "request_id": "req-d07ca147-d60a-4984-9b77-c91ebeed07d3"}]} 2026-04-24 02:47:06.919 7 INFO neutron.services.segments.plugin [-] Segment ed069dde-3973-4dae-bc77-b693d7c80034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed069dde-3973-4dae-bc77-b693d7c80034 found for delete ", "request_id": "req-ea8fc148-a3d7-4a5f-a314-37642be3225a"}]} [pid: 8|app: 0|req: 600/1256] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:06 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1012 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1257] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:06 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1258] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:08 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1012 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1259] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:08 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&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: 8|app: 0|req: 602/1260] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:47:08 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1281 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1261] 199.204.45.205 () {34 vars in 1124 bytes} [Fri Apr 24 02:47:08 2026] GET /v2.0/security-groups?id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&id=bb63105b-384b-4e93-a888-7da73017d6cb&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1264] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:09 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1265] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:09 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1266] 10.0.0.66 () {32 vars in 800 bytes} [Fri Apr 24 02:47:10 2026] GET /v2.0/extensions => generated 21537 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1267] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:10 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1268] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:10 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1269] 10.0.0.66 () {30 vars in 723 bytes} [Fri Apr 24 02:47:10 2026] GET /v2.0/quotas/f1449138c0104fcda1d5db22008be035/details => generated 847 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1270] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:10 2026] GET /v2.0/security-groups?tenant_id=a3149312e6564f24abed222b3306b2b2&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1271] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:10 2026] DELETE /v2.0/security-groups/611355aa-da01-481b-bae8-459f440c8207 => 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: 608/1272] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:10 2026] GET /v2.0/security-groups?tenant_id=f078d42d7232468e98241bcbe0461eba&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: 665/1273] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:11 2026] DELETE /v2.0/security-groups/9a5e7da9-6cc2-4155-8d50-23579b361712 => 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: 609/1274] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:11 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1275] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:11 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1276] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:11 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:12.165 7 INFO neutron.db.l3_db [None req-60cc453d-f211-4327-a819-428175ca9c49 e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] Floating IP 5f45a43b-3188-421a-9bc1-9327b049db2f associated. External IP: 10.96.250.207, port: e20684d9-1a5c-45fe-899f-afee2d872d19. [pid: 7|app: 0|req: 667/1277] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:47:11 2026] PUT /v2.0/floatingips/5f45a43b-3188-421a-9bc1-9327b049db2f => generated 856 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:12.516 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10c53453-1844-4ad8-b02e-5cfe28012a41'] response: {'name': 'network-changed', 'server_uuid': '2bb84d31-9bea-4e78-802b-cceb4e8dc9bd', 'tag': 'e20684d9-1a5c-45fe-899f-afee2d872d19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 668/1278] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/ports?tenant_id=f72a3af7c4c34c04ad34d803d81eafef&device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1279] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1280] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 669/1281] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/networks?id=f6e29b40-5fbf-4726-bc45-218eae455ba2 => generated 769 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1282] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e20684d9-1a5c-45fe-899f-afee2d872d19 => 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: 614/1283] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/subnets?id=78fb1cdb-8eb2-4de1-be2d-b6427c95241e => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1284] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/ports?network_id=f6e29b40-5fbf-4726-bc45-218eae455ba2&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: 616/1285] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/networks/f6e29b40-5fbf-4726-bc45-218eae455ba2?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: 670/1286] 10.0.0.42 () {32 vars in 652 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions => generated 21537 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1287] 10.0.0.42 () {32 vars in 680 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1288] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/networks/f6e29b40-5fbf-4726-bc45-218eae455ba2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1289] 10.0.0.42 () {32 vars in 680 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1290] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1291] 10.0.0.42 () {32 vars in 664 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1292] 10.0.0.42 () {32 vars in 698 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1293] 10.0.0.42 () {32 vars in 696 bytes} [Fri Apr 24 02:47:13 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: 620/1294] 10.0.0.42 () {32 vars in 700 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1295] 10.0.0.42 () {32 vars in 688 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1296] 10.0.0.42 () {32 vars in 702 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1297] 10.0.0.42 () {32 vars in 692 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1298] 10.0.0.42 () {32 vars in 694 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1299] 10.0.0.42 () {32 vars in 684 bytes} [Fri Apr 24 02:47:13 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: 623/1300] 10.0.0.42 () {32 vars in 686 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1301] 10.0.0.42 () {32 vars in 660 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/dvr => 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: 624/1302] 10.0.0.42 () {32 vars in 698 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1303] 10.0.0.42 () {32 vars in 678 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1304] 10.0.0.42 () {32 vars in 682 bytes} [Fri Apr 24 02:47:13 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: 680/1305] 10.0.0.42 () {32 vars in 674 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1306] 10.0.0.42 () {32 vars in 688 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1307] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => 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: 627/1308] 10.0.0.42 () {32 vars in 686 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1309] 10.0.0.42 () {32 vars in 668 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1310] 10.0.0.42 () {32 vars in 686 bytes} [Fri Apr 24 02:47:13 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: 683/1311] 10.0.0.42 () {32 vars in 680 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1312] 10.0.0.42 () {32 vars in 698 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1313] 10.0.0.42 () {32 vars in 678 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1314] 10.0.0.42 () {32 vars in 666 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1315] 10.0.0.66 () {32 vars in 800 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1316] 10.0.0.42 () {32 vars in 676 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1317] 10.0.0.42 () {32 vars in 664 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1318] 10.0.0.42 () {32 vars in 674 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/l3-flavors => 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: 632/1319] 10.0.0.42 () {32 vars in 712 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1320] 10.0.0.42 () {32 vars in 690 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1321] 10.0.0.42 () {32 vars in 682 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1322] 10.0.0.42 () {32 vars in 668 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1323] 10.0.0.42 () {32 vars in 686 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1324] 10.0.0.42 () {32 vars in 704 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/network_availability_zone => 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: 635/1325] 10.0.0.42 () {32 vars in 674 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1326] 10.0.0.42 () {32 vars in 700 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1327] 10.0.0.42 () {32 vars in 674 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/pagination => 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: 693/1328] 10.0.0.42 () {32 vars in 692 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1329] 10.0.0.42 () {32 vars in 688 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1330] 10.0.0.42 () {32 vars in 708 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1331] 10.0.0.42 () {32 vars in 704 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1332] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1333] 10.0.0.42 () {32 vars in 696 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1334] 10.0.0.42 () {32 vars in 710 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1335] 10.0.0.42 () {32 vars in 668 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1336] 10.0.0.42 () {32 vars in 686 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1337] 10.0.0.66 () {30 vars in 723 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/quotas/f1449138c0104fcda1d5db22008be035/details => generated 847 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1338] 10.0.0.42 () {32 vars in 680 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1339] 10.0.0.42 () {32 vars in 674 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1340] 10.0.0.42 () {32 vars in 670 bytes} [Fri Apr 24 02:47:13 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1341] 10.0.0.42 () {32 vars in 660 bytes} [Fri Apr 24 02:47:13 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: 704/1342] 10.0.0.42 () {32 vars in 698 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1343] 10.0.0.42 () {32 vars in 698 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1344] 10.0.0.42 () {32 vars in 676 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1345] 10.0.0.42 () {32 vars in 668 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1346] 10.0.0.42 () {32 vars in 682 bytes} [Fri Apr 24 02:47:14 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: 8|app: 0|req: 641/1347] 10.0.0.42 () {32 vars in 700 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1348] 10.0.0.42 () {32 vars in 684 bytes} [Fri Apr 24 02:47:14 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: 8|app: 0|req: 642/1349] 10.0.0.42 () {32 vars in 706 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1350] 10.0.0.42 () {32 vars in 668 bytes} [Fri Apr 24 02:47:14 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: 8|app: 0|req: 643/1351] 10.0.0.42 () {32 vars in 696 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-rule-type-details => 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: 709/1352] 10.0.0.42 () {32 vars in 694 bytes} [Fri Apr 24 02:47:14 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: 644/1353] 10.0.0.42 () {32 vars in 684 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1354] 10.0.0.42 () {32 vars in 688 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/quota-check-limit => 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: 645/1355] 10.0.0.42 () {32 vars in 704 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1356] 10.0.0.42 () {32 vars in 666 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1357] 10.0.0.42 () {32 vars in 680 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1358] 10.0.0.42 () {32 vars in 680 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1359] 10.0.0.42 () {32 vars in 690 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1360] 10.0.0.42 () {32 vars in 690 bytes} [Fri Apr 24 02:47:14 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: 8|app: 0|req: 648/1361] 10.0.0.42 () {32 vars in 694 bytes} [Fri Apr 24 02:47:14 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: 714/1362] 10.0.0.42 () {32 vars in 684 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1363] 10.0.0.42 () {32 vars in 688 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1364] 10.0.0.42 () {32 vars in 700 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1365] 10.0.0.42 () {32 vars in 702 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1366] 10.0.0.42 () {32 vars in 712 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1367] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1368] 10.0.0.42 () {32 vars in 714 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1369] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:14 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: 7|app: 0|req: 718/1370] 10.0.0.42 () {32 vars in 740 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1371] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1372] 10.0.0.42 () {32 vars in 682 bytes} [Fri Apr 24 02:47:14 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: 654/1373] 10.0.0.42 () {32 vars in 668 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1374] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1375] 10.0.0.42 () {32 vars in 678 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1376] 10.0.0.42 () {32 vars in 668 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1377] 10.0.0.42 () {32 vars in 696 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1378] 10.0.0.42 () {32 vars in 704 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1379] 10.0.0.42 () {32 vars in 700 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1380] 10.0.0.42 () {32 vars in 700 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1381] 10.0.0.42 () {32 vars in 682 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1382] 10.0.0.42 () {32 vars in 704 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1383] 10.0.0.42 () {32 vars in 694 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1384] 10.0.0.42 () {32 vars in 688 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1385] 10.0.0.42 () {32 vars in 696 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1386] 10.0.0.42 () {32 vars in 678 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1387] 10.0.0.42 () {32 vars in 688 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1388] 10.0.0.42 () {32 vars in 700 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1389] 10.0.0.42 () {32 vars in 664 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1390] 10.0.0.42 () {32 vars in 680 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1391] 10.0.0.42 () {32 vars in 676 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1392] 10.0.0.42 () {32 vars in 692 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1393] 10.0.0.42 () {32 vars in 676 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1394] 10.0.0.42 () {32 vars in 666 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1395] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1396] 10.0.0.42 () {32 vars in 674 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1397] 10.0.0.42 () {32 vars in 686 bytes} [Fri Apr 24 02:47:14 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1398] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:15 2026] GET /v2.0/security-groups?tenant_id=b0fd6b2c8cb04b0eb079323fc86b93ed&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1399] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:15 2026] DELETE /v2.0/security-groups/8ff6fe55-ec64-4813-bd13-eb8688dc95e5 => 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: 733/1400] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:17 2026] GET /v2.0/security-groups?tenant_id=f1449138c0104fcda1d5db22008be035&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:17.618 8 INFO neutron.db.segments_db [None req-910f761b-d136-4d25-aa9a-ad6efc31ba73 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Added segment 05f9acb8-8f94-4033-a67e-52059b8ad716 of type vxlan for network 32442801-059b-41aa-afad-9a04696fe205 [pid: 7|app: 0|req: 734/1401] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:17 2026] DELETE /v2.0/security-groups/d258e502-fa72-4430-bd32-25a7aaca6e95 => 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: 668/1402] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:17 2026] POST /v2.0/networks => generated 631 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1403] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:17 2026] POST /v2.0/subnets => generated 627 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:17.957 8 INFO neutron.db.segments_db [None req-756ec101-d930-41b6-91fc-206ef1061a56 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Added segment 41ad465d-1102-47ac-a52d-5af48685de46 of type vxlan for network ce2d60ec-c7bb-46ba-b5d1-45dbd481ee1f 2026-04-24 02:47:18.183 8 INFO neutron.db.l3_hamode_db [None req-756ec101-d930-41b6-91fc-206ef1061a56 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:47:18.948 8 INFO neutron.db.l3_hamode_db [None req-756ec101-d930-41b6-91fc-206ef1061a56 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 669/1404] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:17 2026] POST /v2.0/routers => generated 694 bytes in 1915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1405] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:20 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1014 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1406] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:20 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1407] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:20 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1283 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1408] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:47:19 2026] PUT /v2.0/routers/5b2567f0-4864-43a8-8f2a-8e71121e84d6/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1409] 10.0.0.42 () {32 vars in 857 bytes} [Fri Apr 24 02:47:20 2026] GET /v2.0/floatingips?floating_network_id=44c78903-5b15-4f95-9ddc-505c297449b5&port_id=e20684d9-1a5c-45fe-899f-afee2d872d19 => generated 861 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1410] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:47:20 2026] POST /v2.0/ports => generated 955 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1411] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:47:21 2026] POST /v2.0/ports => generated 955 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:47:21.817 7 INFO neutron.db.segments_db [None req-870650e0-8340-4959-b6c8-c8d2e54c745c b92501acc9d74187aced9acbd774f8b4 bea0d63445204d8dbc4c1ccc7e9e34cb - - default default] Added segment 61199096-5e7c-489b-b37e-33bafb6df5e7 of type vxlan for network ee588753-5c99-4213-b1e7-1251ff166871 [pid: 7|app: 0|req: 738/1412] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:21 2026] POST /v2.0/networks => generated 613 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1413] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:47:21 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:21.988 7 INFO neutron.db.segments_db [None req-8abe11e6-a23c-4f67-ba49-9e58474a937a b92501acc9d74187aced9acbd774f8b4 bea0d63445204d8dbc4c1ccc7e9e34cb - - default default] Added segment 30ae5364-4649-489a-a044-f3816dca42e5 of type vxlan for network 4f80e88b-f4d6-4260-9178-9e92c7a3ba8f [pid: 7|app: 0|req: 740/1414] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:21 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1415] 10.0.0.149 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:22 2026] GET /v2.0/security-groups?id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&id=bb63105b-384b-4e93-a888-7da73017d6cb&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:22.180 7 INFO neutron.db.segments_db [None req-505e3b22-34e7-451e-86bc-87bf205725ee b92501acc9d74187aced9acbd774f8b4 bea0d63445204d8dbc4c1ccc7e9e34cb - - default default] Added segment 83c8103a-4bdf-4424-b076-c883cbc7b5cb of type vxlan for network 33f18b46-6e8a-4246-bbd2-ce73f33189a1 [pid: 7|app: 0|req: 742/1416] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:22 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) 2026-04-24 02:47:22.313 8 INFO neutron.db.l3_db [None req-b8eedcdb-2650-4538-95ba-55ad51685077 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Floating IP fb4b5dde-0eac-48c6-96b2-7bedf091c25a associated. External IP: 10.96.250.202, port: 9f0e0f4c-d3e2-4b1a-8446-d6c985671b89. 2026-04-24 02:47:22.326 7 INFO neutron.db.segments_db [None req-c54c69fc-3ef7-4eed-8281-5bb38aea248e b92501acc9d74187aced9acbd774f8b4 bea0d63445204d8dbc4c1ccc7e9e34cb - - default default] Added segment f8588580-41ac-47e7-9806-0b5d3c79071c of type vxlan for network 48877835-ea18-4182-9940-66c2a784ab78 [pid: 7|app: 0|req: 743/1417] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:22 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:22.477 7 INFO neutron.db.segments_db [None req-fee01fbd-8a31-4c18-b12a-b5a6d80ecd0d b92501acc9d74187aced9acbd774f8b4 bea0d63445204d8dbc4c1ccc7e9e34cb - - default default] Added segment 9204b14b-b624-4e30-b307-fdf273c0d9fe of type vxlan for network 58af66fb-f813-425f-869b-10a137d3d4af [pid: 7|app: 0|req: 744/1418] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:22 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1419] 10.0.0.42 () {34 vars in 676 bytes} [Fri Apr 24 02:47:21 2026] POST /v2.0/floatingips => generated 842 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1420] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:47:22 2026] PUT /v2.0/networks/ee588753-5c99-4213-b1e7-1251ff166871/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:22.670 8 INFO neutron.db.l3_db [None req-a4122650-c212-4c45-8293-936be5363f1e 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Floating IP fb4b5dde-0eac-48c6-96b2-7bedf091c25a disassociated. External IP: 10.96.250.202, port: 9f0e0f4c-d3e2-4b1a-8446-d6c985671b89. [pid: 7|app: 0|req: 746/1421] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:47:22 2026] PUT /v2.0/networks/4f80e88b-f4d6-4260-9178-9e92c7a3ba8f/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1422] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:47:22 2026] PUT /v2.0/networks/33f18b46-6e8a-4246-bbd2-ce73f33189a1/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1423] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:47:22 2026] PUT /v2.0/networks/48877835-ea18-4182-9940-66c2a784ab78/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1424] 10.0.0.42 () {32 vars in 665 bytes} [Fri Apr 24 02:47:22 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1425] 10.0.0.42 () {32 vars in 679 bytes} [Fri Apr 24 02:47:22 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1426] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:47:22 2026] PUT /v2.0/floatingips/fb4b5dde-0eac-48c6-96b2-7bedf091c25a => generated 552 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1427] 10.0.0.42 () {32 vars in 675 bytes} [Fri Apr 24 02:47:22 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1428] 10.0.0.42 () {32 vars in 687 bytes} [Fri Apr 24 02:47:22 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1429] 10.0.0.42 () {32 vars in 673 bytes} [Fri Apr 24 02:47:23 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:23.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b4dd8ae-355a-4072-bafe-0b481572b1c1 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] TaaS: Handle Delete Port: 2f2103c3-f494-4e1d-b379-8904f27bd5f9 2026-04-24 02:47:23.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b4dd8ae-355a-4072-bafe-0b481572b1c1 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Tap Mirror: Handle Delete Port: 2f2103c3-f494-4e1d-b379-8904f27bd5f9 [pid: 7|app: 0|req: 754/1430] 10.0.0.42 () {32 vars in 687 bytes} [Fri Apr 24 02:47:23 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1431] 10.0.0.42 () {32 vars in 683 bytes} [Fri Apr 24 02:47:23 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1432] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:47:22 2026] DELETE /v2.0/floatingips/fb4b5dde-0eac-48c6-96b2-7bedf091c25a => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1433] 10.0.0.42 () {32 vars in 695 bytes} [Fri Apr 24 02:47:23 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:23.471 7 INFO neutron.services.segments.plugin [-] Segment 61199096-5e7c-489b-b37e-33bafb6df5e7 resource provider aggregate not found 2026-04-24 02:47:23.476 7 INFO neutron.services.segments.plugin [-] Segment 61199096-5e7c-489b-b37e-33bafb6df5e7 resource provider aggregate not found 2026-04-24 02:47:23.491 7 INFO neutron.services.segments.plugin [-] Segment 61199096-5e7c-489b-b37e-33bafb6df5e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61199096-5e7c-489b-b37e-33bafb6df5e7 found for delete ", "request_id": "req-3718b69a-aa61-4429-9720-160ec3cfc027"}]} [pid: 7|app: 0|req: 757/1434] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:23 2026] DELETE /v2.0/networks/ee588753-5c99-4213-b1e7-1251ff166871 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:23.503 7 INFO neutron.services.segments.plugin [-] Segment 61199096-5e7c-489b-b37e-33bafb6df5e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61199096-5e7c-489b-b37e-33bafb6df5e7 found for delete ", "request_id": "req-556c734f-fafb-4a1b-9c3d-76102c4fe138"}]} [pid: 7|app: 0|req: 760/1437] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:23 2026] DELETE /v2.0/networks/4f80e88b-f4d6-4260-9178-9e92c7a3ba8f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1438] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:23 2026] DELETE /v2.0/networks/33f18b46-6e8a-4246-bbd2-ce73f33189a1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1439] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:23 2026] DELETE /v2.0/networks/48877835-ea18-4182-9940-66c2a784ab78 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:24.016 8 INFO neutron.db.l3_db [None req-8f1c9ffc-9801-45b4-9087-4307c4732593 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Floating IP a7774749-f17c-4780-8f73-d9ce207f8d53 associated. External IP: 10.96.250.203, port: 285f6804-77ff-4958-b771-e73767c8bf7c. [pid: 7|app: 0|req: 763/1440] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:23 2026] DELETE /v2.0/networks/58af66fb-f813-425f-869b-10a137d3d4af => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1441] 10.0.0.42 () {34 vars in 676 bytes} [Fri Apr 24 02:47:23 2026] POST /v2.0/floatingips => generated 842 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1442] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:47:24 2026] GET /v2.0/floatingips/a7774749-f17c-4780-8f73-d9ce207f8d53 => generated 842 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1443] 10.0.0.42 () {32 vars in 654 bytes} [Fri Apr 24 02:47:24 2026] GET /v2.0/floatingips => generated 845 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1444] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:24 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1445] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:24 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:24.793 7 INFO neutron.db.l3_db [None req-5ac6b52b-703d-456a-bfdc-cbf970660c2d 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Floating IP a7774749-f17c-4780-8f73-d9ce207f8d53 associated. External IP: 10.96.250.203, port: 285f6804-77ff-4958-b771-e73767c8bf7c. [pid: 8|app: 0|req: 682/1446] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:24 2026] GET /v2.0/security-groups?tenant_id=bea0d63445204d8dbc4c1ccc7e9e34cb&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1447] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:25 2026] DELETE /v2.0/security-groups/603e8779-e395-47ea-8cc7-9fe791373d96 => 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: 765/1448] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:47:24 2026] PUT /v2.0/floatingips/a7774749-f17c-4780-8f73-d9ce207f8d53 => generated 842 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1449] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/security-groups?tenant_id=8530cb5acffc48bf9cd0f18af3eda13e&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: 766/1450] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:25.498 8 INFO neutron.db.l3_db [None req-57ceca4f-f902-4179-8253-120459138190 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Floating IP a7774749-f17c-4780-8f73-d9ce207f8d53 disassociated. External IP: 10.96.250.203, port: 9f0e0f4c-d3e2-4b1a-8446-d6c985671b89. 2026-04-24 02:47:25.524 7 INFO neutron.services.segments.plugin [-] Segment 30ae5364-4649-489a-a044-f3816dca42e5 resource provider aggregate not found 2026-04-24 02:47:25.536 7 INFO neutron.services.segments.plugin [-] Segment 30ae5364-4649-489a-a044-f3816dca42e5 resource provider aggregate not found 2026-04-24 02:47:25.540 7 INFO neutron.services.segments.plugin [-] Segment 30ae5364-4649-489a-a044-f3816dca42e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ae5364-4649-489a-a044-f3816dca42e5 found for delete ", "request_id": "req-6d388bbd-7561-4ed9-9a3c-fbd02fce8b0a"}]} 2026-04-24 02:47:25.552 7 INFO neutron.services.segments.plugin [-] Segment 83c8103a-4bdf-4424-b076-c883cbc7b5cb resource provider aggregate not found 2026-04-24 02:47:25.555 7 INFO neutron.services.segments.plugin [-] Segment 30ae5364-4649-489a-a044-f3816dca42e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ae5364-4649-489a-a044-f3816dca42e5 found for delete ", "request_id": "req-a6b7166e-437a-49bd-bd5e-3b6df90d1fd4"}]} 2026-04-24 02:47:25.565 7 INFO neutron.services.segments.plugin [-] Segment 83c8103a-4bdf-4424-b076-c883cbc7b5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83c8103a-4bdf-4424-b076-c883cbc7b5cb found for delete ", "request_id": "req-242f67c4-9ad4-4139-ae2f-daaf319676b4"}]} [pid: 7|app: 0|req: 767/1451] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:25 2026] DELETE /v2.0/security-groups/c144ce59-ae22-4a10-b1b9-143db8e2f551 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:25.575 7 INFO neutron.services.segments.plugin [-] Segment 83c8103a-4bdf-4424-b076-c883cbc7b5cb resource provider aggregate not found 2026-04-24 02:47:25.586 7 INFO neutron.services.segments.plugin [-] Segment f8588580-41ac-47e7-9806-0b5d3c79071c resource provider aggregate not found 2026-04-24 02:47:25.599 7 INFO neutron.services.segments.plugin [-] Segment 83c8103a-4bdf-4424-b076-c883cbc7b5cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83c8103a-4bdf-4424-b076-c883cbc7b5cb found for delete ", "request_id": "req-46fd741b-af3d-405e-8301-bf27a9ffac39"}]} 2026-04-24 02:47:25.616 7 INFO neutron.services.segments.plugin [-] Segment f8588580-41ac-47e7-9806-0b5d3c79071c resource provider aggregate not found [pid: 7|app: 0|req: 768/1452] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:25.617 7 INFO neutron.services.segments.plugin [-] Segment f8588580-41ac-47e7-9806-0b5d3c79071c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8588580-41ac-47e7-9806-0b5d3c79071c found for delete ", "request_id": "req-f5369134-cf27-4912-8eba-d76c10e1b94d"}]} 2026-04-24 02:47:25.633 7 INFO neutron.services.segments.plugin [-] Segment 9204b14b-b624-4e30-b307-fdf273c0d9fe resource provider aggregate not found 2026-04-24 02:47:25.638 7 INFO neutron.services.segments.plugin [-] Segment f8588580-41ac-47e7-9806-0b5d3c79071c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8588580-41ac-47e7-9806-0b5d3c79071c found for delete ", "request_id": "req-a15bdd51-746b-49dd-aacb-30c944d98f7a"}]} 2026-04-24 02:47:25.650 7 INFO neutron.services.segments.plugin [-] Segment 9204b14b-b624-4e30-b307-fdf273c0d9fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9204b14b-b624-4e30-b307-fdf273c0d9fe found for delete ", "request_id": "req-6dbe77b6-6560-48af-94d3-d3b3c2761e8c"}]} 2026-04-24 02:47:25.654 7 INFO neutron.services.segments.plugin [-] Segment 9204b14b-b624-4e30-b307-fdf273c0d9fe resource provider aggregate not found 2026-04-24 02:47:25.669 7 INFO neutron.services.segments.plugin [-] Segment 9204b14b-b624-4e30-b307-fdf273c0d9fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9204b14b-b624-4e30-b307-fdf273c0d9fe found for delete ", "request_id": "req-aa38e5ab-ed1f-4d88-855b-cd774161ee20"}]} [pid: 7|app: 0|req: 769/1453] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1454] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:47:25 2026] PUT /v2.0/floatingips/a7774749-f17c-4780-8f73-d9ce207f8d53 => generated 552 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1455] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:25.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a7d54a7-eecf-4891-b9c9-e3b03d1520dc 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] TaaS: Handle Delete Port: 82d8fba1-31e3-444d-a509-e70c568d1f0f 2026-04-24 02:47:25.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a7d54a7-eecf-4891-b9c9-e3b03d1520dc 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Tap Mirror: Handle Delete Port: 82d8fba1-31e3-444d-a509-e70c568d1f0f [pid: 7|app: 0|req: 770/1456] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/security-groups?tenant_id=677d5749e966419bb10da23e665cd665&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1457] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1014 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1458] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:47:25 2026] DELETE /v2.0/floatingips/a7774749-f17c-4780-8f73-d9ce207f8d53 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1459] 10.0.0.128 () {34 vars in 1120 bytes} [Fri Apr 24 02:47:25 2026] GET /v2.0/security-groups?id=bb63105b-384b-4e93-a888-7da73017d6cb&id=1b95f97b-7fb2-489b-a9c5-045deaf3bcaa&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:26.045 8 INFO neutron.api.v2.resource [None req-4c1e3dea-0f15-4497-8169-d200a798f961 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1460] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:47:26 2026] DELETE /v2.0/floatingips/a7774749-f17c-4780-8f73-d9ce207f8d53 => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1461] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:25 2026] DELETE /v2.0/security-groups/aa1df747-bd61-43b5-900f-eab6bb8515c9 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:26.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-18bb851f-c130-456f-82ff-d744f77a4cc1 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] TaaS: Handle Delete Port: 9f0e0f4c-d3e2-4b1a-8446-d6c985671b89 2026-04-24 02:47:26.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18bb851f-c130-456f-82ff-d744f77a4cc1 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Tap Mirror: Handle Delete Port: 9f0e0f4c-d3e2-4b1a-8446-d6c985671b89 [pid: 8|app: 0|req: 690/1462] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:26 2026] DELETE /v2.0/ports/9f0e0f4c-d3e2-4b1a-8446-d6c985671b89 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1463] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:26 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1464] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:26 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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-04-24 02:47:26.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c888cec-b2e4-42b4-a40f-12abe3002279 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] TaaS: Handle Delete Port: 285f6804-77ff-4958-b771-e73767c8bf7c 2026-04-24 02:47:26.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c888cec-b2e4-42b4-a40f-12abe3002279 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Tap Mirror: Handle Delete Port: 285f6804-77ff-4958-b771-e73767c8bf7c [pid: 8|app: 0|req: 691/1465] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:26 2026] DELETE /v2.0/ports/285f6804-77ff-4958-b771-e73767c8bf7c => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1466] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:26 2026] GET /v2.0/ports?device_id=5b2567f0-4864-43a8-8f2a-8e71121e84d6 => generated 958 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:26.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ca8162b-6327-463e-846c-5d952c1bc77b 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] TaaS: Handle Delete Port: 4bd68939-4bac-405c-a0f7-ca58e9df6276 2026-04-24 02:47:26.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ca8162b-6327-463e-846c-5d952c1bc77b 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Tap Mirror: Handle Delete Port: 4bd68939-4bac-405c-a0f7-ca58e9df6276 [pid: 7|app: 0|req: 776/1467] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:27.169 7 INFO neutron_taas.services.taas.taas_plugin [req-f5ca4adc-084f-482e-a87e-1d790efa9cb4 req-37c1b7a3-7eb1-4c9c-b856-2083268503dc e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] TaaS: Handle Delete Port: e20684d9-1a5c-45fe-899f-afee2d872d19 2026-04-24 02:47:27.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f5ca4adc-084f-482e-a87e-1d790efa9cb4 req-37c1b7a3-7eb1-4c9c-b856-2083268503dc e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] Tap Mirror: Handle Delete Port: e20684d9-1a5c-45fe-899f-afee2d872d19 2026-04-24 02:47:27.266 7 INFO neutron.db.l3_db [req-f5ca4adc-084f-482e-a87e-1d790efa9cb4 req-37c1b7a3-7eb1-4c9c-b856-2083268503dc e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] Floating IP 5f45a43b-3188-421a-9bc1-9327b049db2f disassociated. External IP: 10.96.250.207, port: e20684d9-1a5c-45fe-899f-afee2d872d19. [pid: 8|app: 0|req: 692/1468] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:26 2026] PUT /v2.0/routers/5b2567f0-4864-43a8-8f2a-8e71121e84d6/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1469] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => 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: 694/1470] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1471] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:47:27 2026] DELETE /v2.0/ports/e20684d9-1a5c-45fe-899f-afee2d872d19 => generated 0 bytes in 524 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:27.655 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4af973ed-1285-4a5b-89f0-ca41ae3879fe'] response: {'server_uuid': '2bb84d31-9bea-4e78-802b-cceb4e8dc9bd', 'name': 'network-vif-deleted', 'tag': 'e20684d9-1a5c-45fe-899f-afee2d872d19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 778/1472] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1473] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/ports?tenant_id=aedeb2ecf46f4a328e4df2411558277b&device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:27.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-61b44360-4a41-4802-985d-eaaf0fca8f45 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] TaaS: Handle Delete Port: 2519eefd-bb0d-4d85-a860-75be92f9dede 2026-04-24 02:47:27.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61b44360-4a41-4802-985d-eaaf0fca8f45 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Tap Mirror: Handle Delete Port: 2519eefd-bb0d-4d85-a860-75be92f9dede [pid: 7|app: 0|req: 780/1474] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/networks?id=89efcdd3-4246-469d-93d2-a7139aec4c44 => generated 770 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1475] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=fe698b15-b749-4a46-9731-a45b2a4d48a9 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1476] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/subnets?id=ea67ad10-1b4f-4638-905f-44ab40abe9ea => generated 692 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1477] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/ports?network_id=89efcdd3-4246-469d-93d2-a7139aec4c44&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: 784/1478] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1479] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:47:27 2026] GET /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:28.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-61b44360-4a41-4802-985d-eaaf0fca8f45 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] TaaS: Handle Delete Port: 0a40d049-ea49-477f-81b3-81ed47ead0d3 2026-04-24 02:47:28.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61b44360-4a41-4802-985d-eaaf0fca8f45 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] Tap Mirror: Handle Delete Port: 0a40d049-ea49-477f-81b3-81ed47ead0d3 2026-04-24 02:47:28.320 8 INFO neutron.services.segments.plugin [-] Segment 41ad465d-1102-47ac-a52d-5af48685de46 resource provider aggregate not found 2026-04-24 02:47:28.329 8 INFO neutron.services.segments.plugin [-] Segment 41ad465d-1102-47ac-a52d-5af48685de46 resource provider aggregate not found 2026-04-24 02:47:28.338 8 INFO neutron.services.segments.plugin [-] Segment 41ad465d-1102-47ac-a52d-5af48685de46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41ad465d-1102-47ac-a52d-5af48685de46 found for delete ", "request_id": "req-66fc9dd0-2744-4466-815a-1449561937b4"}]} 2026-04-24 02:47:28.346 8 INFO neutron.services.segments.plugin [-] Segment 41ad465d-1102-47ac-a52d-5af48685de46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41ad465d-1102-47ac-a52d-5af48685de46 found for delete ", "request_id": "req-f9a78464-bec0-49d1-bf05-bc2ea11c27d1"}]} 2026-04-24 02:47:28.348 8 INFO neutron.db.l3_hamode_db [None req-61b44360-4a41-4802-985d-eaaf0fca8f45 1383973e060e4a83a27bf27f7ddfadc2 b34a399c4a904ecfbca187624cca1ed5 - - default default] HA network ce2d60ec-c7bb-46ba-b5d1-45dbd481ee1f was deleted as no HA routers are present in tenant b34a399c4a904ecfbca187624cca1ed5. [pid: 8|app: 0|req: 695/1480] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:27 2026] DELETE /v2.0/routers/5b2567f0-4864-43a8-8f2a-8e71121e84d6 => generated 0 bytes in 862 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1481] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:28 2026] DELETE /v2.0/subnets/b22caeb3-508d-4c10-9a24-e466698c3a69 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1482] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:28 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:28.614 7 INFO neutron.services.segments.plugin [-] Segment 05f9acb8-8f94-4033-a67e-52059b8ad716 resource provider aggregate not found 2026-04-24 02:47:28.619 7 INFO neutron.services.segments.plugin [-] Segment 05f9acb8-8f94-4033-a67e-52059b8ad716 resource provider aggregate not found 2026-04-24 02:47:28.642 7 INFO neutron.services.segments.plugin [-] Segment 05f9acb8-8f94-4033-a67e-52059b8ad716 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f9acb8-8f94-4033-a67e-52059b8ad716 found for delete ", "request_id": "req-536a2313-e107-4057-bea4-02a6f1467962"}]} 2026-04-24 02:47:28.646 7 INFO neutron.services.segments.plugin [-] Segment 05f9acb8-8f94-4033-a67e-52059b8ad716 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f9acb8-8f94-4033-a67e-52059b8ad716 found for delete ", "request_id": "req-620183a4-4f11-428a-a3ac-edc9ce584d1e"}]} [pid: 7|app: 0|req: 787/1483] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:28 2026] DELETE /v2.0/networks/32442801-059b-41aa-afad-9a04696fe205 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1484] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:28 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => 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: 788/1485] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:28 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 698/1486] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:29 2026] GET /v2.0/security-groups?tenant_id=b34a399c4a904ecfbca187624cca1ed5&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: 789/1487] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:29 2026] DELETE /v2.0/security-groups/941cf805-11b2-4451-a5f9-15d37dadb7ae => 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: 699/1488] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:29 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => 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: 790/1489] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:29 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1490] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:29 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:30.434 7 INFO neutron.db.segments_db [None req-d2e18335-8500-49a3-9588-ae8f1848ce2f 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Added segment 981ba431-75c2-4a8c-b1ad-3cbbd77b9d2d of type vxlan for network f54bfe89-81f7-4afe-8758-ad03e7764bba [pid: 7|app: 0|req: 791/1491] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:30 2026] POST /v2.0/networks => generated 611 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1492] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:30 2026] GET /v2.0/ports?device_id=2bb84d31-9bea-4e78-802b-cceb4e8dc9bd => 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: 701/1493] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:47:30 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:30.907 7 INFO neutron.db.segments_db [None req-f7e33300-c00c-479f-973b-86b30af56398 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Added segment 30792381-9101-4842-9a53-afcbf05dc7e2 of type vxlan for network 7395d909-dbf3-4579-8b90-eb3b0d58b3a3 [pid: 7|app: 0|req: 793/1494] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:30 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 794/1495] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:31 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1496] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:31 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1497] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/ports => generated 743 bytes in 331 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-04-24 02:47:31.384 8 INFO neutron.db.segments_db [None req-4870fd9b-82a6-422d-9166-738351e307c0 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Added segment f5063c2d-bdeb-4f06-8360-2bf957782550 of type vxlan for network 274b5d72-317a-4b5a-aaac-63d16addee70 2026-04-24 02:47:31.452 7 INFO neutron.db.segments_db [None req-6dce8d9a-b412-4c19-8ae5-fa4faf66aca2 ad99605fa652429bbe812e973b76176d ac1d48cce04246418a2109c88420bbd5 - - default default] Added segment c4731292-a0b8-44bb-b63d-e7e12e2f07c5 of type vxlan for network b68982aa-5002-4281-9ab6-3401f11b5e03 [pid: 8|app: 0|req: 703/1498] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/networks => generated 612 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1499] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/networks => generated 625 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1500] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/ports => generated 743 bytes in 238 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-04-24 02:47:31.760 8 INFO neutron.db.segments_db [None req-2d216247-e914-4a62-b364-d01c7a597339 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Added segment e7668753-da8e-4dbf-aabd-98f358787c86 of type vxlan for network a4517f21-c38f-4845-a1f2-6ae1d38f7e35 [pid: 7|app: 0|req: 797/1501] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/subnets => generated 641 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1502] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:31.876 7 INFO neutron.db.segments_db [None req-8981b3e0-e18d-45cb-a6cb-9e93f324a241 ad99605fa652429bbe812e973b76176d ac1d48cce04246418a2109c88420bbd5 - - default default] Added segment 7bda44c9-5140-42a0-9875-ec50bbd20369 of type vxlan for network 272b041e-a45b-4007-b1cc-0ba062d738e8 [pid: 8|app: 0|req: 706/1503] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 707/1504] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:32 2026] DELETE /v2.0/security-groups/1b95f97b-7fb2-489b-a9c5-045deaf3bcaa => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:32.267 8 INFO neutron.db.segments_db [None req-c6bc2e62-b1a5-4014-bf05-9441e317c0c9 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Added segment dafe3976-a6fe-4b00-b2e7-328e87fd5eb5 of type vxlan for network 14541556-59e8-4d95-8dbb-ee7377d366b4 [pid: 7|app: 0|req: 798/1505] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:31 2026] POST /v2.0/networks => generated 624 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:32.340 7 INFO neutron.api.v2.resource [None req-ca298a53-70d3-4a2f-97ea-79533b6681d2 e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 799/1506] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:47:32 2026] GET /v2.0/security-groups/1b95f97b-7fb2-489b-a9c5-045deaf3bcaa => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1507] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:32 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1508] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:32 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1509] 10.0.0.42 () {34 vars in 742 bytes} [Fri Apr 24 02:47:32 2026] PUT /v2.0/networks/272b041e-a45b-4007-b1cc-0ba062d738e8 => generated 592 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:32.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-39574b3f-65ac-4fd4-a25b-a36b2f0358a2 e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] TaaS: Handle Delete Port: bf2228ae-a8ab-473c-90b1-195125fd5b89 2026-04-24 02:47:32.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39574b3f-65ac-4fd4-a25b-a36b2f0358a2 e12b8d6841f1486b9032c197af080a93 f72a3af7c4c34c04ad34d803d81eafef - - default default] Tap Mirror: Handle Delete Port: bf2228ae-a8ab-473c-90b1-195125fd5b89 [pid: 7|app: 0|req: 801/1510] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:47:32 2026] DELETE /v2.0/floatingips/5f45a43b-3188-421a-9bc1-9327b049db2f => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1511] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:32 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1512] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:47:32 2026] POST /v2.0/ports => generated 743 bytes in 260 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: 711/1513] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:32 2026] DELETE /v2.0/security-groups/bb63105b-384b-4e93-a888-7da73017d6cb => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1514] 10.0.0.42 () {34 vars in 746 bytes} [Fri Apr 24 02:47:32 2026] PUT /v2.0/ports/ba569399-f5aa-43cf-93f8-3f17a89f3c11/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 803/1515] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:32 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1516] 10.0.0.42 () {34 vars in 746 bytes} [Fri Apr 24 02:47:32 2026] PUT /v2.0/ports/ab3e45a9-37f7-4c99-8e0e-af19da7ec464/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 805/1517] 10.0.0.42 () {34 vars in 740 bytes} [Fri Apr 24 02:47:32 2026] PUT /v2.0/subnets/64a59e11-e14b-4b39-b0fc-aa35a1820814 => generated 636 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1518] 10.0.0.42 () {34 vars in 746 bytes} [Fri Apr 24 02:47:33 2026] PUT /v2.0/ports/115be0d1-054d-4089-8467-95d04ebe41b1/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:47:33.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-7023aa3a-5a0d-4142-9d01-94db42da8fa5 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 9c1edee7-8437-453a-8f06-735379c502ef 2026-04-24 02:47:33.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7023aa3a-5a0d-4142-9d01-94db42da8fa5 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 9c1edee7-8437-453a-8f06-735379c502ef 2026-04-24 02:47:33.287 7 INFO neutron.services.segments.plugin [-] Segment 7bda44c9-5140-42a0-9875-ec50bbd20369 resource provider aggregate not found 2026-04-24 02:47:33.294 7 INFO neutron.services.segments.plugin [-] Segment 7bda44c9-5140-42a0-9875-ec50bbd20369 resource provider aggregate not found 2026-04-24 02:47:33.313 7 INFO neutron.services.segments.plugin [-] Segment 7bda44c9-5140-42a0-9875-ec50bbd20369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bda44c9-5140-42a0-9875-ec50bbd20369 found for delete ", "request_id": "req-ff7f55c1-7b7d-4401-9cd4-3b7a1ed08605"}]} 2026-04-24 02:47:33.316 7 INFO neutron.services.segments.plugin [-] Segment 7bda44c9-5140-42a0-9875-ec50bbd20369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bda44c9-5140-42a0-9875-ec50bbd20369 found for delete ", "request_id": "req-271d8867-37a3-457b-a186-2b0f2c4b2ef2"}]} [pid: 7|app: 0|req: 807/1519] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:33 2026] DELETE /v2.0/networks/272b041e-a45b-4007-b1cc-0ba062d738e8 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1520] 10.0.0.42 () {34 vars in 746 bytes} [Fri Apr 24 02:47:33 2026] PUT /v2.0/ports/fef3020d-3c83-456a-bdac-eed7c4d64056/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:47:33.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc3ae0c3-0422-49f9-b42b-50f017347a69 ad99605fa652429bbe812e973b76176d ac1d48cce04246418a2109c88420bbd5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 809/1521] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:33 2026] DELETE /v2.0/networks/272b041e-a45b-4007-b1cc-0ba062d738e8 => generated 138 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1522] 10.0.0.42 () {32 vars in 659 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1523] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1524] 10.0.0.42 () {32 vars in 673 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1525] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:32 2026] PUT /v2.0/routers/d05accda-c338-4d23-8536-bc1d664af7ca/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1526] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/subnets?network_id=44c78903-5b15-4f95-9ddc-505c297449b5 => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1527] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1528] 10.0.0.42 () {32 vars in 669 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1529] 10.0.0.42 () {32 vars in 652 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1530] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1531] 10.0.0.42 () {32 vars in 681 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1532] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/networks => generated 1309 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:34.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-e303a9b3-3215-4f80-8f69-549044e155de b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 61eedfd5-597c-4427-8bb4-895f9de7610f 2026-04-24 02:47:34.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e303a9b3-3215-4f80-8f69-549044e155de b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 61eedfd5-597c-4427-8bb4-895f9de7610f [pid: 7|app: 0|req: 819/1533] 10.0.0.42 () {32 vars in 667 bytes} [Fri Apr 24 02:47:33 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1534] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:47:34 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1535] 10.0.0.42 () {32 vars in 681 bytes} [Fri Apr 24 02:47:34 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1536] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:47:34 2026] GET /v2.0/networks/b68982aa-5002-4281-9ab6-3401f11b5e03 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1537] 10.0.0.42 () {32 vars in 677 bytes} [Fri Apr 24 02:47:34 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1538] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:47:34 2026] GET /v2.0/subnets/5535e870-dd89-426d-a739-6dccb22a32bc => generated 641 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:34.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-e303a9b3-3215-4f80-8f69-549044e155de b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 84b5c134-eaaf-4cd4-b5fb-dacb569ba3bd 2026-04-24 02:47:34.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e303a9b3-3215-4f80-8f69-549044e155de b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 84b5c134-eaaf-4cd4-b5fb-dacb569ba3bd [pid: 7|app: 0|req: 825/1539] 10.0.0.42 () {32 vars in 689 bytes} [Fri Apr 24 02:47:34 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:34.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b28ce8c8-36d6-45d4-8a1d-15d1c4a10306 ad99605fa652429bbe812e973b76176d ac1d48cce04246418a2109c88420bbd5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1540] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:34 2026] DELETE /v2.0/subnets/64a59e11-e14b-4b39-b0fc-aa35a1820814 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:34.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-491b0c1a-3620-4cef-8493-07865f953387 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] TaaS: Handle Delete Port: ba569399-f5aa-43cf-93f8-3f17a89f3c11 2026-04-24 02:47:34.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-491b0c1a-3620-4cef-8493-07865f953387 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Tap Mirror: Handle Delete Port: ba569399-f5aa-43cf-93f8-3f17a89f3c11 [pid: 7|app: 0|req: 827/1541] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:34 2026] DELETE /v2.0/ports/ba569399-f5aa-43cf-93f8-3f17a89f3c11 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:34.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adfa63e8-caa1-4d50-a777-d4931e18d50c ad99605fa652429bbe812e973b76176d ac1d48cce04246418a2109c88420bbd5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1542] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:34 2026] DELETE /v2.0/networks/272b041e-a45b-4007-b1cc-0ba062d738e8 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:34.699 8 INFO neutron.services.segments.plugin [-] Segment c511f7c7-20ef-4b34-99b8-3230050a4328 resource provider aggregate not found 2026-04-24 02:47:34.709 8 INFO neutron.services.segments.plugin [-] Segment c511f7c7-20ef-4b34-99b8-3230050a4328 resource provider aggregate not found 2026-04-24 02:47:34.722 8 INFO neutron.services.segments.plugin [-] Segment c511f7c7-20ef-4b34-99b8-3230050a4328 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c511f7c7-20ef-4b34-99b8-3230050a4328 found for delete ", "request_id": "req-35c16804-3c09-4b90-a958-f1ed38c1209e"}]} 2026-04-24 02:47:34.728 8 INFO neutron.services.segments.plugin [-] Segment c511f7c7-20ef-4b34-99b8-3230050a4328 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c511f7c7-20ef-4b34-99b8-3230050a4328 found for delete ", "request_id": "req-4afb7a2f-477e-4b25-9aab-b32051e47827"}]} 2026-04-24 02:47:34.740 8 INFO neutron.db.l3_hamode_db [None req-e303a9b3-3215-4f80-8f69-549044e155de b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 5235f626-6890-4635-a4aa-32039153bf16 was deleted as no HA routers are present in tenant f72a3af7c4c34c04ad34d803d81eafef. 2026-04-24 02:47:34.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-b53c3758-28c2-4c32-bffa-9f67d8cfd4aa 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] TaaS: Handle Delete Port: ab3e45a9-37f7-4c99-8e0e-af19da7ec464 2026-04-24 02:47:34.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b53c3758-28c2-4c32-bffa-9f67d8cfd4aa 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Tap Mirror: Handle Delete Port: ab3e45a9-37f7-4c99-8e0e-af19da7ec464 [pid: 8|app: 0|req: 715/1543] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:33 2026] DELETE /v2.0/routers/d05accda-c338-4d23-8536-bc1d664af7ca => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1544] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:34 2026] DELETE /v2.0/ports/ab3e45a9-37f7-4c99-8e0e-af19da7ec464 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1545] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:34 2026] DELETE /v2.0/subnets/5535e870-dd89-426d-a739-6dccb22a32bc => 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: 830/1546] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:34 2026] DELETE /v2.0/subnets/78fb1cdb-8eb2-4de1-be2d-b6427c95241e => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:35.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-af7fec18-efc0-4a1d-bd91-df2b642b7dca 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] TaaS: Handle Delete Port: 115be0d1-054d-4089-8467-95d04ebe41b1 2026-04-24 02:47:35.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af7fec18-efc0-4a1d-bd91-df2b642b7dca 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Tap Mirror: Handle Delete Port: 115be0d1-054d-4089-8467-95d04ebe41b1 2026-04-24 02:47:35.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-364aee79-02cd-448e-948b-c6496c323779 ad99605fa652429bbe812e973b76176d ac1d48cce04246418a2109c88420bbd5 - - default default] TaaS: Handle Delete Port: 083a0178-89e0-4b82-8dbf-96571b101d8c 2026-04-24 02:47:35.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-364aee79-02cd-448e-948b-c6496c323779 ad99605fa652429bbe812e973b76176d ac1d48cce04246418a2109c88420bbd5 - - default default] Tap Mirror: Handle Delete Port: 083a0178-89e0-4b82-8dbf-96571b101d8c [pid: 8|app: 0|req: 717/1547] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:34 2026] DELETE /v2.0/ports/115be0d1-054d-4089-8467-95d04ebe41b1 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1548] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:35 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:35.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec12504a-b267-4979-aec9-d88e6b662881 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 46cb9983-5bf0-4416-be8d-7dd1ea42b942 2026-04-24 02:47:35.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec12504a-b267-4979-aec9-d88e6b662881 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 46cb9983-5bf0-4416-be8d-7dd1ea42b942 [pid: 7|app: 0|req: 831/1549] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:35 2026] DELETE /v2.0/networks/b68982aa-5002-4281-9ab6-3401f11b5e03 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:35.346 7 INFO neutron.services.segments.plugin [-] Segment c4731292-a0b8-44bb-b63d-e7e12e2f07c5 resource provider aggregate not found 2026-04-24 02:47:35.349 7 INFO neutron.services.segments.plugin [-] Segment c4731292-a0b8-44bb-b63d-e7e12e2f07c5 resource provider aggregate not found 2026-04-24 02:47:35.377 7 INFO neutron.services.segments.plugin [-] Segment c4731292-a0b8-44bb-b63d-e7e12e2f07c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4731292-a0b8-44bb-b63d-e7e12e2f07c5 found for delete ", "request_id": "req-7791f35c-1fca-406e-80d5-1295eb877bbb"}]} 2026-04-24 02:47:35.378 7 INFO neutron.services.segments.plugin [-] Segment c4731292-a0b8-44bb-b63d-e7e12e2f07c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4731292-a0b8-44bb-b63d-e7e12e2f07c5 found for delete ", "request_id": "req-8e69aea2-2336-43d4-9c2e-7f2eacd5778f"}]} 2026-04-24 02:47:35.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-46de4173-7506-4900-bfd2-03b007972c81 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] TaaS: Handle Delete Port: fef3020d-3c83-456a-bdac-eed7c4d64056 2026-04-24 02:47:35.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46de4173-7506-4900-bfd2-03b007972c81 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Tap Mirror: Handle Delete Port: fef3020d-3c83-456a-bdac-eed7c4d64056 [pid: 8|app: 0|req: 719/1550] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:35 2026] DELETE /v2.0/networks/f6e29b40-5fbf-4726-bc45-218eae455ba2 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1551] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:35 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1552] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:35 2026] DELETE /v2.0/ports/fef3020d-3c83-456a-bdac-eed7c4d64056 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:35.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-d98318f9-7f82-4a60-baf6-5b3dab613428 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] TaaS: Handle Delete Port: 0680edd5-72fe-42d9-a63f-707f2a4f249e 2026-04-24 02:47:35.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d98318f9-7f82-4a60-baf6-5b3dab613428 4cb6735e663b4a679e54e22b552f4608 fc978e4716974e41bbb4cb0d194e962e - - default default] Tap Mirror: Handle Delete Port: 0680edd5-72fe-42d9-a63f-707f2a4f249e [pid: 7|app: 0|req: 833/1553] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:35 2026] DELETE /v2.0/ports/0680edd5-72fe-42d9-a63f-707f2a4f249e => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1554] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:35 2026] DELETE /v2.0/networks/f54bfe89-81f7-4afe-8758-ad03e7764bba => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1555] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:35 2026] DELETE /v2.0/networks/7395d909-dbf3-4579-8b90-eb3b0d58b3a3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1556] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:35 2026] GET /v2.0/security-groups?tenant_id=ac1d48cce04246418a2109c88420bbd5&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1557] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:36 2026] DELETE /v2.0/networks/274b5d72-317a-4b5a-aaac-63d16addee70 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1558] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:36 2026] DELETE /v2.0/security-groups/d0c4f7fd-509e-4dc0-bce4-abb7125dd9f5 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:36.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-70370555-e587-4c3b-9a0a-292185268357 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 2b0c0ad2-f54a-4a2c-8676-4a7f55def6e6 2026-04-24 02:47:36.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70370555-e587-4c3b-9a0a-292185268357 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 2b0c0ad2-f54a-4a2c-8676-4a7f55def6e6 [pid: 7|app: 0|req: 839/1559] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:36 2026] DELETE /v2.0/networks/a4517f21-c38f-4845-a1f2-6ae1d38f7e35 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1560] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:36 2026] DELETE /v2.0/networks/14541556-59e8-4d95-8dbb-ee7377d366b4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1561] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:36 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1562] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:36 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:36.750 8 INFO neutron.services.segments.plugin [-] Segment 07a1fcb3-7c37-4e0f-84d5-20f75665c14b resource provider aggregate not found 2026-04-24 02:47:36.754 8 INFO neutron.services.segments.plugin [-] Segment 07a1fcb3-7c37-4e0f-84d5-20f75665c14b resource provider aggregate not found [pid: 8|app: 0|req: 721/1563] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:35 2026] PUT /v2.0/routers/8edb09a1-75f1-4127-96d0-beb09d5d7bbd/remove_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:36.776 8 INFO neutron.services.segments.plugin [-] Segment 07a1fcb3-7c37-4e0f-84d5-20f75665c14b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07a1fcb3-7c37-4e0f-84d5-20f75665c14b found for delete ", "request_id": "req-ee1080d1-5d19-4ade-b04e-05566668a7eb"}]} 2026-04-24 02:47:36.776 8 INFO neutron.services.segments.plugin [-] Segment 07a1fcb3-7c37-4e0f-84d5-20f75665c14b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07a1fcb3-7c37-4e0f-84d5-20f75665c14b found for delete ", "request_id": "req-604f9381-5f8b-4727-9450-e643ea791c78"}]} 2026-04-24 02:47:36.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0d1e430-81c0-4526-81aa-96fd5664b8a0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 8a3d6dc6-6f6d-4f70-b61b-92d4c6159eb4 2026-04-24 02:47:36.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0d1e430-81c0-4526-81aa-96fd5664b8a0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 8a3d6dc6-6f6d-4f70-b61b-92d4c6159eb4 2026-04-24 02:47:37.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0d1e430-81c0-4526-81aa-96fd5664b8a0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 5ff293fb-0d8a-4823-b428-9ce16b487e20 2026-04-24 02:47:37.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0d1e430-81c0-4526-81aa-96fd5664b8a0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 5ff293fb-0d8a-4823-b428-9ce16b487e20 2026-04-24 02:47:37.408 7 INFO neutron.services.segments.plugin [-] Segment 981ba431-75c2-4a8c-b1ad-3cbbd77b9d2d resource provider aggregate not found 2026-04-24 02:47:37.410 7 INFO neutron.services.segments.plugin [-] Segment 981ba431-75c2-4a8c-b1ad-3cbbd77b9d2d resource provider aggregate not found 2026-04-24 02:47:37.420 7 INFO neutron.db.l3_hamode_db [None req-e0d1e430-81c0-4526-81aa-96fd5664b8a0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 1ca9d3c5-34a6-42c4-803d-f50effdee70b was deleted as no HA routers are present in tenant 5b6b0054db1d42559d785f6ddda4e51c. [pid: 7|app: 0|req: 843/1564] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:36 2026] DELETE /v2.0/routers/8edb09a1-75f1-4127-96d0-beb09d5d7bbd => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:37.430 7 INFO neutron.services.segments.plugin [-] Segment 981ba431-75c2-4a8c-b1ad-3cbbd77b9d2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981ba431-75c2-4a8c-b1ad-3cbbd77b9d2d found for delete ", "request_id": "req-59927498-c4da-4171-93c0-ca98cad5a24b"}]} 2026-04-24 02:47:37.437 7 INFO neutron.services.segments.plugin [-] Segment 981ba431-75c2-4a8c-b1ad-3cbbd77b9d2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 981ba431-75c2-4a8c-b1ad-3cbbd77b9d2d found for delete ", "request_id": "req-0d55acd6-ee6d-4044-88ea-d4c197ffef2e"}]} 2026-04-24 02:47:37.450 7 INFO neutron.services.segments.plugin [-] Segment 30792381-9101-4842-9a53-afcbf05dc7e2 resource provider aggregate not found 2026-04-24 02:47:37.454 7 INFO neutron.services.segments.plugin [-] Segment 30792381-9101-4842-9a53-afcbf05dc7e2 resource provider aggregate not found 2026-04-24 02:47:37.476 7 INFO neutron.services.segments.plugin [-] Segment 30792381-9101-4842-9a53-afcbf05dc7e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30792381-9101-4842-9a53-afcbf05dc7e2 found for delete ", "request_id": "req-99beab9a-80fb-4d5a-806a-4a2342fc241e"}]} 2026-04-24 02:47:37.480 7 INFO neutron.services.segments.plugin [-] Segment 30792381-9101-4842-9a53-afcbf05dc7e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30792381-9101-4842-9a53-afcbf05dc7e2 found for delete ", "request_id": "req-51f0fbe1-3dde-49a3-bf2c-4109a09bdf24"}]} 2026-04-24 02:47:37.497 7 INFO neutron.services.segments.plugin [-] Segment f5063c2d-bdeb-4f06-8360-2bf957782550 resource provider aggregate not found 2026-04-24 02:47:37.504 7 INFO neutron.services.segments.plugin [-] Segment f5063c2d-bdeb-4f06-8360-2bf957782550 resource provider aggregate not found 2026-04-24 02:47:37.524 7 INFO neutron.services.segments.plugin [-] Segment f5063c2d-bdeb-4f06-8360-2bf957782550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5063c2d-bdeb-4f06-8360-2bf957782550 found for delete ", "request_id": "req-d8dec91d-ead8-42d8-91f3-70540691b21c"}]} 2026-04-24 02:47:37.530 7 INFO neutron.services.segments.plugin [-] Segment f5063c2d-bdeb-4f06-8360-2bf957782550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5063c2d-bdeb-4f06-8360-2bf957782550 found for delete ", "request_id": "req-3b134f18-98c0-44d2-b781-da1d39057e3c"}]} [pid: 8|app: 0|req: 722/1565] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:37 2026] GET /v2.0/security-groups?tenant_id=10f66746f53a41608e01aecc2a413a69&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:37.545 7 INFO neutron.services.segments.plugin [-] Segment e7668753-da8e-4dbf-aabd-98f358787c86 resource provider aggregate not found 2026-04-24 02:47:37.554 7 INFO neutron.services.segments.plugin [-] Segment e7668753-da8e-4dbf-aabd-98f358787c86 resource provider aggregate not found 2026-04-24 02:47:37.558 7 INFO neutron.services.segments.plugin [-] Segment e7668753-da8e-4dbf-aabd-98f358787c86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7668753-da8e-4dbf-aabd-98f358787c86 found for delete ", "request_id": "req-38aa3095-08db-4368-b651-8aa0232c5d76"}]} 2026-04-24 02:47:37.575 7 INFO neutron.services.segments.plugin [-] Segment dafe3976-a6fe-4b00-b2e7-328e87fd5eb5 resource provider aggregate not found 2026-04-24 02:47:37.576 7 INFO neutron.services.segments.plugin [-] Segment e7668753-da8e-4dbf-aabd-98f358787c86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7668753-da8e-4dbf-aabd-98f358787c86 found for delete ", "request_id": "req-f3590384-49a7-4f79-9d3f-189887708313"}]} 2026-04-24 02:47:37.598 7 INFO neutron.services.segments.plugin [-] Segment dafe3976-a6fe-4b00-b2e7-328e87fd5eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dafe3976-a6fe-4b00-b2e7-328e87fd5eb5 found for delete ", "request_id": "req-aad26890-6223-4397-901a-0fe315a0a6de"}]} 2026-04-24 02:47:37.603 7 INFO neutron.services.segments.plugin [-] Segment dafe3976-a6fe-4b00-b2e7-328e87fd5eb5 resource provider aggregate not found 2026-04-24 02:47:37.621 7 INFO neutron.services.segments.plugin [-] Segment dafe3976-a6fe-4b00-b2e7-328e87fd5eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dafe3976-a6fe-4b00-b2e7-328e87fd5eb5 found for delete ", "request_id": "req-99c77b3d-5ed7-4465-9ca6-cf7ef47253d5"}]} 2026-04-24 02:47:37.627 7 INFO neutron.services.segments.plugin [-] Segment 3981ce97-45d6-492b-acda-a52a9a95daff resource provider aggregate not found 2026-04-24 02:47:37.642 7 INFO neutron.services.segments.plugin [-] Segment 3981ce97-45d6-492b-acda-a52a9a95daff resource provider aggregate not found 2026-04-24 02:47:37.649 7 INFO neutron.services.segments.plugin [-] Segment 3981ce97-45d6-492b-acda-a52a9a95daff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3981ce97-45d6-492b-acda-a52a9a95daff found for delete ", "request_id": "req-eabed8b4-adc0-42b2-a5db-ddaeca531ab6"}]} [pid: 8|app: 0|req: 723/1566] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:37 2026] DELETE /v2.0/security-groups/67e322b9-a86f-45d4-a9a4-433e6c7554dc => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:37.664 7 INFO neutron.services.segments.plugin [-] Segment 3981ce97-45d6-492b-acda-a52a9a95daff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3981ce97-45d6-492b-acda-a52a9a95daff found for delete ", "request_id": "req-79018d47-cffe-4d09-9e51-a4dc75285760"}]} [pid: 7|app: 0|req: 844/1567] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:37 2026] DELETE /v2.0/subnets/2aa1676e-3ecd-40ae-976c-bce9bde14bd6 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:37.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe68b94b-e66e-4eaa-9969-15aa4e0f0262 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: efe60aea-a682-49c6-b977-f7642ef92464 2026-04-24 02:47:37.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe68b94b-e66e-4eaa-9969-15aa4e0f0262 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: efe60aea-a682-49c6-b977-f7642ef92464 [pid: 7|app: 0|req: 845/1568] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:37 2026] GET /v2.0/security-groups?tenant_id=6e69edd2fed74e1698fae046d8948da1&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1569] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:37 2026] DELETE /v2.0/networks/db898545-a554-427f-8c26-01475ff23eb5 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1570] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:37 2026] DELETE /v2.0/security-groups/f3c16a04-fb73-4b08-9b2a-5203c678a518 => 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: 847/1571] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:38 2026] GET /v2.0/security-groups?tenant_id=fc978e4716974e41bbb4cb0d194e962e&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: 848/1572] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:38 2026] DELETE /v2.0/security-groups/897b2712-831f-4511-9cf2-e77ce42ad53b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:38.441 8 INFO neutron.db.segments_db [None req-1fb7454e-1c9f-4581-b351-9b3ef6739d17 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment 6f0fcdda-a656-4759-b88b-91095e861e19 of type vxlan for network 601151f3-fbaf-4193-9ba7-5f94cedfd4fc [pid: 8|app: 0|req: 725/1575] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:38 2026] POST /v2.0/networks => generated 615 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1576] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:38 2026] GET /v2.0/security-groups?tenant_id=5b6b0054db1d42559d785f6ddda4e51c&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:38.601 8 INFO neutron.db.segments_db [None req-2057b960-4363-48c9-aeb7-21ecc29c2671 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment 0d71f627-3448-4386-985b-51ddf2032c5c of type vxlan for network ef30bffa-7844-42ee-b7cd-4193191f33b2 [pid: 7|app: 0|req: 852/1577] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:38 2026] DELETE /v2.0/security-groups/89f35061-973c-4e95-835a-1ce38666db53 => 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: 726/1578] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:38 2026] POST /v2.0/networks => generated 614 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:38.796 8 INFO neutron.services.segments.plugin [-] Segment d18c5e31-96dc-4200-b1f6-ca8fc7f2529a resource provider aggregate not found 2026-04-24 02:47:38.801 8 INFO neutron.services.segments.plugin [-] Segment d18c5e31-96dc-4200-b1f6-ca8fc7f2529a resource provider aggregate not found 2026-04-24 02:47:38.821 8 INFO neutron.services.segments.plugin [-] Segment d18c5e31-96dc-4200-b1f6-ca8fc7f2529a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d18c5e31-96dc-4200-b1f6-ca8fc7f2529a found for delete ", "request_id": "req-861551be-ea30-48d3-87d5-b2e9f764ba8a"}]} 2026-04-24 02:47:38.825 8 INFO neutron.services.segments.plugin [-] Segment d18c5e31-96dc-4200-b1f6-ca8fc7f2529a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d18c5e31-96dc-4200-b1f6-ca8fc7f2529a found for delete ", "request_id": "req-c9abeb40-4b45-4dd3-afd9-4ff4aa29fc74"}]} [pid: 8|app: 0|req: 727/1579] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:38 2026] GET /v2.0/security-groups?tenant_id=f72a3af7c4c34c04ad34d803d81eafef&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1580] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:38 2026] DELETE /v2.0/security-groups/8d814e0e-7585-42b0-9ec0-e105baa3b08b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1581] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:38 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1582] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:38 2026] POST /v2.0/subnets => generated 655 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:39.316 7 INFO neutron.db.segments_db [None req-bb9aa9db-2ddb-4ea7-80c2-ef88ca2a0b0b fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment 8e9b6b6f-8119-4f61-b660-d3338fb60d74 of type vxlan for network b9bed880-f0b1-407b-adda-d9e94f8e1394 2026-04-24 02:47:39.556 7 INFO neutron.db.l3_hamode_db [None req-bb9aa9db-2ddb-4ea7-80c2-ef88ca2a0b0b fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:47:39.688 7 INFO neutron.db.l3_hamode_db [None req-bb9aa9db-2ddb-4ea7-80c2-ef88ca2a0b0b fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 854/1583] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:39 2026] POST /v2.0/routers => generated 511 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1584] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:47:40 2026] PUT /v2.0/routers/88b5affb-7057-4e0c-908d-472d72f965b8/add_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1585] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:47:41 2026] GET /v2.0/ports/c673229e-d343-4124-981f-891fe6308e60 => generated 959 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:42.031 7 INFO neutron.db.segments_db [None req-3106fc3d-53bc-4ec7-bd1b-4a42149169b7 70f87a199e064efea79eceeac4348360 49c2fb35b27646d99bf21bb58b45343c - - default default] Added segment a3667687-0b46-405d-8495-a69ff68358cd of type vxlan for network 54deb958-4f96-41a0-8397-f28b14d8d657 [pid: 7|app: 0|req: 856/1586] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:41 2026] POST /v2.0/networks => generated 612 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1587] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:47:42 2026] PUT /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1588] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1589] 10.0.0.42 () {34 vars in 763 bytes} [Fri Apr 24 02:47:42 2026] PUT /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1590] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1591] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:47:41 2026] PUT /v2.0/routers/88b5affb-7057-4e0c-908d-472d72f965b8/add_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1592] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/ports/b6cd4e57-9f6d-4123-b8eb-0e5c06141b5c => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1593] 10.0.0.42 () {34 vars in 759 bytes} [Fri Apr 24 02:47:42 2026] PUT /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1594] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1595] 10.0.0.42 () {34 vars in 781 bytes} [Fri Apr 24 02:47:42 2026] PUT /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1596] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1597] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:47:42 2026] PUT /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:42.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7e7a1b9-f152-4cfa-9897-6e5c984c8847 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: b6cd4e57-9f6d-4123-b8eb-0e5c06141b5c 2026-04-24 02:47:42.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7e7a1b9-f152-4cfa-9897-6e5c984c8847 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: b6cd4e57-9f6d-4123-b8eb-0e5c06141b5c [pid: 7|app: 0|req: 866/1598] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1599] 10.0.0.42 () {32 vars in 740 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:42.767 7 INFO neutron.api.v2.resource [None req-2450f99a-ac44-4113-a4c0-095c559cd965 70f87a199e064efea79eceeac4348360 49c2fb35b27646d99bf21bb58b45343c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1600] 10.0.0.42 () {32 vars in 744 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1601] 10.0.0.42 () {32 vars in 743 bytes} [Fri Apr 24 02:47:42 2026] DELETE /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1602] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:42.930 7 INFO neutron.api.v2.resource [None req-7a8d47a3-7459-4aa4-8bfd-2a78b5fd8492 70f87a199e064efea79eceeac4348360 49c2fb35b27646d99bf21bb58b45343c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1603] 10.0.0.42 () {32 vars in 747 bytes} [Fri Apr 24 02:47:42 2026] DELETE /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1604] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:42 2026] DELETE /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/tags => 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: 733/1605] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:42 2026] PUT /v2.0/routers/88b5affb-7057-4e0c-908d-472d72f965b8/remove_router_interface => generated 309 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1606] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:47:42 2026] GET /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657/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: 874/1607] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:47:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-24 02:47:43.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5fc9500-16c5-4cee-b0b0-668910096b23 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: c673229e-d343-4124-981f-891fe6308e60 2026-04-24 02:47:43.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5fc9500-16c5-4cee-b0b0-668910096b23 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: c673229e-d343-4124-981f-891fe6308e60 2026-04-24 02:47:43.455 7 INFO neutron.services.segments.plugin [-] Segment a3667687-0b46-405d-8495-a69ff68358cd resource provider aggregate not found 2026-04-24 02:47:43.463 7 INFO neutron.services.segments.plugin [-] Segment a3667687-0b46-405d-8495-a69ff68358cd resource provider aggregate not found 2026-04-24 02:47:43.477 7 INFO neutron.services.segments.plugin [-] Segment a3667687-0b46-405d-8495-a69ff68358cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3667687-0b46-405d-8495-a69ff68358cd found for delete ", "request_id": "req-8f83e755-81cb-4295-b516-6ac42acee8dc"}]} 2026-04-24 02:47:43.480 7 INFO neutron.services.segments.plugin [-] Segment a3667687-0b46-405d-8495-a69ff68358cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3667687-0b46-405d-8495-a69ff68358cd found for delete ", "request_id": "req-d10eb857-b720-4afc-9d3d-290bfc358e52"}]} [pid: 7|app: 0|req: 875/1608] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:43 2026] DELETE /v2.0/networks/54deb958-4f96-41a0-8397-f28b14d8d657 => 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: 876/1609] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:47:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1610] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:47:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1611] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:43 2026] PUT /v2.0/routers/88b5affb-7057-4e0c-908d-472d72f965b8/remove_router_interface => generated 309 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1612] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:43 2026] GET /v2.0/ports?device_id=88b5affb-7057-4e0c-908d-472d72f965b8 => 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: 878/1613] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:47:43 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) 2026-04-24 02:47:44.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-9080cb67-5096-46dc-a22b-fe9da7cec66a fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: e9d0860f-140f-46f7-980a-7d06d9c1b874 2026-04-24 02:47:44.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9080cb67-5096-46dc-a22b-fe9da7cec66a fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: e9d0860f-140f-46f7-980a-7d06d9c1b874 [pid: 7|app: 0|req: 879/1614] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:47:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1615] 10.0.0.42 () {34 vars in 766 bytes} [Fri Apr 24 02:47:44 2026] PUT /v2.0/security-groups/72e15e8b-ff8b-4a4f-8fbf-4cbad42f48fb/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1616] 10.0.0.42 () {34 vars in 766 bytes} [Fri Apr 24 02:47:44 2026] PUT /v2.0/security-groups/35cdac00-57f7-4d79-9079-4a0b0a4d17d8/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1617] 10.0.0.42 () {34 vars in 766 bytes} [Fri Apr 24 02:47:44 2026] PUT /v2.0/security-groups/ee00afa2-d698-4c11-90b5-9d75ae10e087/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:44.389 8 INFO neutron.services.segments.plugin [-] Segment 8e9b6b6f-8119-4f61-b660-d3338fb60d74 resource provider aggregate not found 2026-04-24 02:47:44.395 8 INFO neutron.services.segments.plugin [-] Segment 8e9b6b6f-8119-4f61-b660-d3338fb60d74 resource provider aggregate not found 2026-04-24 02:47:44.415 8 INFO neutron.services.segments.plugin [-] Segment 8e9b6b6f-8119-4f61-b660-d3338fb60d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e9b6b6f-8119-4f61-b660-d3338fb60d74 found for delete ", "request_id": "req-1e080163-27ba-4689-b9ce-3dac4dc9d409"}]} 2026-04-24 02:47:44.415 8 INFO neutron.services.segments.plugin [-] Segment 8e9b6b6f-8119-4f61-b660-d3338fb60d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e9b6b6f-8119-4f61-b660-d3338fb60d74 found for delete ", "request_id": "req-089c1811-d323-4af3-beff-b79e8bc062a9"}]} 2026-04-24 02:47:44.418 8 INFO neutron.db.l3_hamode_db [None req-9080cb67-5096-46dc-a22b-fe9da7cec66a fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] HA network b9bed880-f0b1-407b-adda-d9e94f8e1394 was deleted as no HA routers are present in tenant bd1c3102374141909bf1ff0807f2d9d5. [pid: 8|app: 0|req: 736/1618] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:43 2026] DELETE /v2.0/routers/88b5affb-7057-4e0c-908d-472d72f965b8 => generated 0 bytes in 517 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1619] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?tenant_id=49c2fb35b27646d99bf21bb58b45343c&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1620] 10.0.0.42 () {34 vars in 766 bytes} [Fri Apr 24 02:47:44 2026] PUT /v2.0/security-groups/4125cd1b-8706-4ecc-922d-ffb53a1d6d62/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1621] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:44 2026] DELETE /v2.0/subnets/b1090bd3-be8a-47b7-8be5-0badfccaa2a9 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1622] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:44 2026] DELETE /v2.0/security-groups/411c3ccc-404d-44d5-9205-5b68655833ec => 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: 885/1623] 10.0.0.42 () {32 vars in 679 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1624] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1625] 10.0.0.42 () {32 vars in 689 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1626] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:44 2026] DELETE /v2.0/subnets/848a7f7d-bbe4-4457-aa5f-84cf10dbef95 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1627] 10.0.0.42 () {32 vars in 701 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1628] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?tenant_id=6ba137baa2ee49ae8f90ee3088e644f8&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1629] 10.0.0.42 () {32 vars in 687 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1630] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:44 2026] DELETE /v2.0/networks/ef30bffa-7844-42ee-b7cd-4193191f33b2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1631] 10.0.0.42 () {32 vars in 701 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1632] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:44 2026] DELETE /v2.0/security-groups/ff8ecee2-5308-45e3-9df2-e74b517f8167 => 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: 891/1633] 10.0.0.42 () {32 vars in 697 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1634] 10.0.0.42 () {32 vars in 709 bytes} [Fri Apr 24 02:47:44 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:44.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-774c23b2-d2ba-46f7-98d4-fe954d6efaf3 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: c48a129a-17e3-496f-94e1-ae76d2d98230 2026-04-24 02:47:44.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-774c23b2-d2ba-46f7-98d4-fe954d6efaf3 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: c48a129a-17e3-496f-94e1-ae76d2d98230 [pid: 7|app: 0|req: 893/1635] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:44 2026] DELETE /v2.0/security-groups/72e15e8b-ff8b-4a4f-8fbf-4cbad42f48fb => 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: 894/1636] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:45 2026] DELETE /v2.0/security-groups/35cdac00-57f7-4d79-9079-4a0b0a4d17d8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1637] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:44 2026] DELETE /v2.0/networks/601151f3-fbaf-4193-9ba7-5f94cedfd4fc => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1638] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:45 2026] DELETE /v2.0/security-groups/ee00afa2-d698-4c11-90b5-9d75ae10e087 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:45.238 8 INFO neutron.db.segments_db [None req-8b37de67-d455-4604-92f9-b524c51c691f fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment 43df122d-75d8-44ff-b66a-23d01e9f2516 of type vxlan for network a3700bcb-78a3-41c6-b5a7-956f39b63490 [pid: 7|app: 0|req: 896/1639] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:45 2026] DELETE /v2.0/security-groups/4125cd1b-8706-4ecc-922d-ffb53a1d6d62 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1640] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:45 2026] POST /v2.0/networks => generated 615 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1641] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:45 2026] DELETE /v2.0/security-groups/e0b8d902-67ea-4d62-be12-71bd3c6c4a18 => 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: 745/1642] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:45 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:45.651 7 INFO neutron.db.segments_db [None req-96815fcc-705c-43e7-9c05-db2cf1e2a8d8 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment 10d5ac35-181f-423c-a25c-6106bb55c9f8 of type vxlan for network e89d6e1a-a582-4019-8dba-53aeaf55b906 2026-04-24 02:47:45.880 7 INFO neutron.db.l3_hamode_db [None req-96815fcc-705c-43e7-9c05-db2cf1e2a8d8 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:47:45.999 7 INFO neutron.db.l3_hamode_db [None req-96815fcc-705c-43e7-9c05-db2cf1e2a8d8 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:47:46.437 8 INFO neutron.services.segments.plugin [-] Segment 0d71f627-3448-4386-985b-51ddf2032c5c resource provider aggregate not found 2026-04-24 02:47:46.441 8 INFO neutron.services.segments.plugin [-] Segment 0d71f627-3448-4386-985b-51ddf2032c5c resource provider aggregate not found [pid: 8|app: 0|req: 746/1643] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:46 2026] GET /v2.0/security-groups?tenant_id=1d69101a9d5a49029db524c5991ff187&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:46.460 8 INFO neutron.services.segments.plugin [-] Segment 0d71f627-3448-4386-985b-51ddf2032c5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d71f627-3448-4386-985b-51ddf2032c5c found for delete ", "request_id": "req-9c16e2e3-067c-4693-ba5d-4b2e5553eb7b"}]} 2026-04-24 02:47:46.460 8 INFO neutron.services.segments.plugin [-] Segment 0d71f627-3448-4386-985b-51ddf2032c5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d71f627-3448-4386-985b-51ddf2032c5c found for delete ", "request_id": "req-1daf4c6a-6510-49f8-b558-2e1b644e17e0"}]} 2026-04-24 02:47:46.489 8 INFO neutron.services.segments.plugin [-] Segment 6f0fcdda-a656-4759-b88b-91095e861e19 resource provider aggregate not found 2026-04-24 02:47:46.496 8 INFO neutron.services.segments.plugin [-] Segment 6f0fcdda-a656-4759-b88b-91095e861e19 resource provider aggregate not found 2026-04-24 02:47:46.514 8 INFO neutron.services.segments.plugin [-] Segment 6f0fcdda-a656-4759-b88b-91095e861e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0fcdda-a656-4759-b88b-91095e861e19 found for delete ", "request_id": "req-5fbfafb7-7702-4935-8ea0-5e4ae586cfe5"}]} 2026-04-24 02:47:46.517 8 INFO neutron.services.segments.plugin [-] Segment 6f0fcdda-a656-4759-b88b-91095e861e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0fcdda-a656-4759-b88b-91095e861e19 found for delete ", "request_id": "req-58302a1a-bfb6-459a-b352-7ad9ee5607c0"}]} [pid: 7|app: 0|req: 898/1644] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:45 2026] POST /v2.0/routers => generated 511 bytes in 920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1645] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:46 2026] DELETE /v2.0/security-groups/8eddf0c8-28b7-4431-a1d7-7fef622bda19 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1646] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:47:46 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 1240 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1647] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:46 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1648] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:47:46 2026] POST /v2.0/ports => generated 963 bytes in 302 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: 750/1649] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:46 2026] GET /v2.0/security-groups?tenant_id=1b73350468c7466baea6ee876c3d0e10&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1650] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:46 2026] DELETE /v2.0/security-groups/1587d99c-314c-426d-a117-dbe6345e584c => 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: 752/1651] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:47 2026] GET /v2.0/security-groups?tenant_id=689880b9da694366bf814a5566544f3b&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1652] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:47 2026] DELETE /v2.0/security-groups/d8c4378f-bfc4-4af7-bfbb-dbb0a6454ccb => 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: 900/1653] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:47:46 2026] PUT /v2.0/routers/6471027d-f0be-4801-99da-73766a1841ce/add_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1654] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:47:47 2026] GET /v2.0/ports/7aee2cfa-28bb-4d5e-9a27-d5964e0f02ef => generated 1037 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:47:48.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d3519d6-4e40-4083-9f18-0b26a5a0b2bd fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: 7aee2cfa-28bb-4d5e-9a27-d5964e0f02ef 2026-04-24 02:47:48.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d3519d6-4e40-4083-9f18-0b26a5a0b2bd fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: 7aee2cfa-28bb-4d5e-9a27-d5964e0f02ef [pid: 7|app: 0|req: 901/1655] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:47 2026] PUT /v2.0/routers/6471027d-f0be-4801-99da-73766a1841ce/remove_router_interface => generated 309 bytes in 689 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-04-24 02:47:48.560 7 INFO neutron.api.v2.resource [None req-19d20018-8121-4c67-bf5b-3225eca09524 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 902/1656] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:48 2026] PUT /v2.0/routers/6471027d-f0be-4801-99da-73766a1841ce/remove_router_interface => generated 197 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:48.563 8 INFO neutron.db.segments_db [None req-ac23ddac-66b9-45fc-ab7b-6507cce4dba2 1689c57117704461b9e2d665d5ee0777 4cd2772ee9994990aa97d7ccaabcf85f - - default default] Added segment 610ba67e-75b7-44ea-a0de-93f5f13e2d1f of type vxlan for network a8b8a4fe-17e5-4390-ba3f-8a2259e52659 [pid: 7|app: 0|req: 903/1657] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:48 2026] GET /v2.0/ports?device_id=6471027d-f0be-4801-99da-73766a1841ce => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1658] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:48 2026] POST /v2.0/networks => generated 612 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:48.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-4efc2eb1-8b40-4ae0-94e4-bde553317a35 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: 8f192eb9-01d8-4045-a1a5-e1e1504460ed 2026-04-24 02:47:48.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4efc2eb1-8b40-4ae0-94e4-bde553317a35 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: 8f192eb9-01d8-4045-a1a5-e1e1504460ed 2026-04-24 02:47:49.046 7 INFO neutron.services.segments.plugin [-] Segment 10d5ac35-181f-423c-a25c-6106bb55c9f8 resource provider aggregate not found 2026-04-24 02:47:49.053 7 INFO neutron.services.segments.plugin [-] Segment 10d5ac35-181f-423c-a25c-6106bb55c9f8 resource provider aggregate not found [pid: 8|app: 0|req: 756/1659] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:47:48 2026] POST /v2.0/ports => generated 743 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, ' 2026-04-24 02:47:49.069 7 INFO neutron.services.segments.plugin [-] Segment 10d5ac35-181f-423c-a25c-6106bb55c9f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10d5ac35-181f-423c-a25c-6106bb55c9f8 found for delete ", "request_id": "req-18812262-787a-45db-a02b-4e3937d0befa"}]} 2026-04-24 02:47:49.070 7 INFO neutron.services.segments.plugin [-] Segment 10d5ac35-181f-423c-a25c-6106bb55c9f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10d5ac35-181f-423c-a25c-6106bb55c9f8 found for delete ", "request_id": "req-05bd7ebe-a213-434c-925f-7c15a0754c89"}]} 2026-04-24 02:47:49.090 7 INFO neutron.db.l3_hamode_db [None req-4efc2eb1-8b40-4ae0-94e4-bde553317a35 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] HA network e89d6e1a-a582-4019-8dba-53aeaf55b906 was deleted as no HA routers are present in tenant bd1c3102374141909bf1ff0807f2d9d5. [pid: 7|app: 0|req: 904/1660] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:48 2026] DELETE /v2.0/routers/6471027d-f0be-4801-99da-73766a1841ce => generated 0 bytes in 504 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1661] 10.0.0.42 () {34 vars in 746 bytes} [Fri Apr 24 02:47:49 2026] PUT /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 758/1662] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 905/1663] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:49 2026] DELETE /v2.0/subnets/e6b5001c-fa08-4ed4-965e-84e5a3d9afde => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1664] 10.0.0.42 () {34 vars in 757 bytes} [Fri Apr 24 02:47:49 2026] PUT /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 760/1665] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/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: 906/1666] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:49 2026] DELETE /v2.0/networks/a3700bcb-78a3-41c6-b5a7-956f39b63490 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:49.390 7 INFO neutron.db.segments_db [None req-e6e61362-b4ac-40e7-a081-afd425100c97 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment c020c7f5-6af8-4a66-9bc0-6abe77d4d403 of type vxlan for network 8cc17283-6caf-4511-81db-7928142442d9 [pid: 8|app: 0|req: 761/1667] 10.0.0.42 () {34 vars in 753 bytes} [Fri Apr 24 02:47:49 2026] PUT /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags/red => generated 4 bytes in 70 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: 762/1668] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 34 bytes in 56 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: 907/1669] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:49 2026] POST /v2.0/networks => generated 615 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1670] 10.0.0.42 () {34 vars in 775 bytes} [Fri Apr 24 02:47:49 2026] PUT /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags/black.or.white => generated 4 bytes in 74 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: 764/1671] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 52 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: 765/1672] 10.0.0.42 () {34 vars in 746 bytes} [Fri Apr 24 02:47:49 2026] PUT /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 908/1673] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:49 2026] POST /v2.0/subnets => generated 646 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1674] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 37 bytes in 49 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-04-24 02:47:49.715 7 INFO neutron.db.segments_db [None req-b3b5380c-fa03-4681-a569-ed16dfd1014b fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment d0d070cd-97f5-45fe-a192-78648474b9d1 of type vxlan for network c4bfcadc-e9b0-4144-b8d4-e3c6888dc7f7 [pid: 8|app: 0|req: 767/1675] 10.0.0.42 () {32 vars in 734 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags/red => generated 0 bytes in 46 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-04-24 02:47:49.805 8 INFO neutron.api.v2.resource [None req-8a4e387c-6a12-4166-a98b-8a0df56d08dc 1689c57117704461b9e2d665d5ee0777 4cd2772ee9994990aa97d7ccaabcf85f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 768/1676] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags/green => generated 99 bytes in 56 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: 769/1677] 10.0.0.42 () {32 vars in 737 bytes} [Fri Apr 24 02:47:49 2026] DELETE /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 770/1678] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:49 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 30 bytes in 48 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-04-24 02:47:49.935 7 INFO neutron.db.l3_hamode_db [None req-b3b5380c-fa03-4681-a569-ed16dfd1014b fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:47:49.980 8 INFO neutron.api.v2.resource [None req-c401b684-2e28-40ea-b667-ef42dd935fa2 1689c57117704461b9e2d665d5ee0777 4cd2772ee9994990aa97d7ccaabcf85f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1679] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:47:49 2026] DELETE /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:47:50.051 7 INFO neutron.db.l3_hamode_db [None req-b3b5380c-fa03-4681-a569-ed16dfd1014b fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 772/1680] 10.0.0.42 () {32 vars in 729 bytes} [Fri Apr 24 02:47:49 2026] DELETE /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 0 bytes in 86 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: 773/1681] 10.0.0.42 () {32 vars in 726 bytes} [Fri Apr 24 02:47:50 2026] GET /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:47:50.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-32a1f91c-ea20-4fe6-90b0-982f927216ab 1689c57117704461b9e2d665d5ee0777 4cd2772ee9994990aa97d7ccaabcf85f - - default default] TaaS: Handle Delete Port: 8d23dde0-3665-4535-ab2f-a4d132594ed2 2026-04-24 02:47:50.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32a1f91c-ea20-4fe6-90b0-982f927216ab 1689c57117704461b9e2d665d5ee0777 4cd2772ee9994990aa97d7ccaabcf85f - - default default] Tap Mirror: Handle Delete Port: 8d23dde0-3665-4535-ab2f-a4d132594ed2 [pid: 8|app: 0|req: 774/1682] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:47:50 2026] DELETE /v2.0/ports/8d23dde0-3665-4535-ab2f-a4d132594ed2 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:50.392 8 INFO neutron.services.segments.plugin [-] Segment 610ba67e-75b7-44ea-a0de-93f5f13e2d1f resource provider aggregate not found 2026-04-24 02:47:50.398 8 INFO neutron.services.segments.plugin [-] Segment 610ba67e-75b7-44ea-a0de-93f5f13e2d1f resource provider aggregate not found 2026-04-24 02:47:50.411 8 INFO neutron.services.segments.plugin [-] Segment 610ba67e-75b7-44ea-a0de-93f5f13e2d1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 610ba67e-75b7-44ea-a0de-93f5f13e2d1f found for delete ", "request_id": "req-28323882-786c-4598-a2d2-e68fc1cad920"}]} 2026-04-24 02:47:50.417 8 INFO neutron.services.segments.plugin [-] Segment 610ba67e-75b7-44ea-a0de-93f5f13e2d1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 610ba67e-75b7-44ea-a0de-93f5f13e2d1f found for delete ", "request_id": "req-0331d53f-8daa-4ab8-87c5-5c08a643c123"}]} [pid: 8|app: 0|req: 775/1683] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:50 2026] DELETE /v2.0/networks/a8b8a4fe-17e5-4390-ba3f-8a2259e52659 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1684] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:49 2026] POST /v2.0/routers => generated 510 bytes in 929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:51.096 7 INFO neutron.services.segments.plugin [-] Segment 43df122d-75d8-44ff-b66a-23d01e9f2516 resource provider aggregate not found 2026-04-24 02:47:51.101 7 INFO neutron.services.segments.plugin [-] Segment 43df122d-75d8-44ff-b66a-23d01e9f2516 resource provider aggregate not found 2026-04-24 02:47:51.117 7 INFO neutron.services.segments.plugin [-] Segment 43df122d-75d8-44ff-b66a-23d01e9f2516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43df122d-75d8-44ff-b66a-23d01e9f2516 found for delete ", "request_id": "req-7884c3cc-e95f-4aed-bf8d-52400de2b500"}]} 2026-04-24 02:47:51.125 7 INFO neutron.services.segments.plugin [-] Segment 43df122d-75d8-44ff-b66a-23d01e9f2516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43df122d-75d8-44ff-b66a-23d01e9f2516 found for delete ", "request_id": "req-2da1b43f-33c9-4301-8a32-8af3f2d47534"}]} [pid: 7|app: 0|req: 910/1685] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:51 2026] GET /v2.0/security-groups?tenant_id=4cd2772ee9994990aa97d7ccaabcf85f&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1686] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:51 2026] DELETE /v2.0/security-groups/b840e529-f422-4ad4-977e-84f8b83674fb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1687] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:51 2026] GET /v2.0/security-groups?tenant_id=be4b26885bb140a392f49a532f4b7f63&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1688] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:47:50 2026] PUT /v2.0/routers/68c1e0a6-305b-4aec-836c-8f2fc0904893/add_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1689] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:51 2026] DELETE /v2.0/security-groups/e076f95f-9776-4b21-a628-573ae733e7b3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1690] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:47:51 2026] GET /v2.0/ports/8d382568-0069-4775-9ef8-e0e62e580a01 => generated 959 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:47:51.740 7 INFO neutron.db.segments_db [None req-5e541467-affe-46b3-ba03-e7c6998c5db6 fae5dbec9b5c4549900c0f04b0371048 978f9e05f87d4747924128f73042f79f - - default default] Added segment 1969ce8c-0d37-41b1-ab91-cf007fe63dd1 of type vxlan for network 7359df20-9e99-4f41-a7d9-0890a481df45 [pid: 7|app: 0|req: 913/1691] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:51 2026] POST /v2.0/networks => generated 612 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1692] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:51 2026] POST /v2.0/subnets => generated 626 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:52.049 7 INFO neutron.db.segments_db [None req-e19560a9-e519-457a-aa9d-66e60b0bf2c6 fae5dbec9b5c4549900c0f04b0371048 978f9e05f87d4747924128f73042f79f - - default default] Added segment b49dc3b6-72b8-4a33-a371-935ff03f0948 of type vxlan for network cc7f5c76-006e-4e35-b04e-ec2e02c8e434 2026-04-24 02:47:52.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bc30766-a047-49dc-9d87-eff4326d0955 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: 8d382568-0069-4775-9ef8-e0e62e580a01 2026-04-24 02:47:52.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bc30766-a047-49dc-9d87-eff4326d0955 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: 8d382568-0069-4775-9ef8-e0e62e580a01 [pid: 7|app: 0|req: 915/1693] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:52 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1694] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:52 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:52.385 7 INFO neutron.db.segments_db [None req-d19445a2-c91a-460b-8df9-1f70c7a559fe fae5dbec9b5c4549900c0f04b0371048 978f9e05f87d4747924128f73042f79f - - default default] Added segment b312f2db-e9a4-4e19-8249-0f9de0b683e5 of type vxlan for network ce362709-3bb6-4d46-8c26-29222f09a104 [pid: 8|app: 0|req: 779/1695] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:47:51 2026] PUT /v2.0/routers/68c1e0a6-305b-4aec-836c-8f2fc0904893/remove_router_interface => generated 309 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1696] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:52 2026] GET /v2.0/ports?device_id=68c1e0a6-305b-4aec-836c-8f2fc0904893 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1697] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:52 2026] POST /v2.0/networks => generated 612 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:52.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9eae809-af83-45c6-8c53-d0096d22d6da fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: bba27f1a-b50d-4988-b9f6-46289dbd52fd 2026-04-24 02:47:52.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9eae809-af83-45c6-8c53-d0096d22d6da fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: bba27f1a-b50d-4988-b9f6-46289dbd52fd [pid: 7|app: 0|req: 918/1698] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:52 2026] POST /v2.0/subnets => generated 629 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:52.719 7 INFO neutron.db.segments_db [None req-6b22ed43-16f1-4b1c-99eb-e65b5dde71f1 fae5dbec9b5c4549900c0f04b0371048 978f9e05f87d4747924128f73042f79f - - default default] Added segment 9b1af3d6-cbaf-4e8b-97be-e8aecdde5fe8 of type vxlan for network 4ce00d75-9328-4cec-ad7d-51f1782c57e4 [pid: 7|app: 0|req: 919/1699] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:52 2026] POST /v2.0/networks => generated 613 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:52.945 8 INFO neutron.services.segments.plugin [-] Segment d0d070cd-97f5-45fe-a192-78648474b9d1 resource provider aggregate not found 2026-04-24 02:47:52.949 8 INFO neutron.services.segments.plugin [-] Segment d0d070cd-97f5-45fe-a192-78648474b9d1 resource provider aggregate not found 2026-04-24 02:47:52.962 8 INFO neutron.services.segments.plugin [-] Segment d0d070cd-97f5-45fe-a192-78648474b9d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0d070cd-97f5-45fe-a192-78648474b9d1 found for delete ", "request_id": "req-7da4422d-2931-43bf-869d-451e7c455ce7"}]} 2026-04-24 02:47:52.967 8 INFO neutron.services.segments.plugin [-] Segment d0d070cd-97f5-45fe-a192-78648474b9d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0d070cd-97f5-45fe-a192-78648474b9d1 found for delete ", "request_id": "req-d9dc4800-08d5-4182-a093-c3adfc2c1ffa"}]} 2026-04-24 02:47:52.968 8 INFO neutron.db.l3_hamode_db [None req-c9eae809-af83-45c6-8c53-d0096d22d6da fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] HA network c4bfcadc-e9b0-4144-b8d4-e3c6888dc7f7 was deleted as no HA routers are present in tenant bd1c3102374141909bf1ff0807f2d9d5. [pid: 8|app: 0|req: 781/1700] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:52 2026] DELETE /v2.0/routers/68c1e0a6-305b-4aec-836c-8f2fc0904893 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1701] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:52 2026] POST /v2.0/subnets => generated 629 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:47:53.053 7 INFO neutron.db.segments_db [None req-cb660e78-88b1-4ccb-8aec-c739ed0c549c fae5dbec9b5c4549900c0f04b0371048 978f9e05f87d4747924128f73042f79f - - default default] Added segment 8c383aea-03bc-4d2e-9d7d-be1a8df9045f of type vxlan for network 66e5c714-af98-4fd4-a6ee-cc045d2355f7 [pid: 8|app: 0|req: 782/1702] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:52 2026] DELETE /v2.0/subnets/e09b05a6-1b9f-4225-b2e5-23f15a205c34 => 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: 921/1703] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:47:53 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1704] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:53 2026] DELETE /v2.0/networks/8cc17283-6caf-4511-81db-7928142442d9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:53.250 8 INFO neutron.db.segments_db [None req-f8f82cdf-6c90-4cc0-998d-23504e480aa9 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Added segment 8c5f2438-0683-4f7a-af43-2eeba9dbccaa of type vxlan for network 75baf4fa-22f9-44ac-acfe-d7082facdecb [pid: 7|app: 0|req: 922/1705] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:53 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1706] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:47:53 2026] PUT /v2.0/subnets/11526cc4-6c29-489b-b427-7325ef1c1338/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:53.466 8 INFO neutron.db.l3_hamode_db [None req-f8f82cdf-6c90-4cc0-998d-23504e480aa9 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 926/1709] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:47:53 2026] PUT /v2.0/subnets/4f909bfd-81ea-4632-a5ea-50bf2c9bae76/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1710] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:47:53 2026] PUT /v2.0/subnets/81489975-8ecb-46fb-ab18-ff4e387e3c8b/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1711] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:47:53 2026] PUT /v2.0/subnets/b181255c-1f2e-48f4-a4ad-c58265dc3a54/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1712] 10.0.0.42 () {32 vars in 663 bytes} [Fri Apr 24 02:47:53 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1713] 10.0.0.42 () {32 vars in 677 bytes} [Fri Apr 24 02:47:53 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1714] 10.0.0.42 () {32 vars in 673 bytes} [Fri Apr 24 02:47:53 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1715] 10.0.0.42 () {32 vars in 685 bytes} [Fri Apr 24 02:47:53 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1716] 10.0.0.42 () {32 vars in 671 bytes} [Fri Apr 24 02:47:53 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1717] 10.0.0.42 () {32 vars in 685 bytes} [Fri Apr 24 02:47:53 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: 7|app: 0|req: 935/1718] 10.0.0.42 () {32 vars in 681 bytes} [Fri Apr 24 02:47:53 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1719] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:47:53 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1720] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:53 2026] DELETE /v2.0/subnets/11526cc4-6c29-489b-b427-7325ef1c1338 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1721] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:54 2026] DELETE /v2.0/subnets/4f909bfd-81ea-4632-a5ea-50bf2c9bae76 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:54.266 8 INFO neutron.db.l3_hamode_db [None req-f8f82cdf-6c90-4cc0-998d-23504e480aa9 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1722] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:54 2026] DELETE /v2.0/subnets/81489975-8ecb-46fb-ab18-ff4e387e3c8b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1723] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:54 2026] DELETE /v2.0/subnets/b181255c-1f2e-48f4-a4ad-c58265dc3a54 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1724] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:54 2026] DELETE /v2.0/subnets/1df93833-9560-4286-8bdf-84f6e29a17b9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:54.616 7 INFO neutron.services.segments.plugin [-] Segment 1969ce8c-0d37-41b1-ab91-cf007fe63dd1 resource provider aggregate not found 2026-04-24 02:47:54.617 7 INFO neutron.services.segments.plugin [-] Segment 1969ce8c-0d37-41b1-ab91-cf007fe63dd1 resource provider aggregate not found 2026-04-24 02:47:54.637 7 INFO neutron.services.segments.plugin [-] Segment 1969ce8c-0d37-41b1-ab91-cf007fe63dd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1969ce8c-0d37-41b1-ab91-cf007fe63dd1 found for delete ", "request_id": "req-ad1e8293-1795-4bb1-afb3-114a037c386d"}]} 2026-04-24 02:47:54.638 7 INFO neutron.services.segments.plugin [-] Segment 1969ce8c-0d37-41b1-ab91-cf007fe63dd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1969ce8c-0d37-41b1-ab91-cf007fe63dd1 found for delete ", "request_id": "req-24edfa0e-f8db-4b30-99e4-0c7e8255f429"}]} [pid: 7|app: 0|req: 942/1725] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:54 2026] DELETE /v2.0/networks/7359df20-9e99-4f41-a7d9-0890a481df45 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1726] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:54 2026] DELETE /v2.0/networks/cc7f5c76-006e-4e35-b04e-ec2e02c8e434 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1727] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:54 2026] DELETE /v2.0/networks/ce362709-3bb6-4d46-8c26-29222f09a104 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:47:54.993 8 INFO neutron.services.segments.plugin [-] Segment c020c7f5-6af8-4a66-9bc0-6abe77d4d403 resource provider aggregate not found 2026-04-24 02:47:55.000 8 INFO neutron.services.segments.plugin [-] Segment c020c7f5-6af8-4a66-9bc0-6abe77d4d403 resource provider aggregate not found 2026-04-24 02:47:55.019 8 INFO neutron.services.segments.plugin [-] Segment c020c7f5-6af8-4a66-9bc0-6abe77d4d403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c020c7f5-6af8-4a66-9bc0-6abe77d4d403 found for delete ", "request_id": "req-1bd35f17-38c3-4f55-b62d-a4fcf4002eb6"}]} 2026-04-24 02:47:55.020 8 INFO neutron.services.segments.plugin [-] Segment c020c7f5-6af8-4a66-9bc0-6abe77d4d403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c020c7f5-6af8-4a66-9bc0-6abe77d4d403 found for delete ", "request_id": "req-1d59c835-2c13-4f3b-bfa0-4d517efdd0d2"}]} [pid: 8|app: 0|req: 784/1728] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:47:53 2026] POST /v2.0/routers => generated 692 bytes in 1895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1729] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:47:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1730] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/routers/da151e2f-a3ff-4db2-976b-0b913b651c42 => generated 698 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1731] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:55 2026] DELETE /v2.0/networks/4ce00d75-9328-4cec-ad7d-51f1782c57e4 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1732] 10.0.0.42 () {34 vars in 766 bytes} [Fri Apr 24 02:47:55 2026] PUT /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1733] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/routers => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1734] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1735] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:47:55 2026] DELETE /v2.0/networks/66e5c714-af98-4fd4-a6ee-cc045d2355f7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1736] 10.0.0.42 () {34 vars in 777 bytes} [Fri Apr 24 02:47:55 2026] PUT /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1737] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1738] 10.0.0.42 () {34 vars in 773 bytes} [Fri Apr 24 02:47:55 2026] PUT /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1739] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1740] 10.0.0.42 () {34 vars in 795 bytes} [Fri Apr 24 02:47:55 2026] PUT /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1741] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1742] 10.0.0.42 () {34 vars in 766 bytes} [Fri Apr 24 02:47:55 2026] PUT /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1743] 10.0.0.42 () {34 vars in 740 bytes} [Fri Apr 24 02:47:55 2026] PUT /v2.0/routers/da151e2f-a3ff-4db2-976b-0b913b651c42 => generated 705 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1744] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1745] 10.0.0.42 () {32 vars in 754 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1746] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/routers/da151e2f-a3ff-4db2-976b-0b913b651c42 => 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: 790/1747] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/ports?device_id=da151e2f-a3ff-4db2-976b-0b913b651c42 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:55.895 7 INFO neutron.api.v2.resource [None req-b74fa65b-2630-48ad-a169-05cc83b45681 ae53a5af241f4c2fb696792a763a765b dd59da2e5aed4568b60dfc7c91e82695 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 958/1748] 10.0.0.42 () {32 vars in 758 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1749] 10.0.0.42 () {32 vars in 757 bytes} [Fri Apr 24 02:47:55 2026] DELETE /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1750] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:47:55 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:56.035 7 INFO neutron.api.v2.resource [None req-a4ee96ff-ff4a-4052-99f4-8954012dd628 ae53a5af241f4c2fb696792a763a765b dd59da2e5aed4568b60dfc7c91e82695 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 961/1751] 10.0.0.42 () {32 vars in 761 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-24 02:47:56.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c55fb3e-4b8d-425d-83d3-d51a6ce92dd5 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: 598aab7a-abda-494f-876d-575c7ff1355d 2026-04-24 02:47:56.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c55fb3e-4b8d-425d-83d3-d51a6ce92dd5 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: 598aab7a-abda-494f-876d-575c7ff1355d [pid: 7|app: 0|req: 962/1752] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1753] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:56.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c55fb3e-4b8d-425d-83d3-d51a6ce92dd5 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] TaaS: Handle Delete Port: 758d22bf-4195-4d9c-8ec0-8858f657eb57 2026-04-24 02:47:56.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c55fb3e-4b8d-425d-83d3-d51a6ce92dd5 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] Tap Mirror: Handle Delete Port: 758d22bf-4195-4d9c-8ec0-8858f657eb57 [pid: 7|app: 0|req: 964/1754] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/security-groups/f7f0df72-d6d6-4b8e-8f63-00f2597f5fd7 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:56.555 8 INFO neutron.db.l3_hamode_db [None req-7c55fb3e-4b8d-425d-83d3-d51a6ce92dd5 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] HA network 75baf4fa-22f9-44ac-acfe-d7082facdecb was deleted as no HA routers are present in tenant bd1c3102374141909bf1ff0807f2d9d5. [pid: 8|app: 0|req: 791/1755] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:55 2026] DELETE /v2.0/routers/da151e2f-a3ff-4db2-976b-0b913b651c42 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1756] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/ports?device_id=da151e2f-a3ff-4db2-976b-0b913b651c42 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1757] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/security-groups?tenant_id=f8c64f4bd01f4ca9b5e7db77954a7554&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:56.605 8 INFO neutron.api.v2.resource [None req-e648f5a6-6c5c-431a-a945-51da97027869 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1758] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/routers/da151e2f-a3ff-4db2-976b-0b913b651c42 => 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: 794/1759] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/ports?device_id=68c1e0a6-305b-4aec-836c-8f2fc0904893 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:56.655 8 INFO neutron.api.v2.resource [None req-16a76263-3181-4d28-b020-da7f329aea2c fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1760] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/routers/68c1e0a6-305b-4aec-836c-8f2fc0904893 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:56.660 7 INFO neutron.services.segments.plugin [-] Segment b49dc3b6-72b8-4a33-a371-935ff03f0948 resource provider aggregate not found 2026-04-24 02:47:56.670 7 INFO neutron.services.segments.plugin [-] Segment b49dc3b6-72b8-4a33-a371-935ff03f0948 resource provider aggregate not found 2026-04-24 02:47:56.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e776e76b-5124-4b67-ac40-dc1abbb756bd fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1761] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/subnets/e09b05a6-1b9f-4225-b2e5-23f15a205c34 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:56.683 7 INFO neutron.services.segments.plugin [-] Segment b49dc3b6-72b8-4a33-a371-935ff03f0948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b49dc3b6-72b8-4a33-a371-935ff03f0948 found for delete ", "request_id": "req-fcc2e7e4-34af-4e88-9add-d559292a1bac"}]} 2026-04-24 02:47:56.691 7 INFO neutron.services.segments.plugin [-] Segment b49dc3b6-72b8-4a33-a371-935ff03f0948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b49dc3b6-72b8-4a33-a371-935ff03f0948 found for delete ", "request_id": "req-f36c2006-c6cb-4ce7-ae33-e938d28346f2"}]} 2026-04-24 02:47:56.697 7 INFO neutron.services.segments.plugin [-] Segment b312f2db-e9a4-4e19-8249-0f9de0b683e5 resource provider aggregate not found 2026-04-24 02:47:56.709 7 INFO neutron.services.segments.plugin [-] Segment b312f2db-e9a4-4e19-8249-0f9de0b683e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b312f2db-e9a4-4e19-8249-0f9de0b683e5 found for delete ", "request_id": "req-47053189-0f6c-432a-bf0d-3ed52fe2de98"}]} [pid: 8|app: 0|req: 797/1762] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/ports?device_id=6471027d-f0be-4801-99da-73766a1841ce => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:56.714 7 INFO neutron.services.segments.plugin [-] Segment b312f2db-e9a4-4e19-8249-0f9de0b683e5 resource provider aggregate not found 2026-04-24 02:47:56.725 7 INFO neutron.services.segments.plugin [-] Segment 8c383aea-03bc-4d2e-9d7d-be1a8df9045f resource provider aggregate not found 2026-04-24 02:47:56.732 7 INFO neutron.services.segments.plugin [-] Segment b312f2db-e9a4-4e19-8249-0f9de0b683e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b312f2db-e9a4-4e19-8249-0f9de0b683e5 found for delete ", "request_id": "req-7ee07a58-f742-407d-a06a-dcaabd5f7a58"}]} [pid: 7|app: 0|req: 966/1763] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/security-groups/8fa157f8-3c8d-4991-9807-b91138e4020f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:47:56.737 7 INFO neutron.services.segments.plugin [-] Segment 8c383aea-03bc-4d2e-9d7d-be1a8df9045f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c383aea-03bc-4d2e-9d7d-be1a8df9045f found for delete ", "request_id": "req-258de1d7-6a47-4a9d-8078-162e6b268aba"}]} 2026-04-24 02:47:56.741 8 INFO neutron.api.v2.resource [None req-bd1d9e75-9cc0-4990-9e26-237610278f58 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 798/1764] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/routers/6471027d-f0be-4801-99da-73766a1841ce => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:56.746 7 INFO neutron.services.segments.plugin [-] Segment 8c383aea-03bc-4d2e-9d7d-be1a8df9045f resource provider aggregate not found 2026-04-24 02:47:56.758 7 INFO neutron.services.segments.plugin [-] Segment 8c383aea-03bc-4d2e-9d7d-be1a8df9045f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c383aea-03bc-4d2e-9d7d-be1a8df9045f found for delete ", "request_id": "req-e954d884-6f03-4785-864f-fe3b55bcf022"}]} 2026-04-24 02:47:56.765 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a00b9a1-1e2c-430b-84b2-5c3e26812cb4 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1765] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/subnets/e6b5001c-fa08-4ed4-965e-84e5a3d9afde => 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: 799/1766] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/ports?device_id=88b5affb-7057-4e0c-908d-472d72f965b8 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:47:56.819 7 INFO neutron.api.v2.resource [None req-afa30acf-eb7a-4d73-8af9-fc2c1a791c57 fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/1767] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/routers/88b5affb-7057-4e0c-908d-472d72f965b8 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:56.839 8 INFO neutron.pecan_wsgi.hooks.translation [None req-941c350d-1580-4a9c-903a-09f2e4855bbb fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 800/1768] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/subnets/b1090bd3-be8a-47b7-8be5-0badfccaa2a9 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:47:56.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30396ca7-0897-4a99-9ab0-97590962d14e fabd2040ca954befb51bcb0c7d2ac22d bd1c3102374141909bf1ff0807f2d9d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 969/1769] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:47:56 2026] DELETE /v2.0/subnets/848a7f7d-bbe4-4457-aa5f-84cf10dbef95 => 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: 801/1770] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/security-groups?tenant_id=dd59da2e5aed4568b60dfc7c91e82695&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1771] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:56 2026] GET /v2.0/security-groups?tenant_id=bc064f0b645c419b92ae33e645708946&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:47:57.043 8 INFO neutron.services.segments.plugin [-] Segment 9b1af3d6-cbaf-4e8b-97be-e8aecdde5fe8 resource provider aggregate not found 2026-04-24 02:47:57.052 8 INFO neutron.services.segments.plugin [-] Segment 9b1af3d6-cbaf-4e8b-97be-e8aecdde5fe8 resource provider aggregate not found 2026-04-24 02:47:57.068 8 INFO neutron.services.segments.plugin [-] Segment 9b1af3d6-cbaf-4e8b-97be-e8aecdde5fe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1af3d6-cbaf-4e8b-97be-e8aecdde5fe8 found for delete ", "request_id": "req-38428eea-dc4a-460d-bf84-b7d06b252eba"}]} 2026-04-24 02:47:57.080 8 INFO neutron.services.segments.plugin [-] Segment 9b1af3d6-cbaf-4e8b-97be-e8aecdde5fe8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1af3d6-cbaf-4e8b-97be-e8aecdde5fe8 found for delete ", "request_id": "req-3e1deb29-c551-4abb-ac2c-86bef28aa5fa"}]} 2026-04-24 02:47:57.092 8 INFO neutron.services.segments.plugin [-] Segment 8c5f2438-0683-4f7a-af43-2eeba9dbccaa resource provider aggregate not found 2026-04-24 02:47:57.098 8 INFO neutron.services.segments.plugin [-] Segment 8c5f2438-0683-4f7a-af43-2eeba9dbccaa resource provider aggregate not found 2026-04-24 02:47:57.121 8 INFO neutron.services.segments.plugin [-] Segment 8c5f2438-0683-4f7a-af43-2eeba9dbccaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c5f2438-0683-4f7a-af43-2eeba9dbccaa found for delete ", "request_id": "req-3c8c903a-aebb-4644-9da5-1b4b7473468c"}]} 2026-04-24 02:47:57.121 8 INFO neutron.services.segments.plugin [-] Segment 8c5f2438-0683-4f7a-af43-2eeba9dbccaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c5f2438-0683-4f7a-af43-2eeba9dbccaa found for delete ", "request_id": "req-aae8d7b6-5cd5-457d-8c77-f897b5b5ded3"}]} [pid: 7|app: 0|req: 971/1772] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:57 2026] DELETE /v2.0/security-groups/fb197a39-5458-4fa9-8b32-095bfb07c9c2 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1773] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:57 2026] DELETE /v2.0/security-groups/ec1c9a8f-70a4-4630-aee2-58a16782a11b => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1774] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:57 2026] GET /v2.0/security-groups?tenant_id=978f9e05f87d4747924128f73042f79f&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1775] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:57 2026] DELETE /v2.0/security-groups/a1d31ee0-11f4-46a7-b9c7-81a72b0d4839 => 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: 803/1776] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:57 2026] GET /v2.0/security-groups?tenant_id=551b7b99a0fc422186717ae97b8c9780&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1777] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:57 2026] DELETE /v2.0/security-groups/c2052447-7c22-48c7-949f-6df6492b1e94 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1778] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:47:57 2026] GET /v2.0/security-groups?tenant_id=bd1c3102374141909bf1ff0807f2d9d5&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1779] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:47:57 2026] DELETE /v2.0/security-groups/50e28523-0f53-4770-a219-0b80e8fd32e1 => 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: 975/1780] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:58 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => 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: 806/1781] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:58 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 976/1782] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:58 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1783] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:58 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 977/1784] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:47:59 2026] POST /v2.0/security-groups => generated 1624 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1785] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:47:59 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1786] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:47:59 2026] GET /v2.0/security-groups => generated 4529 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1787] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:47:59 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&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: 979/1788] 10.0.0.42 () {34 vars in 757 bytes} [Fri Apr 24 02:47:59 2026] PUT /v2.0/security-groups/dcb853af-6d44-4e6d-96cb-042a4fab7e21 => generated 1661 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1789] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:48:00 2026] GET /v2.0/security-groups/dcb853af-6d44-4e6d-96cb-042a4fab7e21 => generated 1661 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1790] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:00 2026] DELETE /v2.0/security-groups/dcb853af-6d44-4e6d-96cb-042a4fab7e21 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1791] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:48:00 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) 2026-04-24 02:48:00.192 7 INFO neutron.api.v2.resource [None req-65dac134-a906-40c0-bb61-5aab6ce4c2a1 c63a43ffa3dd41988944a3f1be079df0 f255cbbe31754ecf8b5203866f868a5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 981/1792] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:00 2026] DELETE /v2.0/security-groups/dcb853af-6d44-4e6d-96cb-042a4fab7e21 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1793] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:48:00 2026] POST /v2.0/security-groups => generated 1625 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1794] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1795] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:48:00 2026] GET /v2.0/security-group-rules/7afe6348-4e89-4d83-9ee4-89d8cb81309d => generated 601 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1796] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:48:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1797] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:48:00 2026] DELETE /v2.0/security-group-rules/7afe6348-4e89-4d83-9ee4-89d8cb81309d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1798] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:48:00 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: 815/1799] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1800] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:48:00 2026] GET /v2.0/security-group-rules/b88edefb-9b40-48c5-9a3a-73760070cc60 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1801] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:48:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1802] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:48:00 2026] DELETE /v2.0/security-group-rules/b88edefb-9b40-48c5-9a3a-73760070cc60 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1803] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1804] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:48:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1805] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1806] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:01 2026] PUT /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1807] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/security-groups?id=9c914745-a20d-407b-8810-f52b61f5ec3f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1808] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1809] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1810] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/security-group-rules/4c76c49b-e785-43da-97ae-62b9850f0a34 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1811] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1812] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:01.271 8 INFO neutron_taas.services.taas.taas_plugin [req-5dc30a30-359b-4fb7-884b-96168a2f46e3 req-364fa780-89fa-49fb-93b2-54b05d5dd507 da64ad7b0f2a400baaa7c513c0fd2867 aedeb2ecf46f4a328e4df2411558277b - - default default] TaaS: Handle Delete Port: fe698b15-b749-4a46-9731-a45b2a4d48a9 2026-04-24 02:48:01.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5dc30a30-359b-4fb7-884b-96168a2f46e3 req-364fa780-89fa-49fb-93b2-54b05d5dd507 da64ad7b0f2a400baaa7c513c0fd2867 aedeb2ecf46f4a328e4df2411558277b - - default default] Tap Mirror: Handle Delete Port: fe698b15-b749-4a46-9731-a45b2a4d48a9 [pid: 7|app: 0|req: 990/1813] 10.0.0.42 () {34 vars in 769 bytes} [Fri Apr 24 02:48:01 2026] PUT /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1814] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:48:01 2026] DELETE /v2.0/security-group-rules/4c76c49b-e785-43da-97ae-62b9850f0a34 => 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: 992/1815] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:01.395 8 INFO neutron.db.l3_db [req-5dc30a30-359b-4fb7-884b-96168a2f46e3 req-364fa780-89fa-49fb-93b2-54b05d5dd507 da64ad7b0f2a400baaa7c513c0fd2867 aedeb2ecf46f4a328e4df2411558277b - - default default] Floating IP e2ff7767-bfa9-49a8-9704-117dcf5e9c93 disassociated. External IP: 10.96.250.209, port: fe698b15-b749-4a46-9731-a45b2a4d48a9. [pid: 7|app: 0|req: 993/1816] 10.0.0.42 () {32 vars in 672 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1817] 10.0.0.42 () {34 vars in 765 bytes} [Fri Apr 24 02:48:01 2026] PUT /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1818] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:01 2026] DELETE /v2.0/security-groups/1ceab185-f350-42d4-be60-85d2d22e1fcd => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1819] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:01.663 7 INFO neutron.db.segments_db [None req-9e434c9e-b370-4457-827d-37f1c87d8776 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Added segment 4eb4a467-e413-4a98-9756-2673933e3b17 of type vxlan for network f204059b-1338-4d78-b58b-6cd06b2656c6 [pid: 7|app: 0|req: 997/1820] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:01 2026] POST /v2.0/networks => generated 613 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1821] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:48:01 2026] DELETE /v2.0/ports/fe698b15-b749-4a46-9731-a45b2a4d48a9 => generated 0 bytes in 566 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1822] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:01.779 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e56d7730-67e0-41b0-85e2-10864ecc73f8'] response: {'server_uuid': 'c4d24cd2-1c6d-41cb-9e7b-4452eec76748', 'name': 'network-vif-deleted', 'tag': 'fe698b15-b749-4a46-9731-a45b2a4d48a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 825/1823] 10.0.0.42 () {34 vars in 787 bytes} [Fri Apr 24 02:48:01 2026] PUT /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1824] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1825] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1826] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:01 2026] PUT /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1827] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1828] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:02.008 8 INFO neutron.api.v2.resource [None req-e9feb156-1358-4384-8e57-b8e06201d9ca b2ce3d242aaa464e8f0ad2ea20f42997 da66c123437b4ca4bf632d63eef75eff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1829] 10.0.0.42 () {32 vars in 750 bytes} [Fri Apr 24 02:48:01 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1830] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:48:01 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1831] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:48:02 2026] DELETE /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags/red => generated 0 bytes in 46 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: 833/1832] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:02 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:02.121 8 INFO neutron.api.v2.resource [None req-97eece13-3d61-402c-8a0c-05c97ac500ce b2ce3d242aaa464e8f0ad2ea20f42997 da66c123437b4ca4bf632d63eef75eff - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 834/1833] 10.0.0.42 () {32 vars in 753 bytes} [Fri Apr 24 02:48:02 2026] DELETE /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/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: 835/1834] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:48:02 2026] DELETE /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1835] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:02 2026] GET /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d/tags => 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: 837/1836] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:02 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1837] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:02 2026] DELETE /v2.0/subnetpools/3ba8b7dc-51c8-4901-b769-d7e80947f82d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1838] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:02 2026] GET /v2.0/security-groups?tenant_id=f255cbbe31754ecf8b5203866f868a5c&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1839] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:02 2026] DELETE /v2.0/security-groups/cb3c2e41-628a-4cde-9a55-a847725149b5 => 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: 1000/1840] 10.0.0.42 () {34 vars in 665 bytes} [Fri Apr 24 02:48:02 2026] POST /v2.0/trunks => generated 407 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:02.805 8 INFO neutron.db.segments_db [None req-d395ec6c-917d-45ca-b4cb-03c1a5366a81 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Added segment a52aa936-6880-4ec7-bfe3-0befad0b60d8 of type vxlan for network c51ef9d1-a8d8-46d6-9452-9271af36426c [pid: 8|app: 0|req: 841/1841] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:02 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1842] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:48:02 2026] POST /v2.0/ports => generated 743 bytes in 283 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: 842/1843] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:03 2026] GET /v2.0/security-groups?tenant_id=df251081ac7b4a1cad25fa68c3bf6661&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1844] 10.0.0.42 () {34 vars in 665 bytes} [Fri Apr 24 02:48:03 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1845] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:03 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1846] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:03 2026] DELETE /v2.0/security-groups/97b09e75-3413-41a8-a54b-1b0f954d542f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:03.416 7 INFO neutron.db.segments_db [None req-40566c76-bf64-4a7a-92b7-5802d3d791d7 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Added segment 09eb8968-8c78-4320-a961-6fc31aba90e4 of type vxlan for network 4768c170-da85-4f19-8b04-e12c3780c941 [pid: 7|app: 0|req: 1004/1847] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:03 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1848] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:03 2026] GET /v2.0/security-groups?tenant_id=da66c123437b4ca4bf632d63eef75eff&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: 845/1849] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:03 2026] DELETE /v2.0/security-groups/dd99520e-dd4b-4399-a143-152791297fc8 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1850] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:48:03 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1851] 10.0.0.42 () {34 vars in 665 bytes} [Fri Apr 24 02:48:03 2026] POST /v2.0/trunks => generated 407 bytes in 216 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-04-24 02:48:04.116 7 INFO neutron.db.segments_db [None req-322d765c-d0f0-4942-a18a-d74776802b98 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Added segment bb4e5297-0e5a-4f20-93bd-4d534f5af96f of type vxlan for network 2fae7bcf-d2c3-483e-b0e0-c632b1143bdc [pid: 7|app: 0|req: 1006/1852] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:04 2026] POST /v2.0/networks => generated 612 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1853] 10.0.0.42 () {32 vars in 622 bytes} [Fri Apr 24 02:48:04 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1854] 10.0.0.42 () {32 vars in 632 bytes} [Fri Apr 24 02:48:04 2026] GET /v2.0/ => generated 632 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1855] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:04 2026] GET /v2.0/ports?device_id=c4d24cd2-1c6d-41cb-9e7b-4452eec76748 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1856] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:48:04 2026] POST /v2.0/ports => generated 743 bytes in 663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1857] 10.0.0.42 () {34 vars in 665 bytes} [Fri Apr 24 02:48:04 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:05.109 7 INFO neutron.db.segments_db [None req-f50e4dad-539a-4f61-8b87-4962390485b4 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Added segment baecf239-1a95-43a5-a82a-c3c9445b8df3 of type vxlan for network ad74c96d-80c4-4c3f-b3d9-a7a1b8b079df /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1011/1858] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:05 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1859] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/security-groups?tenant_id=4b1d202441644c29ac6ca45945623927&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1860] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:05 2026] DELETE /v2.0/security-groups/ad7ad859-0634-48d5-81f9-bbb48cecf47e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1861] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:48:05 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1862] 10.0.0.42 () {34 vars in 665 bytes} [Fri Apr 24 02:48:05 2026] POST /v2.0/trunks => generated 407 bytes in 167 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: 851/1863] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:48:05 2026] PUT /v2.0/trunks/031e3e91-44e5-46a5-909d-ce5e01927e78/tags => generated 17 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1864] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:48:05 2026] PUT /v2.0/trunks/8a25337d-8731-4da1-a2b4-d60ba21fa33a/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: 853/1865] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:48:05 2026] PUT /v2.0/trunks/714761e7-3ae5-490f-b0ac-9ea32c84cde8/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1866] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:05 2026] DELETE /v2.0/security-groups/9c914745-a20d-407b-8810-f52b61f5ec3f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:05.794 7 INFO neutron.api.v2.resource [None req-d800588b-fdcf-4ffa-9c61-f0db6901b6a9 da64ad7b0f2a400baaa7c513c0fd2867 aedeb2ecf46f4a328e4df2411558277b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/1867] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/security-groups/9c914745-a20d-407b-8810-f52b61f5ec3f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1868] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:48:05 2026] PUT /v2.0/trunks/6a36eb29-0775-444f-ab09-aea7fd08a5fd/tags => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1869] 10.0.0.42 () {32 vars in 661 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1870] 10.0.0.42 () {32 vars in 675 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1871] 10.0.0.42 () {32 vars in 671 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1872] 10.0.0.42 () {32 vars in 683 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:05.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-28c2acbd-84ad-45de-8d63-81dc95158bcc da64ad7b0f2a400baaa7c513c0fd2867 aedeb2ecf46f4a328e4df2411558277b - - default default] TaaS: Handle Delete Port: a4e9004f-f117-49b4-bbc3-c20b0f23fba2 2026-04-24 02:48:05.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28c2acbd-84ad-45de-8d63-81dc95158bcc da64ad7b0f2a400baaa7c513c0fd2867 aedeb2ecf46f4a328e4df2411558277b - - default default] Tap Mirror: Handle Delete Port: a4e9004f-f117-49b4-bbc3-c20b0f23fba2 [pid: 8|app: 0|req: 859/1873] 10.0.0.42 () {32 vars in 669 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1874] 10.0.0.42 () {32 vars in 683 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1875] 10.0.0.42 () {32 vars in 679 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1876] 10.0.0.42 () {32 vars in 691 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1877] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/trunks/031e3e91-44e5-46a5-909d-ce5e01927e78 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1878] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:05 2026] DELETE /v2.0/floatingips/e2ff7767-bfa9-49a8-9704-117dcf5e9c93 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1879] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:05 2026] GET /v2.0/ports/e4e76686-0ae8-4188-9dfa-2bad0fe10252 => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1880] 10.0.0.42 () {32 vars in 721 bytes} [Fri Apr 24 02:48:06 2026] DELETE /v2.0/trunks/031e3e91-44e5-46a5-909d-ce5e01927e78 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1881] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/trunks/8a25337d-8731-4da1-a2b4-d60ba21fa33a => generated 420 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1882] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/ports/024d72a8-a691-4ea8-b8bd-99e63119fc0a => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1883] 10.0.0.42 () {32 vars in 721 bytes} [Fri Apr 24 02:48:06 2026] DELETE /v2.0/trunks/8a25337d-8731-4da1-a2b4-d60ba21fa33a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1884] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/trunks/714761e7-3ae5-490f-b0ac-9ea32c84cde8 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1885] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/ports/158c72cb-6e63-43eb-a20b-bef90902f7f2 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:48:06.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb162062-bb5b-4adb-b93a-50f510d17727 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 06498c48-3a1c-4df1-9580-da465b3490db 2026-04-24 02:48:06.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb162062-bb5b-4adb-b93a-50f510d17727 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 06498c48-3a1c-4df1-9580-da465b3490db [pid: 8|app: 0|req: 871/1886] 10.0.0.42 () {32 vars in 721 bytes} [Fri Apr 24 02:48:06 2026] DELETE /v2.0/trunks/714761e7-3ae5-490f-b0ac-9ea32c84cde8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1887] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/trunks/6a36eb29-0775-444f-ab09-aea7fd08a5fd => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1888] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/ports/7ccc3f17-6df8-410c-a3a3-b66a6b13a61d => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1889] 10.0.0.42 () {32 vars in 721 bytes} [Fri Apr 24 02:48:06 2026] DELETE /v2.0/trunks/6a36eb29-0775-444f-ab09-aea7fd08a5fd => 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: 875/1890] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/trunks/4b7e4036-b077-4e2c-bff7-f6f15f8468a6 => 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: 876/1891] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:06 2026] GET /v2.0/ports/392822fd-75a2-488d-91fc-12f8fbf1e782 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1892] 10.0.0.42 () {32 vars in 721 bytes} [Fri Apr 24 02:48:06 2026] DELETE /v2.0/trunks/4b7e4036-b077-4e2c-bff7-f6f15f8468a6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:06.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bbbb362-1c8b-4f81-a498-592a775fe4c7 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] TaaS: Handle Delete Port: e4e76686-0ae8-4188-9dfa-2bad0fe10252 2026-04-24 02:48:06.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bbbb362-1c8b-4f81-a498-592a775fe4c7 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Tap Mirror: Handle Delete Port: e4e76686-0ae8-4188-9dfa-2bad0fe10252 [pid: 7|app: 0|req: 1016/1893] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:48:06 2026] PUT /v2.0/routers/7eced9a2-2a6c-4658-bee5-c1d01226084e/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1894] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:06 2026] DELETE /v2.0/ports/e4e76686-0ae8-4188-9dfa-2bad0fe10252 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:07.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f4a0808-bd7a-49b2-a817-c35cb9381669 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] TaaS: Handle Delete Port: 024d72a8-a691-4ea8-b8bd-99e63119fc0a 2026-04-24 02:48:07.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f4a0808-bd7a-49b2-a817-c35cb9381669 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Tap Mirror: Handle Delete Port: 024d72a8-a691-4ea8-b8bd-99e63119fc0a 2026-04-24 02:48:07.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbb025d6-140e-4c4b-803b-4b5f05655c68 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: ab993650-f45c-4fb3-bbdd-9f09ec5c67d0 2026-04-24 02:48:07.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbb025d6-140e-4c4b-803b-4b5f05655c68 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: ab993650-f45c-4fb3-bbdd-9f09ec5c67d0 [pid: 8|app: 0|req: 879/1895] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/ports/024d72a8-a691-4ea8-b8bd-99e63119fc0a => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:07.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ae0d2b6-2acf-4c66-b9ab-05ab5b08b287 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] TaaS: Handle Delete Port: 158c72cb-6e63-43eb-a20b-bef90902f7f2 2026-04-24 02:48:07.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ae0d2b6-2acf-4c66-b9ab-05ab5b08b287 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Tap Mirror: Handle Delete Port: 158c72cb-6e63-43eb-a20b-bef90902f7f2 2026-04-24 02:48:07.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbb025d6-140e-4c4b-803b-4b5f05655c68 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: de51e64f-fcd3-4b7e-85b7-966f6eba0abf 2026-04-24 02:48:07.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbb025d6-140e-4c4b-803b-4b5f05655c68 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: de51e64f-fcd3-4b7e-85b7-966f6eba0abf [pid: 8|app: 0|req: 880/1896] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/ports/158c72cb-6e63-43eb-a20b-bef90902f7f2 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:07.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ab2a17a-59ad-4f1d-b081-43955408c093 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] TaaS: Handle Delete Port: 7ccc3f17-6df8-410c-a3a3-b66a6b13a61d 2026-04-24 02:48:07.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ab2a17a-59ad-4f1d-b081-43955408c093 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Tap Mirror: Handle Delete Port: 7ccc3f17-6df8-410c-a3a3-b66a6b13a61d [pid: 8|app: 0|req: 881/1897] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/ports/7ccc3f17-6df8-410c-a3a3-b66a6b13a61d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:07.657 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bf02808-3616-4daa-941d-a33adcbb0a86 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] TaaS: Handle Delete Port: 392822fd-75a2-488d-91fc-12f8fbf1e782 2026-04-24 02:48:07.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bf02808-3616-4daa-941d-a33adcbb0a86 4661fa2676d14dbfaa3d69ab4a6771d1 7db815c71bb548c2847e634ea132fa00 - - default default] Tap Mirror: Handle Delete Port: 392822fd-75a2-488d-91fc-12f8fbf1e782 2026-04-24 02:48:07.702 7 INFO neutron.services.segments.plugin [-] Segment 8e65eda5-c704-4d5d-bf6c-206ee9161371 resource provider aggregate not found 2026-04-24 02:48:07.710 7 INFO neutron.services.segments.plugin [-] Segment 8e65eda5-c704-4d5d-bf6c-206ee9161371 resource provider aggregate not found 2026-04-24 02:48:07.730 7 INFO neutron.services.segments.plugin [-] Segment 8e65eda5-c704-4d5d-bf6c-206ee9161371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e65eda5-c704-4d5d-bf6c-206ee9161371 found for delete ", "request_id": "req-80b2a8f8-5771-4942-a8e9-a9226acb1b0b"}]} 2026-04-24 02:48:07.731 7 INFO neutron.services.segments.plugin [-] Segment 8e65eda5-c704-4d5d-bf6c-206ee9161371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e65eda5-c704-4d5d-bf6c-206ee9161371 found for delete ", "request_id": "req-94f35fe0-ba4a-4cfd-b2ee-3c7fe9d122fb"}]} 2026-04-24 02:48:07.743 7 INFO neutron.db.l3_hamode_db [None req-bbb025d6-140e-4c4b-803b-4b5f05655c68 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network 4a5c73b9-4775-4feb-acd0-648e4e47cd11 was deleted as no HA routers are present in tenant aedeb2ecf46f4a328e4df2411558277b. [pid: 8|app: 0|req: 882/1898] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/ports/392822fd-75a2-488d-91fc-12f8fbf1e782 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1899] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/routers/7eced9a2-2a6c-4658-bee5-c1d01226084e => generated 0 bytes in 738 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:07.861 8 INFO neutron.services.segments.plugin [-] Segment 4eb4a467-e413-4a98-9756-2673933e3b17 resource provider aggregate not found 2026-04-24 02:48:07.867 8 INFO neutron.services.segments.plugin [-] Segment 4eb4a467-e413-4a98-9756-2673933e3b17 resource provider aggregate not found 2026-04-24 02:48:07.878 8 INFO neutron.services.segments.plugin [-] Segment 4eb4a467-e413-4a98-9756-2673933e3b17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb4a467-e413-4a98-9756-2673933e3b17 found for delete ", "request_id": "req-28f1c6ac-86da-4760-85d3-67a480e7fcd4"}]} [pid: 8|app: 0|req: 883/1900] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/networks/f204059b-1338-4d78-b58b-6cd06b2656c6 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:07.888 8 INFO neutron.services.segments.plugin [-] Segment 4eb4a467-e413-4a98-9756-2673933e3b17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb4a467-e413-4a98-9756-2673933e3b17 found for delete ", "request_id": "req-c54440fd-c3f2-4add-9912-246a1e8e039d"}]} [pid: 7|app: 0|req: 1018/1901] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/subnets/ea67ad10-1b4f-4638-905f-44ab40abe9ea => 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: 884/1902] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/networks/c51ef9d1-a8d8-46d6-9452-9271af36426c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:08.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-5034be35-4a76-48ce-91c7-b7c23c58d42b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: eb792da2-54b3-4d05-880b-eb54746019b6 2026-04-24 02:48:08.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5034be35-4a76-48ce-91c7-b7c23c58d42b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: eb792da2-54b3-4d05-880b-eb54746019b6 [pid: 8|app: 0|req: 885/1903] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:08 2026] DELETE /v2.0/networks/4768c170-da85-4f19-8b04-e12c3780c941 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1904] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:07 2026] DELETE /v2.0/networks/89efcdd3-4246-469d-93d2-a7139aec4c44 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1905] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:08 2026] DELETE /v2.0/networks/2fae7bcf-d2c3-483e-b0e0-c632b1143bdc => 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: 1020/1906] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:08 2026] DELETE /v2.0/networks/ad74c96d-80c4-4c3f-b3d9-a7a1b8b079df => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1907] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:08 2026] GET /v2.0/security-groups?tenant_id=aedeb2ecf46f4a328e4df2411558277b&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1910] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:08 2026] DELETE /v2.0/security-groups/4a08dcc3-edda-4bc4-b942-c6660d803978 => 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: 890/1911] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:08 2026] GET /v2.0/security-groups?tenant_id=f11311e23ce14b1da8007373e2fae9bd&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1912] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:08 2026] DELETE /v2.0/security-groups/7f7b18c6-3b0a-480e-a01b-0a772081179b => 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: 891/1913] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:09 2026] GET /v2.0/security-groups?tenant_id=ddf392463b3a4c9e9467b62c7f507981&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1914] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:09 2026] DELETE /v2.0/security-groups/6c7cd65f-4f44-4dcc-ba89-7cafcb0d7f32 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:09.755 7 INFO neutron.services.segments.plugin [-] Segment 35cf73ae-0583-4124-ba27-55c5de688ed7 resource provider aggregate not found 2026-04-24 02:48:09.756 7 INFO neutron.services.segments.plugin [-] Segment 35cf73ae-0583-4124-ba27-55c5de688ed7 resource provider aggregate not found [pid: 8|app: 0|req: 892/1915] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:09 2026] GET /v2.0/security-groups?tenant_id=868ef3db2c784b77b32d38fa0351c5dc&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:09.781 7 INFO neutron.services.segments.plugin [-] Segment 35cf73ae-0583-4124-ba27-55c5de688ed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35cf73ae-0583-4124-ba27-55c5de688ed7 found for delete ", "request_id": "req-a637b83a-4487-4aaa-8a83-838ced152391"}]} 2026-04-24 02:48:09.786 7 INFO neutron.services.segments.plugin [-] Segment 35cf73ae-0583-4124-ba27-55c5de688ed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35cf73ae-0583-4124-ba27-55c5de688ed7 found for delete ", "request_id": "req-9db893c7-ca88-41df-91d6-f3507d0d1fb2"}]} 2026-04-24 02:48:09.803 7 INFO neutron.services.segments.plugin [-] Segment baecf239-1a95-43a5-a82a-c3c9445b8df3 resource provider aggregate not found 2026-04-24 02:48:09.816 7 INFO neutron.services.segments.plugin [-] Segment baecf239-1a95-43a5-a82a-c3c9445b8df3 resource provider aggregate not found 2026-04-24 02:48:09.830 7 INFO neutron.services.segments.plugin [-] Segment baecf239-1a95-43a5-a82a-c3c9445b8df3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baecf239-1a95-43a5-a82a-c3c9445b8df3 found for delete ", "request_id": "req-eba35ec8-ab3d-41c5-8132-9012b6647714"}]} 2026-04-24 02:48:09.832 7 INFO neutron.services.segments.plugin [-] Segment baecf239-1a95-43a5-a82a-c3c9445b8df3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baecf239-1a95-43a5-a82a-c3c9445b8df3 found for delete ", "request_id": "req-b2116a78-b366-4502-811e-1e9a8970fb31"}]} [pid: 7|app: 0|req: 1024/1916] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:09 2026] DELETE /v2.0/security-groups/021bf2f9-b077-4106-a7f5-78c7b01d1f2d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:09.899 8 INFO neutron.services.segments.plugin [-] Segment a52aa936-6880-4ec7-bfe3-0befad0b60d8 resource provider aggregate not found 2026-04-24 02:48:09.912 8 INFO neutron.services.segments.plugin [-] Segment a52aa936-6880-4ec7-bfe3-0befad0b60d8 resource provider aggregate not found 2026-04-24 02:48:09.917 8 INFO neutron.services.segments.plugin [-] Segment a52aa936-6880-4ec7-bfe3-0befad0b60d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52aa936-6880-4ec7-bfe3-0befad0b60d8 found for delete ", "request_id": "req-222903da-36ed-4822-b135-76e846a27150"}]} 2026-04-24 02:48:09.933 8 INFO neutron.services.segments.plugin [-] Segment 09eb8968-8c78-4320-a961-6fc31aba90e4 resource provider aggregate not found 2026-04-24 02:48:09.936 8 INFO neutron.services.segments.plugin [-] Segment a52aa936-6880-4ec7-bfe3-0befad0b60d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52aa936-6880-4ec7-bfe3-0befad0b60d8 found for delete ", "request_id": "req-9f2b61d5-ccee-4a1d-b89c-9d6a86b20b2e"}]} 2026-04-24 02:48:09.949 8 INFO neutron.services.segments.plugin [-] Segment 09eb8968-8c78-4320-a961-6fc31aba90e4 resource provider aggregate not found 2026-04-24 02:48:09.952 8 INFO neutron.services.segments.plugin [-] Segment 09eb8968-8c78-4320-a961-6fc31aba90e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09eb8968-8c78-4320-a961-6fc31aba90e4 found for delete ", "request_id": "req-e43ba9bf-2bab-46e0-86cf-352ef2bc6ac6"}]} 2026-04-24 02:48:09.963 8 INFO neutron.services.segments.plugin [-] Segment 09eb8968-8c78-4320-a961-6fc31aba90e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09eb8968-8c78-4320-a961-6fc31aba90e4 found for delete ", "request_id": "req-dc93f4b1-21aa-4cd0-9ab8-9b71133abf32"}]} 2026-04-24 02:48:09.971 8 INFO neutron.services.segments.plugin [-] Segment bb4e5297-0e5a-4f20-93bd-4d534f5af96f resource provider aggregate not found 2026-04-24 02:48:09.979 8 INFO neutron.services.segments.plugin [-] Segment bb4e5297-0e5a-4f20-93bd-4d534f5af96f resource provider aggregate not found 2026-04-24 02:48:09.984 8 INFO neutron.services.segments.plugin [-] Segment bb4e5297-0e5a-4f20-93bd-4d534f5af96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4e5297-0e5a-4f20-93bd-4d534f5af96f found for delete ", "request_id": "req-6624c920-70a6-4950-8179-b309750e7a18"}]} 2026-04-24 02:48:09.991 8 INFO neutron.services.segments.plugin [-] Segment bb4e5297-0e5a-4f20-93bd-4d534f5af96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4e5297-0e5a-4f20-93bd-4d534f5af96f found for delete ", "request_id": "req-c421f806-1075-4caa-be93-5650b7a0df7d"}]} [pid: 8|app: 0|req: 893/1917] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:10 2026] GET /v2.0/security-groups?tenant_id=7db815c71bb548c2847e634ea132fa00&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1918] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:10 2026] DELETE /v2.0/security-groups/7923d1c4-5b22-4d89-80e3-9414466e3629 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:14.075 8 INFO neutron.db.segments_db [None req-26572ea1-484f-4c48-95d9-505c2189cb94 d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] Added segment f74dab27-9d75-4072-a559-d131120b87ff of type vxlan for network 207734b8-c829-4523-bd58-b9332dd5b556 2026-04-24 02:48:14.179 7 INFO neutron.db.segments_db [None req-3b13fdda-4bb8-4b10-990c-113da237cf8a 0109296a5dce49ecbb265fe5e05183e5 8181734986b9426f91bd5bf24c864942 - - default default] Added segment 4de58d61-817c-4468-83e1-21e7d6cc5487 of type vxlan for network e85925b9-f6c9-49f3-a8b2-9a0c5292d697 [pid: 8|app: 0|req: 894/1919] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:13 2026] POST /v2.0/networks => generated 707 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1920] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:13 2026] POST /v2.0/networks => generated 612 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1921] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:14 2026] GET /v2.0/security-groups?tenant_id=895762813b7646cda0a22bc12a5c6f77&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:14.448 8 INFO neutron.db.segments_db [None req-f01196b4-aa26-4b12-b385-5d21beeefc77 0109296a5dce49ecbb265fe5e05183e5 8181734986b9426f91bd5bf24c864942 - - default default] Added segment b5f4ba25-9efb-43e9-94a5-fac65082c883 of type vxlan for network bc11095e-f6ba-49a0-b48a-7d9cc3f3dd8c [pid: 7|app: 0|req: 1027/1922] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:14 2026] POST /v2.0/subnets => generated 644 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1923] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:14 2026] POST /v2.0/networks => generated 612 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:14.543 8 WARNING neutron.api.v2.base [None req-39d59f3c-04dd-4208-acb1-82cd2f82c94e d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - 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-04-24 02:48:14.544 8 INFO neutron.api.v2.resource [None req-39d59f3c-04dd-4208-acb1-82cd2f82c94e d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 897/1924] 10.0.0.42 () {34 vars in 680 bytes} [Fri Apr 24 02:48:14 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) [pid: 8|app: 0|req: 898/1925] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:48:14 2026] PUT /v2.0/networks/e85925b9-f6c9-49f3-a8b2-9a0c5292d697/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1926] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:14 2026] DELETE /v2.0/security-groups/afacce72-bf33-4faa-b8b8-4fde506626b4 => 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: 1029/1927] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:14 2026] GET /v2.0/networks/e85925b9-f6c9-49f3-a8b2-9a0c5292d697/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1928] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:48:14 2026] PUT /v2.0/networks/bc11095e-f6ba-49a0-b48a-7d9cc3f3dd8c/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:14.750 8 INFO neutron.services.segments.plugin [-] Segment f74dab27-9d75-4072-a559-d131120b87ff resource provider aggregate not found 2026-04-24 02:48:14.753 8 INFO neutron.services.segments.plugin [-] Segment f74dab27-9d75-4072-a559-d131120b87ff resource provider aggregate not found 2026-04-24 02:48:14.769 8 INFO neutron.services.segments.plugin [-] Segment f74dab27-9d75-4072-a559-d131120b87ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f74dab27-9d75-4072-a559-d131120b87ff found for delete ", "request_id": "req-fee6cb13-7862-45b2-8861-a42cdc6d9122"}]} [pid: 8|app: 0|req: 899/1929] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:14 2026] DELETE /v2.0/networks/207734b8-c829-4523-bd58-b9332dd5b556 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:14.782 8 INFO neutron.services.segments.plugin [-] Segment f74dab27-9d75-4072-a559-d131120b87ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f74dab27-9d75-4072-a559-d131120b87ff found for delete ", "request_id": "req-6a3af910-ae94-4135-9bc3-b8d46b9cdd60"}]} [pid: 8|app: 0|req: 900/1930] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:14 2026] GET /v2.0/networks/bc11095e-f6ba-49a0-b48a-7d9cc3f3dd8c/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1931] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:14 2026] GET /v2.0/security-groups?tenant_id=7c2189a5636b470f82362e70e47edd76&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:14.863 8 INFO neutron.db.segments_db [None req-4fff40b1-b31e-4367-9472-2c919224ac23 d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] Added segment 31f402e2-cc32-4dac-a7b3-d592cd3f0127 of type vxlan for network 4084704a-88c9-483e-b081-c76fe50203c4 [pid: 7|app: 0|req: 1032/1932] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:48:14 2026] PUT /v2.0/networks/bc11095e-f6ba-49a0-b48a-7d9cc3f3dd8c/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1933] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:14 2026] POST /v2.0/networks => generated 707 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1934] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:14 2026] DELETE /v2.0/security-groups/2ed2701c-74ed-40b9-b6af-6e4377660830 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1935] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:14 2026] GET /v2.0/networks/bc11095e-f6ba-49a0-b48a-7d9cc3f3dd8c/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1936] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:15 2026] GET /v2.0/networks/e85925b9-f6c9-49f3-a8b2-9a0c5292d697/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1937] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:14 2026] POST /v2.0/subnets => generated 647 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:15.170 7 WARNING neutron.api.v2.base [None req-c0d4ff63-1f61-43d4-be57-7ca9f9bc6baf d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - 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-04-24 02:48:15.171 7 INFO neutron.api.v2.resource [None req-c0d4ff63-1f61-43d4-be57-7ca9f9bc6baf d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1035/1938] 10.0.0.42 () {34 vars in 680 bytes} [Fri Apr 24 02:48:15 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1939] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:15 2026] DELETE /v2.0/networks/e85925b9-f6c9-49f3-a8b2-9a0c5292d697 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:15.352 7 INFO neutron.services.segments.plugin [-] Segment 31f402e2-cc32-4dac-a7b3-d592cd3f0127 resource provider aggregate not found 2026-04-24 02:48:15.355 7 INFO neutron.services.segments.plugin [-] Segment 31f402e2-cc32-4dac-a7b3-d592cd3f0127 resource provider aggregate not found [pid: 8|app: 0|req: 905/1940] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:15 2026] DELETE /v2.0/networks/bc11095e-f6ba-49a0-b48a-7d9cc3f3dd8c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:15.378 7 INFO neutron.services.segments.plugin [-] Segment 31f402e2-cc32-4dac-a7b3-d592cd3f0127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f402e2-cc32-4dac-a7b3-d592cd3f0127 found for delete ", "request_id": "req-23d45e9e-527f-4adc-b3f0-389599e95f08"}]} 2026-04-24 02:48:15.380 7 INFO neutron.services.segments.plugin [-] Segment 31f402e2-cc32-4dac-a7b3-d592cd3f0127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f402e2-cc32-4dac-a7b3-d592cd3f0127 found for delete ", "request_id": "req-b864bee4-ad96-4587-afa9-9c396a1fa088"}]} [pid: 7|app: 0|req: 1036/1941] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:15 2026] DELETE /v2.0/networks/4084704a-88c9-483e-b081-c76fe50203c4 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:15.443 8 INFO neutron.db.segments_db [None req-aa7cb2f6-061d-4937-be9a-30c3b7761fc4 d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] Added segment a00318e3-5130-4a33-9389-bffcf741f35e of type vxlan for network ec06d4bc-0358-45e5-a7ad-6521703152f2 [pid: 8|app: 0|req: 906/1942] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:15 2026] POST /v2.0/networks => generated 708 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1943] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:15 2026] POST /v2.0/subnets => generated 647 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1944] 10.0.0.42 () {34 vars in 680 bytes} [Fri Apr 24 02:48:15 2026] POST /v2.0/rbac-policies => generated 324 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1945] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:15 2026] GET /v2.0/security-groups?tenant_id=8181734986b9426f91bd5bf24c864942&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1946] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:16 2026] DELETE /v2.0/security-groups/ccbfdee0-c856-4227-925e-e4621e0345e9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1947] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:16 2026] GET /v2.0/security-groups?tenant_id=704fce425ed846b7aadb23789a60d5f6&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1948] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:48:16 2026] GET /v2.0/networks/ec06d4bc-0358-45e5-a7ad-6521703152f2 => generated 655 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1949] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:16 2026] DELETE /v2.0/security-groups/52f4ef88-56c8-40bb-b369-6fd247a87de4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:16.792 8 INFO neutron.services.segments.plugin [-] Segment 4de58d61-817c-4468-83e1-21e7d6cc5487 resource provider aggregate not found 2026-04-24 02:48:16.800 8 INFO neutron.services.segments.plugin [-] Segment 4de58d61-817c-4468-83e1-21e7d6cc5487 resource provider aggregate not found 2026-04-24 02:48:16.809 8 INFO neutron.services.segments.plugin [-] Segment 4de58d61-817c-4468-83e1-21e7d6cc5487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4de58d61-817c-4468-83e1-21e7d6cc5487 found for delete ", "request_id": "req-d8358084-be15-482b-8b6b-0a8e5818e4cb"}]} 2026-04-24 02:48:16.817 8 INFO neutron.services.segments.plugin [-] Segment 4de58d61-817c-4468-83e1-21e7d6cc5487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4de58d61-817c-4468-83e1-21e7d6cc5487 found for delete ", "request_id": "req-924e8a1d-ae4c-4ce4-b24e-bb21c9af866d"}]} 2026-04-24 02:48:16.825 8 INFO neutron.services.segments.plugin [-] Segment b5f4ba25-9efb-43e9-94a5-fac65082c883 resource provider aggregate not found 2026-04-24 02:48:16.830 8 INFO neutron.services.segments.plugin [-] Segment b5f4ba25-9efb-43e9-94a5-fac65082c883 resource provider aggregate not found 2026-04-24 02:48:16.850 8 INFO neutron.services.segments.plugin [-] Segment b5f4ba25-9efb-43e9-94a5-fac65082c883 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f4ba25-9efb-43e9-94a5-fac65082c883 found for delete ", "request_id": "req-f4b0d618-b830-4d62-84ef-21d2c1e7dee2"}]} 2026-04-24 02:48:16.855 8 INFO neutron.services.segments.plugin [-] Segment b5f4ba25-9efb-43e9-94a5-fac65082c883 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f4ba25-9efb-43e9-94a5-fac65082c883 found for delete ", "request_id": "req-157cd536-1f18-47f4-8c89-a35c6052c88f"}]} 2026-04-24 02:48:16.958 8 INFO neutron.pecan_wsgi.hooks.translation [None req-844694b9-c9ba-434c-b4c9-12005eb361ac 69df364cad73481b96e58997bfa3c1c7 41e9702d31d7488390777579d8b8a1cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1950] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:48:16 2026] GET /v2.0/networks/ec06d4bc-0358-45e5-a7ad-6521703152f2 => generated 138 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:17.398 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider aggregate not found 2026-04-24 02:48:17.402 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider aggregate not found 2026-04-24 02:48:17.415 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a00318e3-5130-4a33-9389-bffcf741f35e found for delete ", "request_id": "req-f8bbf712-e344-45fc-9593-41c59e9e9c4e"}]} 2026-04-24 02:48:17.417 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a00318e3-5130-4a33-9389-bffcf741f35e found for delete ", "request_id": "req-0f371fea-750e-4f16-a502-f23f350a2072"}]} [pid: 8|app: 0|req: 911/1951] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:17 2026] GET /v2.0/security-groups?tenant_id=66d67bbd0ad448df837c46850bf04f45&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:17.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7ce195-12bb-443c-99dc-bca28b83dcd4 d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] TaaS: Handle Delete Port: c707197a-d70e-4ce3-8090-c9859072e0ee 2026-04-24 02:48:17.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7ce195-12bb-443c-99dc-bca28b83dcd4 d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] Tap Mirror: Handle Delete Port: c707197a-d70e-4ce3-8090-c9859072e0ee [pid: 8|app: 0|req: 912/1952] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:17 2026] DELETE /v2.0/security-groups/d1a5a499-ff18-4753-9957-c1a6be914b83 => 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: 1041/1953] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:16 2026] DELETE /v2.0/networks/ec06d4bc-0358-45e5-a7ad-6521703152f2 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:17.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7661594c-4be1-48ca-bc13-fb40b271850e d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 913/1954] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:17 2026] DELETE /v2.0/subnets/fffb761a-2458-4ff4-a09c-4302dbf8c536 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:17.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7096b23a-3cb9-46f0-8c38-5e24c6678407 d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/1955] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:17 2026] DELETE /v2.0/subnets/b10e2257-8067-4ce1-8511-982c8bdaa69f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:17.955 8 INFO neutron.pecan_wsgi.hooks.translation [None req-195842ac-4d48-4d04-ba96-ff423f1c167a d75a5c1166e74366ac5b001cd40847f4 a1f1dde22f564821b6b30d780477db69 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1956] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:17 2026] DELETE /v2.0/subnets/f10f7062-e99f-4d60-b39d-5a38a084a109 => 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: 1043/1957] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:18 2026] GET /v2.0/security-groups?tenant_id=a1f1dde22f564821b6b30d780477db69&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1958] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:18 2026] DELETE /v2.0/security-groups/f530b366-b381-4aff-9f35-91abcca7ddec => 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: 1044/1959] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:19 2026] GET /v2.0/security-groups?tenant_id=41e9702d31d7488390777579d8b8a1cc&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:19.441 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider aggregate not found 2026-04-24 02:48:19.447 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider aggregate not found 2026-04-24 02:48:19.459 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a00318e3-5130-4a33-9389-bffcf741f35e found for delete ", "request_id": "req-117b90d3-2fb2-4a57-8d0a-c0a7f5e3acec"}]} 2026-04-24 02:48:19.462 7 INFO neutron.services.segments.plugin [-] Segment a00318e3-5130-4a33-9389-bffcf741f35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a00318e3-5130-4a33-9389-bffcf741f35e found for delete ", "request_id": "req-6d311b86-4065-494e-b1f2-102b31abae2d"}]} [pid: 8|app: 0|req: 916/1960] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:19 2026] DELETE /v2.0/security-groups/11c1bb5d-ff6c-45ca-8400-56438b24e86a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1961] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:19 2026] GET /v2.0/security-groups?tenant_id=4556f8ee8e604ca5b9fbff8d7796f689&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1962] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:19 2026] DELETE /v2.0/security-groups/de4ee469-147e-403c-8b43-fd1233b72629 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1963] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:20 2026] GET /v2.0/security-groups?tenant_id=8652077e434547e19881ce9c666d735c&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1964] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:20 2026] DELETE /v2.0/security-groups/b6d61798-f678-4f40-b03a-00aa25d12bcf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:22.741 7 INFO neutron.db.segments_db [None req-1ebbd32b-f469-4cb2-9410-d05cd529a34d da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Added segment 7b8af090-3b0c-4753-af22-50d83c061dea of type vxlan for network 48655dd6-1009-4c22-a127-b20f4b742748 2026-04-24 02:48:22.802 7 INFO neutron.db.segments_db [None req-1ebbd32b-f469-4cb2-9410-d05cd529a34d da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Added segment ee6e789a-a066-4d79-8690-f0e2d381d552 of type vxlan for network 2f9888ef-ab22-4996-8fff-ba56fc237891 [pid: 7|app: 0|req: 1047/1965] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:22 2026] POST /v2.0/networks => generated 1207 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1966] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:48:22 2026] GET /v2.0/networks => generated 1844 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:23.104 7 INFO neutron.services.segments.plugin [-] Segment 7b8af090-3b0c-4753-af22-50d83c061dea resource provider aggregate not found 2026-04-24 02:48:23.109 7 INFO neutron.services.segments.plugin [-] Segment 7b8af090-3b0c-4753-af22-50d83c061dea resource provider aggregate not found 2026-04-24 02:48:23.131 7 INFO neutron.services.segments.plugin [-] Segment 7b8af090-3b0c-4753-af22-50d83c061dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b8af090-3b0c-4753-af22-50d83c061dea found for delete ", "request_id": "req-05aed142-bbe2-4565-9898-6a106f698495"}]} 2026-04-24 02:48:23.132 7 INFO neutron.services.segments.plugin [-] Segment 7b8af090-3b0c-4753-af22-50d83c061dea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b8af090-3b0c-4753-af22-50d83c061dea found for delete ", "request_id": "req-4b4ffdbf-b2ff-4bb9-aafb-af6bd2400672"}]} [pid: 7|app: 0|req: 1048/1967] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:22 2026] DELETE /v2.0/networks/48655dd6-1009-4c22-a127-b20f4b742748 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:23.273 8 INFO neutron.services.segments.plugin [-] Segment ee6e789a-a066-4d79-8690-f0e2d381d552 resource provider aggregate not found 2026-04-24 02:48:23.278 8 INFO neutron.services.segments.plugin [-] Segment ee6e789a-a066-4d79-8690-f0e2d381d552 resource provider aggregate not found 2026-04-24 02:48:23.290 8 INFO neutron.services.segments.plugin [-] Segment ee6e789a-a066-4d79-8690-f0e2d381d552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee6e789a-a066-4d79-8690-f0e2d381d552 found for delete ", "request_id": "req-1910b98e-d7f0-4ca3-a5d0-0c122d250b9b"}]} 2026-04-24 02:48:23.298 8 INFO neutron.services.segments.plugin [-] Segment ee6e789a-a066-4d79-8690-f0e2d381d552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee6e789a-a066-4d79-8690-f0e2d381d552 found for delete ", "request_id": "req-80ab27ad-a20e-4349-b097-166779571058"}]} [pid: 8|app: 0|req: 920/1968] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:23 2026] DELETE /v2.0/networks/2f9888ef-ab22-4996-8fff-ba56fc237891 => 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: 1049/1969] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:48:23 2026] GET /v2.0/networks => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:48:23.439 8 INFO neutron.db.segments_db [None req-04cd9488-de0e-4507-8775-af64bfbbc387 da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Added segment 3cfb909b-2102-408f-89f9-93ea982ca4c6 of type vxlan for network d125994e-c541-415e-b256-44cbeddf5c26 [pid: 8|app: 0|req: 921/1972] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:23 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:23.596 7 INFO neutron.db.segments_db [None req-ea956c40-e007-422e-9c23-80844d91f0d1 da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Added segment 4f7f8e30-e142-4685-b810-87f451bd5a3e of type vxlan for network 71993722-488f-4bfe-8136-718247976fd4 [pid: 7|app: 0|req: 1052/1973] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:23 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1974] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:48:23 2026] POST /v2.0/ports => generated 1506 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 923/1975] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/ports => generated 1506 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1976] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1977] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:24.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ae44edf-a9a9-469e-8cd8-017564b2aebf da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] TaaS: Handle Delete Port: b4d360fb-87ab-4fd9-854f-72e079afc1af 2026-04-24 02:48:24.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ae44edf-a9a9-469e-8cd8-017564b2aebf da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Tap Mirror: Handle Delete Port: b4d360fb-87ab-4fd9-854f-72e079afc1af [pid: 7|app: 0|req: 1055/1978] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1979] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:24 2026] DELETE /v2.0/ports/b4d360fb-87ab-4fd9-854f-72e079afc1af => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1980] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1981] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:24.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd64fa00-6289-4cbe-8dda-abff10f04744 da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] TaaS: Handle Delete Port: 5351682f-bc23-468a-930f-829137e09cc1 [pid: 7|app: 0|req: 1058/1982] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:24 2026] PUT /v2.0/subnetpools/65581e88-f60f-40d7-811e-ebcf7aab70d2/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:24.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd64fa00-6289-4cbe-8dda-abff10f04744 da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Tap Mirror: Handle Delete Port: 5351682f-bc23-468a-930f-829137e09cc1 [pid: 7|app: 0|req: 1059/1983] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:24 2026] PUT /v2.0/subnetpools/9af751fc-e90c-42f0-999c-406da8d140ac/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1984] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:24 2026] DELETE /v2.0/ports/5351682f-bc23-468a-930f-829137e09cc1 => 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: 1060/1985] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:24 2026] PUT /v2.0/subnetpools/927d8848-0294-41fa-84de-d172319df341/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1986] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/ports => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1987] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:24 2026] PUT /v2.0/subnetpools/b8893396-a61e-47ab-80b3-b0b4f9677f72/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/1988] 10.0.0.42 () {32 vars in 671 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:24.813 8 INFO neutron.db.segments_db [None req-a3949d64-89a1-4d65-ad80-b2d8f4c5cf25 da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Added segment d383298a-dba0-4c12-80af-eff458d5891e of type vxlan for network 793a72c1-6114-4e90-80a9-0f220d48056b [pid: 7|app: 0|req: 1063/1989] 10.0.0.42 () {32 vars in 685 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/1990] 10.0.0.42 () {32 vars in 681 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/1991] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1992] 10.0.0.42 () {32 vars in 679 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1993] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:24 2026] POST /v2.0/networks => generated 630 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/1994] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/1995] 10.0.0.42 () {32 vars in 689 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:24.941 8 INFO neutron.db.segments_db [None req-0cc3bfda-3bf9-4f75-9fb8-684bf78b281d da5418e2b6404343bda4b3a86966f8ef ba28f63759bc44d3a9bfd64656cb7b86 - - default default] Added segment d2d5a953-3874-4546-80ff-13f285084a2e of type vxlan for network 9e013f2a-1c8f-4523-b0fb-8c680533da46 [pid: 7|app: 0|req: 1069/1996] 10.0.0.42 () {32 vars in 701 bytes} [Fri Apr 24 02:48:24 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1997] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:24 2026] DELETE /v2.0/subnetpools/65581e88-f60f-40d7-811e-ebcf7aab70d2 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1998] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:24 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/1999] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/subnetpools/9af751fc-e90c-42f0-999c-406da8d140ac => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/2000] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/subnetpools/927d8848-0294-41fa-84de-d172319df341 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2001] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/subnetpools/b8893396-a61e-47ab-80b3-b0b4f9677f72 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/2002] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/subnetpools/04b18291-0204-4e11-ac24-fc2b980e1180 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2003] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:25 2026] POST /v2.0/subnets => generated 1274 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2004] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:48:25 2026] GET /v2.0/subnets => generated 1910 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2005] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/subnets/a32f5a0f-5ecd-493f-9bcf-db6af56b58b7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/2006] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/subnets/8862bb9c-bf1b-414f-8ca6-f6b8596b7b90 => 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: 1074/2007] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:48:25 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:48:25.930 8 INFO neutron.services.segments.plugin [-] Segment d2d5a953-3874-4546-80ff-13f285084a2e resource provider aggregate not found 2026-04-24 02:48:25.943 8 INFO neutron.services.segments.plugin [-] Segment d2d5a953-3874-4546-80ff-13f285084a2e resource provider aggregate not found 2026-04-24 02:48:25.952 8 INFO neutron.services.segments.plugin [-] Segment d2d5a953-3874-4546-80ff-13f285084a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2d5a953-3874-4546-80ff-13f285084a2e found for delete ", "request_id": "req-7d54ea41-3bc9-4599-9481-2407c2ba94f6"}]} 2026-04-24 02:48:25.960 8 INFO neutron.services.segments.plugin [-] Segment d2d5a953-3874-4546-80ff-13f285084a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2d5a953-3874-4546-80ff-13f285084a2e found for delete ", "request_id": "req-5e6d67f4-6a9b-4153-a202-175afbdecd0c"}]} [pid: 8|app: 0|req: 934/2008] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/networks/9e013f2a-1c8f-4523-b0fb-8c680533da46 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:26.099 7 INFO neutron.services.segments.plugin [-] Segment d383298a-dba0-4c12-80af-eff458d5891e resource provider aggregate not found 2026-04-24 02:48:26.102 7 INFO neutron.services.segments.plugin [-] Segment d383298a-dba0-4c12-80af-eff458d5891e resource provider aggregate not found 2026-04-24 02:48:26.120 7 INFO neutron.services.segments.plugin [-] Segment d383298a-dba0-4c12-80af-eff458d5891e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d383298a-dba0-4c12-80af-eff458d5891e found for delete ", "request_id": "req-d6b60b1a-d002-41e6-a95b-384fd4393cf4"}]} 2026-04-24 02:48:26.128 7 INFO neutron.services.segments.plugin [-] Segment d383298a-dba0-4c12-80af-eff458d5891e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d383298a-dba0-4c12-80af-eff458d5891e found for delete ", "request_id": "req-2c77496e-564a-4f60-b585-d1f636fbd8f8"}]} [pid: 7|app: 0|req: 1075/2009] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:25 2026] DELETE /v2.0/networks/793a72c1-6114-4e90-80a9-0f220d48056b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:26.322 8 INFO neutron.db.segments_db [None req-c4b0209c-2c07-467d-b9af-96ac8d0dc719 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Added segment f50c3f20-7f40-4618-a939-0e86d719de68 of type vxlan for network 8e35ad53-1189-4516-ae0e-f13f889d906d [pid: 7|app: 0|req: 1076/2010] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:26 2026] GET /v2.0/security-groups?tenant_id=2be1e9e4a9c24206972dffbdae77adf4&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2011] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:26 2026] POST /v2.0/networks => generated 621 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2012] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:26 2026] DELETE /v2.0/security-groups/e2673095-e266-4b57-8ab3-17df65e59258 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2013] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:26 2026] DELETE /v2.0/networks/71993722-488f-4bfe-8136-718247976fd4 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2014] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:26 2026] DELETE /v2.0/networks/d125994e-c541-415e-b256-44cbeddf5c26 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2015] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:26 2026] POST /v2.0/subnets => generated 658 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2016] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:26 2026] GET /v2.0/security-groups?tenant_id=e786f1f88ee946798d8ae14ff680b978&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2017] 10.0.0.42 () {32 vars in 721 bytes} [Fri Apr 24 02:48:26 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2018] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:26 2026] DELETE /v2.0/security-groups/dacc0ba1-1f4f-4423-917d-151af7cc7a36 => 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: 939/2019] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:26 2026] POST /v2.0/subnets => generated 731 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:27.037 8 INFO neutron.db.segments_db [None req-6a019095-7509-47cc-9233-fbd9210f090a 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Added segment 77e8123b-f3a2-4a21-821f-b4fc257f4c97 of type vxlan for network 70366a44-b1a2-4a1b-b4d1-7824c7a09a24 [pid: 7|app: 0|req: 1081/2020] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:26 2026] GET /v2.0/security-groups?tenant_id=bd94d4811f624907bd81a4484ebd04cc&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2021] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:26 2026] POST /v2.0/networks => generated 619 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2022] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:27 2026] DELETE /v2.0/security-groups/c32dbdff-6d89-4d03-98d2-511daeac943b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2023] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:27 2026] POST /v2.0/subnets => generated 655 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2024] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:27 2026] GET /v2.0/security-groups?tenant_id=ba28f63759bc44d3a9bfd64656cb7b86&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2025] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:27 2026] DELETE /v2.0/security-groups/dd95468f-6beb-4829-a0ce-287f3969f7ac => 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: 942/2026] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:27 2026] POST /v2.0/subnets => generated 725 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:27.635 7 INFO neutron.db.segments_db [None req-db2a17e9-52ca-462f-8b6b-a23c4535e978 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Added segment be33ae26-f3d3-4297-9fb0-dacab658763c of type vxlan for network 5bd58798-6a8e-4d23-ab15-e73033a02c25 [pid: 7|app: 0|req: 1085/2027] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:27 2026] POST /v2.0/networks => generated 618 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2028] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:27 2026] POST /v2.0/subnets => generated 656 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:28.140 7 INFO neutron.services.segments.plugin [-] Segment 4f7f8e30-e142-4685-b810-87f451bd5a3e resource provider aggregate not found 2026-04-24 02:48:28.153 7 INFO neutron.services.segments.plugin [-] Segment 4f7f8e30-e142-4685-b810-87f451bd5a3e resource provider aggregate not found 2026-04-24 02:48:28.159 7 INFO neutron.services.segments.plugin [-] Segment 4f7f8e30-e142-4685-b810-87f451bd5a3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f7f8e30-e142-4685-b810-87f451bd5a3e found for delete ", "request_id": "req-f93f22b8-e665-442f-b2c5-52d3e3013d2c"}]} 2026-04-24 02:48:28.170 7 INFO neutron.services.segments.plugin [-] Segment 4f7f8e30-e142-4685-b810-87f451bd5a3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f7f8e30-e142-4685-b810-87f451bd5a3e found for delete ", "request_id": "req-de96a848-d86f-4a97-90c0-4bbdef2909b2"}]} 2026-04-24 02:48:28.176 7 INFO neutron.services.segments.plugin [-] Segment 3cfb909b-2102-408f-89f9-93ea982ca4c6 resource provider aggregate not found 2026-04-24 02:48:28.184 7 INFO neutron.services.segments.plugin [-] Segment 3cfb909b-2102-408f-89f9-93ea982ca4c6 resource provider aggregate not found 2026-04-24 02:48:28.194 7 INFO neutron.services.segments.plugin [-] Segment 3cfb909b-2102-408f-89f9-93ea982ca4c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cfb909b-2102-408f-89f9-93ea982ca4c6 found for delete ", "request_id": "req-6ecc59f5-d37c-4864-887d-a85dcb943683"}]} 2026-04-24 02:48:28.196 7 INFO neutron.services.segments.plugin [-] Segment 3cfb909b-2102-408f-89f9-93ea982ca4c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cfb909b-2102-408f-89f9-93ea982ca4c6 found for delete ", "request_id": "req-e5a828ac-4374-474a-82f1-6e57bbd7bcfc"}]} [pid: 7|app: 0|req: 1086/2029] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:28 2026] POST /v2.0/subnets => generated 730 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:28.499 8 INFO neutron.db.segments_db [None req-f76e27e6-cba2-4132-93a0-aec4b574a658 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Added segment b3a656fd-08f9-464e-8642-e5ec2dfcb977 of type vxlan for network 0d382d8b-3137-4776-9034-2cefd176b77f 2026-04-24 02:48:28.716 8 INFO neutron.db.l3_hamode_db [None req-f76e27e6-cba2-4132-93a0-aec4b574a658 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:48:29.434 8 INFO neutron.db.l3_hamode_db [None req-f76e27e6-cba2-4132-93a0-aec4b574a658 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:48:29.691 7 INFO neutron.db.segments_db [None req-0123dc7e-f50f-4bad-9fbe-0da07a24c38a 7545b86a082044eaa925d17a723c4622 e84637deb6334d38a382392a25d67e44 - - default default] Added segment c3516405-1e37-465a-91ba-32a63bd661d4 of type vxlan for network 89722df9-bc4a-4534-8316-818a2ba994b6 [pid: 7|app: 0|req: 1087/2030] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:29 2026] POST /v2.0/networks => generated 629 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2031] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:28 2026] POST /v2.0/routers => generated 684 bytes in 1812 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2032] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:30 2026] POST /v2.0/subnets => generated 673 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:30.529 8 INFO neutron.db.segments_db [None req-24afdcd7-d098-4db9-8b36-bc145da424ec 7545b86a082044eaa925d17a723c4622 e84637deb6334d38a382392a25d67e44 - - default default] Added segment f8352f21-037a-4ecf-8927-6b016910b67a of type vxlan for network ce36da60-e6c1-4daa-a200-74826553a719 [pid: 8|app: 0|req: 946/2033] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:30 2026] POST /v2.0/networks => generated 629 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2034] 10.0.0.42 () {34 vars in 742 bytes} [Fri Apr 24 02:48:30 2026] PUT /v2.0/networks/ce36da60-e6c1-4daa-a200-74826553a719 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2035] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:30 2026] POST /v2.0/subnets => generated 646 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2036] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:48:30 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/add_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2037] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:30 2026] POST /v2.0/floatingips => generated 552 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2038] 10.0.0.42 () {34 vars in 740 bytes} [Fri Apr 24 02:48:31 2026] PUT /v2.0/subnets/b3c8c460-fd51-4e58-b635-90411cdab251 => generated 656 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2039] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:31 2026] PUT /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:31.896 7 INFO neutron.services.segments.plugin [-] Segment f8352f21-037a-4ecf-8927-6b016910b67a resource provider aggregate not found 2026-04-24 02:48:31.906 7 INFO neutron.services.segments.plugin [-] Segment f8352f21-037a-4ecf-8927-6b016910b67a resource provider aggregate not found 2026-04-24 02:48:31.912 7 INFO neutron.services.segments.plugin [-] Segment f8352f21-037a-4ecf-8927-6b016910b67a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8352f21-037a-4ecf-8927-6b016910b67a found for delete ", "request_id": "req-8c7176e7-7612-48ec-98e5-3135c33b3de4"}]} 2026-04-24 02:48:31.923 7 INFO neutron.services.segments.plugin [-] Segment f8352f21-037a-4ecf-8927-6b016910b67a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8352f21-037a-4ecf-8927-6b016910b67a found for delete ", "request_id": "req-5a216953-e364-4317-937e-57e9854e7706"}]} [pid: 7|app: 0|req: 1091/2040] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:31 2026] DELETE /v2.0/networks/ce36da60-e6c1-4daa-a200-74826553a719 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2041] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:31 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:31.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa98c60e-4c0e-44cc-8dc3-d97b043b3f70 7545b86a082044eaa925d17a723c4622 e84637deb6334d38a382392a25d67e44 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1093/2042] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:31 2026] DELETE /v2.0/networks/ce36da60-e6c1-4daa-a200-74826553a719 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2043] 10.0.0.42 () {34 vars in 769 bytes} [Fri Apr 24 02:48:31 2026] PUT /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2044] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2045] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2046] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/subnets?network_id=44c78903-5b15-4f95-9ddc-505c297449b5 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2047] 10.0.0.42 () {34 vars in 765 bytes} [Fri Apr 24 02:48:32 2026] PUT /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2048] 10.0.0.42 () {32 vars in 652 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2049] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2050] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/networks => generated 1313 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2051] 10.0.0.42 () {34 vars in 787 bytes} [Fri Apr 24 02:48:32 2026] PUT /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2052] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/subnets => generated 1312 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2053] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2054] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/networks/89722df9-bc4a-4534-8316-818a2ba994b6 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2055] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:48:32 2026] PUT /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2056] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/subnets/b27079f9-a6db-4adc-a080-a58b48bfcf35 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2057] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:32.616 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5accff2-d65e-4643-9d7d-3d95bbfd3824 7545b86a082044eaa925d17a723c4622 e84637deb6334d38a382392a25d67e44 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1109/2058] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:32 2026] DELETE /v2.0/subnets/b3c8c460-fd51-4e58-b635-90411cdab251 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2059] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:32.693 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc397028-f4d4-4a84-a81a-06be2436d904 7545b86a082044eaa925d17a723c4622 e84637deb6334d38a382392a25d67e44 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1111/2060] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:32 2026] DELETE /v2.0/networks/ce36da60-e6c1-4daa-a200-74826553a719 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:32.734 7 INFO neutron.api.v2.resource [None req-82a3d801-9727-4b5e-adfa-627ce2262249 e11845c5efe54c23b81bbcd77ab310f3 79835b9b28474489932890f3be0e994a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1112/2061] 10.0.0.42 () {32 vars in 750 bytes} [Fri Apr 24 02:48:32 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2062] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:48:31 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2063] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:32 2026] DELETE /v2.0/subnets/b27079f9-a6db-4adc-a080-a58b48bfcf35 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2064] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:48:32 2026] DELETE /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:33.076 8 INFO neutron.services.segments.plugin [-] Segment c3516405-1e37-465a-91ba-32a63bd661d4 resource provider aggregate not found 2026-04-24 02:48:33.083 8 INFO neutron.services.segments.plugin [-] Segment c3516405-1e37-465a-91ba-32a63bd661d4 resource provider aggregate not found 2026-04-24 02:48:33.095 8 INFO neutron.services.segments.plugin [-] Segment c3516405-1e37-465a-91ba-32a63bd661d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3516405-1e37-465a-91ba-32a63bd661d4 found for delete ", "request_id": "req-f7e77c80-6ec5-455d-ba22-0e07c3b81b33"}]} 2026-04-24 02:48:33.101 8 INFO neutron.services.segments.plugin [-] Segment c3516405-1e37-465a-91ba-32a63bd661d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3516405-1e37-465a-91ba-32a63bd661d4 found for delete ", "request_id": "req-c0c0e400-3d4f-45f4-b52d-45e01acd8015"}]} [pid: 8|app: 0|req: 952/2065] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:32 2026] DELETE /v2.0/networks/89722df9-bc4a-4534-8316-818a2ba994b6 => 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: 953/2066] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:33 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:33.199 8 INFO neutron.api.v2.resource [None req-967eff7f-c3c3-48fa-b963-0d8d9de3e897 e11845c5efe54c23b81bbcd77ab310f3 79835b9b28474489932890f3be0e994a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 954/2067] 10.0.0.42 () {32 vars in 753 bytes} [Fri Apr 24 02:48:33 2026] DELETE /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/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: 955/2068] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:48:33 2026] DELETE /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => 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: 956/2069] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:48:33 2026] GET /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:33.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6b4b97d-57e5-465b-b18f-c45a46b9ca4b e11845c5efe54c23b81bbcd77ab310f3 79835b9b28474489932890f3be0e994a - - default default] TaaS: Handle Delete Port: e43fa9cf-21ca-4e39-9a3a-132c3a817873 2026-04-24 02:48:33.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6b4b97d-57e5-465b-b18f-c45a46b9ca4b e11845c5efe54c23b81bbcd77ab310f3 79835b9b28474489932890f3be0e994a - - default default] Tap Mirror: Handle Delete Port: e43fa9cf-21ca-4e39-9a3a-132c3a817873 [pid: 8|app: 0|req: 957/2070] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:33 2026] DELETE /v2.0/floatingips/380ce803-bfa5-4873-9955-a5485c7f9da0 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2071] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:33 2026] GET /v2.0/security-groups?tenant_id=e84637deb6334d38a382392a25d67e44&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2072] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:33 2026] DELETE /v2.0/security-groups/5fecba24-d4aa-4373-bf50-2ff591408cb0 => 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: 1114/2073] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:48:32 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2074] 10.0.0.42 () {34 vars in 683 bytes} [Fri Apr 24 02:48:34 2026] POST /v2.0/security-groups => generated 1628 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2075] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:34 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: 1115/2076] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:34 2026] GET /v2.0/security-groups?tenant_id=79835b9b28474489932890f3be0e994a&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2077] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2078] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:34 2026] DELETE /v2.0/security-groups/98ed51fc-e48b-49de-bd42-861e8254e7fb => 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: 963/2079] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2080] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2081] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:34 2026] GET /v2.0/security-groups?tenant_id=e54e43c897334feabfe7cabdd55a6a80&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: 1118/2082] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2083] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:34 2026] DELETE /v2.0/security-groups/4428fc24-178b-492e-b83d-b470480c74f3 => 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: 1119/2084] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:35 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: 8|app: 0|req: 966/2085] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2086] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:35 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: 967/2087] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2088] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2089] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:48:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:36.151 7 INFO neutron.db.segments_db [None req-74ea037b-5121-4f77-a524-e09b55c150d8 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] Added segment e5fb433b-8ac0-4a0c-a3c7-7ec2dd25b975 of type vxlan for network 449a2647-f48f-4f57-bc37-bfbd9b2db971 [pid: 8|app: 0|req: 969/2090] 10.0.0.128 () {34 vars in 1096 bytes} [Fri Apr 24 02:48:36 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1952623163&fields=id&tenant_id=2da2de3a26e74f429096bd9c56f5b55c => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2091] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:48:36 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2092] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:35 2026] POST /v2.0/networks => generated 625 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2093] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:48:36 2026] GET /v2.0/quotas/2da2de3a26e74f429096bd9c56f5b55c => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2094] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:48:36 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&fields=id => generated 287 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2095] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:48:36 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 974/2096] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:48:36 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1123/2097] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:48:36 2026] POST /v2.0/ports => generated 775 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:36.637 8 INFO neutron.db.segments_db [None req-884faf40-cc10-4d83-a6fd-22461b0014c4 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] Added segment 885be1a1-96ea-4965-af7a-3312dd3e02fa of type vxlan for network e865afab-1130-4964-8057-fbaf2f137057 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1124/2098] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:36 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => 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: 975/2099] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:36 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2100] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:36 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2101] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:48:37 2026] POST /v2.0/ports => generated 953 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:37.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-88b87ab8-67ab-4235-a8f9-2185f63e8057 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] TaaS: Handle Delete Port: e642b329-012a-48d9-906c-f7c65e1e95f5 2026-04-24 02:48:37.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88b87ab8-67ab-4235-a8f9-2185f63e8057 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] Tap Mirror: Handle Delete Port: e642b329-012a-48d9-906c-f7c65e1e95f5 [pid: 7|app: 0|req: 1126/2102] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:37 2026] DELETE /v2.0/ports/e642b329-012a-48d9-906c-f7c65e1e95f5 => generated 0 bytes in 285 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-04-24 02:48:37.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29671e78-4ce8-4a4a-869b-d5ed0e05d0b1 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/2103] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:37 2026] DELETE /v2.0/ports/e642b329-012a-48d9-906c-f7c65e1e95f5 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:37.706 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe75e2a4-e9c9-457a-a7d1-7a14140e1e3a 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1127/2104] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:37 2026] GET /v2.0/ports/e642b329-012a-48d9-906c-f7c65e1e95f5 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2105] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:37 2026] DELETE /v2.0/subnets/ef8dfa72-7cff-4afb-b520-97b722f832fc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:37.983 7 INFO neutron.services.segments.plugin [-] Segment 885be1a1-96ea-4965-af7a-3312dd3e02fa resource provider aggregate not found 2026-04-24 02:48:37.993 7 INFO neutron.services.segments.plugin [-] Segment 885be1a1-96ea-4965-af7a-3312dd3e02fa resource provider aggregate not found 2026-04-24 02:48:38.003 7 INFO neutron.services.segments.plugin [-] Segment 885be1a1-96ea-4965-af7a-3312dd3e02fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885be1a1-96ea-4965-af7a-3312dd3e02fa found for delete ", "request_id": "req-e54c3002-4ded-40f6-9dc3-3353e07ed23d"}]} 2026-04-24 02:48:38.007 7 INFO neutron.services.segments.plugin [-] Segment 885be1a1-96ea-4965-af7a-3312dd3e02fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885be1a1-96ea-4965-af7a-3312dd3e02fa found for delete ", "request_id": "req-6ad1798c-5d59-4736-9e1c-f2540e2318c5"}]} [pid: 7|app: 0|req: 1128/2106] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:37 2026] DELETE /v2.0/networks/e865afab-1130-4964-8057-fbaf2f137057 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:38.092 8 INFO neutron.db.segments_db [None req-45c03575-4a1c-46d0-bb7e-f8925085c866 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] Added segment 787b8265-c6f7-484b-85f7-c218d195afde of type vxlan for network 2954f904-c5d1-470b-9ee0-be9d2bd0a902 [pid: 8|app: 0|req: 979/2107] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:38 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2108] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:38 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2111] 10.0.0.42 () {34 vars in 677 bytes} [Fri Apr 24 02:48:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2112] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:48:38 2026] PUT /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2113] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:38 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2114] 10.0.0.42 () {34 vars in 763 bytes} [Fri Apr 24 02:48:38 2026] PUT /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags/green => 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: 1132/2115] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:48:38 2026] POST /v2.0/ports => generated 915 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2116] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:38 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2117] 10.0.0.42 () {34 vars in 759 bytes} [Fri Apr 24 02:48:38 2026] PUT /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2118] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:38 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:38.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-440d5cda-ec42-49b2-9deb-272186ef2789 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] TaaS: Handle Delete Port: d852dab8-17b4-47fb-a8db-07f61e1c0797 2026-04-24 02:48:38.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-440d5cda-ec42-49b2-9deb-272186ef2789 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] Tap Mirror: Handle Delete Port: d852dab8-17b4-47fb-a8db-07f61e1c0797 [pid: 8|app: 0|req: 987/2119] 10.0.0.42 () {34 vars in 781 bytes} [Fri Apr 24 02:48:38 2026] PUT /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2120] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:38 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2121] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:38 2026] DELETE /v2.0/ports/d852dab8-17b4-47fb-a8db-07f61e1c0797 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2122] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:48:38 2026] PUT /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:39.004 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f48af0cc-1cc1-4786-9223-3f6059b71bbc 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1134/2123] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:38 2026] GET /v2.0/ports/d852dab8-17b4-47fb-a8db-07f61e1c0797 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2124] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:38 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2125] 10.0.0.42 () {32 vars in 740 bytes} [Fri Apr 24 02:48:39 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:39.088 8 INFO neutron.api.v2.resource [None req-ae0caf8f-2404-4762-b42d-b5fa6755a85f f34cd24e4fd24a0496ab6079b49e618c 93d5181e6f704ddb91df3e560f192d2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 992/2126] 10.0.0.42 () {32 vars in 744 bytes} [Fri Apr 24 02:48:39 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2127] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:39 2026] DELETE /v2.0/subnets/b8ebb28b-8218-424c-a32a-3b5e5edaf40c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2128] 10.0.0.42 () {32 vars in 743 bytes} [Fri Apr 24 02:48:39 2026] DELETE /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2129] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:39 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:39.192 8 INFO neutron.api.v2.resource [None req-a16a7dda-96b6-4853-9208-6f9fdea39e2e f34cd24e4fd24a0496ab6079b49e618c 93d5181e6f704ddb91df3e560f192d2f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 995/2130] 10.0.0.42 () {32 vars in 747 bytes} [Fri Apr 24 02:48:39 2026] DELETE /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2131] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:48:39 2026] DELETE /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2132] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:39 2026] DELETE /v2.0/networks/2954f904-c5d1-470b-9ee0-be9d2bd0a902 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2133] 10.0.0.42 () {32 vars in 732 bytes} [Fri Apr 24 02:48:39 2026] GET /v2.0/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2134] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:48:39 2026] DELETE /v2.0/qos/policies/8ad7832a-2e84-43ca-ae31-4eb4979340e6 => 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: 1137/2135] 10.0.0.42 () {34 vars in 664 bytes} [Fri Apr 24 02:48:39 2026] POST /v2.0/ports => generated 774 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2136] 10.0.0.42 () {34 vars in 736 bytes} [Fri Apr 24 02:48:39 2026] PUT /v2.0/ports/28ddc51b-137c-409a-b72a-cf24d266b4bb => generated 752 bytes in 201 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-04-24 02:48:39.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-39f320fb-a676-4f41-aa66-8594f22c0e6d 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] TaaS: Handle Delete Port: 28ddc51b-137c-409a-b72a-cf24d266b4bb 2026-04-24 02:48:39.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39f320fb-a676-4f41-aa66-8594f22c0e6d 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] Tap Mirror: Handle Delete Port: 28ddc51b-137c-409a-b72a-cf24d266b4bb [pid: 7|app: 0|req: 1138/2137] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:39 2026] DELETE /v2.0/ports/28ddc51b-137c-409a-b72a-cf24d266b4bb => generated 0 bytes in 171 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: 1000/2138] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:48:39 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:48:40.026 7 INFO neutron.services.segments.plugin [-] Segment 787b8265-c6f7-484b-85f7-c218d195afde resource provider aggregate not found 2026-04-24 02:48:40.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d1e7578-4f4a-4fbe-982b-533443f8a177 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1139/2139] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:39 2026] GET /v2.0/ports/28ddc51b-137c-409a-b72a-cf24d266b4bb => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:40.032 7 INFO neutron.services.segments.plugin [-] Segment 787b8265-c6f7-484b-85f7-c218d195afde resource provider aggregate not found 2026-04-24 02:48:40.050 7 INFO neutron.services.segments.plugin [-] Segment 787b8265-c6f7-484b-85f7-c218d195afde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 787b8265-c6f7-484b-85f7-c218d195afde found for delete ", "request_id": "req-5a6803cd-ed9b-4d03-8fd2-a04a422d36ce"}]} 2026-04-24 02:48:40.050 7 INFO neutron.services.segments.plugin [-] Segment 787b8265-c6f7-484b-85f7-c218d195afde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 787b8265-c6f7-484b-85f7-c218d195afde found for delete ", "request_id": "req-b4163042-995d-4b2a-9241-4e08a40b62b4"}]} [pid: 7|app: 0|req: 1140/2140] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:48:40 2026] GET /v2.0/ports => generated 778 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2141] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:40 2026] GET /v2.0/ports/d36abef2-04ca-4d3f-ae69-8a6582eeca15 => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:48:40.138 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84cb04ae-30e1-4fb9-adca-dd2a635a60f2 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2142] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:40 2026] DELETE /v2.0/ports/d852dab8-17b4-47fb-a8db-07f61e1c0797 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:40.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4681bbdd-2170-40f7-9d58-62e43980a41d 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1143/2143] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:40 2026] DELETE /v2.0/subnets/b8ebb28b-8218-424c-a32a-3b5e5edaf40c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:40.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2ab73ff-b28b-4879-b7bc-4e2a9a10e4aa 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2144] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:48:40 2026] DELETE /v2.0/subnets/ef8dfa72-7cff-4afb-b520-97b722f832fc => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2145] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:40 2026] GET /v2.0/security-groups?tenant_id=786fce675007419a8df2669822eb18b6&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:40.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a719e9e-b32e-435e-917c-3d9b1cf9a2fc 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] TaaS: Handle Delete Port: d36abef2-04ca-4d3f-ae69-8a6582eeca15 2026-04-24 02:48:40.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a719e9e-b32e-435e-917c-3d9b1cf9a2fc 625f30e52fa6439c9e408590b62a0b78 4e7f318f8c7c417b8d1b35145f250bf6 - - default default] Tap Mirror: Handle Delete Port: d36abef2-04ca-4d3f-ae69-8a6582eeca15 [pid: 8|app: 0|req: 1002/2146] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:40 2026] DELETE /v2.0/security-groups/b09a21af-5a92-49f8-84a3-05a65591960f => 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: 1145/2147] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:40 2026] DELETE /v2.0/ports/d36abef2-04ca-4d3f-ae69-8a6582eeca15 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:40.498 8 INFO neutron.services.segments.plugin [-] Segment e5fb433b-8ac0-4a0c-a3c7-7ec2dd25b975 resource provider aggregate not found 2026-04-24 02:48:40.505 8 INFO neutron.services.segments.plugin [-] Segment e5fb433b-8ac0-4a0c-a3c7-7ec2dd25b975 resource provider aggregate not found 2026-04-24 02:48:40.524 8 INFO neutron.services.segments.plugin [-] Segment e5fb433b-8ac0-4a0c-a3c7-7ec2dd25b975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5fb433b-8ac0-4a0c-a3c7-7ec2dd25b975 found for delete ", "request_id": "req-44f6bbf7-81ea-4fd4-8918-47a0a71dfd40"}]} [pid: 7|app: 0|req: 1146/2148] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:40 2026] GET /v2.0/security-groups?tenant_id=93d5181e6f704ddb91df3e560f192d2f&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:40.528 8 INFO neutron.services.segments.plugin [-] Segment e5fb433b-8ac0-4a0c-a3c7-7ec2dd25b975 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5fb433b-8ac0-4a0c-a3c7-7ec2dd25b975 found for delete ", "request_id": "req-2d53abe6-e14d-4d9b-9d06-758cef13453e"}]} [pid: 8|app: 0|req: 1003/2149] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:40 2026] DELETE /v2.0/networks/449a2647-f48f-4f57-bc37-bfbd9b2db971 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2150] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:40 2026] DELETE /v2.0/security-groups/f337d281-02bc-4a31-a874-150c6ccefe38 => 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: 1004/2151] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:48:41 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2152] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:48:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2da2de3a26e74f429096bd9c56f5b55c => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2153] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:41 2026] GET /v2.0/security-groups?tenant_id=4e7f318f8c7c417b8d1b35145f250bf6&name=default => generated 2928 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2154] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:41 2026] DELETE /v2.0/security-groups/350ac1d4-ef9c-42a6-af73-5acb11bf7a45 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2155] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:48:41 2026] POST /v2.0/ports => generated 1183 bytes in 443 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: 1150/2156] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:41 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1198 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2157] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:48:41 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2158] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:48:41 2026] PUT /v2.0/ports/1b67f413-3395-44ed-9e3d-4c3cae717375 => generated 1464 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:41.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21f18780-d09a-4479-8edd-445f97d84c59'] response: {'name': 'network-changed', 'server_uuid': '0772ce62-60e0-4ac8-bab7-fdd077ae54f5', 'tag': '1b67f413-3395-44ed-9e3d-4c3cae717375', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1152/2159] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:48:42 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1008/2160] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:48:42 2026] GET /v2.0/networks?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&shared=False => generated 2376 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2161] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:48:42 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: 1009/2162] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:48:42 2026] POST /v2.0/subnetpools => generated 547 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2163] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/subnetpools/a6cb91e0-3df8-42c8-9803-164329f7e46c => generated 547 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2164] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:48:43 2026] PUT /v2.0/subnetpools/a6cb91e0-3df8-42c8-9803-164329f7e46c => generated 501 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2165] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:43 2026] DELETE /v2.0/subnetpools/a6cb91e0-3df8-42c8-9803-164329f7e46c => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:43.301 8 INFO neutron.api.v2.resource [None req-d09736d0-8319-4b47-9aac-1e4e7021a7c2 98fa90583cc34b548c504aeaed9b46f7 6b337caefbb44f44ad1016724c4232ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1011/2166] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/subnetpools/a6cb91e0-3df8-42c8-9803-164329f7e46c => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:48:43.320 7 INFO neutron.api.v2.resource [None req-c2e9ec95-8954-4fe7-9821-99a6f021331b 98fa90583cc34b548c504aeaed9b46f7 6b337caefbb44f44ad1016724c4232ed - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1156/2167] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:43 2026] DELETE /v2.0/subnetpools/a6cb91e0-3df8-42c8-9803-164329f7e46c => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2168] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2169] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.106&port_id=1b67f413-3395-44ed-9e3d-4c3cae717375 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2170] 199.204.45.205 () {34 vars in 1104 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c8&port_id=1b67f413-3395-44ed-9e3d-4c3cae717375 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2171] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/subnets?id=104d4bd1-063b-4644-8070-b694db6fdc6e&id=507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2172] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2173] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:43.905 7 INFO neutron.db.segments_db [None req-9cc96ff6-33f6-47f7-bd55-120477006302 023edbbf01b9490b8eabbf0047ad367d 1156c23e18da4a05abf8181c20364f96 - - default default] Added segment f176df45-59d6-4672-896f-c37006423ce4 of type vxlan for network 7034c4ba-6bea-4348-85e3-7f3a196558ff [pid: 8|app: 0|req: 1018/2174] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/security-groups?tenant_id=6b337caefbb44f44ad1016724c4232ed&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2175] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:48:43 2026] POST /v2.0/networks => generated 612 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2176] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:48:43 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1158/2177] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:43 2026] DELETE /v2.0/security-groups/0dd6af95-dc05-413a-9fcf-a30831943124 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2178] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2179] 10.0.0.42 () {34 vars in 663 bytes} [Fri Apr 24 02:48:44 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2180] 10.0.0.42 () {34 vars in 665 bytes} [Fri Apr 24 02:48:44 2026] POST /v2.0/trunks => generated 407 bytes in 110 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: 1021/2181] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:48:44 2026] PUT /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2182] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2183] 10.0.0.42 () {34 vars in 759 bytes} [Fri Apr 24 02:48:44 2026] PUT /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2184] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2185] 10.0.0.42 () {34 vars in 755 bytes} [Fri Apr 24 02:48:44 2026] PUT /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2186] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2187] 10.0.0.42 () {34 vars in 777 bytes} [Fri Apr 24 02:48:44 2026] PUT /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags/black.or.white => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2188] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2189] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:48:44 2026] PUT /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2190] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2191] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:44.885 7 INFO neutron.api.v2.resource [None req-06a3b88d-42cd-4349-a9ec-adf31c5c0eed 023edbbf01b9490b8eabbf0047ad367d 1156c23e18da4a05abf8181c20364f96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1166/2192] 10.0.0.42 () {32 vars in 740 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/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: 1027/2193] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:44 2026] DELETE /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2194] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:44 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:44.991 8 INFO neutron.api.v2.resource [None req-7e85dd69-b143-47ac-827f-e8a95f0f9cab 023edbbf01b9490b8eabbf0047ad367d 1156c23e18da4a05abf8181c20364f96 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1028/2195] 10.0.0.42 () {32 vars in 743 bytes} [Fri Apr 24 02:48:44 2026] DELETE /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2196] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:48:44 2026] DELETE /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/tags => 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: 1029/2197] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:48:45 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306/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: 1169/2198] 10.0.0.42 () {32 vars in 718 bytes} [Fri Apr 24 02:48:45 2026] GET /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2199] 10.0.0.42 () {32 vars in 716 bytes} [Fri Apr 24 02:48:45 2026] GET /v2.0/ports/3288972e-eef5-426d-aa3e-414ccb8229a9 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2200] 10.0.0.42 () {32 vars in 721 bytes} [Fri Apr 24 02:48:45 2026] DELETE /v2.0/trunks/a56210ea-6475-4dd9-8b9b-a7db9de51306 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:48:45.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-c17a2149-9366-4736-9756-2178d789e1d0 023edbbf01b9490b8eabbf0047ad367d 1156c23e18da4a05abf8181c20364f96 - - default default] TaaS: Handle Delete Port: 3288972e-eef5-426d-aa3e-414ccb8229a9 2026-04-24 02:48:45.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c17a2149-9366-4736-9756-2178d789e1d0 023edbbf01b9490b8eabbf0047ad367d 1156c23e18da4a05abf8181c20364f96 - - default default] Tap Mirror: Handle Delete Port: 3288972e-eef5-426d-aa3e-414ccb8229a9 [pid: 8|app: 0|req: 1031/2201] 10.0.0.42 () {32 vars in 719 bytes} [Fri Apr 24 02:48:45 2026] DELETE /v2.0/ports/3288972e-eef5-426d-aa3e-414ccb8229a9 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:48:45.624 7 INFO neutron.services.segments.plugin [-] Segment f176df45-59d6-4672-896f-c37006423ce4 resource provider aggregate not found 2026-04-24 02:48:45.638 7 INFO neutron.services.segments.plugin [-] Segment f176df45-59d6-4672-896f-c37006423ce4 resource provider aggregate not found 2026-04-24 02:48:45.651 7 INFO neutron.services.segments.plugin [-] Segment f176df45-59d6-4672-896f-c37006423ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f176df45-59d6-4672-896f-c37006423ce4 found for delete ", "request_id": "req-10e4cd70-4926-46d8-bc51-af8fe9dd2f80"}]} 2026-04-24 02:48:45.664 7 INFO neutron.services.segments.plugin [-] Segment f176df45-59d6-4672-896f-c37006423ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f176df45-59d6-4672-896f-c37006423ce4 found for delete ", "request_id": "req-a7abaf35-77f8-47d1-a4e4-21c1697af0d4"}]} [pid: 7|app: 0|req: 1171/2202] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:48:45 2026] DELETE /v2.0/networks/7034c4ba-6bea-4348-85e3-7f3a196558ff => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2203] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:46 2026] GET /v2.0/security-groups?tenant_id=1156c23e18da4a05abf8181c20364f96&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2204] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:46 2026] DELETE /v2.0/security-groups/24be5d2f-ecb9-4608-ac50-738b7b74b6dc => 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: 1033/2205] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:46 2026] GET /v2.0/security-groups?tenant_id=c4c8b3b0bdfe4a478e6b316538aef4ae&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: 1173/2206] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:46 2026] DELETE /v2.0/security-groups/830ae3f8-83eb-459f-b0d5-3da68fdc3726 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2207] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:46 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2208] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:48:47 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&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: 1035/2209] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:49 2026] GET /v2.0/security-groups?tenant_id=379364f30a864487b68fb777643d9b89&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2210] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:49 2026] DELETE /v2.0/security-groups/05cc5888-8bf3-44c3-ae6f-19695d52a53e => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2211] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:49 2026] GET /v2.0/security-groups?tenant_id=546a06ea28bd41a49dd597c806859718&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2212] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:50 2026] DELETE /v2.0/security-groups/c4d2ceb1-4a66-417c-9250-ad92d464a71d => 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: 1037/2213] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:50 2026] GET /v2.0/security-groups?tenant_id=61e66cdc70f74507a372e5e19df4d18c&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2214] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:50 2026] DELETE /v2.0/security-groups/8a0a92fd-20a5-4bab-abb9-0c56651d1cac => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2215] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:51 2026] GET /v2.0/security-groups?tenant_id=2f733e4e5aca4a4c85897a555a7f0ba1&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2216] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:51 2026] DELETE /v2.0/security-groups/daf45542-c0b8-44c4-b88c-7434d93a68f6 => 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: 1039/2217] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:52 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2218] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:48:52 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2219] 10.0.0.42 () {32 vars in 817 bytes} [Fri Apr 24 02:48:52 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&mac_address=fa%3A16%3A3e%3Af8%3A90%3A0e => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:48:53.176 7 INFO neutron.db.l3_db [None req-27b6878e-4c19-4834-9dd3-75fa3972ab18 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Floating IP e6a826e7-c428-45b6-bf25-45c0f4e2f36f associated. External IP: 10.96.250.209, port: 1b67f413-3395-44ed-9e3d-4c3cae717375. [pid: 7|app: 0|req: 1180/2222] 10.0.0.42 () {34 vars in 676 bytes} [Fri Apr 24 02:48:52 2026] POST /v2.0/floatingips => generated 855 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:53.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff74fd20-db5c-4595-9c1c-5f2fe170025d'] response: {'name': 'network-changed', 'server_uuid': '0772ce62-60e0-4ac8-bab7-fdd077ae54f5', 'tag': '1b67f413-3395-44ed-9e3d-4c3cae717375', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1043/2223] 10.0.0.128 () {34 vars in 1096 bytes} [Fri Apr 24 02:48:53 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1952623163&fields=id&tenant_id=2da2de3a26e74f429096bd9c56f5b55c => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2224] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:48:53 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2225] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:48:53 2026] GET /v2.0/quotas/2da2de3a26e74f429096bd9c56f5b55c => 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: 1182/2226] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:48:53 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&fields=id => generated 333 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2227] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:48:53 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2228] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:48:53 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1045/2229] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:48:53 2026] GET /v2.0/security-groups?tenant_id=ffe470b5872c4f12a5817e476ad5e23d&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2230] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => 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: 1185/2231] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:48:53 2026] DELETE /v2.0/security-groups/8a96007a-7bc6-4264-9426-ee99ceeb7d81 => 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: 1047/2232] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2233] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2234] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.106&port_id=1b67f413-3395-44ed-9e3d-4c3cae717375 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2235] 199.204.45.205 () {34 vars in 1104 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c8&port_id=1b67f413-3395-44ed-9e3d-4c3cae717375 => 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: 1049/2236] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/subnets?id=104d4bd1-063b-4644-8070-b694db6fdc6e&id=507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2237] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2238] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2239] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2240] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:48:54 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:48:56.009 7 INFO neutron.db.segments_db [None req-63e4f27f-065f-4007-a213-41b4bcce5344 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment 19a1784e-e3e9-456e-a338-090fb8cff3f9 of type vxlan for network 67240d02-9506-4b76-8d6f-21f46e3c0476 [pid: 7|app: 0|req: 1190/2241] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:48:55 2026] POST /v2.0/networks => generated 721 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2242] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:56 2026] POST /v2.0/subnets => generated 687 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:48:56.406 7 INFO neutron.db.segments_db [None req-842aa495-40fe-44d2-9885-e84b31baaa8b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Added segment f2113976-1a75-48b5-b18e-d7aa764acbb5 of type vxlan for network bdd336f1-49a4-4e36-8b36-27b603c11fb3 2026-04-24 02:48:56.662 7 INFO neutron.db.l3_hamode_db [None req-842aa495-40fe-44d2-9885-e84b31baaa8b b98ea4c9986a4260b254ffa760395b46 1dfe771f901d49d5acdd6c2560e26d49 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:48:57.412 7 INFO neutron.db.l3_hamode_db [None req-842aa495-40fe-44d2-9885-e84b31baaa8b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1191/2243] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:48:56 2026] POST /v2.0/routers => generated 727 bytes in 1864 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2244] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:48:58 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2245] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:48:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2da2de3a26e74f429096bd9c56f5b55c => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2246] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:48:58 2026] POST /v2.0/ports => generated 1183 bytes in 407 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: 1195/2247] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:48:58 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2248] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:48:58 2026] PUT /v2.0/ports/8c99c4e2-38aa-495a-b248-ead9ac8806d0 => generated 1464 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1053/2249] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:48:58 2026] PUT /v2.0/routers/96d09ce4-6845-4961-8d63-814c1d0f4e5a/add_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:48:59.300 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8880bbed-8dc6-49ad-b95d-55c99e94ea10'] response: {'name': 'network-changed', 'server_uuid': '8098d24b-8886-4774-a962-e47b527c1eaf', 'tag': '8c99c4e2-38aa-495a-b248-ead9ac8806d0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1197/2250] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Apr 24 02:48:59 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2251] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:48:59 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2252] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:48:59 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2253] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:48:59 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1467 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2254] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:48:59 2026] GET /v2.0/networks?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&shared=False => generated 2376 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2255] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:48:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2256] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:00 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2257] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=8c99c4e2-38aa-495a-b248-ead9ac8806d0 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2258] 199.204.45.205 () {34 vars in 1106 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35a&port_id=8c99c4e2-38aa-495a-b248-ead9ac8806d0 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2259] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/subnets?id=307e7949-4968-45e7-994c-718bea635466&id=73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2260] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&device_owner=network%3Adhcp => generated 1461 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2261] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2262] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1060/2263] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1204/2264] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/networks?id=67240d02-9506-4b76-8d6f-21f46e3c0476 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2265] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/quotas/1dfe771f901d49d5acdd6c2560e26d49 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2266] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/ports?tenant_id=1dfe771f901d49d5acdd6c2560e26d49&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2267] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/networks/67240d02-9506-4b76-8d6f-21f46e3c0476?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2268] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/networks/67240d02-9506-4b76-8d6f-21f46e3c0476?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: 1063/2269] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:01 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1207/2270] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:03 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1064/2271] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:04 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2272] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:04 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2273] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:04 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2274] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:05 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2275] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:49:06 2026] GET /v2.0/networks?id=67240d02-9506-4b76-8d6f-21f46e3c0476 => generated 672 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2276] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:06 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1210/2277] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:49:06 2026] POST /v2.0/ports => generated 958 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2278] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:49:06 2026] PUT /v2.0/ports/bcecee36-4e83-4f78-8bb7-c1b3158a2d4d => generated 1239 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:49:07.292 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1c6b61f-c548-4bb4-bb78-e6e4744bb66b'] response: {'name': 'network-changed', 'server_uuid': 'c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3', 'tag': 'bcecee36-4e83-4f78-8bb7-c1b3158a2d4d', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1211/2279] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:07 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 973 bytes in 72 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: 1069/2280] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:07 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2281] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:07 2026] GET /v2.0/ports?tenant_id=1dfe771f901d49d5acdd6c2560e26d49&device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1070/2282] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:49:07 2026] GET /v2.0/networks?tenant_id=1dfe771f901d49d5acdd6c2560e26d49&shared=False => generated 768 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2283] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:49:07 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: 1072/2286] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:08 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2287] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:08 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2288] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:08 2026] GET /v2.0/ports?tenant_id=1dfe771f901d49d5acdd6c2560e26d49&device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1216/2289] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=bcecee36-4e83-4f78-8bb7-c1b3158a2d4d => 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: 1074/2290] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/subnets?id=2944d840-8a7a-4540-991e-e2b34678b8bd => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2291] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/ports?network_id=67240d02-9506-4b76-8d6f-21f46e3c0476&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: 1075/2292] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/networks/67240d02-9506-4b76-8d6f-21f46e3c0476?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: 1218/2293] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/networks/67240d02-9506-4b76-8d6f-21f46e3c0476?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: 1076/2294] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2295] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2296] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2297] 10.0.0.42 () {32 vars in 817 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&mac_address=fa%3A16%3A3e%3Aa3%3A90%3A73 => generated 1200 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2298] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:09 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:49:10.666 8 INFO neutron.db.l3_db [None req-ede8f843-0343-4031-ae49-775fa356a38f 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Floating IP 3e1beece-54d6-474a-95a4-136e2ab339e1 associated. External IP: 10.96.250.216, port: 8c99c4e2-38aa-495a-b248-ead9ac8806d0. [pid: 8|app: 0|req: 1078/2299] 10.0.0.42 () {34 vars in 676 bytes} [Fri Apr 24 02:49:09 2026] POST /v2.0/floatingips => generated 854 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:49:11.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cc556b4-a00d-47a9-b37e-431412c6eec7'] response: {'name': 'network-changed', 'server_uuid': '8098d24b-8886-4774-a962-e47b527c1eaf', 'tag': '8c99c4e2-38aa-495a-b248-ead9ac8806d0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1222/2300] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2301] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2302] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2303] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 800 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2304] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=8c99c4e2-38aa-495a-b248-ead9ac8806d0 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2305] 199.204.45.205 () {34 vars in 1106 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35a&port_id=8c99c4e2-38aa-495a-b248-ead9ac8806d0 => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2306] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/subnets?id=307e7949-4968-45e7-994c-718bea635466&id=73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2307] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2308] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&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: 1083/2309] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1227/2310] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:49:11 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1084/2311] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:12 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2312] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:12 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2313] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:13 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2314] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:13 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2315] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:14 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2316] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:14 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2317] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:15 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1231/2318] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:16 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2319] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:17 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1232/2320] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:17 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2321] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:49:17 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1469 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2322] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:17 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&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: 1090/2323] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:18 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1234/2324] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:18 2026] GET /v2.0/security-groups?id=084c03f7-ef83-4c65-befe-467fb2a02d6f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2325] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:49:18 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:49:18.561 7 INFO neutron_taas.services.taas.taas_plugin [req-79cc25b5-b082-455b-913c-97caa7d2b4d8 req-39cf95a8-e583-4e6d-b121-51b1056c0af6 17d8cf30c8d64026a994655146f117ae 1dfe771f901d49d5acdd6c2560e26d49 - - default default] TaaS: Handle Delete Port: bcecee36-4e83-4f78-8bb7-c1b3158a2d4d 2026-04-24 02:49:18.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-79cc25b5-b082-455b-913c-97caa7d2b4d8 req-39cf95a8-e583-4e6d-b121-51b1056c0af6 17d8cf30c8d64026a994655146f117ae 1dfe771f901d49d5acdd6c2560e26d49 - - default default] Tap Mirror: Handle Delete Port: bcecee36-4e83-4f78-8bb7-c1b3158a2d4d [pid: 7|app: 0|req: 1235/2326] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:49:18 2026] DELETE /v2.0/ports/bcecee36-4e83-4f78-8bb7-c1b3158a2d4d => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:49:18.741 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73e3b464-d3bc-4fc0-932e-2be6eaf63790'] response: {'server_uuid': 'c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3', 'name': 'network-vif-deleted', 'tag': 'bcecee36-4e83-4f78-8bb7-c1b3158a2d4d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1092/2327] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:19 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1236/2328] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:20 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => 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: 1093/2329] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:21 2026] GET /v2.0/ports?device_id=c483e6ab-4b4f-4a5a-a6ce-9b5d29bbbfd3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:49:24.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-c06990f3-ff6e-40b7-964b-3c2d45e9c36b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 254fddc5-c142-4bf3-9460-7297b7596591 2026-04-24 02:49:24.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c06990f3-ff6e-40b7-964b-3c2d45e9c36b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 254fddc5-c142-4bf3-9460-7297b7596591 [pid: 7|app: 0|req: 1238/2332] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:49:23 2026] PUT /v2.0/routers/96d09ce4-6845-4961-8d63-814c1d0f4e5a/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:49:24.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ee0d00c-00cf-4f8a-9ae7-5d3fcc5e07f0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: b9d7658d-53f8-4972-93af-a35052e1e7af 2026-04-24 02:49:24.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ee0d00c-00cf-4f8a-9ae7-5d3fcc5e07f0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: b9d7658d-53f8-4972-93af-a35052e1e7af 2026-04-24 02:49:25.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ee0d00c-00cf-4f8a-9ae7-5d3fcc5e07f0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: f3a6e50e-04ba-4aca-b415-56624a9c5085 2026-04-24 02:49:25.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ee0d00c-00cf-4f8a-9ae7-5d3fcc5e07f0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: f3a6e50e-04ba-4aca-b415-56624a9c5085 2026-04-24 02:49:25.647 8 INFO neutron.services.segments.plugin [-] Segment f2113976-1a75-48b5-b18e-d7aa764acbb5 resource provider aggregate not found 2026-04-24 02:49:25.650 8 INFO neutron.services.segments.plugin [-] Segment f2113976-1a75-48b5-b18e-d7aa764acbb5 resource provider aggregate not found 2026-04-24 02:49:25.662 8 INFO neutron.services.segments.plugin [-] Segment f2113976-1a75-48b5-b18e-d7aa764acbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2113976-1a75-48b5-b18e-d7aa764acbb5 found for delete ", "request_id": "req-8dd014c2-fffb-4748-9dd4-a9b179339ea3"}]} 2026-04-24 02:49:25.668 8 INFO neutron.db.l3_hamode_db [None req-7ee0d00c-00cf-4f8a-9ae7-5d3fcc5e07f0 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] HA network bdd336f1-49a4-4e36-8b36-27b603c11fb3 was deleted as no HA routers are present in tenant 1dfe771f901d49d5acdd6c2560e26d49. 2026-04-24 02:49:25.669 8 INFO neutron.services.segments.plugin [-] Segment f2113976-1a75-48b5-b18e-d7aa764acbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2113976-1a75-48b5-b18e-d7aa764acbb5 found for delete ", "request_id": "req-7d8579e1-0eb0-4d3a-95de-77603c4d8b60"}]} [pid: 8|app: 0|req: 1095/2333] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:49:24 2026] DELETE /v2.0/routers/96d09ce4-6845-4961-8d63-814c1d0f4e5a => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2334] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:49:25 2026] DELETE /v2.0/subnets/2944d840-8a7a-4540-991e-e2b34678b8bd => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:49:25.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2591dad-91c9-4d51-a44f-3ff7b0312e57 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: bc6c013c-8adb-450f-90f2-8a62c320400d 2026-04-24 02:49:25.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2591dad-91c9-4d51-a44f-3ff7b0312e57 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: bc6c013c-8adb-450f-90f2-8a62c320400d [pid: 8|app: 0|req: 1096/2335] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:49:25 2026] DELETE /v2.0/networks/67240d02-9506-4b76-8d6f-21f46e3c0476 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2336] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:49:26 2026] GET /v2.0/security-groups?tenant_id=1dfe771f901d49d5acdd6c2560e26d49&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2337] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:49:26 2026] DELETE /v2.0/security-groups/084c03f7-ef83-4c65-befe-467fb2a02d6f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:49:27.689 8 INFO neutron.services.segments.plugin [-] Segment 19a1784e-e3e9-456e-a338-090fb8cff3f9 resource provider aggregate not found 2026-04-24 02:49:27.695 8 INFO neutron.services.segments.plugin [-] Segment 19a1784e-e3e9-456e-a338-090fb8cff3f9 resource provider aggregate not found 2026-04-24 02:49:27.711 8 INFO neutron.services.segments.plugin [-] Segment 19a1784e-e3e9-456e-a338-090fb8cff3f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a1784e-e3e9-456e-a338-090fb8cff3f9 found for delete ", "request_id": "req-9b4d3d9a-c489-4425-a468-61ae29a233b5"}]} 2026-04-24 02:49:27.720 8 INFO neutron.services.segments.plugin [-] Segment 19a1784e-e3e9-456e-a338-090fb8cff3f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a1784e-e3e9-456e-a338-090fb8cff3f9 found for delete ", "request_id": "req-e280a205-b699-451f-bd7d-887afa80c6c3"}]} 2026-04-24 02:49:29.476 7 INFO neutron.db.segments_db [None req-64982bd8-e632-4cc8-a1ac-eca7d16a2e1c 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Added segment b5b8bb6f-d385-4b19-b299-5bd4230e5f88 of type vxlan for network 08a37960-7abf-4090-ba50-741c9cc164ef [pid: 7|app: 0|req: 1241/2338] 10.0.0.42 () {34 vars in 670 bytes} [Fri Apr 24 02:49:29 2026] POST /v2.0/networks => generated 614 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:49:29.628 8 INFO neutron.db.segments_db [None req-0c574bd5-501f-4d7a-9288-2a8f19fd166e 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Added segment e119087f-8fad-47e0-ac42-16535ca0cf3a of type vxlan for network 348ba4c5-547b-4d7b-8198-d6afd7ff2926 2026-04-24 02:49:29.849 8 INFO neutron.db.l3_hamode_db [None req-0c574bd5-501f-4d7a-9288-2a8f19fd166e 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:49:31.005 8 INFO neutron.db.l3_hamode_db [None req-0c574bd5-501f-4d7a-9288-2a8f19fd166e 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1098/2339] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:49:29 2026] POST /v2.0/routers => generated 694 bytes in 2299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2340] 10.0.0.42 () {32 vars in 775 bytes} [Fri Apr 24 02:49:31 2026] GET /v2.0/subnets?project_id=76acbb6922704855b67264b085324cb3&cidr=10.100.0.0%2F28 => 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: 1099/2341] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:49:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2342] 10.0.0.42 () {32 vars in 783 bytes} [Fri Apr 24 02:49:32 2026] GET /v2.0/subnets?network_id=44c78903-5b15-4f95-9ddc-505c297449b5&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2343] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:49:32 2026] POST /v2.0/subnets => generated 657 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2344] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:49:32 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2345] 10.0.0.145 () {30 vars in 690 bytes} [Fri Apr 24 02:49:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2346] 10.0.0.145 () {30 vars in 692 bytes} [Fri Apr 24 02:49:34 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: 1104/2347] 10.0.0.145 () {30 vars in 668 bytes} [Fri Apr 24 02:49:34 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: 1105/2348] 10.0.0.145 () {30 vars in 704 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2349] 10.0.0.42 () {34 vars in 782 bytes} [Fri Apr 24 02:49:32 2026] PUT /v2.0/routers/dbabe5e9-e686-47f2-9e10-262a961ff946/add_router_interface => generated 309 bytes in 1854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2350] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/networks => generated 6664 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2351] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/subnets => generated 7420 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2352] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/routers => generated 1451 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2353] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:49:34 2026] POST /v2.0/security-groups => generated 1677 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2354] 10.0.0.145 () {28 vars in 439 bytes} [Fri Apr 24 02:49:34 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2355] 10.0.0.145 () {30 vars in 728 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2356] 10.0.0.145 () {30 vars in 690 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2357] 10.0.0.145 () {30 vars in 692 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2358] 10.0.0.145 () {30 vars in 668 bytes} [Fri Apr 24 02:49:34 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: 1108/2359] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:49:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2360] 10.0.0.145 () {30 vars in 704 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2361] 10.0.0.145 () {30 vars in 728 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2362] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:49:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2363] 10.0.0.145 () {30 vars in 690 bytes} [Fri Apr 24 02:49:34 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: 1255/2364] 10.0.0.145 () {30 vars in 692 bytes} [Fri Apr 24 02:49:34 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: 1256/2365] 10.0.0.145 () {30 vars in 668 bytes} [Fri Apr 24 02:49:34 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: 1257/2366] 10.0.0.145 () {30 vars in 704 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2367] 10.0.0.145 () {30 vars in 730 bytes} [Fri Apr 24 02:49:34 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2368] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:49:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2369] 10.0.0.145 () {30 vars in 682 bytes} [Fri Apr 24 02:49:34 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: 7|app: 0|req: 1260/2370] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:49:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:49:35.149 7 INFO neutron.db.securitygroups_db [None req-ee7c85ca-7c5a-4a81-99c3-c3384cc7548b 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Project 76acbb6922704855b67264b085324cb3 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: 1261/2371] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:49:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:49:35.264 7 INFO neutron.db.securitygroups_db [None req-43b7501c-72b9-4957-8947-25a48a1f31c5 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Project 76acbb6922704855b67264b085324cb3 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: 1111/2372] 10.0.0.145 () {34 vars in 704 bytes} [Fri Apr 24 02:49:34 2026] POST /v2.0/ports => generated 1128 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2373] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:49:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 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: 1112/2374] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:49:35 2026] GET /v2.0/networks => generated 1298 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2375] 10.0.0.128 () {34 vars in 1100 bytes} [Fri Apr 24 02:49:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1024852983&fields=id&tenant_id=76acbb6922704855b67264b085324cb3 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2376] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:49:35 2026] GET /v2.0/networks?id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2377] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:49:35 2026] GET /v2.0/quotas/76acbb6922704855b67264b085324cb3 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2378] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:49:35 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2379] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:49:36 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2380] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:49:36 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?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: 1266/2381] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:36 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2382] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:37 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1267/2383] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:49:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2384] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:49:38 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: 1268/2385] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:49:38 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: 1118/2386] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:49:38 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: 1269/2387] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:49:38 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2388] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:49:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2389] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:49: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: 8|app: 0|req: 1120/2390] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:49:38 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: 1122/2393] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:49:38 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-04-24 02:49:38.446 7 INFO neutron.api.v2.resource [None req-2e5f85e4-9a40-4e14-9d03-ffa60ac9ab54 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1272/2394] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:49:38 2026] GET /v2.0/security-groups/lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2395] 199.204.45.205 () {30 vars in 785 bytes} [Fri Apr 24 02:49:38 2026] GET /v2.0/security-groups?name=lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2396] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:38 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1124/2397] 199.204.45.205 () {34 vars in 736 bytes} [Fri Apr 24 02:49:38 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2398] 199.204.45.205 () {30 vars in 815 bytes} [Fri Apr 24 02:49:38 2026] GET /v2.0/security-group-rules?security_group_id=ea03e3b3-75e1-4c87-922b-ebf0ffcc8fbd => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2399] 199.204.45.205 () {34 vars in 789 bytes} [Fri Apr 24 02:49:38 2026] PUT /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2400] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:49:38 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: 1126/2401] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:49: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: 1276/2402] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:49:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2403] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:49:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2404] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:49:39 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1128/2405] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:39 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1278/2406] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:49:40 2026] GET /v2.0/networks?id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 661 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2407] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:40 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1279/2408] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:49:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=76acbb6922704855b67264b085324cb3 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2409] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:49:40 2026] POST /v2.0/ports => generated 958 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2410] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:49:41 2026] PUT /v2.0/ports/379b3bb4-9fbc-48aa-a538-56519c3d3078 => generated 1239 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:49:41.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e19e9261-8269-43c7-98da-26699dccfea6'] response: {'name': 'network-changed', 'server_uuid': '8ab3f265-3c5a-433b-b432-d0f4fdf681b7', 'tag': '379b3bb4-9fbc-48aa-a538-56519c3d3078', '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: 1131/2411] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:41 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 973 bytes in 46 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: 1281/2412] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:41 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2413] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:42 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2414] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:49:42 2026] GET /v2.0/networks?tenant_id=76acbb6922704855b67264b085324cb3&shared=False => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2415] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:49:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2416] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:42 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2417] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:43 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&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: 1284/2418] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:43 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2419] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:49:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=379b3bb4-9fbc-48aa-a538-56519c3d3078 => 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: 1285/2420] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:49:43 2026] GET /v2.0/subnets?id=31ae58a1-9675-4d93-8c16-84b21945ff83 => 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: 1136/2421] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:43 2026] GET /v2.0/ports?network_id=08a37960-7abf-4090-ba50-741c9cc164ef&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: 1286/2422] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:49:43 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2423] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:49:43 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2424] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:44 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2425] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:44 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2426] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:45 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2427] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:45 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&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: 1289/2428] 10.0.0.128 () {34 vars in 1016 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/security-groups?id=cbd38fc3-5868-4e3e-b605-6361126abe42&fields=id => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2429] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/networks?id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 735 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2430] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/quotas/eb08f72d5e7043f0aa04cee945ecb1b9 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2431] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2432] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2433] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1142/2434] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2435] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:46 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&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: 1143/2436] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:47 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => 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: 1294/2437] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:47 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => 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: 1144/2438] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:47 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2439] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:47 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&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: 1145/2440] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:48 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1296/2441] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:48 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&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: 1146/2442] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:48 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1297/2443] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:49 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&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: 1147/2444] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:49:49 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:49:49.875 7 INFO neutron.db.l3_db [None req-0c43aada-ff9a-49a6-ac2d-4461857a5954 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Floating IP 867d127f-09b5-433f-b226-e03874ab288d associated. External IP: 10.96.250.211, port: 379b3bb4-9fbc-48aa-a538-56519c3d3078. [pid: 8|app: 0|req: 1148/2445] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => 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: 1298/2446] 10.0.0.42 () {34 vars in 676 bytes} [Fri Apr 24 02:49:49 2026] POST /v2.0/floatingips => generated 856 bytes in 1050 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:49:50.235 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b2cfae5-73a9-4542-bc24-4bd07e4a73e7'] response: {'name': 'network-changed', 'server_uuid': '8ab3f265-3c5a-433b-b432-d0f4fdf681b7', 'tag': '379b3bb4-9fbc-48aa-a538-56519c3d3078', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1149/2447] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2448] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => 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: 1150/2449] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2450] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/networks?id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2451] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=379b3bb4-9fbc-48aa-a538-56519c3d3078 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2452] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/subnets?id=31ae58a1-9675-4d93-8c16-84b21945ff83 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2453] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/ports?network_id=08a37960-7abf-4090-ba50-741c9cc164ef&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2454] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?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: 1153/2455] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:49:50 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2456] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:49:51 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2457] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:49:52 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2458] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:49:52 2026] GET /v2.0/networks?id=559b6601-f72e-443b-8d71-4d847f6c6bc5 => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2459] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:49:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9 => generated 343 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2460] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:49:52 2026] POST /v2.0/ports => generated 1082 bytes in 294 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: 1306/2461] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:53 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2462] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:49:52 2026] PUT /v2.0/ports/6d8fc486-cb3f-457d-a805-e6006a29b4c6 => generated 1243 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2463] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:53 2026] GET /v2.0/security-groups?id=cbd38fc3-5868-4e3e-b605-6361126abe42&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:49:53.241 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21707bdf-42cd-4d2a-a678-6c5e5a8dd240'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '6d8fc486-cb3f-457d-a805-e6006a29b4c6', '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: 1157/2464] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:53 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2467] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:53 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2468] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:49:53 2026] GET /v2.0/networks?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&shared=False => 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: 1160/2469] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:49:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2470] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:49:54 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2471] 199.204.45.205 () {34 vars in 1062 bytes} [Fri Apr 24 02:49:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.104&port_id=6d8fc486-cb3f-457d-a805-e6006a29b4c6 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2472] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:49:55 2026] GET /v2.0/subnets?id=3419e84a-7445-40cb-961d-bf4cd8e6147f => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2473] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:49:55 2026] GET /v2.0/ports?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2474] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:49:55 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2475] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:49:55 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2476] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:56 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2477] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:56 2026] GET /v2.0/security-groups?id=cbd38fc3-5868-4e3e-b605-6361126abe42&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2478] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:56 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2479] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:49:58 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2480] 199.204.45.205 () {34 vars in 1044 bytes} [Fri Apr 24 02:49:59 2026] GET /v2.0/security-groups?id=cbd38fc3-5868-4e3e-b605-6361126abe42&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: 1166/2481] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:49:59 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2482] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:59 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2483] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:59 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2484] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:49:59 2026] GET /v2.0/security-groups?id=cbd38fc3-5868-4e3e-b605-6361126abe42&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2485] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:49:59 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => 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: 1318/2486] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:02 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2487] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:02 2026] GET /v2.0/security-groups?id=cbd38fc3-5868-4e3e-b605-6361126abe42&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2488] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:02 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2491] 10.0.0.42 () {32 vars in 825 bytes} [Fri Apr 24 02:50:09 2026] GET /v2.0/ports?project_id=76acbb6922704855b67264b085324cb3&network_id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 3695 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2492] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:50:09 2026] GET /v2.0/subnets?network_id=44c78903-5b15-4f95-9ddc-505c297449b5 => generated 667 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:50:10.252 8 INFO neutron.db.l3_db [None req-920bf3b0-7564-477a-beaf-b25d937f8ab6 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Floating IP 867d127f-09b5-433f-b226-e03874ab288d disassociated. External IP: 10.96.250.211, port: 379b3bb4-9fbc-48aa-a538-56519c3d3078. [pid: 8|app: 0|req: 1172/2493] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:50:10 2026] PUT /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 554 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2494] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:50:10 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 554 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:50:10.683 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5f235c8-6199-4c0a-8422-a53b185632f4'] response: {'name': 'network-changed', 'server_uuid': '8ab3f265-3c5a-433b-b432-d0f4fdf681b7', 'tag': '379b3bb4-9fbc-48aa-a538-56519c3d3078', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1173/2495] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2496] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/networks?id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2497] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=379b3bb4-9fbc-48aa-a538-56519c3d3078 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2498] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/subnets?id=31ae58a1-9675-4d93-8c16-84b21945ff83 => 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: 1175/2499] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/ports?network_id=08a37960-7abf-4090-ba50-741c9cc164ef&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2500] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2501] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?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: 1326/2502] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:50:11 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2503] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:50:12 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2504] 10.0.0.42 () {34 vars in 684 bytes} [Fri Apr 24 02:50:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2505] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:50:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2506] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:50:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2507] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:50:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2508] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:50:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:50:14.633 8 INFO neutron.db.securitygroups_db [None req-cf91822c-456f-4188-805e-cc080e6af52c 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Project 76acbb6922704855b67264b085324cb3 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: 1180/2509] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:50:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:50:14.774 7 INFO neutron.db.securitygroups_db [None req-ef3aeab5-49ad-456c-95c9-ee79bd30c39e 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Project 76acbb6922704855b67264b085324cb3 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: 1330/2510] 10.0.0.42 () {34 vars in 694 bytes} [Fri Apr 24 02:50:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2511] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/networks => generated 1298 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2512] 10.0.0.128 () {34 vars in 1098 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-730697877&fields=id&tenant_id=76acbb6922704855b67264b085324cb3 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2513] 10.0.0.128 () {34 vars in 982 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/networks?id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2514] 10.0.0.128 () {34 vars in 965 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/quotas/76acbb6922704855b67264b085324cb3 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2515] 10.0.0.128 () {34 vars in 1002 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&fields=id => generated 149 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2516] 10.0.0.128 () {34 vars in 1008 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2517] 10.0.0.128 () {34 vars in 1108 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?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: 1334/2518] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:15 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => 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: 1185/2519] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:16 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => 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: 1335/2520] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:18 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => 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: 1186/2521] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:19 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => 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: 1336/2522] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:50:20 2026] GET /v2.0/networks?id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 661 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2523] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:20 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => 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: 1337/2524] 199.204.45.205 () {34 vars in 1050 bytes} [Fri Apr 24 02:50:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=76acbb6922704855b67264b085324cb3 => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2525] 199.204.45.205 () {38 vars in 955 bytes} [Fri Apr 24 02:50:20 2026] POST /v2.0/ports => generated 954 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2526] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:50:20 2026] PUT /v2.0/ports/325a31f5-cdbe-4e4b-91ab-d08efc008529 => generated 1235 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:50:21.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e38c5c2c-636a-4cdb-89ee-28e5a6a19396'] response: {'name': 'network-changed', 'server_uuid': '1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc', 'tag': '325a31f5-cdbe-4e4b-91ab-d08efc008529', '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: 1189/2527] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:21 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1339/2528] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:21 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1190/2529] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:21 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2530] 199.204.45.205 () {34 vars in 1018 bytes} [Fri Apr 24 02:50:21 2026] GET /v2.0/networks?tenant_id=76acbb6922704855b67264b085324cb3&shared=False => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2531] 199.204.45.205 () {34 vars in 930 bytes} [Fri Apr 24 02:50:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2532] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2533] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&fields=id&fields=name => generated 113 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2534] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2535] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=325a31f5-cdbe-4e4b-91ab-d08efc008529 => 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: 1343/2536] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/subnets?id=31ae58a1-9675-4d93-8c16-84b21945ff83 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2537] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/ports?network_id=08a37960-7abf-4090-ba50-741c9cc164ef&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2538] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?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: 1195/2539] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:22 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2542] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:23 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2543] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:23 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1347/2544] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:24 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2545] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:24 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1348/2546] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:26 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => 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: 1199/2547] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:26 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1349/2548] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:27 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2549] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:27 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1350/2550] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:28 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2551] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:28 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1351/2552] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:28 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2553] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:28 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1352/2554] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:50:28 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:50:29.119 8 INFO neutron.db.l3_db [None req-7a9e3c81-91fc-4b6b-aea8-ca07801a1ef2 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Floating IP 867d127f-09b5-433f-b226-e03874ab288d associated. External IP: 10.96.250.211, port: 325a31f5-cdbe-4e4b-91ab-d08efc008529. [pid: 8|app: 0|req: 1203/2555] 10.0.0.42 () {34 vars in 748 bytes} [Fri Apr 24 02:50:28 2026] PUT /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 855 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2556] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:50:29 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:50:29.521 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ead1da09-010d-411f-83f0-44f304b35b1c'] response: {'name': 'network-changed', 'server_uuid': '1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc', 'tag': '325a31f5-cdbe-4e4b-91ab-d08efc008529', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1204/2557] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/ports?tenant_id=76acbb6922704855b67264b085324cb3&device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 1240 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2558] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/networks?id=08a37960-7abf-4090-ba50-741c9cc164ef => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2559] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=325a31f5-cdbe-4e4b-91ab-d08efc008529 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2560] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/subnets?id=31ae58a1-9675-4d93-8c16-84b21945ff83 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2561] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/ports?network_id=08a37960-7abf-4090-ba50-741c9cc164ef&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2562] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?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: 1207/2563] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef?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: 1357/2564] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:50:30 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2565] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:50:31 2026] GET /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 857 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2568] 10.0.0.149 () {34 vars in 990 bytes} [Fri Apr 24 02:50:39 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2569] 10.0.0.149 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:39 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2570] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:50:39 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: 1360/2571] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:50:39 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: 1212/2572] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:50:39 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: 1361/2573] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:50:39 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: 1213/2574] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:50:39 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2575] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:50:40 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => 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: 1214/2576] 199.204.45.205 () {34 vars in 717 bytes} [Fri Apr 24 02:50:40 2026] POST /v2.0/ports => generated 1055 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2577] 10.0.0.128 () {34 vars in 971 bytes} [Fri Apr 24 02:50:40 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1055 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2578] 10.0.0.128 () {34 vars in 907 bytes} [Fri Apr 24 02:50:40 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: 7|app: 0|req: 1364/2579] 199.204.45.205 () {34 vars in 1262 bytes} [Fri Apr 24 02:50:41 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2580] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:41 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1365/2581] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:41 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1217/2582] 199.204.45.205 () {34 vars in 975 bytes} [Fri Apr 24 02:50:42 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1055 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2583] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:50:42 2026] GET /v2.0/networks?id=8e35ad53-1189-4516-ae0e-f13f889d906d => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2584] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:50:42 2026] PUT /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1245 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:50:42.744 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e4d19d4-2189-4ba3-9786-e0526f2ea5ff'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '553ede47-bbdb-4751-ad8a-052ffad40c08', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1367/2585] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:43 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2586] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:50:43 2026] GET /v2.0/networks?id=8e35ad53-1189-4516-ae0e-f13f889d906d => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2587] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:50:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => 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: 1220/2588] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:43 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1369/2589] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:43 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&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: 1221/2590] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:43 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1370/2591] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:43 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1222/2592] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2593] 199.204.45.205 () {34 vars in 1062 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.104&port_id=6d8fc486-cb3f-457d-a805-e6006a29b4c6 => 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: 1223/2594] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/subnets?id=3419e84a-7445-40cb-961d-bf4cd8e6147f => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2595] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/ports?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5&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: 1224/2596] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1373/2597] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1225/2598] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => 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: 1374/2599] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1226/2600] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2601] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:44 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1227/2602] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:45 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1376/2603] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:48 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2604] 10.0.0.128 () {34 vars in 971 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1247 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2605] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1229/2606] 199.204.45.205 () {34 vars in 789 bytes} [Fri Apr 24 02:50:49 2026] PUT /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1271 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:50:49.336 7 INFO neutron.api.v2.resource [None req-f559936b-d412-4987-859d-ae2f7f18f42e b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1378/2607] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/security-groups/lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:50:49.352 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a506cbe-44f1-49b9-9e1c-5d4a5011d580'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '553ede47-bbdb-4751-ad8a-052ffad40c08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1230/2608] 199.204.45.205 () {30 vars in 785 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/security-groups?name=lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2609] 199.204.45.205 () {34 vars in 789 bytes} [Fri Apr 24 02:50:49 2026] PUT /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1309 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:50:49.688 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b3f6e2e-9195-4a84-988a-91090345a75a'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '553ede47-bbdb-4751-ad8a-052ffad40c08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1231/2610] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:50:49 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1380/2611] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:50: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: 1232/2612] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2613] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:50:49 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: 1382/2614] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2615] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2616] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2617] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/networks?id=8e35ad53-1189-4516-ae0e-f13f889d906d => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2618] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => 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: 1235/2619] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2620] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1385/2621] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:49 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2622] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2623] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => 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: 1238/2624] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2625] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1239/2626] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2627] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2628] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2629] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:50 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&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: 1241/2630] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2631] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/networks?id=8e35ad53-1189-4516-ae0e-f13f889d906d => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2632] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => 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: 1391/2633] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1243/2634] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => 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: 1392/2635] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2636] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2637] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/security-groups?id=8a942a5e-b538-4529-86ea-edc6da292f03&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2638] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2639] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:50:51 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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-04-24 02:50:51.566 8 INFO neutron_taas.services.taas.taas_plugin [req-2d2cb23a-c061-4aa5-97e3-2525fb09d164 req-dd35f8bc-5a32-42e8-912d-eca95cc2bcd4 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] TaaS: Handle Delete Port: 325a31f5-cdbe-4e4b-91ab-d08efc008529 2026-04-24 02:50:51.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2d2cb23a-c061-4aa5-97e3-2525fb09d164 req-dd35f8bc-5a32-42e8-912d-eca95cc2bcd4 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Tap Mirror: Handle Delete Port: 325a31f5-cdbe-4e4b-91ab-d08efc008529 2026-04-24 02:50:51.702 8 INFO neutron.db.l3_db [req-2d2cb23a-c061-4aa5-97e3-2525fb09d164 req-dd35f8bc-5a32-42e8-912d-eca95cc2bcd4 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Floating IP 867d127f-09b5-433f-b226-e03874ab288d disassociated. External IP: 10.96.250.211, port: 325a31f5-cdbe-4e4b-91ab-d08efc008529. [pid: 8|app: 0|req: 1245/2640] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:50:51 2026] DELETE /v2.0/ports/325a31f5-cdbe-4e4b-91ab-d08efc008529 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:50:52.093 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a91cad2-33ea-4c82-b40b-af1a797e0814'] response: {'server_uuid': '1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc', 'name': 'network-vif-deleted', 'tag': '325a31f5-cdbe-4e4b-91ab-d08efc008529', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1396/2641] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:52 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2644] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:53 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2645] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:54 2026] GET /v2.0/ports?device_id=1bbb2c38-c680-4b0b-b58a-7c383e8f2ffc => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2646] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:50:55 2026] DELETE /v2.0/security-groups/8a942a5e-b538-4529-86ea-edc6da292f03 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:50:56.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-2fb9f4db-a87b-4080-bb7a-61b52a14971b 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] TaaS: Handle Delete Port: e84b0985-558d-44c3-8cb3-5f4a45a49678 2026-04-24 02:50:56.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fb9f4db-a87b-4080-bb7a-61b52a14971b 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Tap Mirror: Handle Delete Port: e84b0985-558d-44c3-8cb3-5f4a45a49678 [pid: 7|app: 0|req: 1399/2647] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:50:55 2026] DELETE /v2.0/floatingips/867d127f-09b5-433f-b226-e03874ab288d => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2648] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:56 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2649] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:56 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:50:56.928 8 INFO neutron.db.l3_db [None req-4e072393-3708-463e-86b7-4a10237ff376 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Floating IP 012802f0-f406-4f79-8e96-56f4c36828b5 associated. External IP: 10.96.250.220, port: 551abb8e-9b4d-4c59-89da-eae784a0c90b. [pid: 8|app: 0|req: 1249/2650] 10.0.0.42 () {34 vars in 676 bytes} [Fri Apr 24 02:50:56 2026] POST /v2.0/floatingips => generated 898 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2651] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:57 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1250/2652] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:57 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2653] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:58 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2654] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:50:58 2026] GET /v2.0/security-groups?id=1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948&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: 1404/2655] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:50:58 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:50:59.033 8 INFO neutron_taas.services.taas.taas_plugin [req-e91c8d49-6c33-4360-b6f4-07d329d255fa req-d310f9fc-f92d-47e8-96ed-9db06cf8d2e1 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] TaaS: Handle Delete Port: 379b3bb4-9fbc-48aa-a538-56519c3d3078 2026-04-24 02:50:59.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e91c8d49-6c33-4360-b6f4-07d329d255fa req-d310f9fc-f92d-47e8-96ed-9db06cf8d2e1 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Tap Mirror: Handle Delete Port: 379b3bb4-9fbc-48aa-a538-56519c3d3078 [pid: 8|app: 0|req: 1252/2656] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:50:58 2026] DELETE /v2.0/ports/379b3bb4-9fbc-48aa-a538-56519c3d3078 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:50:59.214 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5625a213-3a8e-4529-9554-f300a484e551'] response: {'server_uuid': '8ab3f265-3c5a-433b-b432-d0f4fdf681b7', 'name': 'network-vif-deleted', 'tag': '379b3bb4-9fbc-48aa-a538-56519c3d3078', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1405/2657] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:50:59 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => 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: 1253/2658] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2659] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:00 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: 1254/2660] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:00 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: 1407/2661] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:00 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-04-24 02:51:00.246 8 INFO neutron.api.v2.resource [None req-fff6e260-ab70-4222-baa1-0b7ee1c2a74b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2662] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:51:00 2026] GET /v2.0/security-groups/lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2663] 199.204.45.205 () {30 vars in 785 bytes} [Fri Apr 24 02:51:00 2026] GET /v2.0/security-groups?name=lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => 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: 1256/2664] 199.204.45.205 () {30 vars in 815 bytes} [Fri Apr 24 02:51:00 2026] GET /v2.0/security-group-rules?security_group_id=ea03e3b3-75e1-4c87-922b-ebf0ffcc8fbd => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2665] 199.204.45.205 () {34 vars in 747 bytes} [Fri Apr 24 02:51:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2666] 199.204.45.205 () {34 vars in 747 bytes} [Fri Apr 24 02:51:00 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: 1410/2667] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:51:01 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2668] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:51:02 2026] GET /v2.0/ports?device_id=8ab3f265-3c5a-433b-b432-d0f4fdf681b7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2669] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:03 2026] DELETE /v2.0/security-groups/1d1bf6e0-5c5f-4d0c-8dd7-6d9af1558948 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:51:03.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-32b711f2-ce5b-492e-9593-48a255a91e54 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] TaaS: Handle Delete Port: d1e8fdf9-f907-4170-9dfd-26e47e724fee 2026-04-24 02:51:03.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32b711f2-ce5b-492e-9593-48a255a91e54 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Tap Mirror: Handle Delete Port: d1e8fdf9-f907-4170-9dfd-26e47e724fee [pid: 8|app: 0|req: 1259/2670] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:51:03 2026] PUT /v2.0/routers/dbabe5e9-e686-47f2-9e10-262a961ff946/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2671] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:04 2026] DELETE /v2.0/subnets/31ae58a1-9675-4d93-8c16-84b21945ff83 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:51:04.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0a098e5-d7ef-4b74-bb59-57d4fc2ae79d 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] TaaS: Handle Delete Port: 3999f5f5-ae19-4022-b250-b0512657bfac 2026-04-24 02:51:04.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0a098e5-d7ef-4b74-bb59-57d4fc2ae79d 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Tap Mirror: Handle Delete Port: 3999f5f5-ae19-4022-b250-b0512657bfac 2026-04-24 02:51:04.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0a098e5-d7ef-4b74-bb59-57d4fc2ae79d 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] TaaS: Handle Delete Port: 31195c14-e9a6-4944-921b-1d4791a45150 2026-04-24 02:51:04.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0a098e5-d7ef-4b74-bb59-57d4fc2ae79d 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] Tap Mirror: Handle Delete Port: 31195c14-e9a6-4944-921b-1d4791a45150 2026-04-24 02:51:05.240 8 INFO neutron.db.l3_hamode_db [None req-a0a098e5-d7ef-4b74-bb59-57d4fc2ae79d 89ccf9271e3f4507ba82067829d7c544 76acbb6922704855b67264b085324cb3 - - default default] HA network 348ba4c5-547b-4d7b-8198-d6afd7ff2926 was deleted as no HA routers are present in tenant 76acbb6922704855b67264b085324cb3. [pid: 8|app: 0|req: 1260/2672] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:04 2026] DELETE /v2.0/routers/dbabe5e9-e686-47f2-9e10-262a961ff946 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:51:05.321 8 INFO neutron.services.segments.plugin [-] Segment e119087f-8fad-47e0-ac42-16535ca0cf3a resource provider aggregate not found 2026-04-24 02:51:05.329 8 INFO neutron.services.segments.plugin [-] Segment e119087f-8fad-47e0-ac42-16535ca0cf3a resource provider aggregate not found 2026-04-24 02:51:05.336 8 INFO neutron.services.segments.plugin [-] Segment e119087f-8fad-47e0-ac42-16535ca0cf3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e119087f-8fad-47e0-ac42-16535ca0cf3a found for delete ", "request_id": "req-9d54a8a7-64e8-428b-8fb3-821d5c14aa06"}]} 2026-04-24 02:51:05.342 8 INFO neutron.services.segments.plugin [-] Segment e119087f-8fad-47e0-ac42-16535ca0cf3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e119087f-8fad-47e0-ac42-16535ca0cf3a found for delete ", "request_id": "req-6342e5c2-bff4-457b-b55f-ec5ab53edb38"}]} [pid: 7|app: 0|req: 1413/2673] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:51:05 2026] DELETE /v2.0/networks/08a37960-7abf-4090-ba50-741c9cc164ef => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:51:05.426 7 INFO neutron.services.segments.plugin [-] Segment b5b8bb6f-d385-4b19-b299-5bd4230e5f88 resource provider aggregate not found 2026-04-24 02:51:05.438 7 INFO neutron.services.segments.plugin [-] Segment b5b8bb6f-d385-4b19-b299-5bd4230e5f88 resource provider aggregate not found 2026-04-24 02:51:05.454 7 INFO neutron.services.segments.plugin [-] Segment b5b8bb6f-d385-4b19-b299-5bd4230e5f88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b8bb6f-d385-4b19-b299-5bd4230e5f88 found for delete ", "request_id": "req-b3fc7df5-a21c-436a-be61-a57ce5d6410a"}]} 2026-04-24 02:51:05.455 7 INFO neutron.services.segments.plugin [-] Segment b5b8bb6f-d385-4b19-b299-5bd4230e5f88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b8bb6f-d385-4b19-b299-5bd4230e5f88 found for delete ", "request_id": "req-2800a259-cf12-4a68-8c81-ff1e0442af29"}]} [pid: 8|app: 0|req: 1261/2674] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:06 2026] GET /v2.0/security-groups?tenant_id=76acbb6922704855b67264b085324cb3&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2675] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:06 2026] DELETE /v2.0/security-groups/98049a08-891a-4b86-8686-fe39d7d17ef8 => 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: 1262/2676] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:06 2026] GET /v2.0/security-groups?tenant_id=db674b8a911b454a93b38ca9f17027d6&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2677] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:06 2026] DELETE /v2.0/security-groups/3ae3b16b-9615-4906-b2b8-565acbb33836 => 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: 1264/2680] 10.0.0.145 () {30 vars in 690 bytes} [Fri Apr 24 02:51:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2681] 10.0.0.145 () {30 vars in 692 bytes} [Fri Apr 24 02:51:09 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: 1265/2682] 10.0.0.145 () {30 vars in 668 bytes} [Fri Apr 24 02:51:09 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: 1418/2683] 10.0.0.145 () {30 vars in 704 bytes} [Fri Apr 24 02:51:09 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: 1266/2684] 10.0.0.145 () {28 vars in 439 bytes} [Fri Apr 24 02:51:09 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: 1419/2685] 10.0.0.145 () {30 vars in 728 bytes} [Fri Apr 24 02:51:09 2026] GET /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 655 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2686] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:10 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: 1420/2687] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2688] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2689] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:10 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: 1269/2690] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:10 2026] GET /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2691] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:10 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2692] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:10 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: 1424/2693] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2694] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:10 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: 1426/2695] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:10 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: 1427/2696] 199.204.45.205 () {34 vars in 717 bytes} [Fri Apr 24 02:51:10 2026] POST /v2.0/ports => generated 1324 bytes in 347 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: 1428/2697] 10.0.0.128 () {34 vars in 971 bytes} [Fri Apr 24 02:51:11 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2698] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:51:10 2026] POST /v2.0/floatingips => generated 552 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2699] 10.0.0.128 () {34 vars in 907 bytes} [Fri Apr 24 02:51:11 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: 1271/2700] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:51:11 2026] POST /v2.0/floatingips => generated 552 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2701] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:51:11 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2702] 199.204.45.205 () {34 vars in 1262 bytes} [Fri Apr 24 02:51:12 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2703] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:12 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1274/2704] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:12 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1431/2705] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:51:12 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2706] 199.204.45.205 () {34 vars in 975 bytes} [Fri Apr 24 02:51:12 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1324 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2707] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2708] 10.0.0.42 () {34 vars in 675 bytes} [Fri Apr 24 02:51:12 2026] POST /v2.0/floatingips => generated 552 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2709] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:51:13 2026] PUT /v2.0/floatingips/b88f1563-ef87-445a-a33f-04d4a09fb1a8/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2710] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:51:13 2026] PUT /v2.0/floatingips/da8495e3-fe83-4718-89ff-c59b1963ac1a/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2711] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:51:13 2026] PUT /v2.0/floatingips/f00d97a1-4dd8-4566-ac9d-9a55135b7989/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2712] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:51:13 2026] PUT /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1514 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2713] 10.0.0.42 () {34 vars in 758 bytes} [Fri Apr 24 02:51:13 2026] PUT /v2.0/floatingips/550f430e-ca2d-4573-932b-6d23d1e207d3/tags => generated 19 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, ' 2026-04-24 02:51:13.645 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-068f37b2-6e97-4beb-97c7-198ef085d444'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '5165599d-66c4-4e74-8e79-2db06b2944af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1435/2714] 10.0.0.42 () {32 vars in 671 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2715] 10.0.0.42 () {32 vars in 685 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2716] 10.0.0.42 () {32 vars in 681 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2717] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2718] 10.0.0.42 () {32 vars in 679 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2719] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2720] 10.0.0.42 () {32 vars in 689 bytes} [Fri Apr 24 02:51:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2721] 10.0.0.42 () {32 vars in 701 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2722] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4091 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:14.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-970abe52-de5b-4beb-b302-17be6d6fb6ed 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] TaaS: Handle Delete Port: 1a9066b6-7f73-47b4-a668-3bfa2f0c4f23 2026-04-24 02:51:14.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-970abe52-de5b-4beb-b302-17be6d6fb6ed 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] Tap Mirror: Handle Delete Port: 1a9066b6-7f73-47b4-a668-3bfa2f0c4f23 [pid: 8|app: 0|req: 1285/2723] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2724] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2725] 199.204.45.205 () {34 vars in 1102 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9f&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2726] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/subnets?id=104d4bd1-063b-4644-8070-b694db6fdc6e&id=507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2727] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:51:14 2026] DELETE /v2.0/floatingips/b88f1563-ef87-445a-a33f-04d4a09fb1a8 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2728] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2729] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:14.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-066e07c6-5d22-4bd6-ad72-3f2363345d54 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] TaaS: Handle Delete Port: ce07ddb8-3325-4f53-b4c4-b7980999865b 2026-04-24 02:51:14.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-066e07c6-5d22-4bd6-ad72-3f2363345d54 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] Tap Mirror: Handle Delete Port: ce07ddb8-3325-4f53-b4c4-b7980999865b [pid: 8|app: 0|req: 1291/2730] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2731] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:14 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1440/2732] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:51:14 2026] DELETE /v2.0/floatingips/da8495e3-fe83-4718-89ff-c59b1963ac1a => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:51:14.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab690c84-e6f1-4dc5-a456-e822d854e0e1 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] TaaS: Handle Delete Port: 93761510-1036-4ffe-b380-e9e44fd96100 2026-04-24 02:51:14.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab690c84-e6f1-4dc5-a456-e822d854e0e1 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] Tap Mirror: Handle Delete Port: 93761510-1036-4ffe-b380-e9e44fd96100 [pid: 8|app: 0|req: 1293/2733] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:51:14 2026] DELETE /v2.0/floatingips/f00d97a1-4dd8-4566-ac9d-9a55135b7989 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:51:15.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7f354ea-4f5f-4f5c-a0a5-c1bc5a356551 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] TaaS: Handle Delete Port: aa9b8d30-05a2-42d6-95c9-601ef1304814 2026-04-24 02:51:15.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7f354ea-4f5f-4f5c-a0a5-c1bc5a356551 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] Tap Mirror: Handle Delete Port: aa9b8d30-05a2-42d6-95c9-601ef1304814 [pid: 7|app: 0|req: 1441/2734] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:51:14 2026] DELETE /v2.0/floatingips/550f430e-ca2d-4573-932b-6d23d1e207d3 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:51:15.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-818b47b7-9cba-44a2-af2a-0f913b717d3f 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] TaaS: Handle Delete Port: d980377b-8ca0-4b20-abe7-e45a1a57c122 2026-04-24 02:51:15.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-818b47b7-9cba-44a2-af2a-0f913b717d3f 61e2b0aa88fe4d7e8a4e8688af4e797b 63c1087dbdd849108ebc29dfc7947b99 - - default default] Tap Mirror: Handle Delete Port: d980377b-8ca0-4b20-abe7-e45a1a57c122 [pid: 8|app: 0|req: 1294/2735] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:51:15 2026] DELETE /v2.0/floatingips/7a4f1b18-dc04-4e90-a32a-a1d150b836c9 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2736] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4091 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2737] 199.204.45.205 () {34 vars in 1062 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.104&port_id=6d8fc486-cb3f-457d-a805-e6006a29b4c6 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2738] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/subnets?id=3419e84a-7445-40cb-961d-bf4cd8e6147f => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2739] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/ports?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5&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: 1444/2740] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1297/2741] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1445/2742] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => 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: 1298/2743] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2744] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2745] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:15 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2746] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1300/2747] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => 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: 1448/2748] 199.204.45.205 () {34 vars in 1102 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9f&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => 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: 1301/2749] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/subnets?id=104d4bd1-063b-4644-8070-b694db6fdc6e&id=507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 1409 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2750] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2751] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2752] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1303/2753] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1451/2754] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/security-groups?tenant_id=507c6035fc7f4dedb962604656b1cb87&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2755] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:16 2026] DELETE /v2.0/security-groups/4d4d6089-9935-4452-bd2b-6e75bb9f81f6 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2756] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:16 2026] GET /v2.0/security-groups?tenant_id=df4c0d2e65b1499687f7d70ebddaf499&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2757] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:16 2026] DELETE /v2.0/security-groups/025ce0e3-6b77-4c75-a161-19a6573fe2ab => 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: 1453/2758] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:17 2026] GET /v2.0/security-groups?tenant_id=63c1087dbdd849108ebc29dfc7947b99&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2759] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:17 2026] DELETE /v2.0/security-groups/3fecacad-f641-4b2a-903b-5d0fdf7b38bf => 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: 1454/2760] 10.0.0.128 () {34 vars in 971 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2761] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2762] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2763] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/subnets/104d4bd1-063b-4644-8070-b694db6fdc6e => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2764] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2765] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:20 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: 1457/2766] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2767] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2768] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1311/2769] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2770] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2771] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2772] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2773] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2774] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:20 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1314/2775] 10.0.0.42 () {34 vars in 677 bytes} [Fri Apr 24 02:51:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2776] 10.0.0.42 () {34 vars in 677 bytes} [Fri Apr 24 02:51:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2777] 10.0.0.42 () {34 vars in 677 bytes} [Fri Apr 24 02:51:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2778] 10.0.0.42 () {34 vars in 677 bytes} [Fri Apr 24 02:51:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2779] 10.0.0.42 () {34 vars in 677 bytes} [Fri Apr 24 02:51:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2780] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:51:22 2026] PUT /v2.0/policies/78ce1b1a-1a51-47b5-9d3a-b899a7965ffc/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2781] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:51:22 2026] PUT /v2.0/policies/e7ef190e-730c-4915-a4e3-0c57c9c817ce/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2782] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:51:22 2026] PUT /v2.0/policies/c61d800d-c81b-4a51-8066-0ddbdbceab58/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2783] 10.0.0.42 () {34 vars in 752 bytes} [Fri Apr 24 02:51:22 2026] PUT /v2.0/policies/0c9ede15-ad7b-4d4f-97ea-545285b99eff/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2784] 10.0.0.42 () {32 vars in 673 bytes} [Fri Apr 24 02:51:22 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2785] 10.0.0.42 () {32 vars in 687 bytes} [Fri Apr 24 02:51:22 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2786] 10.0.0.42 () {32 vars in 683 bytes} [Fri Apr 24 02:51:22 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2787] 10.0.0.42 () {32 vars in 695 bytes} [Fri Apr 24 02:51:22 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2788] 10.0.0.42 () {32 vars in 681 bytes} [Fri Apr 24 02:51:22 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2789] 10.0.0.42 () {32 vars in 695 bytes} [Fri Apr 24 02:51:22 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2790] 10.0.0.42 () {32 vars in 691 bytes} [Fri Apr 24 02:51:23 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2791] 10.0.0.42 () {32 vars in 703 bytes} [Fri Apr 24 02:51:23 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2792] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:51:23 2026] DELETE /v2.0/qos/policies/78ce1b1a-1a51-47b5-9d3a-b899a7965ffc => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2793] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:51:23 2026] DELETE /v2.0/qos/policies/e7ef190e-730c-4915-a4e3-0c57c9c817ce => 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: 1471/2794] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:51:23 2026] DELETE /v2.0/qos/policies/c61d800d-c81b-4a51-8066-0ddbdbceab58 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2795] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:51:23 2026] DELETE /v2.0/qos/policies/0c9ede15-ad7b-4d4f-97ea-545285b99eff => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2798] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:51:23 2026] DELETE /v2.0/qos/policies/23ba11b5-b110-42ae-bebb-f4a62777053d => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2799] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:24 2026] GET /v2.0/security-groups?tenant_id=cb08f552ccf345528e1adacbdf9db65f&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2800] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:24 2026] DELETE /v2.0/security-groups/be4d2be2-0463-4ee0-8197-4172b1abe9eb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2801] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:24 2026] GET /v2.0/security-groups?tenant_id=13d5385f0e9142ebaed2c47a80d77f28&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2802] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:24 2026] DELETE /v2.0/security-groups/23e1684b-d32b-457b-ba55-584521514843 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2803] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:25 2026] GET /v2.0/security-groups?tenant_id=12571d870bbc4066b91ce82b3a19b699&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2804] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:25 2026] DELETE /v2.0/security-groups/3b1399b2-8123-4d77-8261-c2bf7d5820ec => 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: 1330/2805] 10.0.0.145 () {30 vars in 690 bytes} [Fri Apr 24 02:51:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2806] 10.0.0.145 () {30 vars in 692 bytes} [Fri Apr 24 02:51:25 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: 1331/2807] 10.0.0.145 () {30 vars in 668 bytes} [Fri Apr 24 02:51: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: 7|app: 0|req: 1477/2808] 10.0.0.145 () {30 vars in 704 bytes} [Fri Apr 24 02:51: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: 8|app: 0|req: 1332/2809] 10.0.0.145 () {28 vars in 439 bytes} [Fri Apr 24 02:51:25 2026] GET / => generated 151 bytes in 9 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2810] 10.0.0.145 () {30 vars in 728 bytes} [Fri Apr 24 02:51:25 2026] GET /v2.0/subnets/307e7949-4968-45e7-994c-718bea635466 => generated 656 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2811] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2812] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:27 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: 1334/2813] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51: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: 7|app: 0|req: 1480/2814] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2815] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:28 2026] GET /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2816] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:28 2026] GET /v2.0/subnets/307e7949-4968-45e7-994c-718bea635466 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2817] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:28 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4093 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2818] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51: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: 1337/2819] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2820] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51: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: 1338/2821] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:28 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: 1484/2822] 199.204.45.205 () {34 vars in 717 bytes} [Fri Apr 24 02:51:28 2026] POST /v2.0/ports => generated 1328 bytes in 395 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: 1485/2823] 10.0.0.128 () {34 vars in 971 bytes} [Fri Apr 24 02:51:29 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1328 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:29.491 8 INFO neutron.db.segments_db [None req-7ca584c1-e974-4fd3-8878-cfdfce92a29a d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Added segment d1f93aa1-5b45-4792-97f9-4f3e23c7ccc4 of type vxlan for network bb229e0f-9717-404b-8c8c-d7db67e701fc 2026-04-24 02:51:29.825 8 INFO neutron.db.l3_hamode_db [None req-7ca584c1-e974-4fd3-8878-cfdfce92a29a d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:51:29.951 8 INFO neutron.db.l3_hamode_db [None req-7ca584c1-e974-4fd3-8878-cfdfce92a29a d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1486/2824] 199.204.45.205 () {34 vars in 1262 bytes} [Fri Apr 24 02:51:30 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2825] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:30 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1488/2826] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:30 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1489/2827] 199.204.45.205 () {34 vars in 975 bytes} [Fri Apr 24 02:51:31 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2828] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:51:31 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2829] 10.0.0.42 () {34 vars in 667 bytes} [Fri Apr 24 02:51:29 2026] POST /v2.0/routers => generated 474 bytes in 2183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:51:31.569 8 INFO neutron.db.l3_hamode_db [None req-f536701c-c21c-4459-b6da-a389c417efe9 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1491/2830] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:51:31 2026] PUT /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1518 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:31.698 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05c428f8-8565-4d36-89aa-4f7b36f58686'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '0d0897b9-4deb-413e-bfa8-4c00064c5389', 'status': 'completed', 'code': 200} 2026-04-24 02:51:31.699 8 INFO neutron.db.l3_hamode_db [None req-f536701c-c21c-4459-b6da-a389c417efe9 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1340/2831] 10.0.0.42 () {34 vars in 667 bytes} [Fri Apr 24 02:51:31 2026] POST /v2.0/routers => generated 474 bytes in 736 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2832] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 5603 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:32.298 8 INFO neutron.db.l3_hamode_db [None req-85c512b4-79d8-440b-b160-4bae62ca7367 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1493/2833] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2834] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.35&port_id=0d0897b9-4deb-413e-bfa8-4c00064c5389 => 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: 1495/2835] 199.204.45.205 () {34 vars in 1106 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A31b&port_id=0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:32.413 8 INFO neutron.db.l3_hamode_db [None req-85c512b4-79d8-440b-b160-4bae62ca7367 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1496/2836] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/subnets?id=307e7949-4968-45e7-994c-718bea635466&id=73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2837] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&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: 1498/2838] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2839] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1500/2840] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:32 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1341/2841] 10.0.0.42 () {34 vars in 667 bytes} [Fri Apr 24 02:51:32 2026] POST /v2.0/routers => generated 474 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-24 02:51:33.051 7 INFO neutron.db.l3_hamode_db [None req-5021727c-63b2-4adf-a634-002ee5a63616 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:51:33.168 7 INFO neutron.db.l3_hamode_db [None req-5021727c-63b2-4adf-a634-002ee5a63616 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1342/2842] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 5603 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2843] 199.204.45.205 () {34 vars in 1062 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.104&port_id=6d8fc486-cb3f-457d-a805-e6006a29b4c6 => 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: 1501/2844] 10.0.0.42 () {34 vars in 667 bytes} [Fri Apr 24 02:51:33 2026] POST /v2.0/routers => generated 474 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2845] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/subnets?id=3419e84a-7445-40cb-961d-bf4cd8e6147f => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:51:33.792 7 INFO neutron.db.l3_hamode_db [None req-d49999b2-c703-4791-91e0-b7d97ca947dd d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1345/2846] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/ports?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2847] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:33.899 7 INFO neutron.db.l3_hamode_db [None req-d49999b2-c703-4791-91e0-b7d97ca947dd d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1347/2848] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1348/2849] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => 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: 1349/2850] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2851] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:33 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&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: 1351/2852] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2853] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1353/2854] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => 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: 1354/2855] 199.204.45.205 () {34 vars in 1102 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9f&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2856] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/subnets?id=104d4bd1-063b-4644-8070-b694db6fdc6e&id=507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2857] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2858] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2859] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2860] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2861] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.35&port_id=0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2862] 199.204.45.205 () {34 vars in 1106 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A31b&port_id=0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2863] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/subnets?id=307e7949-4968-45e7-994c-718bea635466&id=73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2864] 10.0.0.42 () {34 vars in 667 bytes} [Fri Apr 24 02:51:33 2026] POST /v2.0/routers => generated 474 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2865] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&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: 1364/2866] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2867] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1503/2868] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:34 2026] PUT /v2.0/routers/1b680d49-d5ae-4334-b1f1-94d3f659dfd3/tags => generated 17 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2869] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2870] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:34 2026] PUT /v2.0/routers/c6d4b6b0-bf33-4647-9ee3-4f2b2529ea87/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2871] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:34 2026] PUT /v2.0/routers/8fa4ea3a-5796-42ad-aaee-8de0bde82172/tags => generated 34 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2872] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:34 2026] PUT /v2.0/routers/1049ae35-6ec6-4c99-afbd-af82d0abe8eb/tags => generated 19 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2873] 10.0.0.42 () {32 vars in 663 bytes} [Fri Apr 24 02:51:34 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2874] 10.0.0.42 () {32 vars in 677 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2875] 10.0.0.42 () {32 vars in 673 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2876] 10.0.0.42 () {32 vars in 685 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2877] 10.0.0.42 () {32 vars in 671 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2878] 10.0.0.42 () {32 vars in 685 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2879] 10.0.0.42 () {32 vars in 681 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2880] 10.0.0.42 () {32 vars in 693 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2881] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:51:35 2026] GET /v2.0/routers/1b680d49-d5ae-4334-b1f1-94d3f659dfd3 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2882] 10.0.0.42 () {34 vars in 741 bytes} [Fri Apr 24 02:51:35 2026] PUT /v2.0/routers/1b680d49-d5ae-4334-b1f1-94d3f659dfd3 => generated 485 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2883] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:51:36 2026] GET /v2.0/ports?device_id=1b680d49-d5ae-4334-b1f1-94d3f659dfd3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:36.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-f456b4ef-49bb-4acb-9014-8b83551f4715 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] TaaS: Handle Delete Port: ca40bd1a-22b8-4541-b53f-d596c9f7368a 2026-04-24 02:51:36.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f456b4ef-49bb-4acb-9014-8b83551f4715 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Tap Mirror: Handle Delete Port: ca40bd1a-22b8-4541-b53f-d596c9f7368a [pid: 7|app: 0|req: 1511/2884] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:36 2026] DELETE /v2.0/routers/1b680d49-d5ae-4334-b1f1-94d3f659dfd3 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2885] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:51:36 2026] GET /v2.0/routers/c6d4b6b0-bf33-4647-9ee3-4f2b2529ea87 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2886] 10.0.0.42 () {34 vars in 741 bytes} [Fri Apr 24 02:51:36 2026] PUT /v2.0/routers/c6d4b6b0-bf33-4647-9ee3-4f2b2529ea87 => generated 493 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2887] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:51:37 2026] GET /v2.0/ports?device_id=c6d4b6b0-bf33-4647-9ee3-4f2b2529ea87 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:37.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-16333831-f8ee-4347-99e1-ba7564a900ed d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] TaaS: Handle Delete Port: 0eb81312-803b-4156-a9c2-8e0105220d91 2026-04-24 02:51:37.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16333831-f8ee-4347-99e1-ba7564a900ed d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Tap Mirror: Handle Delete Port: 0eb81312-803b-4156-a9c2-8e0105220d91 [pid: 7|app: 0|req: 1513/2888] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:37 2026] DELETE /v2.0/routers/c6d4b6b0-bf33-4647-9ee3-4f2b2529ea87 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2889] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:51:37 2026] GET /v2.0/routers/8fa4ea3a-5796-42ad-aaee-8de0bde82172 => generated 502 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2892] 10.0.0.128 () {34 vars in 971 bytes} [Fri Apr 24 02:51:38 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2893] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:38 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2894] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:38 2026] GET /v2.0/subnets/307e7949-4968-45e7-994c-718bea635466 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2895] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:38 2026] GET /v2.0/subnets/73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2896] 10.0.0.42 () {34 vars in 741 bytes} [Fri Apr 24 02:51:37 2026] PUT /v2.0/routers/8fa4ea3a-5796-42ad-aaee-8de0bde82172 => generated 502 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2897] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:51:38 2026] GET /v2.0/ports?device_id=8fa4ea3a-5796-42ad-aaee-8de0bde82172 => 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: 1383/2898] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:38 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1516 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:38.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-9463df40-a385-4ee2-a670-da15e60d5f4b d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] TaaS: Handle Delete Port: 8ce85dfd-acc7-4289-8b53-d7f0301e6e6b 2026-04-24 02:51:38.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9463df40-a385-4ee2-a670-da15e60d5f4b d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Tap Mirror: Handle Delete Port: 8ce85dfd-acc7-4289-8b53-d7f0301e6e6b [pid: 7|app: 0|req: 1516/2899] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:38 2026] DELETE /v2.0/routers/8fa4ea3a-5796-42ad-aaee-8de0bde82172 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2900] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/routers/1049ae35-6ec6-4c99-afbd-af82d0abe8eb => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2901] 199.204.45.205 () {34 vars in 790 bytes} [Fri Apr 24 02:51:38 2026] PUT /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1255 bytes in 349 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-04-24 02:51:39.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7cec04d-51a4-4504-ba62-addbe6e1061c'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '5165599d-66c4-4e74-8e79-2db06b2944af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1385/2902] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2903] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2904] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:39 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: 1388/2905] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:39 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: 1389/2906] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:39 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: 1390/2907] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:39 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: 1391/2908] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2909] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2910] 10.0.0.42 () {34 vars in 741 bytes} [Fri Apr 24 02:51:39 2026] PUT /v2.0/routers/1049ae35-6ec6-4c99-afbd-af82d0abe8eb => generated 487 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2911] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2912] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/ports?device_id=1049ae35-6ec6-4c99-afbd-af82d0abe8eb => 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: 1394/2913] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2914] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2915] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2916] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:51:39.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bf71fd4-dc6d-4a43-9278-5b59c965d6a2 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] TaaS: Handle Delete Port: 8ba75808-1f55-405e-a0d9-bf423910b436 2026-04-24 02:51:39.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bf71fd4-dc6d-4a43-9278-5b59c965d6a2 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Tap Mirror: Handle Delete Port: 8ba75808-1f55-405e-a0d9-bf423910b436 [pid: 8|app: 0|req: 1398/2917] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 5380 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2918] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2919] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2920] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/subnets?id=507e43fa-e1c5-4476-a22c-320e1c3d370b => 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: 1402/2921] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&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: 7|app: 0|req: 1520/2922] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:39 2026] DELETE /v2.0/routers/1049ae35-6ec6-4c99-afbd-af82d0abe8eb => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2923] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1521/2924] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/routers/2e5561e0-b42d-4cec-a4c8-fd25dbd0e3fe => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2925] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:39 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1522/2926] 10.0.0.42 () {34 vars in 741 bytes} [Fri Apr 24 02:51:39 2026] PUT /v2.0/routers/2e5561e0-b42d-4cec-a4c8-fd25dbd0e3fe => generated 480 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2927] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:51:40 2026] GET /v2.0/ports?device_id=2e5561e0-b42d-4cec-a4c8-fd25dbd0e3fe => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:40.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-96ff1230-eb2a-4b74-bd69-202823e53913 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] TaaS: Handle Delete Port: d12c1b3a-2863-4d9f-be47-cf04c7e7af8d 2026-04-24 02:51:40.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96ff1230-eb2a-4b74-bd69-202823e53913 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] Tap Mirror: Handle Delete Port: d12c1b3a-2863-4d9f-be47-cf04c7e7af8d 2026-04-24 02:51:41.009 7 INFO neutron.services.segments.plugin [-] Segment d1f93aa1-5b45-4792-97f9-4f3e23c7ccc4 resource provider aggregate not found 2026-04-24 02:51:41.016 7 INFO neutron.services.segments.plugin [-] Segment d1f93aa1-5b45-4792-97f9-4f3e23c7ccc4 resource provider aggregate not found 2026-04-24 02:51:41.037 7 INFO neutron.services.segments.plugin [-] Segment d1f93aa1-5b45-4792-97f9-4f3e23c7ccc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1f93aa1-5b45-4792-97f9-4f3e23c7ccc4 found for delete ", "request_id": "req-4d2f0865-a820-4c5f-ac07-1f7e43ba087c"}]} 2026-04-24 02:51:41.038 7 INFO neutron.services.segments.plugin [-] Segment d1f93aa1-5b45-4792-97f9-4f3e23c7ccc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1f93aa1-5b45-4792-97f9-4f3e23c7ccc4 found for delete ", "request_id": "req-44cd8f0b-d868-4bbd-abe4-d58cb5bdd4ea"}]} 2026-04-24 02:51:41.057 7 INFO neutron.db.l3_hamode_db [None req-96ff1230-eb2a-4b74-bd69-202823e53913 d4076f8d5a304bf19cd029ad43674d76 05a423f3f3ee4a6691efbf62e3a1791a - - default default] HA network bb229e0f-9717-404b-8c8c-d7db67e701fc was deleted as no HA routers are present in tenant 05a423f3f3ee4a6691efbf62e3a1791a. [pid: 7|app: 0|req: 1523/2928] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:40 2026] DELETE /v2.0/routers/2e5561e0-b42d-4cec-a4c8-fd25dbd0e3fe => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2929] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:41 2026] GET /v2.0/security-groups?tenant_id=852664f7dcfc481ea9bde297592cc479&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: 1524/2930] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:42 2026] DELETE /v2.0/security-groups/2ab35c83-834a-4351-9f12-b24b475de155 => 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: 1407/2931] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:42 2026] GET /v2.0/security-groups?tenant_id=1537d3610baa4ff3a320c3441481db4c&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2932] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:42 2026] DELETE /v2.0/security-groups/de6524f2-1afb-4989-9b3b-7ffad29f0411 => 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: 1408/2933] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:42 2026] GET /v2.0/security-groups?tenant_id=05a423f3f3ee4a6691efbf62e3a1791a&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2934] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:42 2026] DELETE /v2.0/security-groups/a86a791d-4142-4109-a734-a1f8edd4efca => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:51:46.346 8 INFO neutron.db.segments_db [None req-cd5b09eb-5a70-4c1d-bfee-a150a7fd0d65 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] Added segment e42ea594-ffd6-4383-ab47-7c665e147d37 of type vxlan for network 767fd61e-bd8e-4c9f-a7c7-9d9a9d28d639 2026-04-24 02:51:46.582 8 INFO neutron.db.l3_hamode_db [None req-cd5b09eb-5a70-4c1d-bfee-a150a7fd0d65 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-24 02:51:46.692 8 INFO neutron.db.l3_hamode_db [None req-cd5b09eb-5a70-4c1d-bfee-a150a7fd0d65 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1409/2935] 10.0.0.42 () {34 vars in 667 bytes} [Fri Apr 24 02:51:46 2026] POST /v2.0/routers => generated 474 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2936] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:47 2026] PUT /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2937] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:47 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2938] 10.0.0.42 () {34 vars in 761 bytes} [Fri Apr 24 02:51:47 2026] PUT /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags/green => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2939] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:47 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2940] 10.0.0.42 () {34 vars in 757 bytes} [Fri Apr 24 02:51:47 2026] PUT /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags/red => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2941] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:47 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2942] 10.0.0.42 () {34 vars in 779 bytes} [Fri Apr 24 02:51:47 2026] PUT /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags/black.or.white => 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: 1413/2943] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:48 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 52 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2944] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:48 2026] PUT /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 37 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2945] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:48 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2946] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:51:48 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:51:48.631 8 INFO neutron.api.v2.resource [None req-da250a92-7ff0-48b8-83d1-8689ee6a8830 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1415/2947] 10.0.0.42 () {32 vars in 742 bytes} [Fri Apr 24 02:51:48 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2948] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:51:48 2026] DELETE /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags/red => 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: 1416/2949] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:48 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 30 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:48.976 7 INFO neutron.api.v2.resource [None req-e6113e7f-4f9f-40d9-addc-4d8f957f1179 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1534/2950] 10.0.0.42 () {32 vars in 745 bytes} [Fri Apr 24 02:51:48 2026] DELETE /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags/green => generated 99 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2951] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:51:48 2026] DELETE /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => 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: 1535/2952] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:49 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2953] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:51:49 2026] GET /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2954] 10.0.0.42 () {34 vars in 741 bytes} [Fri Apr 24 02:51:49 2026] PUT /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75 => generated 480 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2955] 10.0.0.42 () {32 vars in 735 bytes} [Fri Apr 24 02:51:49 2026] GET /v2.0/ports?device_id=e75e73ac-994e-45d4-b9d8-cf6302561e75 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:49.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ac357f4-2b63-4dc2-8e49-4c8e8f6f486c 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] TaaS: Handle Delete Port: da3ec876-b370-4650-9bf1-7449485abf9d 2026-04-24 02:51:49.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac357f4-2b63-4dc2-8e49-4c8e8f6f486c 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] Tap Mirror: Handle Delete Port: da3ec876-b370-4650-9bf1-7449485abf9d 2026-04-24 02:51:50.197 7 INFO neutron.services.segments.plugin [-] Segment e42ea594-ffd6-4383-ab47-7c665e147d37 resource provider aggregate not found 2026-04-24 02:51:50.200 7 INFO neutron.services.segments.plugin [-] Segment e42ea594-ffd6-4383-ab47-7c665e147d37 resource provider aggregate not found 2026-04-24 02:51:50.216 7 INFO neutron.services.segments.plugin [-] Segment e42ea594-ffd6-4383-ab47-7c665e147d37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42ea594-ffd6-4383-ab47-7c665e147d37 found for delete ", "request_id": "req-1d0f4d45-5ba1-425b-a3ad-28148bfe503f"}]} 2026-04-24 02:51:50.222 7 INFO neutron.services.segments.plugin [-] Segment e42ea594-ffd6-4383-ab47-7c665e147d37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42ea594-ffd6-4383-ab47-7c665e147d37 found for delete ", "request_id": "req-025f0db6-f5b1-4b48-9026-2748076b47ea"}]} 2026-04-24 02:51:50.229 7 INFO neutron.db.l3_hamode_db [None req-6ac357f4-2b63-4dc2-8e49-4c8e8f6f486c 2b16e5593fda457bb51e5e55c32ea6b3 1b4b1e008f184d6a91bd4733d29d6e65 - - default default] HA network 767fd61e-bd8e-4c9f-a7c7-9d9a9d28d639 was deleted as no HA routers are present in tenant 1b4b1e008f184d6a91bd4733d29d6e65. [pid: 7|app: 0|req: 1537/2956] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:49 2026] DELETE /v2.0/routers/e75e73ac-994e-45d4-b9d8-cf6302561e75 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2957] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51: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: 7|app: 0|req: 1538/2958] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:50 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: 1421/2959] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:50 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: 1539/2960] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:50 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: 1422/2961] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:50 2026] GET /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2962] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:50 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 5380 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2963] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:50 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: 1541/2964] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:50 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: 1424/2965] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:50 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: 1542/2966] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51: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) [pid: 8|app: 0|req: 1425/2967] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:50 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2968] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:50 2026] GET /v2.0/security-groups?tenant_id=1b4b1e008f184d6a91bd4733d29d6e65&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2969] 199.204.45.205 () {34 vars in 790 bytes} [Fri Apr 24 02:51:50 2026] PUT /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1311 bytes in 288 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-04-24 02:51:51.151 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03d50d99-03b6-42ca-be14-16011d43fc69'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '0d0897b9-4deb-413e-bfa8-4c00064c5389', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1427/2970] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:51 2026] DELETE /v2.0/security-groups/b9d796a8-7115-4d3c-9a25-eae4ea865531 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2971] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2972] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/subnets/73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2973] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1347 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2974] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/security-groups?tenant_id=277634ddeeae46a5a956a12ed24eff44&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: 1430/2975] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:51 2026] DELETE /v2.0/security-groups/bd8be87f-92cc-4c3d-8b33-1c142212f6af => 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: 1546/2976] 199.204.45.205 () {34 vars in 789 bytes} [Fri Apr 24 02:51:51 2026] PUT /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1080 bytes in 434 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: 1431/2977] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2978] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2979] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2980] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 800 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2981] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1433/2982] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2983] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:51 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2984] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:52 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:53.190 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66b4d4c2-a197-4b1e-8212-5ede356b356e'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '0d0897b9-4deb-413e-bfa8-4c00064c5389', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/2987] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:53 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4976 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2988] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:51:53 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2989] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:53 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1553/2990] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:53 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1438/2991] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:54 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 4976 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2992] 199.204.45.205 () {34 vars in 975 bytes} [Fri Apr 24 02:51:54 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2993] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:51:54 2026] GET /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2994] 199.204.45.205 () {34 vars in 1016 bytes} [Fri Apr 24 02:51:54 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1440/2995] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:51:54 2026] PUT /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 917 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:51:54.827 7 INFO neutron.db.segments_db [None req-80ee75e4-f913-4990-b9f7-06909c92180b 472326c27770469abc5c4317f8ab4a36 bf7aa62e2ead4338a7d01871141f3f7b - - default default] Added segment c5e5a187-49f0-4e14-a8b6-fb4faafc5c69 of type vxlan for network 064a87e9-88b6-474f-a3db-98c379718583 [pid: 7|app: 0|req: 1556/2996] 10.0.0.42 () {34 vars in 669 bytes} [Fri Apr 24 02:51:54 2026] POST /v2.0/networks => generated 613 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, ' [pid: 7|app: 0|req: 1557/2997] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3868 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2998] 10.0.0.42 () {34 vars in 668 bytes} [Fri Apr 24 02:51:54 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2999] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:55 2026] PUT /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3000] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:55.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-59e51bb5-a4d9-43f5-b79b-69ef9d95841c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 0d0897b9-4deb-413e-bfa8-4c00064c5389 2026-04-24 02:51:55.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59e51bb5-a4d9-43f5-b79b-69ef9d95841c b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 0d0897b9-4deb-413e-bfa8-4c00064c5389 [pid: 7|app: 0|req: 1560/3001] 10.0.0.42 () {34 vars in 761 bytes} [Fri Apr 24 02:51:55 2026] PUT /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3002] 199.204.45.205 () {32 vars in 759 bytes} [Fri Apr 24 02:51:55 2026] DELETE /v2.0/ports/0d0897b9-4deb-413e-bfa8-4c00064c5389 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3003] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/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: 1443/3004] 10.0.0.42 () {34 vars in 757 bytes} [Fri Apr 24 02:51:55 2026] PUT /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3005] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:51:55 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: 1563/3006] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3007] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:51:55 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: 1565/3008] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:51:55 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: 1444/3009] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/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: 1566/3010] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3011] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3012] 10.0.0.42 () {34 vars in 779 bytes} [Fri Apr 24 02:51:55 2026] PUT /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3013] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3014] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3015] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => 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: 1569/3016] 10.0.0.42 () {34 vars in 750 bytes} [Fri Apr 24 02:51:55 2026] PUT /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3017] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3018] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3019] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3020] 10.0.0.42 () {32 vars in 738 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3021] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:51:55.784 8 INFO neutron.api.v2.resource [None req-5e5ddd2b-d211-4188-b94c-7d43a46e1c9a 472326c27770469abc5c4317f8ab4a36 bf7aa62e2ead4338a7d01871141f3f7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1450/3022] 10.0.0.42 () {32 vars in 742 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3023] 10.0.0.42 () {32 vars in 741 bytes} [Fri Apr 24 02:51:55 2026] DELETE /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3024] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:55 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:55.938 7 INFO neutron.api.v2.resource [None req-3231b4e2-fa07-4cae-9c29-6b9566f96bd9 472326c27770469abc5c4317f8ab4a36 bf7aa62e2ead4338a7d01871141f3f7b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3025] 10.0.0.42 () {32 vars in 745 bytes} [Fri Apr 24 02:51:55 2026] DELETE /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3026] 10.0.0.42 () {32 vars in 733 bytes} [Fri Apr 24 02:51:55 2026] DELETE /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => 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: 1575/3027] 10.0.0.42 () {32 vars in 730 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3028] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3868 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3029] 199.204.45.205 () {34 vars in 1226 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/networks?id=559b6601-f72e-443b-8d71-4d847f6c6bc5&id=8e35ad53-1189-4516-ae0e-f13f889d906d&id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 3097 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3030] 199.204.45.205 () {34 vars in 1062 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.104&port_id=6d8fc486-cb3f-457d-a805-e6006a29b4c6 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3031] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:51:56 2026] DELETE /v2.0/subnets/b33d1ad6-dc90-411c-b9c9-c4f290016a01 => 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: 1456/3032] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/subnets?id=3419e84a-7445-40cb-961d-bf4cd8e6147f => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3033] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/ports?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3034] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:56.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-36923f7a-8fb3-42ff-bab7-a726cf6f68c3 472326c27770469abc5c4317f8ab4a36 bf7aa62e2ead4338a7d01871141f3f7b - - default default] TaaS: Handle Delete Port: 4c95db78-fbc8-4f27-bc90-ef24a06789e9 2026-04-24 02:51:56.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36923f7a-8fb3-42ff-bab7-a726cf6f68c3 472326c27770469abc5c4317f8ab4a36 bf7aa62e2ead4338a7d01871141f3f7b - - default default] Tap Mirror: Handle Delete Port: 4c95db78-fbc8-4f27-bc90-ef24a06789e9 [pid: 8|app: 0|req: 1459/3035] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1460/3036] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => 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: 1461/3037] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3038] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:51:56.511 7 INFO neutron.services.segments.plugin [-] Segment c5e5a187-49f0-4e14-a8b6-fb4faafc5c69 resource provider aggregate not found 2026-04-24 02:51:56.516 7 INFO neutron.services.segments.plugin [-] Segment c5e5a187-49f0-4e14-a8b6-fb4faafc5c69 resource provider aggregate not found [pid: 8|app: 0|req: 1463/3039] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:51:56.527 7 INFO neutron.services.segments.plugin [-] Segment c5e5a187-49f0-4e14-a8b6-fb4faafc5c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5e5a187-49f0-4e14-a8b6-fb4faafc5c69 found for delete ", "request_id": "req-216b2500-1719-44d7-8d71-d55418bd3575"}]} 2026-04-24 02:51:56.535 7 INFO neutron.services.segments.plugin [-] Segment c5e5a187-49f0-4e14-a8b6-fb4faafc5c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5e5a187-49f0-4e14-a8b6-fb4faafc5c69 found for delete ", "request_id": "req-2f10239e-5bcb-4e15-8c6b-1af3e0663ba1"}]} [pid: 7|app: 0|req: 1577/3040] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:51:56 2026] DELETE /v2.0/networks/064a87e9-88b6-474f-a3db-98c379718583 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3041] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1578/3042] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.116&port_id=5165599d-66c4-4e74-8e79-2db06b2944af => 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: 1465/3043] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/subnets?id=507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3044] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3045] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3046] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:51:56 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1467/3047] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:57 2026] GET /v2.0/security-groups?tenant_id=a097714f9e5d481cbf4c44e4050701f2&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3048] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:57 2026] DELETE /v2.0/security-groups/df13da08-1fc7-4057-aefc-76693e66a1c4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3049] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:51:57 2026] GET /v2.0/security-groups?tenant_id=bf7aa62e2ead4338a7d01871141f3f7b&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3050] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:51:57 2026] DELETE /v2.0/security-groups/cbedfcfb-85a5-47ee-84b4-4c285a0f7956 => 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: 1469/3051] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3052] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:52:01 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: 1470/3053] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3054] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3055] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3868 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3056] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:52: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: 1472/3057] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3058] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:52:01 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: 1473/3059] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:52: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: 1587/3060] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3061] 199.204.45.205 () {34 vars in 789 bytes} [Fri Apr 24 02:52:01 2026] PUT /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1080 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:52:01.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32821c10-45e7-44a0-8843-b2dfcdaed6a7'] response: {'name': 'network-changed', 'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'tag': '5165599d-66c4-4e74-8e79-2db06b2944af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1588/3062] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 798 bytes in 46 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: 1475/3063] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:01 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3064] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:02 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3065] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:52:02 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3066] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:52:02 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3067] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:52:02 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1591/3068] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:52:02 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1478/3069] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:03 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3070] 199.204.45.205 () {34 vars in 975 bytes} [Fri Apr 24 02:52:04 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3071] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:52:04 2026] GET /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3072] 199.204.45.205 () {34 vars in 1016 bytes} [Fri Apr 24 02:52:04 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3073] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:04 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 3693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3074] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:52:04 2026] PUT /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 917 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3075] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-24 02:52:05.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-126a9b47-1139-4367-aa75-ba1b2baee9d7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 5165599d-66c4-4e74-8e79-2db06b2944af 2026-04-24 02:52:05.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-126a9b47-1139-4367-aa75-ba1b2baee9d7 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 5165599d-66c4-4e74-8e79-2db06b2944af [pid: 8|app: 0|req: 1481/3076] 199.204.45.205 () {32 vars in 759 bytes} [Fri Apr 24 02:52:05 2026] DELETE /v2.0/ports/5165599d-66c4-4e74-8e79-2db06b2944af => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3077] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3078] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:52:05 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: 1597/3079] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3080] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:52:05 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: 1598/3081] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3082] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3083] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3084] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1345 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3085] 199.204.45.205 () {34 vars in 1146 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/networks?id=559b6601-f72e-443b-8d71-4d847f6c6bc5&id=8e35ad53-1189-4516-ae0e-f13f889d906d&id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 2311 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3086] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3087] 199.204.45.205 () {34 vars in 1062 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.104&port_id=6d8fc486-cb3f-457d-a805-e6006a29b4c6 => 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: 1487/3088] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/subnets?id=3419e84a-7445-40cb-961d-bf4cd8e6147f => generated 654 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3089] 199.204.45.205 () {30 vars in 743 bytes} [Fri Apr 24 02:52:05 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => generated 800 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3090] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/ports?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3091] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3092] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3093] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1490/3094] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?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: 1605/3095] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.99&port_id=553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3096] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/subnets?id=b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3097] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/ports?network_id=8e35ad53-1189-4516-ae0e-f13f889d906d&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: 1492/3098] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1607/3099] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:52:06 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?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: 1494/3102] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:52:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3103] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:52:17 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: 1495/3104] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:52:17 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: 1610/3105] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:52:17 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-04-24 02:52:17.191 8 INFO neutron.api.v2.resource [None req-faa84b15-afdd-4f2e-af76-ca0a2ae1b47f b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1496/3106] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:52:17 2026] GET /v2.0/security-groups/lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3107] 199.204.45.205 () {30 vars in 785 bytes} [Fri Apr 24 02:52:17 2026] GET /v2.0/security-groups?name=lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3108] 199.204.45.205 () {30 vars in 815 bytes} [Fri Apr 24 02:52:17 2026] GET /v2.0/security-group-rules?security_group_id=ea03e3b3-75e1-4c87-922b-ebf0ffcc8fbd => generated 2334 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3109] 199.204.45.205 () {32 vars in 789 bytes} [Fri Apr 24 02:52:17 2026] DELETE /v2.0/security-group-rules/24101344-26c9-476f-9d66-8c252f92ea91 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3110] 199.204.45.205 () {32 vars in 789 bytes} [Fri Apr 24 02:52:17 2026] DELETE /v2.0/security-group-rules/8de31ec2-11eb-446b-8689-c0e49869e5b4 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:21.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-9196fd01-0a3e-4ac8-89c8-57ed2d6d2065 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 50ec84bb-a3fa-4de1-bc55-e0a5b177fdd0 2026-04-24 02:52:21.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9196fd01-0a3e-4ac8-89c8-57ed2d6d2065 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 50ec84bb-a3fa-4de1-bc55-e0a5b177fdd0 2026-04-24 02:52:21.240 7 INFO neutron.db.l3_db [None req-9196fd01-0a3e-4ac8-89c8-57ed2d6d2065 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Floating IP 012802f0-f406-4f79-8e96-56f4c36828b5 disassociated (deleted). External IP: 10.96.250.220, port: 551abb8e-9b4d-4c59-89da-eae784a0c90b. [pid: 7|app: 0|req: 1613/3111] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:52:20 2026] DELETE /v2.0/floatingips/012802f0-f406-4f79-8e96-56f4c36828b5 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:21.550 8 INFO neutron.api.v2.resource [None req-eef79f4f-7e88-4c21-867f-1083a88f724f 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/3112] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:52:21 2026] GET /v2.0/floatingips/012802f0-f406-4f79-8e96-56f4c36828b5 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3113] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:52:22 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: 1500/3114] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3115] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:52:22 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: 1501/3116] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:52:22 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-04-24 02:52:22.188 7 INFO neutron.api.v2.resource [None req-c2ac5897-00f8-4526-bfa9-e66187c68e66 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3117] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/security-groups/lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3118] 199.204.45.205 () {30 vars in 785 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/security-groups?name=lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3119] 199.204.45.205 () {30 vars in 815 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/security-group-rules?security_group_id=ea03e3b3-75e1-4c87-922b-ebf0ffcc8fbd => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3120] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3121] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3122] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:52:22 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: 1619/3123] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:52:22 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: 1505/3124] 199.204.45.205 () {30 vars in 741 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3125] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3126] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3127] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:22 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3130] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:23 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3131] 199.204.45.205 () {34 vars in 975 bytes} [Fri Apr 24 02:52:24 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1345 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3132] 199.204.45.205 () {34 vars in 1060 bytes} [Fri Apr 24 02:52:24 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3133] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:24 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3134] 199.204.45.205 () {34 vars in 1016 bytes} [Fri Apr 24 02:52:24 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3135] 199.204.45.205 () {38 vars in 1028 bytes} [Fri Apr 24 02:52:24 2026] PUT /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1146 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3136] 199.204.45.205 () {30 vars in 769 bytes} [Fri Apr 24 02:52:25 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1626/3137] 199.204.45.205 () {34 vars in 789 bytes} [Fri Apr 24 02:52:25 2026] PUT /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1086 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3138] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 1086 bytes in 31 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-04-24 02:52:26.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca77cd33-b7eb-4dd3-88c5-522600d0a1b3 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 553ede47-bbdb-4751-ad8a-052ffad40c08 2026-04-24 02:52:26.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca77cd33-b7eb-4dd3-88c5-522600d0a1b3 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 553ede47-bbdb-4751-ad8a-052ffad40c08 [pid: 7|app: 0|req: 1627/3139] 199.204.45.205 () {32 vars in 759 bytes} [Fri Apr 24 02:52:26 2026] DELETE /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3140] 199.204.45.205 () {30 vars in 703 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3141] 199.204.45.205 () {30 vars in 705 bytes} [Fri Apr 24 02:52:26 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: 1514/3142] 199.204.45.205 () {30 vars in 681 bytes} [Fri Apr 24 02:52:26 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: 1629/3143] 199.204.45.205 () {30 vars in 717 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:52:26.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa511d8c-bf79-431a-8a38-d24e2457cd7b b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/3144] 199.204.45.205 () {32 vars in 759 bytes} [Fri Apr 24 02:52:26 2026] DELETE /v2.0/ports/553ede47-bbdb-4751-ad8a-052ffad40c08 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3145] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3146] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/ports?tenant_id=eb08f72d5e7043f0aa04cee945ecb1b9&device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1248 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:52:26.585 7 INFO neutron.api.v2.resource [None req-ec35b120-f429-47bb-b3be-8a4a1f19a57f b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3147] 199.204.45.205 () {30 vars in 763 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/security-groups/lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3148] 199.204.45.205 () {34 vars in 1066 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/networks?id=559b6601-f72e-443b-8d71-4d847f6c6bc5&id=8e35ad53-1189-4516-ae0e-f13f889d906d => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3149] 199.204.45.205 () {30 vars in 785 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/security-groups?name=lb-7b6ffd59-3279-48c1-a179-0fa32f19f0c0 => generated 1639 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3150] 199.204.45.205 () {34 vars in 1062 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.104&port_id=6d8fc486-cb3f-457d-a805-e6006a29b4c6 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3151] 199.204.45.205 () {30 vars in 737 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3152] 199.204.45.205 () {34 vars in 984 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/subnets?id=3419e84a-7445-40cb-961d-bf4cd8e6147f => 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: 1634/3153] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/ports?network_id=559b6601-f72e-443b-8d71-4d847f6c6bc5&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3154] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3155] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:52:26 2026] GET /v2.0/networks/559b6601-f72e-443b-8d71-4d847f6c6bc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3156] 199.204.45.205 () {34 vars in 789 bytes} [Fri Apr 24 02:52:26 2026] PUT /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 1090 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3157] 199.204.45.205 () {32 vars in 779 bytes} [Fri Apr 24 02:52:26 2026] DELETE /v2.0/security-groups/ea03e3b3-75e1-4c87-922b-ebf0ffcc8fbd => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:27.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-a32b4b84-2601-4424-8985-5ba957b3ec67 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 551abb8e-9b4d-4c59-89da-eae784a0c90b 2026-04-24 02:52:27.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a32b4b84-2601-4424-8985-5ba957b3ec67 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 551abb8e-9b4d-4c59-89da-eae784a0c90b [pid: 8|app: 0|req: 1521/3158] 199.204.45.205 () {32 vars in 759 bytes} [Fri Apr 24 02:52:26 2026] DELETE /v2.0/ports/551abb8e-9b4d-4c59-89da-eae784a0c90b => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3159] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:52:29 2026] GET /v2.0/ports?device_id=405b59aa-8965-4175-89df-4065c7f375a5 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:52:30.063 8 INFO neutron_taas.services.taas.taas_plugin [req-f08aa371-badd-40eb-8054-fe683e758b9e req-f996d22d-6508-4b15-97e5-2c9c0378a8d3 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] TaaS: Handle Delete Port: 6d8fc486-cb3f-457d-a805-e6006a29b4c6 2026-04-24 02:52:30.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f08aa371-badd-40eb-8054-fe683e758b9e req-f996d22d-6508-4b15-97e5-2c9c0378a8d3 b98ea4c9986a4260b254ffa760395b46 eb08f72d5e7043f0aa04cee945ecb1b9 - - default default] Tap Mirror: Handle Delete Port: 6d8fc486-cb3f-457d-a805-e6006a29b4c6 [pid: 8|app: 0|req: 1522/3160] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:52:29 2026] DELETE /v2.0/ports/6d8fc486-cb3f-457d-a805-e6006a29b4c6 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:52:30.243 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e4517d8-bba8-4031-9af2-7bc6b229a50d'] response: {'server_uuid': '405b59aa-8965-4175-89df-4065c7f375a5', 'name': 'network-vif-deleted', 'tag': '6d8fc486-cb3f-457d-a805-e6006a29b4c6', 'status': 'completed', 'code': 200} 2026-04-24 02:52:31.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7761e35-25b6-428d-ab31-d8b254246063 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: a84fe51b-dcdf-401c-9c88-0f3cb0fc4034 2026-04-24 02:52:31.904 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7761e35-25b6-428d-ab31-d8b254246063 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: a84fe51b-dcdf-401c-9c88-0f3cb0fc4034 2026-04-24 02:52:32.097 7 INFO neutron.db.l3_db [None req-d7761e35-25b6-428d-ab31-d8b254246063 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Floating IP 3e1beece-54d6-474a-95a4-136e2ab339e1 disassociated (deleted). External IP: 10.96.250.216, port: 8c99c4e2-38aa-495a-b248-ead9ac8806d0. [pid: 7|app: 0|req: 1639/3161] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:52:31 2026] DELETE /v2.0/floatingips/3e1beece-54d6-474a-95a4-136e2ab339e1 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:32.451 8 INFO neutron.api.v2.resource [None req-aec95937-a77b-4ad1-9df7-5e45bc444c19 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3162] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:52:32 2026] GET /v2.0/floatingips/3e1beece-54d6-474a-95a4-136e2ab339e1 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:52:32.489 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02b84763-652a-40dd-a2ca-85207683a3d6'] response: {'name': 'network-changed', 'server_uuid': '8098d24b-8886-4774-a962-e47b527c1eaf', 'tag': '8c99c4e2-38aa-495a-b248-ead9ac8806d0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1640/3163] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:52:32 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3164] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:52:32 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3165] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:52:32 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3166] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/networks?id=5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3167] 199.204.45.205 () {34 vars in 1056 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=8c99c4e2-38aa-495a-b248-ead9ac8806d0 => 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: 1526/3168] 199.204.45.205 () {34 vars in 1106 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A35a&port_id=8c99c4e2-38aa-495a-b248-ead9ac8806d0 => 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: 1643/3169] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/subnets?id=307e7949-4968-45e7-994c-718bea635466&id=73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3170] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3171] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/ports?network_id=5bd58798-6a8e-4d23-ab15-e73033a02c25&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3172] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3173] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:52:33 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25?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: 1529/3174] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:52:35 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:52:35.216 7 INFO neutron_taas.services.taas.taas_plugin [req-6b95838c-11b4-4855-b500-f6568a3ffda1 req-42c2dd44-7230-409d-a884-904766bdfa68 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 8c99c4e2-38aa-495a-b248-ead9ac8806d0 2026-04-24 02:52:35.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b95838c-11b4-4855-b500-f6568a3ffda1 req-42c2dd44-7230-409d-a884-904766bdfa68 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 8c99c4e2-38aa-495a-b248-ead9ac8806d0 [pid: 7|app: 0|req: 1646/3175] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:52:35 2026] DELETE /v2.0/ports/8c99c4e2-38aa-495a-b248-ead9ac8806d0 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:52:35.421 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e1ff2db-39be-46b6-8ebd-f78bdf79196c'] response: {'server_uuid': '8098d24b-8886-4774-a962-e47b527c1eaf', 'name': 'network-vif-deleted', 'tag': '8c99c4e2-38aa-495a-b248-ead9ac8806d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1530/3176] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:52:37 2026] GET /v2.0/ports?device_id=8098d24b-8886-4774-a962-e47b527c1eaf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-24 02:52:43.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d8ae151-700d-4893-9723-6084337806e7 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 2f61256b-acd1-4096-9191-ebb18f1c729f 2026-04-24 02:52:43.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d8ae151-700d-4893-9723-6084337806e7 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 2f61256b-acd1-4096-9191-ebb18f1c729f 2026-04-24 02:52:43.170 7 INFO neutron.db.l3_db [None req-7d8ae151-700d-4893-9723-6084337806e7 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Floating IP e6a826e7-c428-45b6-bf25-45c0f4e2f36f disassociated (deleted). External IP: 10.96.250.209, port: 1b67f413-3395-44ed-9e3d-4c3cae717375. [pid: 7|app: 0|req: 1648/3179] 10.0.0.42 () {32 vars in 731 bytes} [Fri Apr 24 02:52:42 2026] DELETE /v2.0/floatingips/e6a826e7-c428-45b6-bf25-45c0f4e2f36f => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:43.523 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa7fa4a5-84cc-44c9-8d29-e362719aed95'] response: {'name': 'network-changed', 'server_uuid': '0772ce62-60e0-4ac8-bab7-fdd077ae54f5', 'tag': '1b67f413-3395-44ed-9e3d-4c3cae717375', 'status': 'completed', 'code': 200} 2026-04-24 02:52:43.533 8 INFO neutron.api.v2.resource [None req-4431a33a-dd18-47e5-85b3-4a13d363b3c5 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3180] 10.0.0.42 () {32 vars in 728 bytes} [Fri Apr 24 02:52:43 2026] GET /v2.0/floatingips/e6a826e7-c428-45b6-bf25-45c0f4e2f36f => generated 144 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3181] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:52:43 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3182] 10.0.0.128 () {34 vars in 1040 bytes} [Fri Apr 24 02:52:43 2026] GET /v2.0/security-groups?id=7a468b04-7f90-4bed-bbd0-7af5893248ab&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: 1650/3183] 199.204.45.205 () {34 vars in 1080 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/ports?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3184] 199.204.45.205 () {34 vars in 986 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/networks?id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3185] 199.204.45.205 () {34 vars in 1058 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.106&port_id=1b67f413-3395-44ed-9e3d-4c3cae717375 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3186] 199.204.45.205 () {34 vars in 1104 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c8&port_id=1b67f413-3395-44ed-9e3d-4c3cae717375 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3187] 199.204.45.205 () {34 vars in 1064 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/subnets?id=104d4bd1-063b-4644-8070-b694db6fdc6e&id=507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3188] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3189] 199.204.45.205 () {34 vars in 1052 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/ports?network_id=70366a44-b1a2-4a1b-b4d1-7824c7a09a24&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3190] 199.204.45.205 () {34 vars in 1012 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?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: 1654/3191] 199.204.45.205 () {34 vars in 1112 bytes} [Fri Apr 24 02:52:44 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3192] 199.204.45.205 () {34 vars in 994 bytes} [Fri Apr 24 02:52:46 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-24 02:52:46.303 7 INFO neutron_taas.services.taas.taas_plugin [req-eceda6b7-25e0-4fc3-8ace-b4a61a98ad35 req-70b13dab-359e-4877-bdd6-30d71f52b1fc 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 1b67f413-3395-44ed-9e3d-4c3cae717375 2026-04-24 02:52:46.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eceda6b7-25e0-4fc3-8ace-b4a61a98ad35 req-70b13dab-359e-4877-bdd6-30d71f52b1fc 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 1b67f413-3395-44ed-9e3d-4c3cae717375 [pid: 7|app: 0|req: 1655/3193] 199.204.45.205 () {36 vars in 997 bytes} [Fri Apr 24 02:52:46 2026] DELETE /v2.0/ports/1b67f413-3395-44ed-9e3d-4c3cae717375 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:52:46.522 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa801ec1-acc1-41c3-b5f9-ad1a33b5eb7f'] response: {'server_uuid': '0772ce62-60e0-4ac8-bab7-fdd077ae54f5', 'name': 'network-vif-deleted', 'tag': '1b67f413-3395-44ed-9e3d-4c3cae717375', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1539/3194] 10.0.0.128 () {34 vars in 990 bytes} [Fri Apr 24 02:52:48 2026] GET /v2.0/ports?device_id=0772ce62-60e0-4ac8-bab7-fdd077ae54f5 => 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: 1657/3197] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/60b3e0da-3ba4-4916-941f-20b66052f46e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.103 8 INFO neutron.api.v2.resource [None req-bb30aceb-805a-42ec-bcd3-9bfe35934237 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3198] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/60b3e0da-3ba4-4916-941f-20b66052f46e => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3199] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/75a9a963-7c44-4c2e-b5fb-163fa837888f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.187 8 INFO neutron.api.v2.resource [None req-03a358a8-e00f-4bbd-b947-0955f99267c6 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3200] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/75a9a963-7c44-4c2e-b5fb-163fa837888f => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3201] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/a7a0c22f-1245-4dc4-ac5d-11991f9ab223 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.267 8 INFO neutron.api.v2.resource [None req-65c07a57-4818-4bba-b633-5e306c930920 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3202] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/a7a0c22f-1245-4dc4-ac5d-11991f9ab223 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3203] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/0e645821-f9a7-4559-b468-106c5fb67a49 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.342 8 INFO neutron.api.v2.resource [None req-39e4a6e5-5e42-4842-9b67-1a3c11c4b2db 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3204] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/0e645821-f9a7-4559-b468-106c5fb67a49 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3205] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/daf9fc94-360d-4b1c-8586-02f976b47b43 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.413 8 INFO neutron.api.v2.resource [None req-0da085d8-340d-4e48-9fcd-2efed7b82b64 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3206] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/daf9fc94-360d-4b1c-8586-02f976b47b43 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3207] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/3ab8327b-f3f2-4433-8b32-f23fca32399a => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.482 8 INFO neutron.api.v2.resource [None req-ce1e0c30-06b1-4a9c-9263-1a9c81eeefc5 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3208] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/3ab8327b-f3f2-4433-8b32-f23fca32399a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3209] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/691d9fd6-15d8-40df-97c2-93ed3b71bd45 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.556 8 INFO neutron.api.v2.resource [None req-c7b15135-ca1e-4c93-b69e-7d1f3141c8e3 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3210] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/691d9fd6-15d8-40df-97c2-93ed3b71bd45 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3211] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/7ccdec30-f718-4b49-ab0b-0afd983be7cd => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.646 8 INFO neutron.api.v2.resource [None req-cb9d8c13-4cb3-44a0-85d5-955b4ae64e4e 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3212] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/7ccdec30-f718-4b49-ab0b-0afd983be7cd => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3213] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/9ccb3d61-3452-492b-9717-a62375fdf53e => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.722 8 INFO neutron.api.v2.resource [None req-0250c8c2-f000-44d5-9b8a-183099982aa6 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3214] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/9ccb3d61-3452-492b-9717-a62375fdf53e => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3215] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/725ff6e0-9a09-4443-a152-2ab584fd5fe9 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.807 8 INFO neutron.api.v2.resource [None req-6d6d9714-fc28-4bf0-8af5-647691237030 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3216] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/725ff6e0-9a09-4443-a152-2ab584fd5fe9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3217] 10.0.0.42 () {32 vars in 749 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-group-rules/28ee84a8-3bfe-454c-ae88-80e412bfeb4d => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:54.888 8 INFO neutron.api.v2.resource [None req-fae57922-abba-45ea-afd0-80d11ba480ac 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3218] 10.0.0.42 () {32 vars in 746 bytes} [Fri Apr 24 02:52:54 2026] GET /v2.0/security-group-rules/28ee84a8-3bfe-454c-ae88-80e412bfeb4d => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3219] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:52:54 2026] DELETE /v2.0/security-groups/7a468b04-7f90-4bed-bbd0-7af5893248ab => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:55.018 8 INFO neutron.api.v2.resource [None req-cb1a6901-3ae5-4ce2-920b-0a29e52ae270 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3220] 10.0.0.42 () {32 vars in 736 bytes} [Fri Apr 24 02:52:55 2026] GET /v2.0/security-groups/7a468b04-7f90-4bed-bbd0-7af5893248ab => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:52:55.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-914c436b-b4c2-4c04-9a05-a8c2b4fe4e5a 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: d31b9f09-309b-4f94-a500-80828e94e307 2026-04-24 02:52:55.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-914c436b-b4c2-4c04-9a05-a8c2b4fe4e5a 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: d31b9f09-309b-4f94-a500-80828e94e307 [pid: 7|app: 0|req: 1669/3221] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:52:55 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/remove_router_interface => generated 309 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:52:56.024 8 INFO neutron.api.v2.resource [None req-380f6c2b-af57-47af-b0a6-3045658d1a7b 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3222] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:52:55 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:52:56.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c62c3d8-b8ee-4daf-993e-cf9b827ff927 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: ffea8ba1-b444-442b-bc35-57536b7cdeea 2026-04-24 02:52:56.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c62c3d8-b8ee-4daf-993e-cf9b827ff927 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: ffea8ba1-b444-442b-bc35-57536b7cdeea [pid: 7|app: 0|req: 1670/3223] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:52:56 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:52:57.061 8 INFO neutron.api.v2.resource [None req-2710c701-685c-4a21-8f70-bb49f6eeb5a0 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3224] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:52:56 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:52:57.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-33acc67f-6e27-4e14-9ef5-3635caa1e8e0 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 56e0ea5c-07f2-440a-9d62-843767267519 2026-04-24 02:52:57.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33acc67f-6e27-4e14-9ef5-3635caa1e8e0 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 56e0ea5c-07f2-440a-9d62-843767267519 [pid: 7|app: 0|req: 1671/3225] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:52:57 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-24 02:52:58.183 8 INFO neutron.api.v2.resource [None req-d3a46ff6-c4cf-49a1-be45-689fe0396684 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3226] 10.0.0.42 () {34 vars in 788 bytes} [Fri Apr 24 02:52:58 2026] PUT /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:52:58.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-422f7f08-a36f-46b1-8c5a-52f50b792cdb 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 4f554c45-9ef2-404a-b131-c3369afdc6dd 2026-04-24 02:52:58.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-422f7f08-a36f-46b1-8c5a-52f50b792cdb 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 4f554c45-9ef2-404a-b131-c3369afdc6dd 2026-04-24 02:52:58.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-422f7f08-a36f-46b1-8c5a-52f50b792cdb 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: d6e01831-25cb-4693-8a98-2d67b2edd4a5 2026-04-24 02:52:58.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-422f7f08-a36f-46b1-8c5a-52f50b792cdb 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: d6e01831-25cb-4693-8a98-2d67b2edd4a5 2026-04-24 02:52:59.037 7 INFO neutron.services.segments.plugin [-] Segment b3a656fd-08f9-464e-8642-e5ec2dfcb977 resource provider aggregate not found 2026-04-24 02:52:59.043 7 INFO neutron.services.segments.plugin [-] Segment b3a656fd-08f9-464e-8642-e5ec2dfcb977 resource provider aggregate not found 2026-04-24 02:52:59.059 7 INFO neutron.db.l3_hamode_db [None req-422f7f08-a36f-46b1-8c5a-52f50b792cdb 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] HA network 0d382d8b-3137-4776-9034-2cefd176b77f was deleted as no HA routers are present in tenant 2da2de3a26e74f429096bd9c56f5b55c. 2026-04-24 02:52:59.065 7 INFO neutron.services.segments.plugin [-] Segment b3a656fd-08f9-464e-8642-e5ec2dfcb977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3a656fd-08f9-464e-8642-e5ec2dfcb977 found for delete ", "request_id": "req-2795e526-1eab-44d6-8e9b-b1539e4b1d0e"}]} 2026-04-24 02:52:59.066 7 INFO neutron.services.segments.plugin [-] Segment b3a656fd-08f9-464e-8642-e5ec2dfcb977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3a656fd-08f9-464e-8642-e5ec2dfcb977 found for delete ", "request_id": "req-7fd51f60-e823-4c72-8388-dc174b8d2be0"}]} [pid: 7|app: 0|req: 1672/3227] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:52:58 2026] DELETE /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-24 02:52:59.095 8 INFO neutron.api.v2.resource [None req-279d1af7-622f-40c7-8896-17e4e692b4c3 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3228] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:52:59 2026] GET /v2.0/routers/c246a74f-1dab-4438-b39b-3b173470154f => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3229] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:52:59 2026] DELETE /v2.0/subnets/73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:52:59.279 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cce077b6-d6b2-4b9e-895d-6ce15059fe29 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3230] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:52:59 2026] GET /v2.0/subnets/73a44471-002f-4bb7-aea3-5fd3119c7bff => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3231] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:52:59 2026] DELETE /v2.0/subnets/307e7949-4968-45e7-994c-718bea635466 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:52:59.471 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13b41ef1-61b0-4886-a4f0-2efe2741b770 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3232] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:52:59 2026] GET /v2.0/subnets/307e7949-4968-45e7-994c-718bea635466 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:52:59.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a2de19f-f0c2-4e1c-a960-c6d027c9db2e 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 3041c07c-19a9-4bff-8409-3d9af1013288 2026-04-24 02:52:59.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a2de19f-f0c2-4e1c-a960-c6d027c9db2e 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 3041c07c-19a9-4bff-8409-3d9af1013288 [pid: 7|app: 0|req: 1675/3233] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:52:59 2026] DELETE /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:52:59.789 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0360f3ec-30fd-4993-aa2b-02b6c4345f35 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3234] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:52:59 2026] GET /v2.0/networks/5bd58798-6a8e-4d23-ab15-e73033a02c25 => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3235] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:52:59 2026] DELETE /v2.0/subnets/104d4bd1-063b-4644-8070-b694db6fdc6e => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:52:59.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8ccbfbb-b756-4067-a43e-6e2a422e9182 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3236] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:52:59 2026] GET /v2.0/subnets/104d4bd1-063b-4644-8070-b694db6fdc6e => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3237] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:52:59 2026] DELETE /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:53:00.166 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d29d5dac-e3e0-4c36-b1bc-64f436d61308 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3238] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:53:00 2026] GET /v2.0/subnets/507e43fa-e1c5-4476-a22c-320e1c3d370b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:53:00.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9d762fb-81e6-478c-a165-68afef5b0fa1 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: 116856f6-659d-4a74-b891-bee47139783e 2026-04-24 02:53:00.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9d762fb-81e6-478c-a165-68afef5b0fa1 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: 116856f6-659d-4a74-b891-bee47139783e [pid: 7|app: 0|req: 1678/3239] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:53:00 2026] DELETE /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:53:00.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-645df1d2-0450-413e-80a0-44672449492d 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3240] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:53:00 2026] GET /v2.0/networks/70366a44-b1a2-4a1b-b4d1-7824c7a09a24 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3241] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:53:00 2026] DELETE /v2.0/subnets/7035b757-b70d-4bfa-a5ee-5f957cb61426 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:53:00.659 8 INFO neutron.pecan_wsgi.hooks.translation [None req-656bf74c-40ef-4a3d-89ee-3c3b977b602a 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3242] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:53:00 2026] GET /v2.0/subnets/7035b757-b70d-4bfa-a5ee-5f957cb61426 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3243] 10.0.0.42 () {32 vars in 723 bytes} [Fri Apr 24 02:53:00 2026] DELETE /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:53:00.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc18f6cb-7410-4f8f-ba4a-05cf510e24b2 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3244] 10.0.0.42 () {32 vars in 720 bytes} [Fri Apr 24 02:53:00 2026] GET /v2.0/subnets/b6780f0a-e263-4d1a-8c7e-6d4f7e38cd67 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:53:00.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-6779a29e-876d-470f-a10d-f01e5f53b1c3 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] TaaS: Handle Delete Port: f8a8c02b-c44b-46ad-bf98-dabedfbee292 2026-04-24 02:53:00.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6779a29e-876d-470f-a10d-f01e5f53b1c3 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] Tap Mirror: Handle Delete Port: f8a8c02b-c44b-46ad-bf98-dabedfbee292 2026-04-24 02:53:01.095 7 INFO neutron.services.segments.plugin [-] Segment be33ae26-f3d3-4297-9fb0-dacab658763c resource provider aggregate not found 2026-04-24 02:53:01.107 7 INFO neutron.services.segments.plugin [-] Segment be33ae26-f3d3-4297-9fb0-dacab658763c resource provider aggregate not found 2026-04-24 02:53:01.133 7 INFO neutron.services.segments.plugin [-] Segment be33ae26-f3d3-4297-9fb0-dacab658763c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be33ae26-f3d3-4297-9fb0-dacab658763c found for delete ", "request_id": "req-1b2e37ac-5bf5-432f-9eff-38efa742c569"}]} 2026-04-24 02:53:01.138 7 INFO neutron.services.segments.plugin [-] Segment be33ae26-f3d3-4297-9fb0-dacab658763c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be33ae26-f3d3-4297-9fb0-dacab658763c found for delete ", "request_id": "req-66dfaadc-f59c-4577-88bb-42b9e7cffd5c"}]} 2026-04-24 02:53:01.154 7 INFO neutron.services.segments.plugin [-] Segment 77e8123b-f3a2-4a21-821f-b4fc257f4c97 resource provider aggregate not found 2026-04-24 02:53:01.159 7 INFO neutron.services.segments.plugin [-] Segment 77e8123b-f3a2-4a21-821f-b4fc257f4c97 resource provider aggregate not found 2026-04-24 02:53:01.175 7 INFO neutron.services.segments.plugin [-] Segment 77e8123b-f3a2-4a21-821f-b4fc257f4c97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e8123b-f3a2-4a21-821f-b4fc257f4c97 found for delete ", "request_id": "req-1d26b4f2-6a7d-4af9-912f-d364e7be3066"}]} 2026-04-24 02:53:01.179 7 INFO neutron.services.segments.plugin [-] Segment 77e8123b-f3a2-4a21-821f-b4fc257f4c97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77e8123b-f3a2-4a21-821f-b4fc257f4c97 found for delete ", "request_id": "req-1b0f5952-49ac-4309-b78e-a80df7f058b8"}]} [pid: 7|app: 0|req: 1681/3245] 10.0.0.42 () {32 vars in 725 bytes} [Fri Apr 24 02:53:00 2026] DELETE /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-24 02:53:01.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2439ba6-79a8-4bce-907a-5780925d1fa4 3c407cd1ad514fa991148119122e80b3 2da2de3a26e74f429096bd9c56f5b55c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3246] 10.0.0.42 () {32 vars in 722 bytes} [Fri Apr 24 02:53:01 2026] GET /v2.0/networks/8e35ad53-1189-4516-ae0e-f13f889d906d => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-24 02:53:03.195 7 INFO neutron.services.segments.plugin [-] Segment f50c3f20-7f40-4618-a939-0e86d719de68 resource provider aggregate not found 2026-04-24 02:53:03.201 7 INFO neutron.services.segments.plugin [-] Segment f50c3f20-7f40-4618-a939-0e86d719de68 resource provider aggregate not found 2026-04-24 02:53:03.213 7 INFO neutron.services.segments.plugin [-] Segment f50c3f20-7f40-4618-a939-0e86d719de68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50c3f20-7f40-4618-a939-0e86d719de68 found for delete ", "request_id": "req-b3523a39-3c2d-44e3-bcc1-9b60fbd6fd89"}]} 2026-04-24 02:53:03.214 7 INFO neutron.services.segments.plugin [-] Segment f50c3f20-7f40-4618-a939-0e86d719de68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50c3f20-7f40-4618-a939-0e86d719de68 found for delete ", "request_id": "req-a80dfb7b-d99e-4f57-88e9-af59adca4d48"}]} [pid: 7|app: 0|req: 1682/3247] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:53:03 2026] GET /v2.0/security-groups?tenant_id=15e43025ba8141ddb9b92a8fa4365008&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3248] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:53:03 2026] DELETE /v2.0/security-groups/529a8b6e-9a96-4fa0-84c9-25cd15a228f2 => 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: 1683/3249] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:53:03 2026] GET /v2.0/security-groups?tenant_id=825e70a0212c47b0a634a60e5a8fac7c&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3250] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:53:03 2026] DELETE /v2.0/security-groups/d387cf72-bbba-4683-8fd7-83816e304581 => 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: 1684/3251] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:53:04 2026] GET /v2.0/security-groups?tenant_id=10e3005fba1b4c1ea1348d74279a10c9&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3252] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:53:04 2026] DELETE /v2.0/security-groups/304387b1-adb5-40d2-917c-cae81318f80d => 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: 1685/3253] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:53:04 2026] GET /v2.0/security-groups?tenant_id=a128350378cd4d6ca2bcdd947da16f5a&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3254] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:53:04 2026] DELETE /v2.0/security-groups/8b45348b-7e13-4587-83be-1abbbf38eef6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3255] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:53:04 2026] GET /v2.0/security-groups?tenant_id=2da2de3a26e74f429096bd9c56f5b55c&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3256] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:53:04 2026] DELETE /v2.0/security-groups/bdea1def-a67a-4014-bc6e-fa664e81e6fd => 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: 1687/3257] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:53:05 2026] GET /v2.0/security-groups?tenant_id=5ea29708743d4668933b3460c6d32f49&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: 1571/3258] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:53:05 2026] DELETE /v2.0/security-groups/d0a07505-9691-42c9-acc2-b8e1b3b7cd2f => 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: 1688/3259] 10.0.0.42 () {32 vars in 773 bytes} [Fri Apr 24 02:53:05 2026] GET /v2.0/security-groups?tenant_id=9818a40b156945bdb52b675c02847b7d&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3260] 10.0.0.42 () {32 vars in 739 bytes} [Fri Apr 24 02:53:05 2026] DELETE /v2.0/security-groups/dcdb593c-36ad-4b04-b9fa-d74eb34bdc19 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3263] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:53:08 2026] GET /v2.0/networks => generated 2167 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3264] 10.0.0.42 () {32 vars in 654 bytes} [Fri Apr 24 02:53:09 2026] GET /v2.0/floatingips => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3265] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:53:09 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3266] 10.0.0.42 () {32 vars in 642 bytes} [Fri Apr 24 02:53:09 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3267] 10.0.0.42 () {32 vars in 646 bytes} [Fri Apr 24 02:53:09 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3268] 10.0.0.42 () {32 vars in 648 bytes} [Fri Apr 24 02:53:09 2026] GET /v2.0/networks => generated 2167 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3269] 10.0.0.42 () {32 vars in 662 bytes} [Fri Apr 24 02:53:09 2026] GET /v2.0/security-groups => generated 17401 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3270] 10.0.0.42 () {32 vars in 654 bytes} [Fri Apr 24 02:53:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)