+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 2 01:00:23 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-7cd575b7ff-85zmk machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f7abe7ca668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-02 01:00:28.052 7 INFO neutron.common.config [-] Logging enabled! 2026-07-02 01:00:28.053 7 INFO neutron.common.config [-] uwsgi version 26.0.5.dev1 2026-07-02 01:00:28.176 8 INFO neutron.common.config [-] Logging enabled! 2026-07-02 01:00:28.177 8 INFO neutron.common.config [-] uwsgi version 26.0.5.dev1 2026-07-02 01:00:29.224 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 01:00:29.345 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 01:00:30.874 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 01:00:30.877 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 01:00:30.881 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 01:00:30.882 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 01:00:30.882 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 01:00:30.882 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 01:00:30.883 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 01:00:30.891 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 01:00:30.891 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 01:00:30.892 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 01:00:30.920 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 01:00:30.922 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 01:00:30.923 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 01:00:30.926 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 01:00:30.929 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 01:00:30.933 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 01:00:30.934 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 01:00:30.935 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 01:00:30.935 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 01:00:30.935 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 01:00:30.943 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 01:00:30.943 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 01:00:30.943 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 01:00:30.969 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 01:00:30.970 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 01:00:30.971 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 01:00:30.983 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 01:00:30.984 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 01:00:30.984 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 01:00:30.985 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 01:00:31.027 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 01:00:31.027 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 01:00:31.027 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 01:00:31.027 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 01:00:31.323 7 INFO neutron.plugins.ml2.managers [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 01:00:31.382 8 INFO neutron.plugins.ml2.managers [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 01:00:31.670 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 01:00:31.670 7 INFO neutron.plugins.ml2.managers [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 01:00:31.671 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 01:00:31.688 7 INFO neutron.plugins.ml2.managers [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 01:00:31.689 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 01:00:31.689 7 INFO neutron.plugins.ml2.managers [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 01:00:31.689 7 INFO neutron.plugins.ml2.extensions.port_security [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 01:00:31.689 7 INFO neutron.plugins.ml2.managers [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] Initializing extension driver 'qos' 2026-07-02 01:00:31.689 7 INFO neutron.plugins.ml2.managers [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 01:00:31.689 7 INFO neutron.plugins.ml2.managers [None req-022316ca-a450-4310-8c53-a557cb508654 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 01:00:31.708 7 INFO neutron.quota [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded quota_driver: . 2026-07-02 01:00:31.708 7 INFO neutron.plugins.ml2.plugin [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 01:00:31.708 7 INFO neutron.plugins.ml2.managers [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 01:00:31.709 7 INFO neutron.plugins.ml2.managers [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 01:00:31.709 7 INFO neutron.plugins.ml2.managers [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 01:00:31.709 7 INFO neutron.extensions.vlantransparent [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Disabled vlantransparent extension. 2026-07-02 01:00:31.709 7 INFO neutron.extensions.qinq [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 01:00:31.709 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: qos 2026-07-02 01:00:31.730 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: router 2026-07-02 01:00:31.741 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 01:00:31.741 8 INFO neutron.plugins.ml2.managers [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 01:00:31.741 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 01:00:31.757 8 INFO neutron.plugins.ml2.managers [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 01:00:31.758 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 01:00:31.758 8 INFO neutron.plugins.ml2.managers [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 01:00:31.758 8 INFO neutron.plugins.ml2.extensions.port_security [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 01:00:31.758 8 INFO neutron.plugins.ml2.managers [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] Initializing extension driver 'qos' 2026-07-02 01:00:31.758 8 INFO neutron.plugins.ml2.managers [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 01:00:31.758 8 INFO neutron.plugins.ml2.managers [None req-76e771eb-d81f-47fb-923a-25747e8e2212 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 01:00:31.771 8 INFO neutron.quota [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded quota_driver: . 2026-07-02 01:00:31.771 8 INFO neutron.plugins.ml2.plugin [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 01:00:31.771 8 INFO neutron.plugins.ml2.managers [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 01:00:31.771 8 INFO neutron.plugins.ml2.managers [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 01:00:31.772 8 INFO neutron.plugins.ml2.managers [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 01:00:31.772 8 INFO neutron.extensions.vlantransparent [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Disabled vlantransparent extension. 2026-07-02 01:00:31.772 8 INFO neutron.extensions.qinq [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Disabled VLAN QinQ extension. 2026-07-02 01:00:31.772 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: qos 2026-07-02 01:00:31.787 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: router 2026-07-02 01:00:31.793 7 INFO neutron.services.service_base [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 01:00:31.793 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: segments 2026-07-02 01:00:31.840 8 INFO neutron.services.service_base [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 01:00:31.841 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: segments 2026-07-02 01:00:31.895 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: trunk 2026-07-02 01:00:31.912 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: vpnaas 2026-07-02 01:00:31.950 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: trunk 2026-07-02 01:00:31.956 7 WARNING stevedore.named [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 01:00:31.956 7 WARNING stevedore.named [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 01:00:31.966 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: vpnaas 2026-07-02 01:00:32.031 8 WARNING stevedore.named [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 01:00:32.031 8 WARNING stevedore.named [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 01:00:32.050 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 01:00:32.051 7 INFO neutron.common.utils [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 01:00:32.051 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: taas 2026-07-02 01:00:32.090 7 WARNING stevedore.named [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 01:00:32.118 8 INFO neutron_vpnaas.services.vpn.plugin [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 01:00:32.118 8 INFO neutron.common.utils [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 01:00:32.119 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: taas 2026-07-02 01:00:32.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 01:00:32.119 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: tapmirror 2026-07-02 01:00:32.135 7 WARNING stevedore.named [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 01:00:32.148 8 WARNING stevedore.named [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 01:00:32.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 01:00:32.155 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: auto_allocate 2026-07-02 01:00:32.165 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: tag 2026-07-02 01:00:32.177 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: timestamp 2026-07-02 01:00:32.183 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 01:00:32.187 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: flavors 2026-07-02 01:00:32.191 7 INFO neutron.manager [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loading Plugin: revisions 2026-07-02 01:00:32.195 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Initializing extension manager. 2026-07-02 01:00:32.196 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: address-group 2026-07-02 01:00:32.199 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: address-scope 2026-07-02 01:00:32.200 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 01:00:32.201 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: agent 2026-07-02 01:00:32.202 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 01:00:32.203 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 01:00:32.204 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 01:00:32.205 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: availability_zone 2026-07-02 01:00:32.205 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 01:00:32.207 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 01:00:32.207 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: default-subnetpools 2026-07-02 01:00:32.209 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 01:00:32.210 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: dns-integration 2026-07-02 01:00:32.210 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 01:00:32.211 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 01:00:32.211 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: dvr 2026-07-02 01:00:32.212 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 01:00:32.212 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 01:00:32.213 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 01:00:32.214 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 01:00:32.214 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: external-net 2026-07-02 01:00:32.214 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 01:00:32.216 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: extraroute 2026-07-02 01:00:32.216 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 01:00:32.217 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 01:00:32.218 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 01:00:32.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 01:00:32.218 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: tapmirror 2026-07-02 01:00:32.218 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 01:00:32.219 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 01:00:32.219 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: fip-port-details 2026-07-02 01:00:32.220 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: flavors 2026-07-02 01:00:32.221 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 01:00:32.222 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: floatingip-pools 2026-07-02 01:00:32.223 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: ip_allocation 2026-07-02 01:00:32.223 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 01:00:32.224 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: l2_adjacency 2026-07-02 01:00:32.225 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: router 2026-07-02 01:00:32.227 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 01:00:32.227 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 01:00:32.228 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 01:00:32.228 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 01:00:32.229 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: l3-ha 2026-07-02 01:00:32.229 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 01:00:32.230 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 01:00:32.230 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: l3-flavors 2026-07-02 01:00:32.231 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 01:00:32.232 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 01:00:32.235 8 WARNING stevedore.named [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 01:00:32.235 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 01:00:32.238 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 01:00:32.241 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 01:00:32.244 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 01:00:32.245 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 01:00:32.246 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: multi-provider 2026-07-02 01:00:32.246 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: net-mtu 2026-07-02 01:00:32.247 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 01:00:32.249 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: network_availability_zone 2026-07-02 01:00:32.249 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: network_ha 2026-07-02 01:00:32.250 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: network-ip-availability 2026-07-02 01:00:32.252 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 01:00:32.253 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: pagination 2026-07-02 01:00:32.254 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-device-profile 2026-07-02 01:00:32.255 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 01:00:32.255 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 01:00:32.256 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 01:00:32.257 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-mac-override 2026-07-02 01:00:32.257 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 01:00:32.258 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 01:00:32.258 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 01:00:32.259 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-resource-request 2026-07-02 01:00:32.259 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 01:00:32.260 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 01:00:32.260 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: binding 2026-07-02 01:00:32.261 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: binding-extended 2026-07-02 01:00:32.262 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-security 2026-07-02 01:00:32.262 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: project-id 2026-07-02 01:00:32.263 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: provider 2026-07-02 01:00:32.263 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 01:00:32.266 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos 2026-07-02 01:00:32.267 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 01:00:32.267 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 01:00:32.268 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-default 2026-07-02 01:00:32.268 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-fip 2026-07-02 01:00:32.269 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 01:00:32.269 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 01:00:32.270 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 01:00:32.271 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 01:00:32.271 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 01:00:32.272 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-pps 2026-07-02 01:00:32.273 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 01:00:32.273 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 01:00:32.274 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 01:00:32.274 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: quota-check-limit 2026-07-02 01:00:32.275 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 01:00:32.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 01:00:32.276 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: auto_allocate 2026-07-02 01:00:32.277 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: quotas 2026-07-02 01:00:32.279 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: quota_details 2026-07-02 01:00:32.280 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: rbac-policies 2026-07-02 01:00:32.281 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: rbac-address-group 2026-07-02 01:00:32.281 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 01:00:32.282 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 01:00:32.282 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 01:00:32.283 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: revision-if-match 2026-07-02 01:00:32.283 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 01:00:32.284 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: router_availability_zone 2026-07-02 01:00:32.285 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 01:00:32.287 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 01:00:32.287 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: tag 2026-07-02 01:00:32.288 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 01:00:32.291 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 01:00:32.292 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 01:00:32.292 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 01:00:32.293 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 01:00:32.297 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: timestamp 2026-07-02 01:00:32.297 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: security-group 2026-07-02 01:00:32.298 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: segment 2026-07-02 01:00:32.299 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 01:00:32.300 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: service-type 2026-07-02 01:00:32.300 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: sorting 2026-07-02 01:00:32.300 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 01:00:32.301 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 01:00:32.301 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: standard-attr-description 2026-07-02 01:00:32.302 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: stateful-security-group 2026-07-02 01:00:32.302 7 WARNING neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 01:00:32.303 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 01:00:32.303 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: subnet-external-network 2026-07-02 01:00:32.304 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: subnet_onboard 2026-07-02 01:00:32.305 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 01:00:32.305 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: subnet-service-types 2026-07-02 01:00:32.305 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: flavors 2026-07-02 01:00:32.306 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: subnet_allocation 2026-07-02 01:00:32.307 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 01:00:32.308 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: tag-creation 2026-07-02 01:00:32.308 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 01:00:32.310 8 INFO neutron.manager [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loading Plugin: revisions 2026-07-02 01:00:32.313 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 01:00:32.314 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 01:00:32.314 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Initializing extension manager. 2026-07-02 01:00:32.315 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: trunk 2026-07-02 01:00:32.315 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: trunk-details 2026-07-02 01:00:32.316 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 01:00:32.316 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: address-group 2026-07-02 01:00:32.316 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 01:00:32.317 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 01:00:32.317 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: address-scope 2026-07-02 01:00:32.317 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 01:00:32.318 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 01:00:32.319 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: agent 2026-07-02 01:00:32.319 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 01:00:32.319 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 01:00:32.320 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 01:00:32.321 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: vpn-flavors 2026-07-02 01:00:32.321 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 01:00:32.322 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 01:00:32.322 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: vpnaas 2026-07-02 01:00:32.323 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: availability_zone 2026-07-02 01:00:32.324 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: taas 2026-07-02 01:00:32.324 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 01:00:32.324 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 01:00:32.325 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: tap-mirror 2026-07-02 01:00:32.325 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: default-subnetpools 2026-07-02 01:00:32.325 7 INFO neutron.api.extensions [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 01:00:32.327 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 01:00:32.328 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: dns-integration 2026-07-02 01:00:32.328 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 01:00:32.328 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 01:00:32.328 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 01:00:32.328 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.329 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 01:00:32.329 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 01:00:32.330 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: dvr 2026-07-02 01:00:32.330 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 01:00:32.331 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 01:00:32.332 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 01:00:32.332 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 01:00:32.332 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 01:00:32.332 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 01:00:32.333 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: external-net 2026-07-02 01:00:32.334 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 01:00:32.334 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: extraroute 2026-07-02 01:00:32.335 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 01:00:32.336 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 01:00:32.336 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 01:00:32.337 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 01:00:32.337 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 01:00:32.338 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 01:00:32.338 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 01:00:32.338 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: fip-port-details 2026-07-02 01:00:32.338 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 01:00:32.339 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: flavors 2026-07-02 01:00:32.339 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.339 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.340 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.340 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.340 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 01:00:32.340 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 01:00:32.341 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.341 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: floatingip-pools 2026-07-02 01:00:32.341 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.341 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 01:00:32.341 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: ip_allocation 2026-07-02 01:00:32.342 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 01:00:32.342 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: l2_adjacency 2026-07-02 01:00:32.343 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 01:00:32.343 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 01:00:32.344 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.344 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] ipsecpolicy is already registered 2026-07-02 01:00:32.344 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: router 2026-07-02 01:00:32.344 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.344 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] ikepolicy is already registered 2026-07-02 01:00:32.346 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 01:00:32.347 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 01:00:32.347 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 01:00:32.348 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 01:00:32.349 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: l3-ha 2026-07-02 01:00:32.349 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 01:00:32.349 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 01:00:32.350 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] router is already registered 2026-07-02 01:00:32.350 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 01:00:32.350 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 01:00:32.350 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] floatingip is already registered 2026-07-02 01:00:32.350 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: l3-flavors 2026-07-02 01:00:32.351 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 01:00:32.352 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 01:00:32.354 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 01:00:32.354 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 01:00:32.354 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] rbac_policy is already registered 2026-07-02 01:00:32.355 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 01:00:32.355 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] security_group is already registered 2026-07-02 01:00:32.355 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 01:00:32.355 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] security_group_rule is already registered 2026-07-02 01:00:32.355 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 01:00:32.356 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.356 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.357 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.357 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.357 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 01:00:32.357 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 01:00:32.357 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] trunk is already registered 2026-07-02 01:00:32.358 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.358 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] ikepolicy is already registered 2026-07-02 01:00:32.358 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 01:00:32.358 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.358 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] ipsecpolicy is already registered 2026-07-02 01:00:32.359 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 01:00:32.359 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 01:00:32.359 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] endpoint_group is already registered 2026-07-02 01:00:32.359 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: multi-provider 2026-07-02 01:00:32.359 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 01:00:32.360 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] vpnservice is already registered 2026-07-02 01:00:32.360 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: net-mtu 2026-07-02 01:00:32.360 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 01:00:32.360 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] ipsec_site_connection is already registered 2026-07-02 01:00:32.360 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 01:00:32.360 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.361 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] ipsecpolicy is already registered 2026-07-02 01:00:32.361 7 INFO neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.361 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: network_availability_zone 2026-07-02 01:00:32.361 7 WARNING neutron.quota.resource_registry [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] ikepolicy is already registered 2026-07-02 01:00:32.362 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: network_ha 2026-07-02 01:00:32.362 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: network-ip-availability 2026-07-02 01:00:32.363 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 01:00:32.364 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: pagination 2026-07-02 01:00:32.364 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-device-profile 2026-07-02 01:00:32.365 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 01:00:32.366 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 01:00:32.368 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 01:00:32.368 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-mac-override 2026-07-02 01:00:32.369 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 01:00:32.369 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 01:00:32.370 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 01:00:32.370 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-resource-request 2026-07-02 01:00:32.371 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 01:00:32.371 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 01:00:32.372 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: binding 2026-07-02 01:00:32.373 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: binding-extended 2026-07-02 01:00:32.373 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-security 2026-07-02 01:00:32.374 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: project-id 2026-07-02 01:00:32.374 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: provider 2026-07-02 01:00:32.375 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 01:00:32.377 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos 2026-07-02 01:00:32.378 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 01:00:32.378 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 01:00:32.379 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-default 2026-07-02 01:00:32.380 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-fip 2026-07-02 01:00:32.380 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 01:00:32.381 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 01:00:32.382 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 01:00:32.382 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 01:00:32.383 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 01:00:32.384 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-pps 2026-07-02 01:00:32.384 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 01:00:32.385 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 01:00:32.385 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 01:00:32.386 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: quota-check-limit 2026-07-02 01:00:32.387 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 01:00:32.391 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: quotas 2026-07-02 01:00:32.392 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: quota_details 2026-07-02 01:00:32.393 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: rbac-policies 2026-07-02 01:00:32.394 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: rbac-address-group 2026-07-02 01:00:32.394 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 01:00:32.395 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 01:00:32.395 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 01:00:32.396 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: revision-if-match 2026-07-02 01:00:32.397 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 01:00:32.397 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: router_availability_zone 2026-07-02 01:00:32.398 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 01:00:32.399 7 WARNING keystonemiddleware._common.config [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 01:00:32.400 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 01:00:32.400 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 01:00:32.401 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 01:00:32.401 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 01:00:32.402 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 01:00:32.402 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 01:00:32.406 7 WARNING oslo_config.cfg [None req-4b938d3c-a0e0-466e-9cb4-eea8d5c6fe1d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-02 01:00:32.407 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: security-group 2026-07-02 01:00:32.408 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: segment WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f7abe7ca668 pid: 7 (default app) 2026-07-02 01:00:32.409 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 01:00:32.410 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: service-type 2026-07-02 01:00:32.410 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: sorting 2026-07-02 01:00:32.410 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 01:00:32.411 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: standard-attr-description 2026-07-02 01:00:32.412 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: stateful-security-group 2026-07-02 01:00:32.413 8 WARNING neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 01:00:32.413 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 01:00:32.414 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: subnet-external-network 2026-07-02 01:00:32.414 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: subnet_onboard 2026-07-02 01:00:32.415 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 01:00:32.415 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: subnet-service-types 2026-07-02 01:00:32.416 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: subnet_allocation 2026-07-02 01:00:32.417 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 01:00:32.418 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: tag-creation 2026-07-02 01:00:32.418 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 01:00:32.423 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 01:00:32.424 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 01:00:32.425 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: trunk 2026-07-02 01:00:32.425 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: trunk-details 2026-07-02 01:00:32.426 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 01:00:32.426 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 01:00:32.427 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 01:00:32.428 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 01:00:32.430 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 01:00:32.431 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 01:00:32.431 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: vpn-flavors 2026-07-02 01:00:32.433 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: vpnaas 2026-07-02 01:00:32.434 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: taas 2026-07-02 01:00:32.436 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: tap-mirror 2026-07-02 01:00:32.436 8 INFO neutron.api.extensions [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 01:00:32.439 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 01:00:32.440 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 01:00:32.440 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.440 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 01:00:32.445 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 01:00:32.445 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 01:00:32.451 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 01:00:32.452 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 01:00:32.453 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 01:00:32.454 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.454 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.455 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.455 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.455 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 01:00:32.456 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.456 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.457 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 01:00:32.457 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 01:00:32.458 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 01:00:32.458 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.458 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] ipsecpolicy is already registered 2026-07-02 01:00:32.459 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.459 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] ikepolicy is already registered 2026-07-02 01:00:32.465 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 01:00:32.465 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] router is already registered 2026-07-02 01:00:32.466 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 01:00:32.466 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] floatingip is already registered 2026-07-02 01:00:32.471 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 01:00:32.471 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] rbac_policy is already registered 2026-07-02 01:00:32.472 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 01:00:32.472 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] security_group is already registered 2026-07-02 01:00:32.473 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 01:00:32.473 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] security_group_rule is already registered 2026-07-02 01:00:32.474 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.475 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.476 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 01:00:32.476 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] subnetpool is already registered 2026-07-02 01:00:32.478 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 01:00:32.478 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] trunk is already registered 2026-07-02 01:00:32.479 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.479 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] ikepolicy is already registered 2026-07-02 01:00:32.480 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.481 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] ipsecpolicy is already registered 2026-07-02 01:00:32.482 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 01:00:32.482 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] endpoint_group is already registered 2026-07-02 01:00:32.483 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 01:00:32.483 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] vpnservice is already registered 2026-07-02 01:00:32.484 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 01:00:32.485 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] ipsec_site_connection is already registered 2026-07-02 01:00:32.486 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 01:00:32.486 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] ipsecpolicy is already registered 2026-07-02 01:00:32.487 8 INFO neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 01:00:32.487 8 WARNING neutron.quota.resource_registry [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] ikepolicy is already registered 2026-07-02 01:00:32.530 8 WARNING keystonemiddleware._common.config [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 01:00:32.537 8 WARNING oslo_config.cfg [None req-96e00853-c9c6-469a-ab79-fef9b28ec4cc - - - - - -] 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 9 seconds on interpreter 0x7f7abe7ca668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:00:37.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2c141fe-bdd1-4be1-8e38-98d8798c591a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:00:36 2026] GET /v2.0/networks/public => generated 108 bytes in 1020 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:00:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:00:38.646 7 WARNING neutron.services.revisions.revision_plugin [None req-097c528a-63de-4557-9d24-c8f64b841d87 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:38.672 7 INFO neutron.db.segments_db [None req-097c528a-63de-4557-9d24-c8f64b841d87 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 62c1865a-b0da-455f-8c8d-47f9813e8a34 of type flat for network 1c636b42-b051-402d-a1c7-42785c53aac6 2026-07-02 01:00:38.730 7 INFO neutron.pecan_wsgi.hooks.translation [None req-097c528a-63de-4557-9d24-c8f64b841d87 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.156 () {48 vars in 968 bytes} [Thu Jul 2 01:00:38 2026] POST /v2.0/networks => generated 124 bytes in 640 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:00:44.776 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1015e2c-0b9c-4061-ad7a-15063dc0c63e 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:00:44 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:00:44 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-07-02 01:00:44.873 7 WARNING neutron.services.revisions.revision_plugin [None req-51b0ba81-0074-477f-a522-0de4eea2f993 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:44.891 7 INFO neutron.db.segments_db [None req-51b0ba81-0074-477f-a522-0de4eea2f993 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 5f666fb2-9884-450d-a124-d0d2e37c5083 of type flat for network d7362a39-397c-48dc-b32a-59d37e3ee5a3 2026-07-02 01:00:44.924 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51b0ba81-0074-477f-a522-0de4eea2f993 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.156 () {48 vars in 968 bytes} [Thu Jul 2 01:00:44 2026] POST /v2.0/networks => generated 124 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:00:51.275 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64ffc4e9-8b0f-473b-8b09-4ceff9f509e7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:00:50 2026] GET /v2.0/networks/public => generated 108 bytes in 411 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:00:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:00:51.599 8 WARNING neutron.services.revisions.revision_plugin [None req-ede4a2c8-b8be-40f1-8295-ae26d1e7b200 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:51.626 8 INFO neutron.db.segments_db [None req-ede4a2c8-b8be-40f1-8295-ae26d1e7b200 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 8ff8029d-62bb-4f8d-bb00-23914dab6767 of type flat for network 9ea259e7-d1f5-493a-8fee-20e72a6fe6e9 2026-07-02 01:00:51.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ede4a2c8-b8be-40f1-8295-ae26d1e7b200 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.156 () {48 vars in 968 bytes} [Thu Jul 2 01:00:51 2026] POST /v2.0/networks => generated 124 bytes in 437 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:00:57.679 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2456bec6-951d-4bda-a2c9-0b57837b6b31 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:00:57 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:00:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:00:57.759 7 WARNING neutron.services.revisions.revision_plugin [None req-d365821b-e9f7-4baf-af35-c67f1a82f364 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:57.779 7 INFO neutron.db.segments_db [None req-d365821b-e9f7-4baf-af35-c67f1a82f364 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 72acb726-a031-4e6d-93fc-c99f5823e5de of type flat for network d8d940a9-74d2-4c3a-a175-394b519cc8d6 2026-07-02 01:00:57.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d365821b-e9f7-4baf-af35-c67f1a82f364 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.156 () {48 vars in 968 bytes} [Thu Jul 2 01:00:57 2026] POST /v2.0/networks => generated 124 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:01:03.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b5309b5-3538-400f-bbd2-1971d9cc5b40 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:01:03 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:01:03 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:01:03.900 7 WARNING neutron.services.revisions.revision_plugin [None req-7b3c49ea-66e7-40e8-9cb7-587c0d9457b7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:01:03.930 7 INFO neutron.db.segments_db [None req-7b3c49ea-66e7-40e8-9cb7-587c0d9457b7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 7f2a33c4-5a66-4200-aec4-c7e8130f9bd1 of type flat for network aa175c5b-607e-4f21-9058-25b247fa34f0 2026-07-02 01:01:03.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b3c49ea-66e7-40e8-9cb7-587c0d9457b7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.156 () {48 vars in 968 bytes} [Thu Jul 2 01:01:03 2026] POST /v2.0/networks => generated 124 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:01:10.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e3c0786-8d03-4d89-8eed-280aa4a5a378 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:01:09 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:01:10 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-07-02 01:01:10.146 8 WARNING neutron.services.revisions.revision_plugin [None req-aa934b15-cec0-4e2c-a73f-4915f65ffe5b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:01:10.176 8 INFO neutron.db.segments_db [None req-aa934b15-cec0-4e2c-a73f-4915f65ffe5b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 17f4e70e-7554-4323-aab7-a54ff3f00a01 of type flat for network dc9d2f8d-2ebb-405f-959f-7442383daf59 2026-07-02 01:01:10.228 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa934b15-cec0-4e2c-a73f-4915f65ffe5b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.156 () {48 vars in 968 bytes} [Thu Jul 2 01:01:10 2026] POST /v2.0/networks => generated 124 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:01:16.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63caaea3-e84f-418b-99f4-ca4c1dcbbb0e 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:01:16 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:01:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:01:16.394 8 WARNING neutron.services.revisions.revision_plugin [None req-3b4ac186-ca0d-4f16-9b61-ccc2e2bcba3b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:01:16.417 8 INFO neutron.db.segments_db [None req-3b4ac186-ca0d-4f16-9b61-ccc2e2bcba3b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 0d80fdac-7d9c-4c71-b5b0-872f981830cf of type flat for network d4714583-7380-45f0-97d3-c39ad180009a [pid: 8|app: 0|req: 12/26] 199.204.45.156 () {48 vars in 968 bytes} [Thu Jul 2 01:01:16 2026] POST /v2.0/networks => generated 706 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:01:18.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b849847-de4e-4dce-b7de-9c0976b6acc5 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:01:18 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:01:18 2026] GET /v2.0/networks?name=public => generated 709 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:01:18.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f562e1e-bf63-4b37-a384-904d7f944712 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.156 () {44 vars in 1035 bytes} [Thu Jul 2 01:01:18 2026] GET /v2.0/subnets/public-subnet?network_id=d4714583-7380-45f0-97d3-c39ad180009a => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.156 () {44 vars in 1058 bytes} [Thu Jul 2 01:01:18 2026] GET /v2.0/subnets?name=public-subnet&network_id=d4714583-7380-45f0-97d3-c39ad180009a => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.156 () {48 vars in 966 bytes} [Thu Jul 2 01:01:18 2026] POST /v2.0/subnets => generated 664 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:06:27.174 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4fccf82-7703-4998-ba78-6f47108b73fa 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/72] 199.204.45.156 () {44 vars in 938 bytes} [Thu Jul 2 01:06:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.156 () {44 vars in 960 bytes} [Thu Jul 2 01:06:27 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:06:27.293 7 INFO neutron.db.segments_db [None req-afd95fda-b81f-479c-882b-22e0cf1ad229 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment ca3632ef-2941-488e-9c81-279afefc7040 of type vxlan for network 4e854c22-92f8-4213-949e-7516a24f3f8c [pid: 7|app: 0|req: 39/74] 199.204.45.156 () {48 vars in 967 bytes} [Thu Jul 2 01:06:27 2026] POST /v2.0/networks => generated 707 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:06:28.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca0d5b27-07de-491d-921f-d957949e46e0 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.156 () {44 vars in 938 bytes} [Thu Jul 2 01:06:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.156 () {44 vars in 960 bytes} [Thu Jul 2 01:06:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:06:28.481 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bdb28264-35fe-4069-aaec-1d977b1cb9c1 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/77] 199.204.45.156 () {44 vars in 1037 bytes} [Thu Jul 2 01:06:28 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 114 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.156 () {44 vars in 1060 bytes} [Thu Jul 2 01:06:28 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.156 () {48 vars in 966 bytes} [Thu Jul 2 01:06:28 2026] POST /v2.0/subnets => generated 651 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:06:30.104 8 INFO neutron.api.v2.resource [None req-bd0274c4-1c5d-415d-a0de-58af08f8e3b2 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/82] 199.204.45.156 () {44 vars in 972 bytes} [Thu Jul 2 01:06:30 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.156 () {44 vars in 994 bytes} [Thu Jul 2 01:06:30 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.156 () {48 vars in 981 bytes} [Thu Jul 2 01:06:30 2026] POST /v2.0/security-groups => generated 1616 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:31 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 1616 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:31 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:31 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:06:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:32 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 2230 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:32 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:32 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:06:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:33 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:34 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:34 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:06:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:35 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 3462 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:35 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:35 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:06:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:36 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4078 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:36 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:36 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:06:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.156 () {44 vars in 988 bytes} [Thu Jul 2 01:06:38 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c => generated 732 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:06:38.166 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db07942d-79d0-40f0-a247-54e9233cafe4 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.204.45.156 () {44 vars in 1077 bytes} [Thu Jul 2 01:06:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.156 () {44 vars in 1100 bytes} [Thu Jul 2 01:06:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:38 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.156 () {48 vars in 962 bytes} [Thu Jul 2 01:06:38 2026] POST /v2.0/ports => generated 1100 bytes in 420 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:06:47.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e7775dc-b1e9-4d3a-b17e-c8697cb74c0f 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/112] 199.204.45.156 () {44 vars in 980 bytes} [Thu Jul 2 01:06:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 375 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.156 () {48 vars in 1032 bytes} [Thu Jul 2 01:06:47 2026] PUT /v2.0/ports/19e7b321-f42f-439d-a855-d501d529c70d => generated 1249 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.156 () {44 vars in 921 bytes} [Thu Jul 2 01:06:50 2026] GET /v2.0/ports => generated 3730 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:06:51.558 7 INFO neutron.api.v2.resource [None req-405f8a6a-845c-446f-94a3-7d2cd0370116 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 60/116] 199.204.45.156 () {44 vars in 960 bytes} [Thu Jul 2 01:06:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.156 () {44 vars in 982 bytes} [Thu Jul 2 01:06:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.156 () {48 vars in 981 bytes} [Thu Jul 2 01:06:51 2026] POST /v2.0/security-groups => generated 1610 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:53 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:53 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:53 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:06:53 2026] POST /v2.0/security-group-rules => generated 623 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:54 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 2246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/124] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:54 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 2246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/125] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:06:54 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/126] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:06:54 2026] POST /v2.0/security-group-rules => generated 627 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/139] 199.204.45.156 () {44 vars in 976 bytes} [Thu Jul 2 01:08:20 2026] GET /v2.0/quotas/e4993676477147cf94b3c4b7610194d3 => 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: 72/140] 199.204.45.156 () {48 vars in 1028 bytes} [Thu Jul 2 01:08:21 2026] PUT /v2.0/quotas/e4993676477147cf94b3c4b7610194d3 => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:10:42.208 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a55143d8-538a-4b0f-abe5-7f8219110c56 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/159] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:10:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 189 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/160] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:10:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:10:44.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9187efc2-6792-4c8e-9e0a-aae2377e495f 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 83/161] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:10:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/162] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:10:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:19:57.992 7 INFO neutron.api.v2.resource [None req-4a607ce9-6cfc-4586-8077-18f9c05d1563 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 121/237] 199.204.45.156 () {44 vars in 1075 bytes} [Thu Jul 2 01:19:57 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 139 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/238] 199.204.45.156 () {44 vars in 1098 bytes} [Thu Jul 2 01:19:57 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 23 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/239] 199.204.45.156 () {48 vars in 982 bytes} [Thu Jul 2 01:19:58 2026] POST /v2.0/security-groups => generated 1624 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/240] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:19:59 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 1624 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/241] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:19:59 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/244] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:19:59 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/245] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:19:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/246] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:20:00 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/247] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:20:00 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/248] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:20:00 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/249] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:20:00 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: 128/250] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:20:01 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/251] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:20:01 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/252] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:20:02 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/253] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:20:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/254] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:20:03 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 3460 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/255] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:20:03 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/256] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:20:03 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => 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: 126/257] 199.204.45.156 () {48 vars in 992 bytes} [Thu Jul 2 01:20:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/276] 199.204.45.156 () {30 vars in 740 bytes} [Thu Jul 2 01:22:23 2026] GET /v2.0/networks?tenant_id=20529973a7c84d1cb4cf6a1ad33878c3&shared=False => generated 15 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:22:23.928 8 INFO neutron.db.segments_db [None req-7075b200-ab81-4217-8916-6c2689fd15eb a4589e79855e4ee18fd79759649857b8 20529973a7c84d1cb4cf6a1ad33878c3 - - 90ab74450548402faa3a5aeb85b1c7a4 90ab74450548402faa3a5aeb85b1c7a4] Added segment 56024af4-6af7-42c1-b3a0-5b617f1471e0 of type vxlan for network 561d100c-f7b2-46a5-88d7-b678d2ffe061 [pid: 8|app: 0|req: 136/277] 199.204.45.156 () {34 vars in 682 bytes} [Thu Jul 2 01:22:23 2026] POST /v2.0/networks => generated 718 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/278] 199.204.45.156 () {30 vars in 722 bytes} [Thu Jul 2 01:22:24 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/279] 199.204.45.156 () {30 vars in 633 bytes} [Thu Jul 2 01:22:24 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/280] 199.204.45.156 () {34 vars in 677 bytes} [Thu Jul 2 01:22:24 2026] POST /v2.0/ports => generated 999 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/281] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:22:24 2026] GET /v2.0/networks/561d100c-f7b2-46a5-88d7-b678d2ffe061 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/282] 199.204.45.156 () {30 vars in 722 bytes} [Thu Jul 2 01:22:26 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/283] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:22:26 2026] GET /v2.0/networks/561d100c-f7b2-46a5-88d7-b678d2ffe061 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/288] 199.204.45.156 () {44 vars in 976 bytes} [Thu Jul 2 01:22:52 2026] GET /v2.0/quotas/20529973a7c84d1cb4cf6a1ad33878c3 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/289] 199.204.45.156 () {48 vars in 1028 bytes} [Thu Jul 2 01:22:52 2026] PUT /v2.0/quotas/20529973a7c84d1cb4cf6a1ad33878c3 => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:18.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-750f3b97-931c-4c2a-8e69-d333f954248d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/390] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:35:18 2026] GET /v2.0/networks/public => generated 108 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/391] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:35:18 2026] GET /v2.0/networks?name=public => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:19.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9b997d9-7280-457e-945a-76fa079a5428 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/392] 199.204.45.156 () {44 vars in 928 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/393] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:35:19 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-07-02 01:35:19.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-421b37c7-44c4-4771-ba19-9021ed0aa8cf 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/394] 199.204.45.156 () {44 vars in 1035 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/subnets/public-subnet?network_id=d4714583-7380-45f0-97d3-c39ad180009a => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/395] 199.204.45.156 () {44 vars in 1058 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/subnets?name=public-subnet&network_id=d4714583-7380-45f0-97d3-c39ad180009a => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:49.876 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b12a60e3-291a-4bc0-8137-89b837d36d4b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/400] 199.204.45.156 () {44 vars in 938 bytes} [Thu Jul 2 01:35:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.156 () {44 vars in 960 bytes} [Thu Jul 2 01:35:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:50.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12395a5e-ca0e-41f1-b576-541a2f66dbdd 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/402] 199.204.45.156 () {44 vars in 938 bytes} [Thu Jul 2 01:35:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/403] 199.204.45.156 () {44 vars in 960 bytes} [Thu Jul 2 01:35:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:51.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31b9f633-f83d-4100-9868-b1b8c7fe1443 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/404] 199.204.45.156 () {44 vars in 1037 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.156 () {44 vars in 1060 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:52.455 8 INFO neutron.api.v2.resource [None req-57eb0463-f196-4341-9fa0-14d7d2d681f2 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/406] 199.204.45.156 () {44 vars in 972 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.156 () {44 vars in 994 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/security-group-rules/1fc370e0-a684-4f3b-84d9-7b334cf0b714 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:54 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => 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: 204/412] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:54 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:35:54 2026] GET /v2.0/security-group-rules/9d8b9ccb-7371-4f5b-acd2-b84cab70d728 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:55 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:55 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:35:55 2026] GET /v2.0/security-group-rules/738585be-b972-43a2-b23d-cea8f66c1ed7 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:56 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/418] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:56 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:35:56 2026] GET /v2.0/security-group-rules/13a7da31-49cd-4f03-8ec6-f2d8e1203074 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:57 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:57 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/422] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:35:57 2026] GET /v2.0/security-group-rules/b13eef1d-b4b7-475c-bb4d-54a67779d378 => 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: 214/423] 199.204.45.156 () {44 vars in 988 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c => generated 732 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:59.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df6e11cb-a001-41d4-a54b-9011bc3f5cb7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/424] 199.204.45.156 () {44 vars in 1077 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/425] 199.204.45.156 () {44 vars in 1100 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 1254 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/426] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/security-groups/fecdfcaa-5d5a-4eef-a0af-b28e825b78ca => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:07.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c8e78c7-7f3a-48da-8622-0d7f4676ac8b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 217/429] 199.204.45.156 () {44 vars in 980 bytes} [Thu Jul 2 01:36:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/430] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:36:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/431] 199.204.45.156 () {44 vars in 921 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/ports => generated 4725 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:10.554 8 INFO neutron.api.v2.resource [None req-15139b7c-6e0e-4c62-99e9-e3e18221ac10 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 214/432] 199.204.45.156 () {44 vars in 960 bytes} [Thu Jul 2 01:36:10 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: 219/433] 199.204.45.156 () {44 vars in 982 bytes} [Thu Jul 2 01:36:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/434] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/435] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/436] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/security-group-rules/a28dcbe0-df59-4f2f-8716-baf7414a5d7e => 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: 221/437] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:36:12 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => 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: 217/438] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:36:12 2026] GET /v2.0/security-groups/604cf98f-6eb8-4942-84f9-9fb0ba7c7c31 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/439] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:36:12 2026] GET /v2.0/security-group-rules/8f6bace0-13dc-4f42-ac1a-bc3c0f118d25 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 199.204.45.156 () {44 vars in 976 bytes} [Thu Jul 2 01:36:26 2026] GET /v2.0/quotas/e4993676477147cf94b3c4b7610194d3 => generated 291 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:24.131 7 INFO neutron.api.v2.resource [None req-3f4579c0-2949-4f9d-81f8-4a35e891de3c 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 228/451] 199.204.45.156 () {44 vars in 1075 bytes} [Thu Jul 2 01:37:24 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 199.204.45.156 () {44 vars in 1098 bytes} [Thu Jul 2 01:37:24 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 4072 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:37:25 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 4075 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/454] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:37:25 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => 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: 230/455] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:37:25 2026] GET /v2.0/security-group-rules/a4609801-e473-424f-b482-b6123782932e => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/456] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/458] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/security-group-rules/97f3ee9b-a13c-4d9f-8eb1-5fd8bacfa56e => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/459] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:37:27 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/460] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:37:27 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/461] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:37:27 2026] GET /v2.0/security-group-rules/1f3e181c-2244-4159-9d3e-b4191c0b6464 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 199.204.45.156 () {44 vars in 1089 bytes} [Thu Jul 2 01:37:28 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4?project_id=20529973a7c84d1cb4cf6a1ad33878c3 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 199.204.45.156 () {44 vars in 1002 bytes} [Thu Jul 2 01:37:28 2026] GET /v2.0/security-groups/41b11df8-e91f-46cf-8c62-7bce2c30b9e4 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/464] 199.204.45.156 () {44 vars in 1012 bytes} [Thu Jul 2 01:37:28 2026] GET /v2.0/security-group-rules/199170b6-521a-41fa-90f8-4e70a3900e60 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/467] 199.204.45.156 () {44 vars in 976 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/quotas/20529973a7c84d1cb4cf6a1ad33878c3 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/476] 199.204.45.156 () {44 vars in 950 bytes} [Thu Jul 2 01:38:31 2026] GET /v2.0/networks?name=public => generated 753 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/481] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:39:13 2026] GET /v2.0/networks => generated 2168 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/484] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 2 01:39:15 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:39:15 2026] GET /v2.0/routers => generated 15 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/486] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:39:15 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/487] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:39:15 2026] GET /v2.0/subnets => generated 1308 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/488] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:39:15 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/489] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:39:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/490] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 2 01:39:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:27.547 7 INFO neutron.db.segments_db [None req-6d3cf95c-2a55-47dc-b259-0a24a0dcf05a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 9b1885cd-cfcf-4e47-a19b-2cdf9eed4ebd of type vxlan for network f4c0c463-356e-46c3-be41-47ee152021ef [pid: 7|app: 0|req: 246/491] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:39:27 2026] POST /v2.0/networks => generated 751 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:27.652 8 INFO neutron.db.segments_db [None req-64a66963-75f7-470c-9f65-aa392ca80c6a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 8aba6cf0-0a4a-4829-832a-db691a8f6705 of type vxlan for network 0d26112c-8486-4257-98eb-eb5b4dd1ac27 [pid: 8|app: 0|req: 246/492] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:39:27 2026] POST /v2.0/networks => generated 748 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:27.846 7 INFO neutron.db.segments_db [None req-34cfb4ec-d1bc-424a-afa2-240991c51d55 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 328a6150-737b-4849-8b97-68d16c9f1ce4 of type vxlan for network cf2a8261-7dde-438f-b869-51c9aa13569d [pid: 7|app: 0|req: 247/493] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:39:27 2026] POST /v2.0/networks => generated 738 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:27 2026] POST /v2.0/subnets => generated 698 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:27 2026] POST /v2.0/subnets => generated 695 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:28.101 7 INFO neutron.db.segments_db [None req-dccfb565-ca5d-4cd0-95e4-a5b1d2c60ca1 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 012061c7-8f76-44bb-90d3-fc10e600153b of type vxlan for network 276abe1a-fb61-4f4a-95f2-ce338b810eb9 [pid: 8|app: 0|req: 248/496] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:27 2026] POST /v2.0/subnets => generated 685 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:28.213 8 INFO neutron.db.segments_db [None req-7958d2ba-78d1-477a-b39b-ae61176d9d62 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment a751413c-34ce-4773-ab6e-91038ebd25a2 of type vxlan for network 49cf299f-0d28-468a-9808-3aed7c322ea4 2026-07-02 01:39:28.326 7 INFO neutron.db.l3_hamode_db [None req-dccfb565-ca5d-4cd0-95e4-a5b1d2c60ca1 4daff0af70184e62b2accaa623050ea9 0d4a9a3f0f01437ba55a127ef74397da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:39:28.404 8 INFO neutron.db.l3_hamode_db [None req-7958d2ba-78d1-477a-b39b-ae61176d9d62 4daff0af70184e62b2accaa623050ea9 d74642ff11ba4567ab46fc669151052d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:39:29.331 7 INFO neutron.db.l3_hamode_db [None req-dccfb565-ca5d-4cd0-95e4-a5b1d2c60ca1 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:39:29.353 8 INFO neutron.db.l3_hamode_db [None req-7958d2ba-78d1-477a-b39b-ae61176d9d62 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 249/497] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:28 2026] POST /v2.0/routers => generated 738 bytes in 2594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:30.708 7 INFO neutron.db.segments_db [None req-d9d30ca5-b114-489f-856c-b72199563095 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment c203ab23-6737-43a9-ac8b-ba962fdf2ce9 of type vxlan for network 9d276856-a7b6-4e49-913b-c6b99a6d18cb [pid: 8|app: 0|req: 249/498] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:28 2026] POST /v2.0/routers => generated 735 bytes in 2610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:30.961 7 INFO neutron.db.l3_hamode_db [None req-d9d30ca5-b114-489f-856c-b72199563095 4daff0af70184e62b2accaa623050ea9 37c7131c1108440b80450f90318273f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/499] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/security-groups?tenant_id=060452d7a50648999c3e2a20ce28e96d&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:39:31.618 7 INFO neutron.db.l3_hamode_db [None req-d9d30ca5-b114-489f-856c-b72199563095 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 250/502] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:30 2026] POST /v2.0/routers => generated 725 bytes in 1757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/503] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:39:31 2026] PUT /v2.0/routers/6a887a52-612c-4382-8a91-447a6e6273e2/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/504] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:39:32 2026] DELETE /v2.0/security-groups/e6f8c720-4f5b-4a64-9e05-454bd7afc0ff => 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: 251/505] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:39:32 2026] PUT /v2.0/routers/4a8086f6-8cb4-40fe-8251-7ae8741f46ed/add_router_interface => generated 309 bytes in 1314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/506] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:39:32 2026] PUT /v2.0/routers/a9194fb8-4847-4f76-bb61-4aa2ad93daff/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/507] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:39:33 2026] POST /v2.0/security-groups => generated 1659 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/508] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:39:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/509] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:39:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/510] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:39:34 2026] POST /v2.0/security-groups => generated 1661 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/511] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:39:34 2026] POST /v2.0/floatingips => generated 552 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:34.906 7 INFO neutron.db.segments_db [None req-f82f7c48-27eb-499c-b5e0-80cb393844a8 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 554c98e6-1abc-4f0b-a6c1-bc783f8711cc of type vxlan for network 2f33c037-eec9-4e7a-8583-3244b6b1f02f [pid: 8|app: 0|req: 258/512] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:39:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/513] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:39:34 2026] POST /v2.0/networks => generated 743 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/514] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:39:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/515] 10.0.0.86 () {38 vars in 970 bytes} [Thu Jul 2 01:39:34 2026] POST /v2.0/security-groups => generated 1685 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/516] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:35 2026] POST /v2.0/subnets => generated 691 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:35.407 7 INFO neutron.db.segments_db [None req-3816ac27-9429-4caa-b277-0507eb66b8d0 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment c27c8880-4516-4efa-8bc2-a900e1459e0b of type vxlan for network ee046bbd-009d-4dce-84dd-a6ff90f25b9a 2026-07-02 01:39:35.774 7 INFO neutron.db.l3_hamode_db [None req-3816ac27-9429-4caa-b277-0507eb66b8d0 4daff0af70184e62b2accaa623050ea9 a44ac45c686a4b66bc62084959ba7bab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 260/517] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:39:35 2026] POST /v2.0/floatingips => generated 552 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/518] 10.0.0.86 () {34 vars in 1097 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--795876193&fields=id&tenant_id=0d4a9a3f0f01437ba55a127ef74397da => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/519] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/security-groups/1bde258c-0076-4db9-808d-e8c04a6e72c1 => generated 1685 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/520] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/521] 10.0.0.86 () {38 vars in 980 bytes} [Thu Jul 2 01:39:36 2026] POST /v2.0/security-group-rules => generated 614 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/522] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/quotas/0d4a9a3f0f01437ba55a127ef74397da => generated 292 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/523] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/524] 10.0.0.86 () {34 vars in 1099 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2104639190&fields=id&tenant_id=37c7131c1108440b80450f90318273f1 => 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: 268/525] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/networks?id=cf2a8261-7dde-438f-b869-51c9aa13569d => generated 670 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/526] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/quotas/37c7131c1108440b80450f90318273f1 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/527] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/ports?tenant_id=37c7131c1108440b80450f90318273f1&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:36.630 7 INFO neutron.db.l3_hamode_db [None req-3816ac27-9429-4caa-b277-0507eb66b8d0 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 271/528] 10.0.0.86 () {34 vars in 906 bytes} [Thu Jul 2 01:39:36 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: 8|app: 0|req: 272/529] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/530] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 274/531] 10.0.0.86 () {34 vars in 906 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/532] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/networks/cf2a8261-7dde-438f-b869-51c9aa13569d?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/533] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/networks/cf2a8261-7dde-438f-b869-51c9aa13569d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/534] 10.0.0.86 () {38 vars in 970 bytes} [Thu Jul 2 01:39:37 2026] POST /v2.0/security-groups => generated 1684 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/535] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/536] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 280/537] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/security-groups/dd4d4021-d3bd-43a6-bc3a-0982d4bdc5bc => generated 1684 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/538] 10.0.0.86 () {38 vars in 980 bytes} [Thu Jul 2 01:39:37 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/539] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/security-groups/dd4d4021-d3bd-43a6-bc3a-0982d4bdc5bc => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/540] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:35 2026] POST /v2.0/routers => generated 731 bytes in 2241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/541] 10.0.0.86 () {38 vars in 980 bytes} [Thu Jul 2 01:39:37 2026] POST /v2.0/security-group-rules => generated 619 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/542] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/security-groups/dd4d4021-d3bd-43a6-bc3a-0982d4bdc5bc => generated 2939 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/543] 10.0.0.86 () {34 vars in 1000 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/security-group-rules/7e476f54-650c-4a7e-b723-cedf0c25e7d6 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/544] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/security-groups/dd4d4021-d3bd-43a6-bc3a-0982d4bdc5bc => generated 2939 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/545] 10.0.0.86 () {36 vars in 1022 bytes} [Thu Jul 2 01:39:37 2026] DELETE /v2.0/security-group-rules/7e476f54-650c-4a7e-b723-cedf0c25e7d6 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/546] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/security-groups/dd4d4021-d3bd-43a6-bc3a-0982d4bdc5bc => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/547] 10.0.0.86 () {36 vars in 1012 bytes} [Thu Jul 2 01:39:37 2026] DELETE /v2.0/security-groups/dd4d4021-d3bd-43a6-bc3a-0982d4bdc5bc => 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: 290/548] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/security-groups/1bde258c-0076-4db9-808d-e8c04a6e72c1 => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/549] 10.0.0.86 () {36 vars in 1012 bytes} [Thu Jul 2 01:39:38 2026] DELETE /v2.0/security-groups/1bde258c-0076-4db9-808d-e8c04a6e72c1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:39:39.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dc7e497-e8a6-4e77-9aaa-115e45ee0392 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 6d2859ca-4e19-4f82-b5bd-ae5b25f831ce 2026-07-02 01:39:39.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dc7e497-e8a6-4e77-9aaa-115e45ee0392 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 6d2859ca-4e19-4f82-b5bd-ae5b25f831ce [pid: 7|app: 0|req: 259/550] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:39:37 2026] PUT /v2.0/routers/163d0ed7-76d6-4c24-a4be-971003d8c812/add_router_interface => generated 309 bytes in 1555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/551] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:39 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => 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: 261/552] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:39 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 292/553] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:39:38 2026] PUT /v2.0/routers/4a8086f6-8cb4-40fe-8251-7ae8741f46ed/remove_router_interface => generated 309 bytes in 1572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/554] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:39:39 2026] POST /v2.0/security-groups => generated 1658 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:39:39.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ba0f778-ecfa-4f88-b3a2-da691456f7ae 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 6c870f03-5e79-40f6-854b-68e9931d4210 2026-07-02 01:39:39.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ba0f778-ecfa-4f88-b3a2-da691456f7ae 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 6c870f03-5e79-40f6-854b-68e9931d4210 [pid: 7|app: 0|req: 263/555] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:39:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/556] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:39:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:40.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ba0f778-ecfa-4f88-b3a2-da691456f7ae 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 1f95081a-3686-46ff-89cf-072122e305f1 2026-07-02 01:39:40.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ba0f778-ecfa-4f88-b3a2-da691456f7ae 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 1f95081a-3686-46ff-89cf-072122e305f1 2026-07-02 01:39:40.254 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2ba0f778-ecfa-4f88-b3a2-da691456f7ae 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-02 01:39:40.626 8 INFO neutron.db.l3_hamode_db [None req-2ba0f778-ecfa-4f88-b3a2-da691456f7ae 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 49cf299f-0d28-468a-9808-3aed7c322ea4 was deleted as no HA routers are present in tenant d74642ff11ba4567ab46fc669151052d. [pid: 8|app: 0|req: 293/557] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:39:39 2026] DELETE /v2.0/routers/4a8086f6-8cb4-40fe-8251-7ae8741f46ed => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/558] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:40 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => 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: 295/559] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:40 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/560] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:39:40 2026] POST /v2.0/floatingips => generated 552 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/561] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:39:40 2026] DELETE /v2.0/subnets/d601e41d-aceb-4ed4-8717-59dee5f08d02 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:39:40.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d094114-d1d8-4bdc-930c-366608a8d559 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 6146cf72-f69f-4f02-9356-69d861bd8708 2026-07-02 01:39:40.975 8 INFO neutron.services.segments.plugin [-] Segment a751413c-34ce-4773-ab6e-91038ebd25a2 resource provider aggregate not found 2026-07-02 01:39:40.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d094114-d1d8-4bdc-930c-366608a8d559 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 6146cf72-f69f-4f02-9356-69d861bd8708 2026-07-02 01:39:40.996 8 INFO neutron.services.segments.plugin [-] Segment a751413c-34ce-4773-ab6e-91038ebd25a2 resource provider aggregate not found 2026-07-02 01:39:41.002 8 INFO neutron.services.segments.plugin [-] Segment a751413c-34ce-4773-ab6e-91038ebd25a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a751413c-34ce-4773-ab6e-91038ebd25a2 found for delete ", "request_id": "req-cc2ba76d-f3fd-4539-88e9-6899fbdae2c3"}]} 2026-07-02 01:39:41.014 8 INFO neutron.services.segments.plugin [-] Segment a751413c-34ce-4773-ab6e-91038ebd25a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a751413c-34ce-4773-ab6e-91038ebd25a2 found for delete ", "request_id": "req-e9daacfa-8bec-4e80-bd30-d8771ed97873"}]} [pid: 8|app: 0|req: 297/562] 10.0.0.86 () {34 vars in 1095 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--79404436&fields=id&tenant_id=a44ac45c686a4b66bc62084959ba7bab => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/563] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/networks?id=2f33c037-eec9-4e7a-8583-3244b6b1f02f => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/564] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/quotas/a44ac45c686a4b66bc62084959ba7bab => 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: 266/565] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:39:40 2026] DELETE /v2.0/networks/0d26112c-8486-4257-98eb-eb5b4dd1ac27 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/566] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/ports?tenant_id=a44ac45c686a4b66bc62084959ba7bab&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/567] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/568] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/569] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/security-groups?tenant_id=d74642ff11ba4567ab46fc669151052d&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/570] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:39:41 2026] DELETE /v2.0/security-groups/5798066d-c3d9-4930-9c8a-77ec4c9c4c39 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/571] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 303/572] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => 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: 270/573] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:41 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:41.865 7 INFO neutron.services.segments.plugin [-] Segment 8aba6cf0-0a4a-4829-832a-db691a8f6705 resource provider aggregate not found 2026-07-02 01:39:41.883 7 INFO neutron.services.segments.plugin [-] Segment 8aba6cf0-0a4a-4829-832a-db691a8f6705 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aba6cf0-0a4a-4829-832a-db691a8f6705 found for delete ", "request_id": "req-887880c3-3279-4f97-b91d-7770f294ac14"}]} 2026-07-02 01:39:42.005 7 INFO neutron.services.segments.plugin [-] Segment 8aba6cf0-0a4a-4829-832a-db691a8f6705 resource provider aggregate not found 2026-07-02 01:39:42.020 7 INFO neutron.services.segments.plugin [-] Segment 8aba6cf0-0a4a-4829-832a-db691a8f6705 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aba6cf0-0a4a-4829-832a-db691a8f6705 found for delete ", "request_id": "req-759edc15-62fc-4c30-9db8-51ccd657e016"}]} [pid: 8|app: 0|req: 304/574] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:39:42 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 683 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/575] 199.204.45.156 () {34 vars in 911 bytes} [Thu Jul 2 01:39:42 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/576] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:39:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0d4a9a3f0f01437ba55a127ef74397da => generated 180 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/577] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:39:42 2026] POST /v2.0/ports => generated 954 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/578] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:42 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 273/579] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:42 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 957 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/580] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:42 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 274/581] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:42 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/582] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:39:43 2026] PUT /v2.0/ports/3e908623-d262-4343-83e0-618448ab8da0 => generated 1235 bytes in 592 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 309/583] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:39:43 2026] GET /v2.0/networks?id=cf2a8261-7dde-438f-b869-51c9aa13569d => generated 670 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/584] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:39:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=37c7131c1108440b80450f90318273f1 => generated 181 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:43.964 7 INFO neutron.db.segments_db [None req-14613e35-fae1-44b5-8e88-f6eb14067d8a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 9344688f-0aea-455d-9bbd-6d8e04493b5c of type vxlan for network 1120c7c2-aca2-49aa-93a8-9d62c3f0ea5a [pid: 7|app: 0|req: 275/585] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:39:43 2026] POST /v2.0/networks => generated 745 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/586] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:44 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 277/587] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:44 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:44.323 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8151786e-17f3-4667-b449-218a7d63156b'] response: {'name': 'network-changed', 'server_uuid': '72f8a368-7957-4353-8a19-cbb8bc678ddc', 'tag': '3e908623-d262-4343-83e0-618448ab8da0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 278/588] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:44 2026] POST /v2.0/subnets => generated 692 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/589] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:39:43 2026] POST /v2.0/ports => generated 958 bytes in 553 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: 279/590] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:44 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:44.473 8 INFO neutron.db.segments_db [None req-3bfeebd5-f91b-4944-8b74-cb8373427ad9 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 8cfdd6b6-da93-4986-9baf-e0dd4a33818b of type vxlan for network 3d898561-9c40-4ee5-9ab9-ffbcadc8cd54 2026-07-02 01:39:44.809 8 INFO neutron.db.l3_hamode_db [None req-3bfeebd5-f91b-4944-8b74-cb8373427ad9 4daff0af70184e62b2accaa623050ea9 8c16e776da094033b448a738ad395926 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 280/591] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:39:44 2026] PUT /v2.0/ports/1f2e789d-a12f-4202-ace5-0bafad2295f2 => generated 1239 bytes in 553 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: 281/592] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:44 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/595] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/596] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3e908623-d262-4343-83e0-618448ab8da0 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/597] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/subnets?id=0d58ef86-d69a-4c30-83f8-6aa6cde9968d => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/598] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/ports?network_id=f4c0c463-356e-46c3-be41-47ee152021ef&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/599] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 289/600] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/601] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:45.429 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83105746-b550-4398-bba4-692895a8ada4'] response: {'name': 'network-changed', 'server_uuid': '86242bd7-d22e-4afc-9da8-ca84b5d58f27', 'tag': '1f2e789d-a12f-4202-ace5-0bafad2295f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 291/602] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&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: 292/603] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:45.594 8 INFO neutron.db.l3_hamode_db [None req-3bfeebd5-f91b-4944-8b74-cb8373427ad9 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 293/604] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/ports?tenant_id=37c7131c1108440b80450f90318273f1&device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/605] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:39:45 2026] GET /v2.0/networks?tenant_id=37c7131c1108440b80450f90318273f1&shared=False => generated 766 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/606] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/607] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/networks?id=2f33c037-eec9-4e7a-8583-3244b6b1f02f => generated 676 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/608] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/609] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a44ac45c686a4b66bc62084959ba7bab => generated 179 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/610] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&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: 312/611] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:44 2026] POST /v2.0/routers => generated 732 bytes in 2382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/612] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 961 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/613] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:39:46 2026] POST /v2.0/ports => generated 958 bytes in 580 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: 314/614] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1238 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/615] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 315/616] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/ports?tenant_id=37c7131c1108440b80450f90318273f1&device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 316/617] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:46 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/618] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:39:47 2026] PUT /v2.0/ports/0cd47302-4bfe-4a83-979f-a6a5d87f47ac => generated 1239 bytes in 513 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: 318/619] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:39:47 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/620] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:47 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/621] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:39:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1f2e789d-a12f-4202-ace5-0bafad2295f2 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:47.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7d31d43-9a78-4783-b0dd-1dfd5fa74a80'] response: {'name': 'network-changed', 'server_uuid': 'a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989', 'tag': '0cd47302-4bfe-4a83-979f-a6a5d87f47ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 321/622] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:47 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/623] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:39:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3e908623-d262-4343-83e0-618448ab8da0 => generated 19 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/624] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/subnets?id=e0f55a61-4099-4c48-8b3d-7eda8de8b4bb => generated 688 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/625] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&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: 325/626] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/627] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/subnets?id=0d58ef86-d69a-4c30-83f8-6aa6cde9968d => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/628] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:39:46 2026] PUT /v2.0/routers/8a612f81-2906-402f-8e10-5b2913141ac1/add_router_interface => generated 309 bytes in 1392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/629] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/ports?tenant_id=a44ac45c686a4b66bc62084959ba7bab&device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/630] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/ports?network_id=cf2a8261-7dde-438f-b869-51c9aa13569d&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: 328/631] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&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: 7|app: 0|req: 304/632] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/ports?network_id=f4c0c463-356e-46c3-be41-47ee152021ef&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/633] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/networks?tenant_id=a44ac45c686a4b66bc62084959ba7bab&shared=False => generated 771 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/634] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/networks/cf2a8261-7dde-438f-b869-51c9aa13569d?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: 330/635] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/636] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/637] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/networks/cf2a8261-7dde-438f-b869-51c9aa13569d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/638] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 332/639] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/640] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:48 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&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: 333/641] 10.0.0.86 () {38 vars in 970 bytes} [Thu Jul 2 01:39:48 2026] POST /v2.0/security-groups => generated 1680 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/642] 10.0.0.86 () {38 vars in 970 bytes} [Thu Jul 2 01:39:49 2026] POST /v2.0/security-groups => generated 1679 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/643] 10.0.0.86 () {38 vars in 970 bytes} [Thu Jul 2 01:39:49 2026] POST /v2.0/security-groups => generated 1680 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/644] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups?tenant_id=8c16e776da094033b448a738ad395926 => generated 7904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/645] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => 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: 336/646] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups/d520cc6e-6899-40be-ba7e-80d230147603 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/647] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&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: 337/648] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups/d520cc6e-6899-40be-ba7e-80d230147603 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/649] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups/c15d2cc7-19ab-47e9-902c-433a23b56d16 => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/650] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 338/651] 10.0.0.86 () {36 vars in 1012 bytes} [Thu Jul 2 01:39:49 2026] DELETE /v2.0/security-groups/c15d2cc7-19ab-47e9-902c-433a23b56d16 => 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: 339/652] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:49.604 8 INFO neutron.api.v2.resource [req-b2b4a8e5-0e2b-4ba9-ba9c-6d5674d3180a req-2dcc80ae-ff08-4b5e-9810-14cfd2344db4 f85a7ab47e334bf9be10b77d2a5319b1 8c16e776da094033b448a738ad395926 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 340/653] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups/c15d2cc7-19ab-47e9-902c-433a23b56d16 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/654] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/ports?tenant_id=a44ac45c686a4b66bc62084959ba7bab&device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/655] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0cd47302-4bfe-4a83-979f-a6a5d87f47ac => 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: 315/656] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups/8a51001d-9574-4e54-920d-1af819e20792 => generated 1679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/657] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/subnets?id=a1e4b003-cd9c-4c94-a101-3602ce97c4d6 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/658] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/ports?network_id=2f33c037-eec9-4e7a-8583-3244b6b1f02f&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/659] 10.0.0.86 () {36 vars in 1012 bytes} [Thu Jul 2 01:39:49 2026] DELETE /v2.0/security-groups/8a51001d-9574-4e54-920d-1af819e20792 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/660] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:49.800 7 INFO neutron.api.v2.resource [req-6a9657e6-cad0-479e-a486-c2d4fbd74cd9 req-24b67ca2-92ba-4e3b-b1df-0426da1755ac f85a7ab47e334bf9be10b77d2a5319b1 8c16e776da094033b448a738ad395926 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 317/661] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups/8a51001d-9574-4e54-920d-1af819e20792 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/662] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups/6752b7d0-ad1b-418f-be7e-acd0054c77c4 => generated 1680 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/663] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/664] 10.0.0.86 () {36 vars in 1012 bytes} [Thu Jul 2 01:39:49 2026] DELETE /v2.0/security-groups/6752b7d0-ad1b-418f-be7e-acd0054c77c4 => 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: 346/665] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:50.026 8 INFO neutron.api.v2.resource [req-7347fc89-9f9a-4a29-aca9-6168c0030c67 req-d9ccdfea-e4a2-49b4-a20b-4e62d374a0c4 f85a7ab47e334bf9be10b77d2a5319b1 8c16e776da094033b448a738ad395926 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 347/666] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups/6752b7d0-ad1b-418f-be7e-acd0054c77c4 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/667] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/668] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups?tenant_id=8c16e776da094033b448a738ad395926 => 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: 321/669] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups/d520cc6e-6899-40be-ba7e-80d230147603 => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/670] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups/d520cc6e-6899-40be-ba7e-80d230147603 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:39:50.233 7 INFO neutron.api.v2.resource [req-c691e30f-531c-4b2e-8a65-41cd95583385 req-35e50189-6011-4a9a-a3e8-eb89cc8f3a40 f85a7ab47e334bf9be10b77d2a5319b1 8c16e776da094033b448a738ad395926 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 322/671] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups/6752b7d0-ad1b-418f-be7e-acd0054c77c4 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:39:50.277 8 INFO neutron.api.v2.resource [req-15eb930e-97ae-485c-987f-89c21f104463 req-ff0d4e6d-d4ae-4c39-a4d7-a2b876eb34b7 f85a7ab47e334bf9be10b77d2a5319b1 8c16e776da094033b448a738ad395926 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 350/672] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups/8a51001d-9574-4e54-920d-1af819e20792 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:39:50.325 7 INFO neutron.api.v2.resource [req-0d2edc19-a0fe-4597-9f95-701cb68540a4 req-1e5ea1c3-469b-49c1-9f37-7c3df86daec8 f85a7ab47e334bf9be10b77d2a5319b1 8c16e776da094033b448a738ad395926 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 323/673] 10.0.0.86 () {34 vars in 990 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups/c15d2cc7-19ab-47e9-902c-433a23b56d16 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/674] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/675] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:50.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-00a0f9b3-1a10-4a1e-8b35-e0793c6b16c4 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 910db63e-5efa-46a5-9ca4-f407640dbde2 2026-07-02 01:39:50.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00a0f9b3-1a10-4a1e-8b35-e0793c6b16c4 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 910db63e-5efa-46a5-9ca4-f407640dbde2 [pid: 7|app: 0|req: 326/676] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/677] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/678] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:51 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/679] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:51 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/680] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:39:50 2026] PUT /v2.0/routers/8a612f81-2906-402f-8e10-5b2913141ac1/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:51.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c0f665-37e1-4874-ab66-4f19d9d45eac 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: d266890a-1d1c-42c1-9356-43d2135eacb4 2026-07-02 01:39:51.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c0f665-37e1-4874-ab66-4f19d9d45eac 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: d266890a-1d1c-42c1-9356-43d2135eacb4 [pid: 8|app: 0|req: 352/681] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:51 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/682] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:51 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:51.876 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c0f665-37e1-4874-ab66-4f19d9d45eac 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 4c08a3e2-55d1-4d0f-8be0-94059899f8c6 2026-07-02 01:39:51.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c0f665-37e1-4874-ab66-4f19d9d45eac 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 4c08a3e2-55d1-4d0f-8be0-94059899f8c6 2026-07-02 01:39:51.945 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-60c0f665-37e1-4874-ab66-4f19d9d45eac 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 354/683] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:51 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/684] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:51 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:52.297 7 INFO neutron.services.segments.plugin [-] Segment 8cfdd6b6-da93-4986-9baf-e0dd4a33818b resource provider aggregate not found 2026-07-02 01:39:52.309 7 INFO neutron.services.segments.plugin [-] Segment 8cfdd6b6-da93-4986-9baf-e0dd4a33818b resource provider aggregate not found 2026-07-02 01:39:52.315 7 INFO neutron.services.segments.plugin [-] Segment 8cfdd6b6-da93-4986-9baf-e0dd4a33818b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cfdd6b6-da93-4986-9baf-e0dd4a33818b found for delete ", "request_id": "req-fa031cbf-2a66-495f-b173-7b9ee73b16a9"}]} 2026-07-02 01:39:52.331 7 INFO neutron.db.l3_hamode_db [None req-60c0f665-37e1-4874-ab66-4f19d9d45eac 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 3d898561-9c40-4ee5-9ab9-ffbcadc8cd54 was deleted as no HA routers are present in tenant 8c16e776da094033b448a738ad395926. [pid: 7|app: 0|req: 330/685] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:39:51 2026] DELETE /v2.0/routers/8a612f81-2906-402f-8e10-5b2913141ac1 => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:39:52.348 7 INFO neutron.services.segments.plugin [-] Segment 8cfdd6b6-da93-4986-9baf-e0dd4a33818b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cfdd6b6-da93-4986-9baf-e0dd4a33818b found for delete ", "request_id": "req-44c93845-a3bf-4e98-8c80-bd798669d590"}]} [pid: 8|app: 0|req: 356/686] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:52 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 357/687] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:52 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/688] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:39:52 2026] DELETE /v2.0/subnets/21bd9593-5cab-4c44-8ed1-7180a15fbd6e => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:39:52.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0d23e08-1ad2-4d5d-9cd5-dc02b48b106a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 27afb44d-771a-41a8-82a9-4b3c846e3c22 2026-07-02 01:39:52.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0d23e08-1ad2-4d5d-9cd5-dc02b48b106a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 27afb44d-771a-41a8-82a9-4b3c846e3c22 [pid: 7|app: 0|req: 332/689] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:52 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/690] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:52 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:52.967 8 INFO neutron.services.segments.plugin [-] Segment 9344688f-0aea-455d-9bbd-6d8e04493b5c resource provider aggregate not found 2026-07-02 01:39:52.985 8 INFO neutron.services.segments.plugin [-] Segment 9344688f-0aea-455d-9bbd-6d8e04493b5c resource provider aggregate not found 2026-07-02 01:39:52.988 8 INFO neutron.services.segments.plugin [-] Segment 9344688f-0aea-455d-9bbd-6d8e04493b5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9344688f-0aea-455d-9bbd-6d8e04493b5c found for delete ", "request_id": "req-d57065fa-da74-4c3c-9913-d86cd294f939"}]} [pid: 8|app: 0|req: 358/691] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:39:52 2026] DELETE /v2.0/networks/1120c7c2-aca2-49aa-93a8-9d62c3f0ea5a => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:39:53.011 8 INFO neutron.services.segments.plugin [-] Segment 9344688f-0aea-455d-9bbd-6d8e04493b5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9344688f-0aea-455d-9bbd-6d8e04493b5c found for delete ", "request_id": "req-af166549-3edf-49f9-8ff3-c806ebd2fb5f"}]} [pid: 7|app: 0|req: 334/692] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:53 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/693] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:39:53 2026] GET /v2.0/security-groups?tenant_id=8c16e776da094033b448a738ad395926&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/694] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:53 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/695] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:39:53 2026] DELETE /v2.0/security-groups/d520cc6e-6899-40be-ba7e-80d230147603 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/696] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:53 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/697] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:53 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&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: 337/698] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:54 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/699] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:54 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&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: 338/700] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:54 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 363/701] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:54 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/702] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:54 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/703] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:54 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/704] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:55 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/705] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:55 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/706] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:55 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => 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: 343/707] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:55 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:55.724 8 INFO neutron.db.segments_db [None req-74ac107f-00e2-4ece-988f-43975455ad04 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 5dde3b39-49a1-4085-bb88-1a575ba060a0 of type vxlan for network 0c2f5122-41ca-4da3-87b5-383475ffb3ab [pid: 8|app: 0|req: 365/708] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:39:55 2026] POST /v2.0/networks => generated 744 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/709] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:55 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/710] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:55 2026] POST /v2.0/subnets => generated 691 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/711] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:56 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:56.259 8 INFO neutron.db.segments_db [None req-f71e62c7-0830-41f6-a940-c5c000712918 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 4d805020-4c75-4224-960d-fcf048c1df68 of type vxlan for network 051c0a60-678a-4ceb-83de-cdf906ea15a2 2026-07-02 01:39:56.557 7 INFO neutron.db.l3_db [None req-fbdb04e8-37d5-4168-a87b-5a03fb832d1b d9a07e60a0ef4148960d96b3986d8e1e 0d4a9a3f0f01437ba55a127ef74397da - - default default] Floating IP c2c37b7a-9e25-4be4-bcf0-7a52e8fedc8f associated. External IP: 10.96.250.203, port: 3e908623-d262-4343-83e0-618448ab8da0. 2026-07-02 01:39:56.572 8 INFO neutron.db.l3_hamode_db [None req-f71e62c7-0830-41f6-a940-c5c000712918 4daff0af70184e62b2accaa623050ea9 019b6f684a994c87a6c15f8cf075ed72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 344/712] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:39:55 2026] PUT /v2.0/floatingips/c2c37b7a-9e25-4be4-bcf0-7a52e8fedc8f => generated 855 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/713] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:56 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/714] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 347/715] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&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: 7|app: 0|req: 348/716] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:57.147 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75200d70-b586-45d3-8b32-b1ddca92ebf2'] response: {'name': 'network-changed', 'server_uuid': '72f8a368-7957-4353-8a19-cbb8bc678ddc', 'tag': '3e908623-d262-4343-83e0-618448ab8da0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 349/717] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:57.601 8 INFO neutron.db.l3_hamode_db [None req-f71e62c7-0830-41f6-a940-c5c000712918 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 350/718] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/719] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 779 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/720] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3e908623-d262-4343-83e0-618448ab8da0 => 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: 353/721] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/subnets?id=0d58ef86-d69a-4c30-83f8-6aa6cde9968d => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/722] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/ports?network_id=f4c0c463-356e-46c3-be41-47ee152021ef&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: 355/723] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 356/724] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/725] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:58 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/726] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:58 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&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: 359/727] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:58 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/728] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:58 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&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: 7|app: 0|req: 361/729] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:58 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/730] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:39:56 2026] POST /v2.0/routers => generated 731 bytes in 2517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:39:58.790 7 INFO neutron.db.l3_db [None req-657df484-8449-416d-9ca2-44cc46bb50ef eed78591040d405a968952f69a182b4e 37c7131c1108440b80450f90318273f1 - - default default] Floating IP 813264c5-c41b-4896-a952-2d0bfe5f017d associated. External IP: 10.96.250.217, port: 1f2e789d-a12f-4202-ace5-0bafad2295f2. [pid: 7|app: 0|req: 362/731] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:39:58 2026] PUT /v2.0/floatingips/813264c5-c41b-4896-a952-2d0bfe5f017d => generated 856 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:59.199 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba28ffdc-f4e6-496c-9026-f8a328eff5c9'] response: {'name': 'network-changed', 'server_uuid': '86242bd7-d22e-4afc-9da8-ca84b5d58f27', 'tag': '1f2e789d-a12f-4202-ace5-0bafad2295f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 363/732] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/733] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/734] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/737] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/738] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/739] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/740] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/ports?tenant_id=37c7131c1108440b80450f90318273f1&device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 370/741] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:39:58 2026] PUT /v2.0/routers/3fce4d92-3bbd-4fdf-9e3d-91d5db1079fc/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/742] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/743] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/networks?id=cf2a8261-7dde-438f-b869-51c9aa13569d => generated 766 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/744] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1f2e789d-a12f-4202-ace5-0bafad2295f2 => generated 859 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/745] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/subnets?id=e0f55a61-4099-4c48-8b3d-7eda8de8b4bb => generated 688 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:00.268 7 INFO neutron.db.l3_db [None req-6ffb6f65-7bc0-4a75-b747-5ad295ea277d 342a1064fc364ef7ba439e6d2828bd52 a44ac45c686a4b66bc62084959ba7bab - - default default] Floating IP d0ffcad4-6e85-4f71-a916-7275c83747ce associated. External IP: 10.96.250.220, port: 0cd47302-4bfe-4a83-979f-a6a5d87f47ac. [pid: 8|app: 0|req: 375/746] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/ports?network_id=cf2a8261-7dde-438f-b869-51c9aa13569d&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: 376/747] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/networks/cf2a8261-7dde-438f-b869-51c9aa13569d?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: 377/748] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/networks/cf2a8261-7dde-438f-b869-51c9aa13569d?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: 372/749] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:39:59 2026] PUT /v2.0/floatingips/d0ffcad4-6e85-4f71-a916-7275c83747ce => generated 856 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/750] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:40:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/751] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:40:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/752] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:40:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/753] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/754] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:01.248 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98598f64-0f44-4aa0-ab88-17a2637f61cf'] response: {'name': 'network-changed', 'server_uuid': 'a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989', 'tag': '0cd47302-4bfe-4a83-979f-a6a5d87f47ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/755] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:40:01 2026] POST /v2.0/floatingips => generated 552 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/756] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/ports?tenant_id=a44ac45c686a4b66bc62084959ba7bab&device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/757] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/networks?id=2f33c037-eec9-4e7a-8583-3244b6b1f02f => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/758] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0cd47302-4bfe-4a83-979f-a6a5d87f47ac => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/759] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/subnets?id=a1e4b003-cd9c-4c94-a101-3602ce97c4d6 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/760] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/ports?network_id=2f33c037-eec9-4e7a-8583-3244b6b1f02f&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/761] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/762] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/763] 10.0.0.86 () {34 vars in 1099 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1449350795&fields=id&tenant_id=019b6f684a994c87a6c15f8cf075ed72 => generated 69 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/764] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/networks?id=0c2f5122-41ca-4da3-87b5-383475ffb3ab => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/765] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/quotas/019b6f684a994c87a6c15f8cf075ed72 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/766] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 388/767] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/768] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/ports?tenant_id=019b6f684a994c87a6c15f8cf075ed72&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/769] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/security-groups?id=06f2af51-7175-413b-ba9a-99797b8fa346&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: 390/770] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/networks/0c2f5122-41ca-4da3-87b5-383475ffb3ab?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/771] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/networks/0c2f5122-41ca-4da3-87b5-383475ffb3ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:40:02.618 7 INFO neutron_taas.services.taas.taas_plugin [req-5b7b2d9e-89ea-40b7-96ed-040dd07bd840 req-ed2829f6-785b-4432-aa6e-7e67ae6eae89 eed78591040d405a968952f69a182b4e 37c7131c1108440b80450f90318273f1 - - default default] TaaS: Handle Delete Port: 1f2e789d-a12f-4202-ace5-0bafad2295f2 2026-07-02 01:40:02.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b7b2d9e-89ea-40b7-96ed-040dd07bd840 req-ed2829f6-785b-4432-aa6e-7e67ae6eae89 eed78591040d405a968952f69a182b4e 37c7131c1108440b80450f90318273f1 - - default default] Tap Mirror: Handle Delete Port: 1f2e789d-a12f-4202-ace5-0bafad2295f2 [pid: 8|app: 0|req: 392/772] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:40:02.854 7 INFO neutron.db.l3_db [req-5b7b2d9e-89ea-40b7-96ed-040dd07bd840 req-ed2829f6-785b-4432-aa6e-7e67ae6eae89 eed78591040d405a968952f69a182b4e 37c7131c1108440b80450f90318273f1 - - default default] Floating IP 813264c5-c41b-4896-a952-2d0bfe5f017d disassociated. External IP: 10.96.250.217, port: 1f2e789d-a12f-4202-ace5-0bafad2295f2. [pid: 7|app: 0|req: 381/773] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:40:02 2026] DELETE /v2.0/ports/1f2e789d-a12f-4202-ace5-0bafad2295f2 => generated 0 bytes in 886 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:03.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7494cb95-8927-41cc-9c45-79947a9e4b58'] response: {'server_uuid': '86242bd7-d22e-4afc-9da8-ca84b5d58f27', 'name': 'network-vif-deleted', 'tag': '1f2e789d-a12f-4202-ace5-0bafad2295f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 393/774] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 382/775] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 394/776] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:04 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 383/777] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:04 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/778] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:05 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/779] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:06 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 396/780] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:06 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 397/781] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 385/782] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/networks?id=0c2f5122-41ca-4da3-87b5-383475ffb3ab => generated 676 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/783] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=019b6f684a994c87a6c15f8cf075ed72 => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/784] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:40:07 2026] POST /v2.0/ports => generated 958 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 387/785] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/ports?device_id=86242bd7-d22e-4afc-9da8-ca84b5d58f27 => 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: 388/786] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/787] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:40:07 2026] PUT /v2.0/ports/6409a77b-409c-452d-9330-f2ab75090ff3 => generated 1239 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:08.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f48cef19-f320-4c09-8a10-8b6b9f70eec2'] response: {'name': 'network-changed', 'server_uuid': 'f8389908-7c72-46b9-860f-0044763f9b37', 'tag': '6409a77b-409c-452d-9330-f2ab75090ff3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 389/788] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 58 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: 400/789] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/ports?tenant_id=019b6f684a994c87a6c15f8cf075ed72&device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/790] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/networks?tenant_id=019b6f684a994c87a6c15f8cf075ed72&shared=False => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/791] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:40:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/792] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:09 2026] DELETE /v2.0/security-groups/06f2af51-7175-413b-ba9a-99797b8fa346 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:09.272 8 INFO neutron.api.v2.resource [None req-08730b0c-e498-4d6a-bec8-d3ccdde0e8a2 eed78591040d405a968952f69a182b4e 37c7131c1108440b80450f90318273f1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 402/793] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:40:09 2026] GET /v2.0/security-groups/06f2af51-7175-413b-ba9a-99797b8fa346 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:40:09.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ff3c497-f7d2-4661-ba4a-c8bae1850af4 eed78591040d405a968952f69a182b4e 37c7131c1108440b80450f90318273f1 - - default default] TaaS: Handle Delete Port: 27bc3cd2-7221-4100-b4d7-1867c9d943ed 2026-07-02 01:40:09.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ff3c497-f7d2-4661-ba4a-c8bae1850af4 eed78591040d405a968952f69a182b4e 37c7131c1108440b80450f90318273f1 - - default default] Tap Mirror: Handle Delete Port: 27bc3cd2-7221-4100-b4d7-1867c9d943ed [pid: 8|app: 0|req: 403/794] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:09 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/795] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:09 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/796] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:40:09 2026] DELETE /v2.0/floatingips/813264c5-c41b-4896-a952-2d0bfe5f017d => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:10.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3174857-7ebe-4008-bd07-becab35af6ab 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 75d4b73d-1eba-4df2-aae5-de72098413d3 2026-07-02 01:40:10.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3174857-7ebe-4008-bd07-becab35af6ab 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 75d4b73d-1eba-4df2-aae5-de72098413d3 [pid: 7|app: 0|req: 393/797] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/ports?tenant_id=019b6f684a994c87a6c15f8cf075ed72&device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/798] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6409a77b-409c-452d-9330-f2ab75090ff3 => 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: 395/799] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/subnets?id=a3360188-0da6-4954-b75b-a4c3264e5941 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/800] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/ports?network_id=0c2f5122-41ca-4da3-87b5-383475ffb3ab&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: 397/801] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/networks/0c2f5122-41ca-4da3-87b5-383475ffb3ab?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: 398/802] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/networks/0c2f5122-41ca-4da3-87b5-383475ffb3ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/803] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:40:09 2026] PUT /v2.0/routers/a9194fb8-4847-4f76-bb61-4aa2ad93daff/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/804] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/805] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:10 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:10.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-51b1fc19-8025-41bd-b373-69fb5ff33498 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: bce7d7c5-2ce8-4684-b831-bbf8fae7bec6 2026-07-02 01:40:10.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51b1fc19-8025-41bd-b373-69fb5ff33498 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: bce7d7c5-2ce8-4684-b831-bbf8fae7bec6 2026-07-02 01:40:11.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-51b1fc19-8025-41bd-b373-69fb5ff33498 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: f8eb922b-a8c6-43d3-99d3-e2af7fd2cc5b 2026-07-02 01:40:11.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51b1fc19-8025-41bd-b373-69fb5ff33498 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: f8eb922b-a8c6-43d3-99d3-e2af7fd2cc5b [pid: 8|app: 0|req: 408/806] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:40:11 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 1244 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/807] 10.0.0.9 () {34 vars in 1038 bytes} [Thu Jul 2 01:40:11 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:11.688 7 INFO neutron.services.segments.plugin [-] Segment c203ab23-6737-43a9-ac8b-ba962fdf2ce9 resource provider aggregate not found 2026-07-02 01:40:11.694 7 INFO neutron.services.segments.plugin [-] Segment c203ab23-6737-43a9-ac8b-ba962fdf2ce9 resource provider aggregate not found 2026-07-02 01:40:11.712 7 INFO neutron.services.segments.plugin [-] Segment c203ab23-6737-43a9-ac8b-ba962fdf2ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c203ab23-6737-43a9-ac8b-ba962fdf2ce9 found for delete ", "request_id": "req-951af5b5-7e4a-45da-b2c3-6457a7921190"}]} 2026-07-02 01:40:11.716 7 INFO neutron.services.segments.plugin [-] Segment c203ab23-6737-43a9-ac8b-ba962fdf2ce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c203ab23-6737-43a9-ac8b-ba962fdf2ce9 found for delete ", "request_id": "req-891b8ab1-6fd7-4dee-975b-f008adace17d"}]} 2026-07-02 01:40:11.727 7 INFO neutron.db.l3_hamode_db [None req-51b1fc19-8025-41bd-b373-69fb5ff33498 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 9d276856-a7b6-4e49-913b-c6b99a6d18cb was deleted as no HA routers are present in tenant 37c7131c1108440b80450f90318273f1. [pid: 7|app: 0|req: 399/808] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:10 2026] DELETE /v2.0/routers/a9194fb8-4847-4f76-bb61-4aa2ad93daff => generated 0 bytes in 1079 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/809] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:11 2026] DELETE /v2.0/subnets/e0f55a61-4099-4c48-8b3d-7eda8de8b4bb => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/810] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:11 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 401/811] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:11 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:12.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2934e5e-205a-46dc-b730-fcad41b072ba 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: f2d55027-b108-4e94-829c-18d84fcde289 2026-07-02 01:40:12.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2934e5e-205a-46dc-b730-fcad41b072ba 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: f2d55027-b108-4e94-829c-18d84fcde289 2026-07-02 01:40:12.257 8 INFO neutron.services.segments.plugin [-] Segment 328a6150-737b-4849-8b97-68d16c9f1ce4 resource provider aggregate not found 2026-07-02 01:40:12.273 8 INFO neutron.services.segments.plugin [-] Segment 328a6150-737b-4849-8b97-68d16c9f1ce4 resource provider aggregate not found 2026-07-02 01:40:12.282 8 INFO neutron.services.segments.plugin [-] Segment 328a6150-737b-4849-8b97-68d16c9f1ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328a6150-737b-4849-8b97-68d16c9f1ce4 found for delete ", "request_id": "req-d75ee120-47ec-4ed5-99d1-45ecd421c19a"}]} 2026-07-02 01:40:12.301 8 INFO neutron.services.segments.plugin [-] Segment 328a6150-737b-4849-8b97-68d16c9f1ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328a6150-737b-4849-8b97-68d16c9f1ce4 found for delete ", "request_id": "req-9a754aca-5f8d-44e7-9ce1-8dcf3577ffd3"}]} [pid: 8|app: 0|req: 411/812] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:11 2026] DELETE /v2.0/networks/cf2a8261-7dde-438f-b869-51c9aa13569d => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/813] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:12 2026] GET /v2.0/security-groups?tenant_id=37c7131c1108440b80450f90318273f1&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/814] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:12 2026] DELETE /v2.0/security-groups/9a145684-54a7-4765-8d22-243a3eb62fa9 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/815] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:13 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/816] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:13 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/817] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:14 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/818] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:14 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&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-07-02 01:40:14.954 7 INFO neutron.db.segments_db [None req-ee276124-d884-4bfa-bdf8-69d7fd1bbdd4 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 3139f5f7-93cd-45e1-8e34-ec1dbf35cef2 of type vxlan for network c826176a-a2af-4d12-85dc-347ac8315b45 [pid: 7|app: 0|req: 406/821] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:40:14 2026] POST /v2.0/networks => generated 746 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/822] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:15 2026] POST /v2.0/subnets => generated 693 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:40:15.426 7 INFO neutron.db.segments_db [None req-ee78f000-44aa-49c4-82bf-3e09aab2e6e1 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment dc2214b5-c746-44ca-970e-29733bd65c98 of type vxlan for network 4d611546-b717-474f-b9d1-f45541db08b3 [pid: 8|app: 0|req: 417/823] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:15 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:15.666 7 INFO neutron.db.l3_hamode_db [None req-ee78f000-44aa-49c4-82bf-3e09aab2e6e1 4daff0af70184e62b2accaa623050ea9 8d0f6e2b0a45425a86375e43570a2cf7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 418/824] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:15 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/825] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:15 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:16.350 8 INFO neutron.db.l3_db [None req-a375f62f-4df3-4a6c-ab64-4fc951240584 6f49fd42732c42bf841b56fa865f841e 019b6f684a994c87a6c15f8cf075ed72 - - default default] Floating IP 58567d44-b01b-4960-afa0-2ed787ee7c24 associated. External IP: 10.96.250.202, port: 6409a77b-409c-452d-9330-f2ab75090ff3. 2026-07-02 01:40:16.536 7 INFO neutron.db.l3_hamode_db [None req-ee78f000-44aa-49c4-82bf-3e09aab2e6e1 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 420/826] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:40:15 2026] PUT /v2.0/floatingips/58567d44-b01b-4960-afa0-2ed787ee7c24 => generated 856 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:16.689 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ca4baa7-8dc7-49d5-bc1e-ec6f63ebe553'] response: {'name': 'network-changed', 'server_uuid': 'f8389908-7c72-46b9-860f-0044763f9b37', 'tag': '6409a77b-409c-452d-9330-f2ab75090ff3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 421/827] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:16 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 422/828] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:16 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/829] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/830] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/831] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/ports?tenant_id=019b6f684a994c87a6c15f8cf075ed72&device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/832] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/networks?id=0c2f5122-41ca-4da3-87b5-383475ffb3ab => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/833] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6409a77b-409c-452d-9330-f2ab75090ff3 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/834] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/subnets?id=a3360188-0da6-4954-b75b-a4c3264e5941 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/835] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/ports?network_id=0c2f5122-41ca-4da3-87b5-383475ffb3ab&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/836] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/networks/0c2f5122-41ca-4da3-87b5-383475ffb3ab?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: 407/837] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:15 2026] POST /v2.0/routers => generated 733 bytes in 2281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/838] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/networks/0c2f5122-41ca-4da3-87b5-383475ffb3ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/839] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:18 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/840] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:18 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/841] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:40:17 2026] PUT /v2.0/routers/3832d052-bf2d-4813-b979-9be00faa79e3/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/842] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:19 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/843] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:19 2026] GET /v2.0/security-groups?id=8fd8f93d-d5bc-4d30-90b3-797a694b85ca&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/844] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:40:19 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/845] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:40:19 2026] GET /v2.0/networks?id=c826176a-a2af-4d12-85dc-347ac8315b45 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/846] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/quotas/8d0f6e2b0a45425a86375e43570a2cf7 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:20.072 7 INFO neutron_taas.services.taas.taas_plugin [req-6203b270-9751-4bf0-b547-0bf34c7dadf6 req-93be1b11-766f-41d3-9c98-85e0963c81f9 6f49fd42732c42bf841b56fa865f841e 019b6f684a994c87a6c15f8cf075ed72 - - default default] TaaS: Handle Delete Port: 6409a77b-409c-452d-9330-f2ab75090ff3 2026-07-02 01:40:20.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6203b270-9751-4bf0-b547-0bf34c7dadf6 req-93be1b11-766f-41d3-9c98-85e0963c81f9 6f49fd42732c42bf841b56fa865f841e 019b6f684a994c87a6c15f8cf075ed72 - - default default] Tap Mirror: Handle Delete Port: 6409a77b-409c-452d-9330-f2ab75090ff3 [pid: 8|app: 0|req: 438/847] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/ports?tenant_id=8d0f6e2b0a45425a86375e43570a2cf7&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/848] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/networks/c826176a-a2af-4d12-85dc-347ac8315b45?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:40:20.211 7 INFO neutron.db.l3_db [req-6203b270-9751-4bf0-b547-0bf34c7dadf6 req-93be1b11-766f-41d3-9c98-85e0963c81f9 6f49fd42732c42bf841b56fa865f841e 019b6f684a994c87a6c15f8cf075ed72 - - default default] Floating IP 58567d44-b01b-4960-afa0-2ed787ee7c24 disassociated. External IP: 10.96.250.202, port: 6409a77b-409c-452d-9330-f2ab75090ff3. [pid: 8|app: 0|req: 440/849] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/networks/c826176a-a2af-4d12-85dc-347ac8315b45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/850] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 442/851] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 410/852] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:40:19 2026] DELETE /v2.0/ports/6409a77b-409c-452d-9330-f2ab75090ff3 => generated 0 bytes in 1207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:21.150 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0e98853-789d-4bbf-87ae-f1fa4ba07f3d'] response: {'server_uuid': 'f8389908-7c72-46b9-860f-0044763f9b37', 'name': 'network-vif-deleted', 'tag': '6409a77b-409c-452d-9330-f2ab75090ff3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 443/853] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:21 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 411/854] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:21 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 412/855] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 444/856] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 12 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/857] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 445/858] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/859] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:25 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 446/860] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:25 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 415/861] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:25 2026] GET /v2.0/networks?id=c826176a-a2af-4d12-85dc-347ac8315b45 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/862] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:40:25 2026] POST /v2.0/ports => generated 954 bytes in 450 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: 448/863] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:26 2026] GET /v2.0/ports?device_id=f8389908-7c72-46b9-860f-0044763f9b37 => 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: 416/864] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:40:26 2026] PUT /v2.0/ports/1f12369f-3270-4d3d-ad90-422f2db26559 => generated 1235 bytes in 443 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: 449/865] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:26 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/866] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:26 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&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: 7|app: 0|req: 417/867] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:40:26 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1240 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:26.574 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0f3d298-5b77-4ecd-b0b8-5ff283f38312'] response: {'name': 'network-changed', 'server_uuid': '3af8a884-7378-4145-98c3-0bf1913e24f6', 'tag': '1f12369f-3270-4d3d-ad90-422f2db26559', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 451/868] 10.0.0.9 () {34 vars in 1038 bytes} [Thu Jul 2 01:40:26 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&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: 418/869] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:27 2026] GET /v2.0/ports?tenant_id=8d0f6e2b0a45425a86375e43570a2cf7&device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/870] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:40:27 2026] GET /v2.0/networks?tenant_id=8d0f6e2b0a45425a86375e43570a2cf7&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/871] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:40:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/872] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:27 2026] DELETE /v2.0/security-groups/8fd8f93d-d5bc-4d30-90b3-797a694b85ca => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:27.496 7 INFO neutron.api.v2.resource [None req-18b9aa51-dacd-4ac8-b58d-39efbe713bea 6f49fd42732c42bf841b56fa865f841e 019b6f684a994c87a6c15f8cf075ed72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 420/873] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:40:27 2026] GET /v2.0/security-groups/8fd8f93d-d5bc-4d30-90b3-797a694b85ca => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:40:27.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-01bb0819-a819-4478-8772-63340c9f27d6 6f49fd42732c42bf841b56fa865f841e 019b6f684a994c87a6c15f8cf075ed72 - - default default] TaaS: Handle Delete Port: f9fa2f96-645d-481e-a564-20f86d960728 2026-07-02 01:40:27.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01bb0819-a819-4478-8772-63340c9f27d6 6f49fd42732c42bf841b56fa865f841e 019b6f684a994c87a6c15f8cf075ed72 - - default default] Tap Mirror: Handle Delete Port: f9fa2f96-645d-481e-a564-20f86d960728 [pid: 8|app: 0|req: 454/874] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:40:27 2026] DELETE /v2.0/floatingips/58567d44-b01b-4960-afa0-2ed787ee7c24 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/875] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:27 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 969 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/876] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:27 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:40:28.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-eda1d634-469d-4332-a418-745402c66471 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 0a4a7ba2-b712-4eac-b8aa-140e78e33a55 2026-07-02 01:40:28.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eda1d634-469d-4332-a418-745402c66471 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 0a4a7ba2-b712-4eac-b8aa-140e78e33a55 [pid: 7|app: 0|req: 423/877] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/ports?tenant_id=8d0f6e2b0a45425a86375e43570a2cf7&device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/878] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1f12369f-3270-4d3d-ad90-422f2db26559 => 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: 425/879] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/subnets?id=6adbe8d7-2a6b-4164-982b-9d57d2760c1c => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/880] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/ports?network_id=c826176a-a2af-4d12-85dc-347ac8315b45&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/881] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/networks/c826176a-a2af-4d12-85dc-347ac8315b45?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/882] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/networks/c826176a-a2af-4d12-85dc-347ac8315b45?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: 455/883] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:40:27 2026] PUT /v2.0/routers/3fce4d92-3bbd-4fdf-9e3d-91d5db1079fc/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/884] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/885] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:40:29.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e00de0e-6b0f-444c-b069-ee443ce6446b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: e5fb3a5d-a16f-4097-ae1d-bb5a3282897f 2026-07-02 01:40:29.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e00de0e-6b0f-444c-b069-ee443ce6446b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: e5fb3a5d-a16f-4097-ae1d-bb5a3282897f [pid: 8|app: 0|req: 458/886] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/887] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&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: 460/888] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/889] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:29.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e00de0e-6b0f-444c-b069-ee443ce6446b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 049d732d-d69d-4a54-87ec-e3c2c1b7aeef 2026-07-02 01:40:29.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e00de0e-6b0f-444c-b069-ee443ce6446b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 049d732d-d69d-4a54-87ec-e3c2c1b7aeef [pid: 8|app: 0|req: 464/892] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/893] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:29.810 7 INFO neutron.services.segments.plugin [-] Segment 4d805020-4c75-4224-960d-fcf048c1df68 resource provider aggregate not found 2026-07-02 01:40:29.819 7 INFO neutron.services.segments.plugin [-] Segment 4d805020-4c75-4224-960d-fcf048c1df68 resource provider aggregate not found 2026-07-02 01:40:29.829 7 INFO neutron.services.segments.plugin [-] Segment 4d805020-4c75-4224-960d-fcf048c1df68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d805020-4c75-4224-960d-fcf048c1df68 found for delete ", "request_id": "req-16d2cf3d-6924-45ed-bff9-6cd40448e1d2"}]} 2026-07-02 01:40:29.839 7 INFO neutron.services.segments.plugin [-] Segment 4d805020-4c75-4224-960d-fcf048c1df68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d805020-4c75-4224-960d-fcf048c1df68 found for delete ", "request_id": "req-a0a3acc2-558e-4f7d-8a0d-baa555d30ff2"}]} 2026-07-02 01:40:29.848 7 INFO neutron.db.l3_hamode_db [None req-0e00de0e-6b0f-444c-b069-ee443ce6446b 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 051c0a60-678a-4ceb-83de-cdf906ea15a2 was deleted as no HA routers are present in tenant 019b6f684a994c87a6c15f8cf075ed72. [pid: 7|app: 0|req: 429/894] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:28 2026] DELETE /v2.0/routers/3fce4d92-3bbd-4fdf-9e3d-91d5db1079fc => generated 0 bytes in 1069 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/895] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:29 2026] DELETE /v2.0/subnets/a3360188-0da6-4954-b75b-a4c3264e5941 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:30.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-082b5bc0-f87f-4174-9d1b-cadbfcf84260 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 085503bb-a72e-4d4e-9907-8a2f6eb6a6fe [pid: 8|app: 0|req: 467/896] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:30 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:30.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082b5bc0-f87f-4174-9d1b-cadbfcf84260 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 085503bb-a72e-4d4e-9907-8a2f6eb6a6fe [pid: 8|app: 0|req: 468/897] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:30 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&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: 430/898] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:30 2026] DELETE /v2.0/networks/0c2f5122-41ca-4da3-87b5-383475ffb3ab => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/899] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:30 2026] GET /v2.0/security-groups?tenant_id=019b6f684a994c87a6c15f8cf075ed72&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/900] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:30 2026] DELETE /v2.0/security-groups/34a57356-dd4e-4346-94fc-34ce684a9af9 => 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: 470/901] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:30 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/902] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:30 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/903] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/ports?tenant_id=a44ac45c686a4b66bc62084959ba7bab&device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/904] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/905] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/networks?id=2f33c037-eec9-4e7a-8583-3244b6b1f02f => generated 771 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/906] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&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: 7|app: 0|req: 435/907] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0cd47302-4bfe-4a83-979f-a6a5d87f47ac => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/908] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/subnets?id=a1e4b003-cd9c-4c94-a101-3602ce97c4d6 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/909] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/ports?network_id=2f33c037-eec9-4e7a-8583-3244b6b1f02f&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/910] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?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: 437/911] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:31 2026] GET /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:40:31.854 7 INFO neutron.services.segments.plugin [-] Segment 5dde3b39-49a1-4085-bb88-1a575ba060a0 resource provider aggregate not found 2026-07-02 01:40:31.857 7 INFO neutron.services.segments.plugin [-] Segment 5dde3b39-49a1-4085-bb88-1a575ba060a0 resource provider aggregate not found 2026-07-02 01:40:31.878 7 INFO neutron.services.segments.plugin [-] Segment 5dde3b39-49a1-4085-bb88-1a575ba060a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dde3b39-49a1-4085-bb88-1a575ba060a0 found for delete ", "request_id": "req-e4a57de9-fb3b-4e92-a427-70b603e276a1"}]} 2026-07-02 01:40:31.879 7 INFO neutron.services.segments.plugin [-] Segment 5dde3b39-49a1-4085-bb88-1a575ba060a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dde3b39-49a1-4085-bb88-1a575ba060a0 found for delete ", "request_id": "req-19a39e4a-f7fc-439f-9461-ab324fdedda4"}]} [pid: 8|app: 0|req: 475/912] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:32 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/913] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:32 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/914] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:32 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/915] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:32 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/916] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:33 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/917] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:33 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/918] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:33 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/919] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:33 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/920] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:34 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/921] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:33 2026] GET /v2.0/security-groups?tenant_id=3fc9d88993074a4dbdf41856c6f75fa5&name=default => generated 2925 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/922] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:34 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/923] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:34 2026] DELETE /v2.0/security-groups/c3a5a655-05ee-44df-84a2-2d90515cab10 => 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: 482/924] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:34 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/925] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:34 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&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: 8|app: 0|req: 483/926] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:35 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/927] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:35 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 445/928] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:35 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/929] 10.0.0.86 () {34 vars in 970 bytes} [Thu Jul 2 01:40:35 2026] GET /v2.0/ports/3e908623-d262-4343-83e0-618448ab8da0 => generated 968 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/930] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:35 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/931] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:35 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/932] 199.204.45.156 () {34 vars in 1000 bytes} [Thu Jul 2 01:40:36 2026] GET /v2.0/subnets?network_id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/933] 199.204.45.156 () {34 vars in 1146 bytes} [Thu Jul 2 01:40:36 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc&device_owner=compute%3Anova&network_id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/934] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:36 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/935] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:36 2026] GET /v2.0/security-groups?id=51b9a1aa-ce23-42ee-839c-e78d11445866&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/936] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:40:36 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 448/937] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:40:36 2026] PUT /v2.0/ports/3e908623-d262-4343-83e0-618448ab8da0 => generated 1149 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:36.753 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-634c9014-b96a-4279-9d49-b8c1372de8fe'] response: {'name': 'network-changed', 'server_uuid': '72f8a368-7957-4353-8a19-cbb8bc678ddc', 'tag': '3e908623-d262-4343-83e0-618448ab8da0', 'status': 'completed', 'code': 200} 2026-07-02 01:40:36.817 8 INFO neutron_taas.services.taas.taas_plugin [req-c45aa9d2-a8d6-4553-98da-b139fc473bc6 req-9ec158c6-9c30-4a96-ab6b-1a6a2ed736d5 070ad4bf0dc3429394a2dcc11de84c3e 8d0f6e2b0a45425a86375e43570a2cf7 - - default default] TaaS: Handle Delete Port: 1f12369f-3270-4d3d-ad90-422f2db26559 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:40:36.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c45aa9d2-a8d6-4553-98da-b139fc473bc6 req-9ec158c6-9c30-4a96-ab6b-1a6a2ed736d5 070ad4bf0dc3429394a2dcc11de84c3e 8d0f6e2b0a45425a86375e43570a2cf7 - - default default] Tap Mirror: Handle Delete Port: 1f12369f-3270-4d3d-ad90-422f2db26559 [pid: 7|app: 0|req: 449/938] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:36 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/939] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:36 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/940] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:40:36 2026] DELETE /v2.0/ports/1f12369f-3270-4d3d-ad90-422f2db26559 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:37.078 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ef8d2dc-8045-429a-bf40-402ceaa5984e'] response: {'server_uuid': '3af8a884-7378-4145-98c3-0bf1913e24f6', 'name': 'network-vif-deleted', 'tag': '1f12369f-3270-4d3d-ad90-422f2db26559', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 451/941] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1421 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/942] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 779 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/943] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3e908623-d262-4343-83e0-618448ab8da0 => 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: 492/944] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3e908623-d262-4343-83e0-618448ab8da0 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/945] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/subnets?id=0d58ef86-d69a-4c30-83f8-6aa6cde9968d => generated 701 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/946] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/ports?network_id=f4c0c463-356e-46c3-be41-47ee152021ef&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/947] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/948] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 455/949] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:37 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 495/950] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/951] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/952] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1421 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/953] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1152 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/954] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&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: 497/955] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/956] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 498/957] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3e908623-d262-4343-83e0-618448ab8da0 => 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: 460/958] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3e908623-d262-4343-83e0-618448ab8da0 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/959] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/subnets?id=0d58ef86-d69a-4c30-83f8-6aa6cde9968d => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/960] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:38 2026] GET /v2.0/ports?network_id=f4c0c463-356e-46c3-be41-47ee152021ef&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/961] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:39 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 462/962] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:39 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 501/963] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:39 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 463/964] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:39 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&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: 8|app: 0|req: 502/965] 199.204.45.156 () {34 vars in 1120 bytes} [Thu Jul 2 01:40:39 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/966] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:39 2026] GET /v2.0/ports?device_id=3af8a884-7378-4145-98c3-0bf1913e24f6 => 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: 464/967] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:40:39 2026] PUT /v2.0/ports/3e908623-d262-4343-83e0-618448ab8da0 => generated 968 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:40.201 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1b19bed-b2a0-4a43-82e3-e22447b71c27'] response: {'name': 'network-changed', 'server_uuid': '72f8a368-7957-4353-8a19-cbb8bc678ddc', 'tag': '3e908623-d262-4343-83e0-618448ab8da0', '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: 465/968] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/969] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/970] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/971] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/security-groups?tenant_id=49a5c68558e6464bb7e780fe96751a7b&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/972] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/973] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3e908623-d262-4343-83e0-618448ab8da0 => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/974] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/subnets?id=0d58ef86-d69a-4c30-83f8-6aa6cde9968d => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/975] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:40 2026] GET /v2.0/ports?network_id=f4c0c463-356e-46c3-be41-47ee152021ef&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/976] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:40 2026] DELETE /v2.0/security-groups/b63686c2-ee4f-4ca9-b09c-c08ca6f3525b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/977] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:41 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 509/978] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:41 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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: 510/979] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:41 2026] GET /v2.0/security-groups?tenant_id=5a3e8b886cb441d1939675e7078956e1&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/980] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:41 2026] DELETE /v2.0/security-groups/ddf59f61-14e8-438e-8a77-cea29a4d6c24 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:41.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-26561a77-f575-41ad-91de-799dba707e21 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 3c2f8e32-c763-4d06-99f0-c54e061bee73 2026-07-02 01:40:41.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26561a77-f575-41ad-91de-799dba707e21 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 3c2f8e32-c763-4d06-99f0-c54e061bee73 [pid: 8|app: 0|req: 512/981] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/ports?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 1240 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/982] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/networks?id=f4c0c463-356e-46c3-be41-47ee152021ef => generated 779 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/983] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => 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: 470/984] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:40:41 2026] PUT /v2.0/routers/3832d052-bf2d-4813-b979-9be00faa79e3/remove_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/985] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3e908623-d262-4343-83e0-618448ab8da0 => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/986] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/987] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/subnets?id=0d58ef86-d69a-4c30-83f8-6aa6cde9968d => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/988] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/ports?network_id=f4c0c463-356e-46c3-be41-47ee152021ef&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/989] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:40:42.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-288b9a6d-447e-44ec-90b9-ec68ba2b9797 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 50b0acfa-4c9e-4da4-bdf3-78a0f67c905c 2026-07-02 01:40:42.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-288b9a6d-447e-44ec-90b9-ec68ba2b9797 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 50b0acfa-4c9e-4da4-bdf3-78a0f67c905c [pid: 7|app: 0|req: 475/990] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef?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) 2026-07-02 01:40:43.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-288b9a6d-447e-44ec-90b9-ec68ba2b9797 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 5b570f87-421f-409c-85ac-aef5dc65a282 2026-07-02 01:40:43.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-288b9a6d-447e-44ec-90b9-ec68ba2b9797 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 5b570f87-421f-409c-85ac-aef5dc65a282 2026-07-02 01:40:43.473 8 INFO neutron.services.segments.plugin [-] Segment dc2214b5-c746-44ca-970e-29733bd65c98 resource provider aggregate not found 2026-07-02 01:40:43.482 8 INFO neutron.services.segments.plugin [-] Segment dc2214b5-c746-44ca-970e-29733bd65c98 resource provider aggregate not found 2026-07-02 01:40:43.505 8 INFO neutron.services.segments.plugin [-] Segment dc2214b5-c746-44ca-970e-29733bd65c98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2214b5-c746-44ca-970e-29733bd65c98 found for delete ", "request_id": "req-b594b3ed-93df-441e-ba58-31ca4cd5556e"}]} 2026-07-02 01:40:43.508 8 INFO neutron.services.segments.plugin [-] Segment dc2214b5-c746-44ca-970e-29733bd65c98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2214b5-c746-44ca-970e-29733bd65c98 found for delete ", "request_id": "req-8c66c147-7af5-401f-a8db-93c463762e8b"}]} 2026-07-02 01:40:43.525 8 INFO neutron.db.l3_hamode_db [None req-288b9a6d-447e-44ec-90b9-ec68ba2b9797 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 4d611546-b717-474f-b9d1-f45541db08b3 was deleted as no HA routers are present in tenant 8d0f6e2b0a45425a86375e43570a2cf7. [pid: 8|app: 0|req: 516/991] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:42 2026] DELETE /v2.0/routers/3832d052-bf2d-4813-b979-9be00faa79e3 => generated 0 bytes in 1080 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/992] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/993] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&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: 476/994] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:43 2026] DELETE /v2.0/subnets/6adbe8d7-2a6b-4164-982b-9d57d2760c1c => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:43.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-045c88a1-de2a-49b6-ab55-e1381ea7817d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 218753a8-8aee-4ebd-8021-5603afa38dd2 2026-07-02 01:40:43.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-045c88a1-de2a-49b6-ab55-e1381ea7817d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 218753a8-8aee-4ebd-8021-5603afa38dd2 [pid: 8|app: 0|req: 519/995] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:43 2026] DELETE /v2.0/networks/c826176a-a2af-4d12-85dc-347ac8315b45 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/996] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:44 2026] GET /v2.0/security-groups?tenant_id=8d0f6e2b0a45425a86375e43570a2cf7&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/997] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:44 2026] DELETE /v2.0/security-groups/51b9a1aa-ce23-42ee-839c-e78d11445866 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1000] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:40:44 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1001] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:44 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1002] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:40:44 2026] GET /v2.0/security-groups?id=594f8386-eb28-46f7-a4b1-07c2ee5aca05&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:44.899 7 INFO neutron_taas.services.taas.taas_plugin [req-72771982-ebc9-4733-958a-1f236782ecb2 req-9dd9ea60-0424-4a58-a09c-0dbf3f760d8a d9a07e60a0ef4148960d96b3986d8e1e 0d4a9a3f0f01437ba55a127ef74397da - - default default] TaaS: Handle Delete Port: 3e908623-d262-4343-83e0-618448ab8da0 2026-07-02 01:40:44.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72771982-ebc9-4733-958a-1f236782ecb2 req-9dd9ea60-0424-4a58-a09c-0dbf3f760d8a d9a07e60a0ef4148960d96b3986d8e1e 0d4a9a3f0f01437ba55a127ef74397da - - default default] Tap Mirror: Handle Delete Port: 3e908623-d262-4343-83e0-618448ab8da0 2026-07-02 01:40:45.041 7 INFO neutron.db.l3_db [req-72771982-ebc9-4733-958a-1f236782ecb2 req-9dd9ea60-0424-4a58-a09c-0dbf3f760d8a d9a07e60a0ef4148960d96b3986d8e1e 0d4a9a3f0f01437ba55a127ef74397da - - default default] Floating IP c2c37b7a-9e25-4be4-bcf0-7a52e8fedc8f disassociated. External IP: 10.96.250.203, port: 3e908623-d262-4343-83e0-618448ab8da0. [pid: 7|app: 0|req: 479/1003] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:40:44 2026] DELETE /v2.0/ports/3e908623-d262-4343-83e0-618448ab8da0 => generated 0 bytes in 720 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:45.478 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-179361da-9425-43c8-8822-58cb8996b366'] response: {'server_uuid': '72f8a368-7957-4353-8a19-cbb8bc678ddc', 'name': 'network-vif-deleted', 'tag': '3e908623-d262-4343-83e0-618448ab8da0', 'status': 'completed', 'code': 200} 2026-07-02 01:40:45.530 8 INFO neutron.services.segments.plugin [-] Segment 3139f5f7-93cd-45e1-8e34-ec1dbf35cef2 resource provider aggregate not found 2026-07-02 01:40:45.544 8 INFO neutron.services.segments.plugin [-] Segment 3139f5f7-93cd-45e1-8e34-ec1dbf35cef2 resource provider aggregate not found 2026-07-02 01:40:45.556 8 INFO neutron.services.segments.plugin [-] Segment 3139f5f7-93cd-45e1-8e34-ec1dbf35cef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3139f5f7-93cd-45e1-8e34-ec1dbf35cef2 found for delete ", "request_id": "req-c0098894-40d3-48c3-bc24-7cfdee21b2c9"}]} 2026-07-02 01:40:45.569 8 INFO neutron.services.segments.plugin [-] Segment 3139f5f7-93cd-45e1-8e34-ec1dbf35cef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3139f5f7-93cd-45e1-8e34-ec1dbf35cef2 found for delete ", "request_id": "req-5e37b2b7-2a2f-44ba-9104-0e594b1d5d2c"}]} [pid: 8|app: 0|req: 525/1004] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => 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: 480/1005] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1006] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/ports?device_id=72f8a368-7957-4353-8a19-cbb8bc678ddc => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1007] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:49 2026] GET /v2.0/security-groups?tenant_id=87cbea5e2dcf4287bb661147e111bbab&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1008] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:49 2026] GET /v2.0/security-groups?tenant_id=3da35f0de539477db9574572827de2e7&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1009] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:49 2026] DELETE /v2.0/security-groups/594f8386-eb28-46f7-a4b1-07c2ee5aca05 => 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: 528/1010] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:49 2026] DELETE /v2.0/security-groups/53554469-edd7-4d12-9c16-4326e38e13ce => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:49.599 8 INFO neutron.api.v2.resource [None req-7b66ebb8-7733-4bb1-9a44-1ea511b5db31 d9a07e60a0ef4148960d96b3986d8e1e 0d4a9a3f0f01437ba55a127ef74397da - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1011] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:40:49 2026] GET /v2.0/security-groups/594f8386-eb28-46f7-a4b1-07c2ee5aca05 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1012] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:49 2026] DELETE /v2.0/security-groups/81ee589f-d084-4850-81a4-484fe45f3cd2 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:49.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5425bfc-5d1b-4915-b543-8bc73cd39f8d d9a07e60a0ef4148960d96b3986d8e1e 0d4a9a3f0f01437ba55a127ef74397da - - default default] TaaS: Handle Delete Port: 6041c262-4dd4-43ab-8a25-7a39d1f89311 2026-07-02 01:40:49.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5425bfc-5d1b-4915-b543-8bc73cd39f8d d9a07e60a0ef4148960d96b3986d8e1e 0d4a9a3f0f01437ba55a127ef74397da - - default default] Tap Mirror: Handle Delete Port: 6041c262-4dd4-43ab-8a25-7a39d1f89311 [pid: 7|app: 0|req: 484/1013] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:49 2026] GET /v2.0/security-groups?tenant_id=f05e05aeda9446b3913ed454506f0655&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1014] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:40:49 2026] DELETE /v2.0/floatingips/c2c37b7a-9e25-4be4-bcf0-7a52e8fedc8f => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1015] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:49 2026] DELETE /v2.0/security-groups/bd8c0235-d907-404b-b70b-8e4fdea37fe1 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1016] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:49 2026] GET /v2.0/security-groups?tenant_id=fcd9dfc9199a4aa6ba704486b50d07fd&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1017] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:50 2026] DELETE /v2.0/security-groups/2b91a41e-73d9-4b65-bbb8-faafd13d7db2 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:50.510 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb96a4d9-7bd9-4659-9ac4-daa50c360c57 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 02c41a08-954b-4aaa-bbcf-a32fde75d2ba 2026-07-02 01:40:50.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb96a4d9-7bd9-4659-9ac4-daa50c360c57 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 02c41a08-954b-4aaa-bbcf-a32fde75d2ba [pid: 7|app: 0|req: 486/1018] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:40:50 2026] PUT /v2.0/routers/6a887a52-612c-4382-8a91-447a6e6273e2/remove_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:51.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-05d2c629-9b74-4165-858e-4f7c71cec99c 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: f18d3377-1358-4362-a197-540f55ebacdd 2026-07-02 01:40:51.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05d2c629-9b74-4165-858e-4f7c71cec99c 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: f18d3377-1358-4362-a197-540f55ebacdd 2026-07-02 01:40:51.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-05d2c629-9b74-4165-858e-4f7c71cec99c 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 3fce1a09-3bda-4b02-a6b6-41734d83c260 2026-07-02 01:40:51.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05d2c629-9b74-4165-858e-4f7c71cec99c 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 3fce1a09-3bda-4b02-a6b6-41734d83c260 2026-07-02 01:40:52.108 7 INFO neutron.db.segments_db [None req-8cb26618-b387-48e7-8bfc-9dc5d041cfaf 1630ea564f7e4a148748f3de8a9eebda 80bdb04950b544a69280eaa142783bd6 - - default default] Added segment d6ecac60-11a2-401c-958f-ffba88eefac9 of type vxlan for network 9268b563-8966-4d7b-ba58-77ac3ad67640 2026-07-02 01:40:52.138 8 INFO neutron.services.segments.plugin [-] Segment 012061c7-8f76-44bb-90d3-fc10e600153b resource provider aggregate not found 2026-07-02 01:40:52.146 8 INFO neutron.services.segments.plugin [-] Segment 012061c7-8f76-44bb-90d3-fc10e600153b resource provider aggregate not found 2026-07-02 01:40:52.158 8 INFO neutron.services.segments.plugin [-] Segment 012061c7-8f76-44bb-90d3-fc10e600153b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 012061c7-8f76-44bb-90d3-fc10e600153b found for delete ", "request_id": "req-3ff133b4-0c35-42e5-a2d9-45aee6aa9524"}]} 2026-07-02 01:40:52.186 8 INFO neutron.services.segments.plugin [-] Segment 012061c7-8f76-44bb-90d3-fc10e600153b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 012061c7-8f76-44bb-90d3-fc10e600153b found for delete ", "request_id": "req-46a503ee-e4e7-4b72-bd52-3634e90c4560"}]} 2026-07-02 01:40:52.191 8 INFO neutron.db.l3_hamode_db [None req-05d2c629-9b74-4165-858e-4f7c71cec99c 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 276abe1a-fb61-4f4a-95f2-ce338b810eb9 was deleted as no HA routers are present in tenant 0d4a9a3f0f01437ba55a127ef74397da. [pid: 8|app: 0|req: 533/1019] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:51 2026] DELETE /v2.0/routers/6a887a52-612c-4382-8a91-447a6e6273e2 => generated 0 bytes in 1016 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1020] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:40:51 2026] POST /v2.0/networks => generated 645 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1021] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:40:52 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 1244 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1022] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:52 2026] DELETE /v2.0/subnets/0d58ef86-d69a-4c30-83f8-6aa6cde9968d => 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: 489/1023] 10.0.0.9 () {34 vars in 1038 bytes} [Thu Jul 2 01:40:52 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:52.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-c070b129-9d66-4bd2-b20b-081568ddbccc 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: f85a51fb-4a43-408f-b038-a486f165cf8d 2026-07-02 01:40:52.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c070b129-9d66-4bd2-b20b-081568ddbccc 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: f85a51fb-4a43-408f-b038-a486f165cf8d [pid: 8|app: 0|req: 535/1024] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:52 2026] DELETE /v2.0/networks/f4c0c463-356e-46c3-be41-47ee152021ef => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1025] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:52 2026] GET /v2.0/security-groups?tenant_id=0d4a9a3f0f01437ba55a127ef74397da&name=default => generated 2921 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1026] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:52 2026] POST /v2.0/subnets => generated 673 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1027] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:52 2026] DELETE /v2.0/security-groups/2837761e-6d3b-453c-ac57-eb7c52130a52 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:53.123 7 INFO neutron.db.segments_db [None req-f2c04b69-32e7-4f23-a2bd-51de5fc10bda 1630ea564f7e4a148748f3de8a9eebda 80bdb04950b544a69280eaa142783bd6 - - default default] Added segment 8d1bdb0f-65da-4016-8f95-b0010d0f1ccb of type vxlan for network e51c18c7-6719-4c67-b826-eb163e3062dd [pid: 7|app: 0|req: 491/1028] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:40:53 2026] POST /v2.0/networks => generated 647 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1029] 10.0.0.197 () {34 vars in 743 bytes} [Thu Jul 2 01:40:53 2026] PUT /v2.0/networks/e51c18c7-6719-4c67-b826-eb163e3062dd => generated 592 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1030] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:53 2026] POST /v2.0/subnets => generated 646 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1031] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 2 01:40:53 2026] PUT /v2.0/subnets/cb61d26c-1275-43ad-ba45-bd55ab334122 => generated 656 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:54.060 7 INFO neutron.services.segments.plugin [-] Segment 8d1bdb0f-65da-4016-8f95-b0010d0f1ccb resource provider aggregate not found 2026-07-02 01:40:54.064 7 INFO neutron.services.segments.plugin [-] Segment 8d1bdb0f-65da-4016-8f95-b0010d0f1ccb resource provider aggregate not found 2026-07-02 01:40:54.098 7 INFO neutron.services.segments.plugin [-] Segment 8d1bdb0f-65da-4016-8f95-b0010d0f1ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1bdb0f-65da-4016-8f95-b0010d0f1ccb found for delete ", "request_id": "req-2506f9f9-09b5-4273-8612-1362d50c2081"}]} 2026-07-02 01:40:54.098 7 INFO neutron.services.segments.plugin [-] Segment 8d1bdb0f-65da-4016-8f95-b0010d0f1ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1bdb0f-65da-4016-8f95-b0010d0f1ccb found for delete ", "request_id": "req-b76b6ea2-6b9b-4193-aa83-036a03095d3e"}]} [pid: 7|app: 0|req: 493/1032] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:53 2026] DELETE /v2.0/networks/e51c18c7-6719-4c67-b826-eb163e3062dd => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:54.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a09bcf0b-ab18-43bb-9a67-a6121b92f7db 1630ea564f7e4a148748f3de8a9eebda 80bdb04950b544a69280eaa142783bd6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 540/1033] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:54 2026] DELETE /v2.0/networks/e51c18c7-6719-4c67-b826-eb163e3062dd => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:40:54.176 8 INFO neutron.services.segments.plugin [-] Segment 9b1885cd-cfcf-4e47-a19b-2cdf9eed4ebd resource provider aggregate not found 2026-07-02 01:40:54.205 8 INFO neutron.services.segments.plugin [-] Segment 9b1885cd-cfcf-4e47-a19b-2cdf9eed4ebd resource provider aggregate not found 2026-07-02 01:40:54.211 8 INFO neutron.services.segments.plugin [-] Segment 9b1885cd-cfcf-4e47-a19b-2cdf9eed4ebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1885cd-cfcf-4e47-a19b-2cdf9eed4ebd found for delete ", "request_id": "req-a7850f7d-b788-4664-a29d-21beccaf075e"}]} [pid: 7|app: 0|req: 494/1034] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:54.224 8 INFO neutron.services.segments.plugin [-] Segment 9b1885cd-cfcf-4e47-a19b-2cdf9eed4ebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b1885cd-cfcf-4e47-a19b-2cdf9eed4ebd found for delete ", "request_id": "req-8fb302b0-821c-41d4-bdc9-3552733debbb"}]} [pid: 8|app: 0|req: 541/1035] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/subnets?network_id=d4714583-7380-45f0-97d3-c39ad180009a => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1036] 10.0.0.197 () {32 vars in 653 bytes} [Thu Jul 2 01:40:54 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: 542/1037] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/networks => generated 1310 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1038] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/subnets => generated 1312 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1039] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/networks/9268b563-8966-4d7b-ba58-77ac3ad67640 => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1040] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/subnets/29f7c07d-69ab-432a-8f69-cec86388f672 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:54.579 8 INFO neutron.pecan_wsgi.hooks.translation [None req-519ea27b-106f-44e9-ae4a-478c0b543d8c 1630ea564f7e4a148748f3de8a9eebda 80bdb04950b544a69280eaa142783bd6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1041] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:54 2026] DELETE /v2.0/subnets/cb61d26c-1275-43ad-ba45-bd55ab334122 => generated 136 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:40:54.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fde9e9d3-e1d3-417f-aa80-0c051fb6f112 1630ea564f7e4a148748f3de8a9eebda 80bdb04950b544a69280eaa142783bd6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 498/1042] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:54 2026] DELETE /v2.0/networks/e51c18c7-6719-4c67-b826-eb163e3062dd => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1043] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:40:54 2026] DELETE /v2.0/subnets/29f7c07d-69ab-432a-8f69-cec86388f672 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:54.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5c332e4-3750-4ae6-a815-96e96822ce3d 1630ea564f7e4a148748f3de8a9eebda 80bdb04950b544a69280eaa142783bd6 - - default default] TaaS: Handle Delete Port: d7ee27c6-8aee-4955-ad5b-65268f058390 2026-07-02 01:40:54.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5c332e4-3750-4ae6-a815-96e96822ce3d 1630ea564f7e4a148748f3de8a9eebda 80bdb04950b544a69280eaa142783bd6 - - default default] Tap Mirror: Handle Delete Port: d7ee27c6-8aee-4955-ad5b-65268f058390 [pid: 7|app: 0|req: 499/1044] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:40:54 2026] DELETE /v2.0/networks/9268b563-8966-4d7b-ba58-77ac3ad67640 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:40:55.625 8 INFO neutron.db.segments_db [None req-ee487480-f0f7-45f2-a3d4-79ae265f4c13 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 1cdbe238-6e9b-4e21-af4b-ff89418e2194 of type vxlan for network 89a86f76-54e1-4ccb-88b6-d99f744ecd3c [pid: 8|app: 0|req: 546/1045] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:40:55 2026] POST /v2.0/networks => generated 747 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1046] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:55 2026] POST /v2.0/subnets => generated 694 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:40:55.977 8 INFO neutron.db.segments_db [None req-1bf3fe8e-2312-4a3c-8178-7400d3c5c4a1 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment ab9488ba-117a-49ca-9271-8c42a32cc6a9 of type vxlan for network 389640ee-c3a3-4fd7-8558-4d0c2f0674ae [pid: 7|app: 0|req: 500/1047] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:55 2026] GET /v2.0/security-groups?tenant_id=80bdb04950b544a69280eaa142783bd6&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1048] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:55 2026] DELETE /v2.0/security-groups/f553249e-bf92-4c02-9576-f6ae20c77649 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:40:56.141 7 INFO neutron.services.segments.plugin [-] Segment d6ecac60-11a2-401c-958f-ffba88eefac9 resource provider aggregate not found 2026-07-02 01:40:56.146 7 INFO neutron.services.segments.plugin [-] Segment d6ecac60-11a2-401c-958f-ffba88eefac9 resource provider aggregate not found 2026-07-02 01:40:56.166 7 INFO neutron.services.segments.plugin [-] Segment d6ecac60-11a2-401c-958f-ffba88eefac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ecac60-11a2-401c-958f-ffba88eefac9 found for delete ", "request_id": "req-039e0d69-0ef5-4ee4-bb90-1c36399d916f"}]} 2026-07-02 01:40:56.169 7 INFO neutron.services.segments.plugin [-] Segment d6ecac60-11a2-401c-958f-ffba88eefac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ecac60-11a2-401c-958f-ffba88eefac9 found for delete ", "request_id": "req-03e1e812-da90-46e2-9f07-734e0b24ffbe"}]} 2026-07-02 01:40:56.270 8 INFO neutron.db.l3_hamode_db [None req-1bf3fe8e-2312-4a3c-8178-7400d3c5c4a1 4daff0af70184e62b2accaa623050ea9 54c4da0424ec45a194cee8b69dcaf239 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 502/1049] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:56 2026] GET /v2.0/security-groups?tenant_id=ffee2ad5200f4d829eda1984121bacc7&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:57.233 8 INFO neutron.db.l3_hamode_db [None req-1bf3fe8e-2312-4a3c-8178-7400d3c5c4a1 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 503/1050] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:57 2026] DELETE /v2.0/security-groups/3f9f904c-15d8-4263-b937-3a1963c0eb25 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1051] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:40:57 2026] GET /v2.0/security-groups?tenant_id=848a6c3319fe4a7a9d1d484a925cc275&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1052] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:40:57 2026] DELETE /v2.0/security-groups/3e000228-9b07-4d24-87c2-04560a6f3d5c => 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: 548/1053] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:55 2026] POST /v2.0/routers => generated 734 bytes in 2317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:40:58.529 7 INFO neutron.db.segments_db [None req-b2f5f65b-b03c-44d8-aa67-1ee8cb5cf7fd 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment 01ab31a2-6cf9-4c4d-8569-c96ad49d49af of type vxlan for network bab4d630-c923-4283-856e-e4c4d6c238f8 [pid: 7|app: 0|req: 506/1054] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:40:58 2026] POST /v2.0/networks => generated 633 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:40:58.684 7 INFO neutron.db.segments_db [None req-9a5dcdf0-7669-4313-acbb-917d06efae38 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment 7738ee87-df4f-477d-8cfd-c30d9207f396 of type vxlan for network c39e6d04-db60-4b75-b34b-17014cb770cf [pid: 7|app: 0|req: 507/1055] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:40:58 2026] POST /v2.0/networks => generated 634 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1056] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:58 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1057] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:59 2026] POST /v2.0/subnets => generated 655 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:40:59.394 7 INFO neutron.db.segments_db [None req-c07f18f0-4299-4f3a-a5e9-3e29fbd56312 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment 38c383f1-ef9a-46d3-99cc-c14337cb116c of type vxlan for network e0c529e5-72d4-486d-b3c0-c6fa365e9061 [pid: 8|app: 0|req: 549/1058] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:40:58 2026] PUT /v2.0/routers/57efe3a1-b9fe-44ec-8aa5-cf7564df5221/add_router_interface => generated 309 bytes in 1369 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:40:59.654 7 INFO neutron.db.l3_hamode_db [None req-c07f18f0-4299-4f3a-a5e9-3e29fbd56312 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:40:59.864 7 INFO neutron.db.l3_hamode_db [None req-c07f18f0-4299-4f3a-a5e9-3e29fbd56312 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 552/1061] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:41:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1062] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:40:59 2026] POST /v2.0/routers => generated 511 bytes in 1179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1063] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:41:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1064] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:41:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1065] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:41:00 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1066] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:00 2026] PUT /v2.0/routers/a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1067] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:01 2026] GET /v2.0/ports/38ef5a32-9443-4092-b994-d11f7b231b7a => generated 959 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1068] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:02 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1069] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:02 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1070] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:02 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1071] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:03 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1072] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:01 2026] PUT /v2.0/routers/a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39/add_router_interface => generated 309 bytes in 1470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1073] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:03 2026] GET /v2.0/ports/2afa2882-1c3a-4a1b-8b1b-8c833617c74e => generated 967 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1074] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:03 2026] GET /v2.0/security-groups?tenant_id=224b6217c396488ca4337cbcbf3b2bc1&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1075] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:03 2026] DELETE /v2.0/security-groups/b75cf233-4a7b-4625-bf9f-572d28c6c51c => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:03.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5ef1312-6c15-4fd9-bbcb-a1d2b729c549 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: 2afa2882-1c3a-4a1b-8b1b-8c833617c74e 2026-07-02 01:41:03.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5ef1312-6c15-4fd9-bbcb-a1d2b729c549 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: 2afa2882-1c3a-4a1b-8b1b-8c833617c74e [pid: 7|app: 0|req: 521/1076] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:04 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1077] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:03 2026] PUT /v2.0/routers/a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1078] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:04 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:04.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-92f8f61e-ae4e-4139-9341-6d076b1f282e 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: 38ef5a32-9443-4092-b994-d11f7b231b7a 2026-07-02 01:41:04.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92f8f61e-ae4e-4139-9341-6d076b1f282e 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: 38ef5a32-9443-4092-b994-d11f7b231b7a [pid: 8|app: 0|req: 557/1079] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:04 2026] PUT /v2.0/routers/a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1080] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:05 2026] GET /v2.0/ports?device_id=a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:05.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-66aeecef-0181-4480-b5d7-a34df8996ebd 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: 70dd285e-3253-4fcf-9a7f-8c81614257de 2026-07-02 01:41:05.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66aeecef-0181-4480-b5d7-a34df8996ebd 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: 70dd285e-3253-4fcf-9a7f-8c81614257de [pid: 7|app: 0|req: 524/1081] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:05 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1082] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:05 2026] GET /v2.0/security-groups?id=69386434-aef1-4412-b08e-c095b8e759db&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: 7|app: 0|req: 526/1083] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:41:05 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:05.646 7 INFO neutron_taas.services.taas.taas_plugin [req-1ecbd4f3-3cc3-4159-9472-0abb4f661da3 req-a39026e9-ce08-45d9-86e4-2ec2e6988c1c 342a1064fc364ef7ba439e6d2828bd52 a44ac45c686a4b66bc62084959ba7bab - - default default] TaaS: Handle Delete Port: 0cd47302-4bfe-4a83-979f-a6a5d87f47ac 2026-07-02 01:41:05.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1ecbd4f3-3cc3-4159-9472-0abb4f661da3 req-a39026e9-ce08-45d9-86e4-2ec2e6988c1c 342a1064fc364ef7ba439e6d2828bd52 a44ac45c686a4b66bc62084959ba7bab - - default default] Tap Mirror: Handle Delete Port: 0cd47302-4bfe-4a83-979f-a6a5d87f47ac 2026-07-02 01:41:05.784 7 INFO neutron.db.l3_db [req-1ecbd4f3-3cc3-4159-9472-0abb4f661da3 req-a39026e9-ce08-45d9-86e4-2ec2e6988c1c 342a1064fc364ef7ba439e6d2828bd52 a44ac45c686a4b66bc62084959ba7bab - - default default] Floating IP d0ffcad4-6e85-4f71-a916-7275c83747ce disassociated. External IP: 10.96.250.220, port: 0cd47302-4bfe-4a83-979f-a6a5d87f47ac. [pid: 7|app: 0|req: 527/1084] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:41:05 2026] DELETE /v2.0/ports/0cd47302-4bfe-4a83-979f-a6a5d87f47ac => generated 0 bytes in 667 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:06.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc64a4d4-b5df-408f-9097-d5ae0b21c676'] response: {'server_uuid': 'a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989', 'name': 'network-vif-deleted', 'tag': '0cd47302-4bfe-4a83-979f-a6a5d87f47ac', 'status': 'completed', 'code': 200} 2026-07-02 01:41:06.300 8 INFO neutron.services.segments.plugin [-] Segment 38c383f1-ef9a-46d3-99cc-c14337cb116c resource provider aggregate not found 2026-07-02 01:41:06.310 8 INFO neutron.db.l3_hamode_db [None req-66aeecef-0181-4480-b5d7-a34df8996ebd 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] HA network e0c529e5-72d4-486d-b3c0-c6fa365e9061 was deleted as no HA routers are present in tenant 6fa5831222474ded8c04400096ff0b00. 2026-07-02 01:41:06.329 8 INFO neutron.services.segments.plugin [-] Segment 38c383f1-ef9a-46d3-99cc-c14337cb116c resource provider aggregate not found [pid: 8|app: 0|req: 558/1085] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:05 2026] DELETE /v2.0/routers/a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39 => generated 0 bytes in 1160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:06.346 8 INFO neutron.services.segments.plugin [-] Segment 38c383f1-ef9a-46d3-99cc-c14337cb116c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38c383f1-ef9a-46d3-99cc-c14337cb116c found for delete ", "request_id": "req-031e6ea1-18bb-4d0a-a7a6-47b2b67de4f8"}]} 2026-07-02 01:41:06.356 8 INFO neutron.services.segments.plugin [-] Segment 38c383f1-ef9a-46d3-99cc-c14337cb116c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38c383f1-ef9a-46d3-99cc-c14337cb116c found for delete ", "request_id": "req-369960c8-1640-478a-8138-49887b889216"}]} [pid: 8|app: 0|req: 559/1086] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:06 2026] DELETE /v2.0/subnets/2aafa99f-2bc0-40b5-9e1f-e222dabe2320 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:06.619 7 INFO neutron.db.segments_db [None req-5d5fe137-bd23-4356-93fc-4e8f50dd4d82 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Added segment ddd54bcb-42d6-4827-84f5-e53613f0f306 of type vxlan for network 76fa061e-c9e7-4cd0-a499-a4c589d98769 [pid: 8|app: 0|req: 560/1087] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:06 2026] DELETE /v2.0/subnets/02bfb58e-213f-4271-b4df-301365a109e3 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1088] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:06 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => 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: 528/1089] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:06 2026] POST /v2.0/networks => generated 649 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1090] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:06 2026] DELETE /v2.0/networks/c39e6d04-db60-4b75-b34b-17014cb770cf => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:06.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-507f5113-bb83-48f8-b556-d69505464f62 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: c9411cfa-f4c2-41d0-8497-c3cf2d0417b1 2026-07-02 01:41:06.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-507f5113-bb83-48f8-b556-d69505464f62 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: c9411cfa-f4c2-41d0-8497-c3cf2d0417b1 [pid: 7|app: 0|req: 529/1091] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:06 2026] POST /v2.0/subnets => generated 627 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1092] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:06 2026] DELETE /v2.0/networks/bab4d630-c923-4283-856e-e4c4d6c238f8 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:07.187 7 INFO neutron.db.segments_db [None req-31b3c1ff-83d6-4576-aa12-214fb665ba4f 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Added segment 6ba9f50a-3dc5-4359-9f22-c927e7499054 of type vxlan for network 5261d405-9b0a-409e-920c-3f6f0ed84b48 2026-07-02 01:41:07.254 8 INFO neutron.db.segments_db [None req-72cd150f-f6e5-4c23-b713-a0460d68dd52 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment f8ec84be-a27e-4559-adab-b59eacec06e4 of type vxlan for network 752e85f0-c68d-4b94-b5b2-ba6dc5a6c9ac [pid: 8|app: 0|req: 564/1093] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:07 2026] POST /v2.0/networks => generated 634 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1094] 10.0.0.86 () {34 vars in 1099 bytes} [Thu Jul 2 01:41:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1324990039&fields=id&tenant_id=54c4da0424ec45a194cee8b69dcaf239 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:07.542 7 INFO neutron.db.l3_hamode_db [None req-31b3c1ff-83d6-4576-aa12-214fb665ba4f 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 566/1095] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:07 2026] POST /v2.0/subnets => generated 646 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1096] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:41:07 2026] GET /v2.0/networks?id=89a86f76-54e1-4ccb-88b6-d99f744ecd3c => generated 679 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:07.863 8 INFO neutron.db.segments_db [None req-c9a3e337-60ea-4d4b-a730-7c60f3ef9f86 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment a4cd5fd7-9606-48e4-94ad-2f2a12a23f0b of type vxlan for network e49478de-bf90-4e43-b9ca-abee2bd777be 2026-07-02 01:41:08.154 8 INFO neutron.db.l3_hamode_db [None req-c9a3e337-60ea-4d4b-a730-7c60f3ef9f86 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:08.325 8 INFO neutron.db.l3_hamode_db [None req-c9a3e337-60ea-4d4b-a730-7c60f3ef9f86 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:08.389 8 INFO neutron.services.segments.plugin [-] Segment 7738ee87-df4f-477d-8cfd-c30d9207f396 resource provider aggregate not found 2026-07-02 01:41:08.394 8 INFO neutron.services.segments.plugin [-] Segment 7738ee87-df4f-477d-8cfd-c30d9207f396 resource provider aggregate not found 2026-07-02 01:41:08.416 8 INFO neutron.services.segments.plugin [-] Segment 7738ee87-df4f-477d-8cfd-c30d9207f396 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7738ee87-df4f-477d-8cfd-c30d9207f396 found for delete ", "request_id": "req-9f4ede7e-527d-4bac-9e66-1a399acc282a"}]} 2026-07-02 01:41:08.424 8 INFO neutron.services.segments.plugin [-] Segment 7738ee87-df4f-477d-8cfd-c30d9207f396 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7738ee87-df4f-477d-8cfd-c30d9207f396 found for delete ", "request_id": "req-b9cbe5ab-a3ae-4c9b-9fd8-5b735c39e623"}]} 2026-07-02 01:41:08.438 8 INFO neutron.services.segments.plugin [-] Segment 01ab31a2-6cf9-4c4d-8569-c96ad49d49af resource provider aggregate not found 2026-07-02 01:41:08.441 7 INFO neutron.db.l3_hamode_db [None req-31b3c1ff-83d6-4576-aa12-214fb665ba4f 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:08.459 8 INFO neutron.services.segments.plugin [-] Segment 01ab31a2-6cf9-4c4d-8569-c96ad49d49af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ab31a2-6cf9-4c4d-8569-c96ad49d49af found for delete ", "request_id": "req-334af4bd-0e9c-42f9-a972-896ef367eeeb"}]} 2026-07-02 01:41:08.461 8 INFO neutron.services.segments.plugin [-] Segment 01ab31a2-6cf9-4c4d-8569-c96ad49d49af resource provider aggregate not found 2026-07-02 01:41:08.480 8 INFO neutron.services.segments.plugin [-] Segment 01ab31a2-6cf9-4c4d-8569-c96ad49d49af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ab31a2-6cf9-4c4d-8569-c96ad49d49af found for delete ", "request_id": "req-bc454a5c-8474-4240-8262-4b82943c94a3"}]} [pid: 8|app: 0|req: 568/1097] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:07 2026] POST /v2.0/routers => generated 511 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1098] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:08 2026] GET /v2.0/ports?device_id=a35eaa2a-ec73-4b98-b3c6-8ac9adfeb989 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1099] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:41:09 2026] GET /v2.0/quotas/54c4da0424ec45a194cee8b69dcaf239 => 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: 571/1100] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:09 2026] POST /v2.0/ports => generated 963 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 530/1101] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:07 2026] POST /v2.0/routers => generated 695 bytes in 2285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1102] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:41:09 2026] GET /v2.0/ports?tenant_id=54c4da0424ec45a194cee8b69dcaf239&fields=id => generated 103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1103] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:09 2026] PUT /v2.0/routers/a537e4f9-2f86-4d1a-af0d-3f990c583729/add_router_interface => generated 309 bytes in 1462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1104] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:41:10 2026] GET /v2.0/networks/89a86f76-54e1-4ccb-88b6-d99f744ecd3c?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1106] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:10 2026] DELETE /v2.0/security-groups/69386434-aef1-4412-b08e-c095b8e759db => 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: 531/1106] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:09 2026] PUT /v2.0/routers/4f04c39b-4972-4976-8def-1f4dfaa4cc6b/add_router_interface => generated 309 bytes in 1684 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: 532/1107] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:41:11 2026] GET /v2.0/networks/89a86f76-54e1-4ccb-88b6-d99f744ecd3c?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: 533/1108] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:11 2026] GET /v2.0/ports/37363481-ed76-4d6a-9e27-573ebd888424 => generated 1037 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:11.226 7 INFO neutron.api.v2.resource [None req-a2933c83-ac8f-4740-90ae-ccc1451330f0 342a1064fc364ef7ba439e6d2828bd52 a44ac45c686a4b66bc62084959ba7bab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 534/1109] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:41:11 2026] GET /v2.0/security-groups/69386434-aef1-4412-b08e-c095b8e759db => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1110] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:11 2026] POST /v2.0/ports => generated 955 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:41:11.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-0890852f-3ba5-4b61-a1a0-b28a8b8b03cd 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: 37363481-ed76-4d6a-9e27-573ebd888424 2026-07-02 01:41:11.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0890852f-3ba5-4b61-a1a0-b28a8b8b03cd 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: 37363481-ed76-4d6a-9e27-573ebd888424 2026-07-02 01:41:11.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc7773c4-0f68-46a7-865b-bfd4bfa1d397 342a1064fc364ef7ba439e6d2828bd52 a44ac45c686a4b66bc62084959ba7bab - - default default] TaaS: Handle Delete Port: a64bd216-4a8f-4a6d-9176-537c9e9296a2 2026-07-02 01:41:11.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc7773c4-0f68-46a7-865b-bfd4bfa1d397 342a1064fc364ef7ba439e6d2828bd52 a44ac45c686a4b66bc62084959ba7bab - - default default] Tap Mirror: Handle Delete Port: a64bd216-4a8f-4a6d-9176-537c9e9296a2 [pid: 8|app: 0|req: 577/1111] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:41:11 2026] DELETE /v2.0/floatingips/d0ffcad4-6e85-4f71-a916-7275c83747ce => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1112] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:11 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => 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: 535/1113] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:11 2026] PUT /v2.0/routers/4f04c39b-4972-4976-8def-1f4dfaa4cc6b/remove_router_interface => generated 309 bytes in 804 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: 579/1114] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:11 2026] POST /v2.0/ports => generated 958 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:41:12.389 8 INFO neutron.api.v2.resource [None req-1a9d75c7-fa0a-4f64-aaa8-bed8d8db4459 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 580/1115] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:12 2026] PUT /v2.0/routers/4f04c39b-4972-4976-8def-1f4dfaa4cc6b/remove_router_interface => generated 197 bytes in 195 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:12.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0b91fc3-d58e-4d29-b728-c4f690a3e26e 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 2fe09928-cd9c-4afb-ac4c-4f7f9c1fad95 2026-07-02 01:41:12.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0b91fc3-d58e-4d29-b728-c4f690a3e26e 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 2fe09928-cd9c-4afb-ac4c-4f7f9c1fad95 [pid: 7|app: 0|req: 536/1116] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:12 2026] PUT /v2.0/routers/163d0ed7-76d6-4c24-a4be-971003d8c812/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1117] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:13 2026] GET /v2.0/ports?device_id=4f04c39b-4972-4976-8def-1f4dfaa4cc6b => 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: 538/1118] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:13 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:13.210 8 INFO neutron.db.l3_db [None req-df3691c1-2cd0-4197-a58f-d6894c28ec22 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Floating IP 8c49e082-72e8-4899-950e-db86a9fe4f75 associated. External IP: 10.96.250.204, port: 2af34f0a-e2d6-47a9-98bc-f0d65d80f85c. 2026-07-02 01:41:13.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-59540edb-87cb-4986-84d9-fb209380b9de 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 44a6e9f9-3f4e-40e7-a38a-bcc1fb6404a4 2026-07-02 01:41:13.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59540edb-87cb-4986-84d9-fb209380b9de 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 44a6e9f9-3f4e-40e7-a38a-bcc1fb6404a4 [pid: 8|app: 0|req: 581/1119] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 2 01:41:12 2026] POST /v2.0/floatingips => generated 842 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:13.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-59540edb-87cb-4986-84d9-fb209380b9de 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: ec663dcc-8409-4f32-ab01-a3791185800e 2026-07-02 01:41:13.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59540edb-87cb-4986-84d9-fb209380b9de 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: ec663dcc-8409-4f32-ab01-a3791185800e 2026-07-02 01:41:13.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-df02d6fc-193d-4ab5-ad01-f8631e3fdf42 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: ccfc2855-417f-4d4c-bcc3-73c9a9b16153 2026-07-02 01:41:13.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df02d6fc-193d-4ab5-ad01-f8631e3fdf42 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: ccfc2855-417f-4d4c-bcc3-73c9a9b16153 2026-07-02 01:41:13.926 7 INFO neutron.services.segments.plugin [-] Segment c27c8880-4516-4efa-8bc2-a900e1459e0b resource provider aggregate not found 2026-07-02 01:41:13.931 7 INFO neutron.services.segments.plugin [-] Segment c27c8880-4516-4efa-8bc2-a900e1459e0b resource provider aggregate not found 2026-07-02 01:41:13.950 7 INFO neutron.services.segments.plugin [-] Segment c27c8880-4516-4efa-8bc2-a900e1459e0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c27c8880-4516-4efa-8bc2-a900e1459e0b found for delete ", "request_id": "req-879755c5-51cb-46ab-a430-c5c74d9ef4f2"}]} 2026-07-02 01:41:13.953 7 INFO neutron.services.segments.plugin [-] Segment c27c8880-4516-4efa-8bc2-a900e1459e0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c27c8880-4516-4efa-8bc2-a900e1459e0b found for delete ", "request_id": "req-688e8232-7899-457b-adcd-71f2dc0ec454"}]} 2026-07-02 01:41:13.960 7 INFO neutron.db.l3_hamode_db [None req-59540edb-87cb-4986-84d9-fb209380b9de 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network ee046bbd-009d-4dce-84dd-a6ff90f25b9a was deleted as no HA routers are present in tenant a44ac45c686a4b66bc62084959ba7bab. [pid: 7|app: 0|req: 539/1120] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:13 2026] DELETE /v2.0/routers/163d0ed7-76d6-4c24-a4be-971003d8c812 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:14.050 8 INFO neutron.services.segments.plugin [-] Segment a4cd5fd7-9606-48e4-94ad-2f2a12a23f0b resource provider aggregate not found 2026-07-02 01:41:14.058 8 INFO neutron.services.segments.plugin [-] Segment a4cd5fd7-9606-48e4-94ad-2f2a12a23f0b resource provider aggregate not found 2026-07-02 01:41:14.090 8 INFO neutron.services.segments.plugin [-] Segment a4cd5fd7-9606-48e4-94ad-2f2a12a23f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4cd5fd7-9606-48e4-94ad-2f2a12a23f0b found for delete ", "request_id": "req-d3a9675d-0dbb-456a-9de1-e4cacef98a1c"}]} 2026-07-02 01:41:14.102 8 INFO neutron.services.segments.plugin [-] Segment a4cd5fd7-9606-48e4-94ad-2f2a12a23f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4cd5fd7-9606-48e4-94ad-2f2a12a23f0b found for delete ", "request_id": "req-5ca6e436-f254-47a6-80f8-ea4d96eac4c0"}]} 2026-07-02 01:41:14.114 8 INFO neutron.db.l3_hamode_db [None req-df02d6fc-193d-4ab5-ad01-f8631e3fdf42 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] HA network e49478de-bf90-4e43-b9ca-abee2bd777be was deleted as no HA routers are present in tenant 6fa5831222474ded8c04400096ff0b00. [pid: 8|app: 0|req: 582/1121] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:13 2026] DELETE /v2.0/routers/4f04c39b-4972-4976-8def-1f4dfaa4cc6b => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:14.133 7 INFO neutron.db.l3_db [None req-fdf368c6-5423-45cb-b36d-b0c403649c9a 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Floating IP 8c49e082-72e8-4899-950e-db86a9fe4f75 disassociated. External IP: 10.96.250.204, port: 2af34f0a-e2d6-47a9-98bc-f0d65d80f85c. [pid: 8|app: 0|req: 583/1122] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:14 2026] DELETE /v2.0/subnets/a1e4b003-cd9c-4c94-a101-3602ce97c4d6 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1123] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:14 2026] DELETE /v2.0/subnets/73068957-cd4a-45cd-9e34-4a70274b426b => 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: 585/1124] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => 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: 540/1125] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:41:13 2026] PUT /v2.0/floatingips/8c49e082-72e8-4899-950e-db86a9fe4f75 => generated 552 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:14.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-fbc2a629-80ab-4241-85fd-f5ba71cd9d29 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 72ff6e41-698f-4c41-9619-480621e3b8b2 2026-07-02 01:41:14.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbc2a629-80ab-4241-85fd-f5ba71cd9d29 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 72ff6e41-698f-4c41-9619-480621e3b8b2 [pid: 7|app: 0|req: 541/1126] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:14 2026] DELETE /v2.0/networks/752e85f0-c68d-4b94-b5b2-ba6dc5a6c9ac => 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: 586/1129] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:14 2026] DELETE /v2.0/networks/2f33c037-eec9-4e7a-8583-3244b6b1f02f => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:14.785 8 INFO neutron.db.segments_db [None req-3f78595c-ff61-4bbb-89fc-d18265047e26 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment fe5516f0-3b5c-4fb2-b765-66aa51ced7f0 of type vxlan for network 76d0d4f5-a716-4404-ad68-2a01ece4357b 2026-07-02 01:41:14.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1805af3-a6bc-4eb0-812c-2d58f16a3941 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] TaaS: Handle Delete Port: 112ddd66-c903-4705-9689-3038bc873710 2026-07-02 01:41:14.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1805af3-a6bc-4eb0-812c-2d58f16a3941 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Tap Mirror: Handle Delete Port: 112ddd66-c903-4705-9689-3038bc873710 [pid: 8|app: 0|req: 587/1130] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:14 2026] POST /v2.0/networks => generated 634 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1131] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/security-groups?tenant_id=a44ac45c686a4b66bc62084959ba7bab&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: 544/1132] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:41:14 2026] DELETE /v2.0/floatingips/8c49e082-72e8-4899-950e-db86a9fe4f75 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1133] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:14 2026] DELETE /v2.0/security-groups/35cb617b-13e3-4584-be4a-ad9dc1c60dd7 => 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: 589/1134] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:14 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:15.188 8 INFO neutron.db.segments_db [None req-412c3ba2-3617-4e37-ab1c-1e19a6c146f9 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment 8de0fb57-acce-42fa-9f64-37bd3262f9eb of type vxlan for network 65fc8469-fbcb-407d-891f-74dcdd9f2c5f 2026-07-02 01:41:15.513 8 INFO neutron.db.l3_hamode_db [None req-412c3ba2-3617-4e37-ab1c-1e19a6c146f9 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:15.647 8 INFO neutron.db.l3_hamode_db [None req-412c3ba2-3617-4e37-ab1c-1e19a6c146f9 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:15.924 7 INFO neutron.db.l3_db [None req-3a849638-d062-4338-823c-a47f8e513a84 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Floating IP 65a09302-b5ba-4b60-bb29-f63f314a086c associated. External IP: 10.96.250.220, port: 0d4c7660-dfc9-4623-85b4-cdd50ac20114. 2026-07-02 01:41:15.973 7 INFO neutron.services.segments.plugin [-] Segment f8ec84be-a27e-4559-adab-b59eacec06e4 resource provider aggregate not found 2026-07-02 01:41:15.983 7 INFO neutron.services.segments.plugin [-] Segment f8ec84be-a27e-4559-adab-b59eacec06e4 resource provider aggregate not found 2026-07-02 01:41:16.002 7 INFO neutron.services.segments.plugin [-] Segment f8ec84be-a27e-4559-adab-b59eacec06e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8ec84be-a27e-4559-adab-b59eacec06e4 found for delete ", "request_id": "req-9cc5f63c-9f2c-4b92-8835-ca38434fd00c"}]} 2026-07-02 01:41:16.012 7 INFO neutron.services.segments.plugin [-] Segment f8ec84be-a27e-4559-adab-b59eacec06e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8ec84be-a27e-4559-adab-b59eacec06e4 found for delete ", "request_id": "req-36f4e32a-9a6f-4935-8bac-f4f6a2b613f3"}]} 2026-07-02 01:41:16.113 8 INFO neutron.services.segments.plugin [-] Segment 554c98e6-1abc-4f0b-a6c1-bc783f8711cc resource provider aggregate not found 2026-07-02 01:41:16.124 8 INFO neutron.services.segments.plugin [-] Segment 554c98e6-1abc-4f0b-a6c1-bc783f8711cc resource provider aggregate not found 2026-07-02 01:41:16.132 8 INFO neutron.services.segments.plugin [-] Segment 554c98e6-1abc-4f0b-a6c1-bc783f8711cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 554c98e6-1abc-4f0b-a6c1-bc783f8711cc found for delete ", "request_id": "req-13c41ed9-d976-4bc7-9400-f5a39643175b"}]} 2026-07-02 01:41:16.155 8 INFO neutron.services.segments.plugin [-] Segment 554c98e6-1abc-4f0b-a6c1-bc783f8711cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 554c98e6-1abc-4f0b-a6c1-bc783f8711cc found for delete ", "request_id": "req-0712d1ee-a17f-446c-b2a5-d95593906adf"}]} [pid: 8|app: 0|req: 590/1135] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:15 2026] POST /v2.0/routers => generated 510 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1136] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:16 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => 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: 546/1137] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 2 01:41:15 2026] POST /v2.0/floatingips => generated 842 bytes in 1247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1138] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:41:16 2026] GET /v2.0/networks?id=89a86f76-54e1-4ccb-88b6-d99f744ecd3c => generated 679 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1139] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:41:16 2026] GET /v2.0/floatingips/65a09302-b5ba-4b60-bb29-f63f314a086c => generated 842 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1140] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:41:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=54c4da0424ec45a194cee8b69dcaf239 => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1141] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 2 01:41:16 2026] GET /v2.0/floatingips => generated 845 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1142] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:41:16 2026] POST /v2.0/ports => generated 954 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:41:17.320 8 INFO neutron.db.l3_db [None req-71cf5764-0bf4-4b68-ae3d-e385bb38f5a2 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Floating IP 65a09302-b5ba-4b60-bb29-f63f314a086c associated. External IP: 10.96.250.220, port: 0d4c7660-dfc9-4623-85b4-cdd50ac20114. [pid: 7|app: 0|req: 547/1143] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:16 2026] PUT /v2.0/routers/da45e333-b577-47d8-8fcc-fcb9dcd8d4fe/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1144] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:41:16 2026] PUT /v2.0/floatingips/65a09302-b5ba-4b60-bb29-f63f314a086c => generated 842 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1145] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:41:17 2026] PUT /v2.0/ports/f28b6c49-5591-492f-850c-abdace5c10d1 => generated 1235 bytes in 503 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: 598/1146] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:18.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4be56df-7987-4196-9365-226a64210391'] response: {'name': 'network-changed', 'server_uuid': '48536c74-46af-4065-bd29-80dcf177e6d6', 'tag': 'f28b6c49-5591-492f-850c-abdace5c10d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 549/1147] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/ports/a6c809d3-3cd9-4609-a22e-2f74369177dc => generated 959 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1148] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:18.262 8 INFO neutron.db.l3_db [None req-cbf82a74-176e-4887-aa06-3bf407577ff3 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Floating IP 65a09302-b5ba-4b60-bb29-f63f314a086c disassociated. External IP: 10.96.250.220, port: 2af34f0a-e2d6-47a9-98bc-f0d65d80f85c. [pid: 8|app: 0|req: 599/1149] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:41:18 2026] PUT /v2.0/floatingips/65a09302-b5ba-4b60-bb29-f63f314a086c => generated 552 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:18.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c1b3f72-1a19-4df0-804c-065fd068c9c6 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: a6c809d3-3cd9-4609-a22e-2f74369177dc 2026-07-02 01:41:18.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c1b3f72-1a19-4df0-804c-065fd068c9c6 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: a6c809d3-3cd9-4609-a22e-2f74369177dc 2026-07-02 01:41:18.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-67391c72-97a3-4bef-9e7a-14046afd1d22 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] TaaS: Handle Delete Port: 4caaeb3e-02eb-445b-b8dc-1e4f5926267d 2026-07-02 01:41:18.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67391c72-97a3-4bef-9e7a-14046afd1d22 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Tap Mirror: Handle Delete Port: 4caaeb3e-02eb-445b-b8dc-1e4f5926267d [pid: 8|app: 0|req: 600/1150] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:41:18 2026] DELETE /v2.0/floatingips/65a09302-b5ba-4b60-bb29-f63f314a086c => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1151] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/ports?tenant_id=54c4da0424ec45a194cee8b69dcaf239&device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:18.960 8 INFO neutron.api.v2.resource [None req-e1022b1f-4f46-42ab-bcea-65778d7f6459 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 602/1152] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:41:18 2026] DELETE /v2.0/floatingips/65a09302-b5ba-4b60-bb29-f63f314a086c => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1153] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/networks?tenant_id=54c4da0424ec45a194cee8b69dcaf239&shared=False => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1154] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:18 2026] PUT /v2.0/routers/da45e333-b577-47d8-8fcc-fcb9dcd8d4fe/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1155] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1156] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/ports?device_id=da45e333-b577-47d8-8fcc-fcb9dcd8d4fe => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:19.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8e385e1-6653-48b6-b134-ff48c0da8da8 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] TaaS: Handle Delete Port: 2af34f0a-e2d6-47a9-98bc-f0d65d80f85c 2026-07-02 01:41:19.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8e385e1-6653-48b6-b134-ff48c0da8da8 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Tap Mirror: Handle Delete Port: 2af34f0a-e2d6-47a9-98bc-f0d65d80f85c [pid: 8|app: 0|req: 604/1157] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/ports/2af34f0a-e2d6-47a9-98bc-f0d65d80f85c => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1158] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:19.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-a08934d9-456c-4dd4-94d2-c4eaa101912e 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: 83ef08c5-b573-41a3-93e3-ac8625be9b1d 2026-07-02 01:41:19.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a08934d9-456c-4dd4-94d2-c4eaa101912e 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: 83ef08c5-b573-41a3-93e3-ac8625be9b1d 2026-07-02 01:41:19.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad8e6e87-ca89-4113-843f-1cff88a5ec69 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] TaaS: Handle Delete Port: 0d4c7660-dfc9-4623-85b4-cdd50ac20114 2026-07-02 01:41:19.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad8e6e87-ca89-4113-843f-1cff88a5ec69 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Tap Mirror: Handle Delete Port: 0d4c7660-dfc9-4623-85b4-cdd50ac20114 [pid: 8|app: 0|req: 606/1159] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/ports/0d4c7660-dfc9-4623-85b4-cdd50ac20114 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1160] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1161] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/ports?device_id=a537e4f9-2f86-4d1a-af0d-3f990c583729 => generated 958 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:19.726 7 INFO neutron.services.segments.plugin [-] Segment 8de0fb57-acce-42fa-9f64-37bd3262f9eb resource provider aggregate not found 2026-07-02 01:41:19.730 7 INFO neutron.services.segments.plugin [-] Segment 8de0fb57-acce-42fa-9f64-37bd3262f9eb resource provider aggregate not found 2026-07-02 01:41:19.747 7 INFO neutron.services.segments.plugin [-] Segment 8de0fb57-acce-42fa-9f64-37bd3262f9eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8de0fb57-acce-42fa-9f64-37bd3262f9eb found for delete ", "request_id": "req-7a70974a-ad7b-4e48-b5f3-8305a9b40c12"}]} 2026-07-02 01:41:19.748 7 INFO neutron.services.segments.plugin [-] Segment 8de0fb57-acce-42fa-9f64-37bd3262f9eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8de0fb57-acce-42fa-9f64-37bd3262f9eb found for delete ", "request_id": "req-a565ed4b-eedb-453c-a48c-651507b967c6"}]} 2026-07-02 01:41:19.766 7 INFO neutron.db.l3_hamode_db [None req-a08934d9-456c-4dd4-94d2-c4eaa101912e 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] HA network 65fc8469-fbcb-407d-891f-74dcdd9f2c5f was deleted as no HA routers are present in tenant 6fa5831222474ded8c04400096ff0b00. [pid: 7|app: 0|req: 554/1162] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/routers/da45e333-b577-47d8-8fcc-fcb9dcd8d4fe => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1163] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/subnets/3acea9bb-43c7-496d-8087-5f3fcff5b201 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:19.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-44f34c11-1b88-4603-94a1-fbeb1d91d30e 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] TaaS: Handle Delete Port: ec70ce5d-483b-46c9-b937-6aac39aac75e 2026-07-02 01:41:19.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44f34c11-1b88-4603-94a1-fbeb1d91d30e 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Tap Mirror: Handle Delete Port: ec70ce5d-483b-46c9-b937-6aac39aac75e [pid: 7|app: 0|req: 556/1164] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/networks/76d0d4f5-a716-4404-ad68-2a01ece4357b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1165] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:20 2026] GET /v2.0/security-groups?tenant_id=8ac78f0e0c38452ea0305647c1c527d5&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:20.407 7 INFO neutron.db.segments_db [None req-227f4779-6530-445f-a23a-8b6241ed2343 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Added segment 83f0dc43-f270-4394-8e34-588ef6d805c3 of type vxlan for network 3dd1a510-33be-4d32-9e1b-323ecc5a58ab [pid: 8|app: 0|req: 609/1166] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:19 2026] PUT /v2.0/routers/a537e4f9-2f86-4d1a-af0d-3f990c583729/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1167] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:41:20 2026] GET /v2.0/ports?tenant_id=54c4da0424ec45a194cee8b69dcaf239&device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:20.666 7 INFO neutron.db.l3_hamode_db [None req-227f4779-6530-445f-a23a-8b6241ed2343 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 611/1168] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:20 2026] DELETE /v2.0/security-groups/eb8613e4-aa24-4180-b253-77b33d82dcc7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:20.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-85d86b02-8b3b-42a0-9527-ddc75e4ebda8 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] TaaS: Handle Delete Port: 0f68646e-7ee7-402f-a343-3def451babe7 2026-07-02 01:41:20.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85d86b02-8b3b-42a0-9527-ddc75e4ebda8 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Tap Mirror: Handle Delete Port: 0f68646e-7ee7-402f-a343-3def451babe7 2026-07-02 01:41:21.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-85d86b02-8b3b-42a0-9527-ddc75e4ebda8 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] TaaS: Handle Delete Port: 5109bb2b-8e82-40dd-808f-80471193ce8c 2026-07-02 01:41:21.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85d86b02-8b3b-42a0-9527-ddc75e4ebda8 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] Tap Mirror: Handle Delete Port: 5109bb2b-8e82-40dd-808f-80471193ce8c 2026-07-02 01:41:21.496 8 INFO neutron.services.segments.plugin [-] Segment 6ba9f50a-3dc5-4359-9f22-c927e7499054 resource provider aggregate not found 2026-07-02 01:41:21.500 8 INFO neutron.services.segments.plugin [-] Segment 6ba9f50a-3dc5-4359-9f22-c927e7499054 resource provider aggregate not found 2026-07-02 01:41:21.520 8 INFO neutron.services.segments.plugin [-] Segment 6ba9f50a-3dc5-4359-9f22-c927e7499054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ba9f50a-3dc5-4359-9f22-c927e7499054 found for delete ", "request_id": "req-392c93e4-d53e-452e-821b-654cf98f3fba"}]} 2026-07-02 01:41:21.522 8 INFO neutron.services.segments.plugin [-] Segment 6ba9f50a-3dc5-4359-9f22-c927e7499054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ba9f50a-3dc5-4359-9f22-c927e7499054 found for delete ", "request_id": "req-8dd6b706-c78d-4507-a94d-6ee2646bc9f4"}]} 2026-07-02 01:41:21.533 8 INFO neutron.db.l3_hamode_db [None req-85d86b02-8b3b-42a0-9527-ddc75e4ebda8 048825e877554aebbcd3acd53bbb67f1 be56ad08d44c49ae910373b206ff1c56 - - default default] HA network 5261d405-9b0a-409e-920c-3f6f0ed84b48 was deleted as no HA routers are present in tenant be56ad08d44c49ae910373b206ff1c56. [pid: 8|app: 0|req: 612/1169] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:20 2026] DELETE /v2.0/routers/a537e4f9-2f86-4d1a-af0d-3f990c583729 => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1170] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:41:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f28b6c49-5591-492f-850c-abdace5c10d1 => 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: 614/1171] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:21 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:21.630 7 INFO neutron.db.l3_hamode_db [None req-227f4779-6530-445f-a23a-8b6241ed2343 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1172] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:21 2026] GET /v2.0/security-groups?tenant_id=92e2f4534dcd4e868505ba63135d844e&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:21.774 7 INFO neutron.services.segments.plugin [-] Segment fe5516f0-3b5c-4fb2-b765-66aa51ced7f0 resource provider aggregate not found 2026-07-02 01:41:21.782 7 INFO neutron.services.segments.plugin [-] Segment fe5516f0-3b5c-4fb2-b765-66aa51ced7f0 resource provider aggregate not found 2026-07-02 01:41:21.805 7 INFO neutron.services.segments.plugin [-] Segment fe5516f0-3b5c-4fb2-b765-66aa51ced7f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5516f0-3b5c-4fb2-b765-66aa51ced7f0 found for delete ", "request_id": "req-388e3ef5-fa22-4d66-87da-297eb920005b"}]} 2026-07-02 01:41:21.808 7 INFO neutron.services.segments.plugin [-] Segment fe5516f0-3b5c-4fb2-b765-66aa51ced7f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5516f0-3b5c-4fb2-b765-66aa51ced7f0 found for delete ", "request_id": "req-a000d113-1b85-4769-a801-7afb0b0022b3"}]} [pid: 8|app: 0|req: 616/1173] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:21 2026] DELETE /v2.0/subnets/c0dddf9f-54a4-4edc-b67f-246e3ec861d2 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1174] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:41:21 2026] GET /v2.0/subnets?id=37e7a932-2b79-4577-9fd6-8a4a655e48d9 => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1175] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:21 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1176] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:21 2026] DELETE /v2.0/security-groups/e9427a31-ece2-4298-abae-aeaf2f479f77 => 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: 620/1177] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:22 2026] DELETE /v2.0/networks/76fa061e-c9e7-4cd0-a499-a4c589d98769 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1178] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:41:22 2026] GET /v2.0/ports?network_id=89a86f76-54e1-4ccb-88b6-d99f744ecd3c&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: 622/1179] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:41:22 2026] GET /v2.0/networks/89a86f76-54e1-4ccb-88b6-d99f744ecd3c?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1180] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:41:22 2026] GET /v2.0/networks/89a86f76-54e1-4ccb-88b6-d99f744ecd3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1181] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:20 2026] POST /v2.0/routers => generated 692 bytes in 2281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1182] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:41:22 2026] GET /v2.0/routers/ac309218-c636-431c-89e4-4d0fe3434de5 => generated 698 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1183] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:22 2026] GET /v2.0/security-groups?tenant_id=be56ad08d44c49ae910373b206ff1c56&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1184] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:41:22 2026] GET /v2.0/routers => generated 701 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1185] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:22 2026] DELETE /v2.0/security-groups/31d772fa-67a9-46bd-a092-4a5fa01cba77 => 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: 561/1186] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:23 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1187] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:23 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1188] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 2 01:41:22 2026] PUT /v2.0/routers/ac309218-c636-431c-89e4-4d0fe3434de5 => generated 705 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1189] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:41:23 2026] GET /v2.0/routers/ac309218-c636-431c-89e4-4d0fe3434de5 => generated 705 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1190] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:23 2026] GET /v2.0/ports?device_id=ac309218-c636-431c-89e4-4d0fe3434de5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:23.555 8 INFO neutron.services.segments.plugin [-] Segment ddd54bcb-42d6-4827-84f5-e53613f0f306 resource provider aggregate not found 2026-07-02 01:41:23.559 8 INFO neutron.services.segments.plugin [-] Segment ddd54bcb-42d6-4827-84f5-e53613f0f306 resource provider aggregate not found 2026-07-02 01:41:23.573 8 INFO neutron.services.segments.plugin [-] Segment ddd54bcb-42d6-4827-84f5-e53613f0f306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddd54bcb-42d6-4827-84f5-e53613f0f306 found for delete ", "request_id": "req-69b46b02-795c-4588-9afc-40ba94a248cb"}]} 2026-07-02 01:41:23.575 8 INFO neutron.services.segments.plugin [-] Segment ddd54bcb-42d6-4827-84f5-e53613f0f306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddd54bcb-42d6-4827-84f5-e53613f0f306 found for delete ", "request_id": "req-17c5f095-ad66-4d9a-9f40-8b9903dd6276"}]} 2026-07-02 01:41:23.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-29524e5b-824d-41ea-a3e9-037d65824cc2 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: 1e3bc9a4-269a-4d23-8483-ed9c4189e491 2026-07-02 01:41:23.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29524e5b-824d-41ea-a3e9-037d65824cc2 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: 1e3bc9a4-269a-4d23-8483-ed9c4189e491 2026-07-02 01:41:23.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-29524e5b-824d-41ea-a3e9-037d65824cc2 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] TaaS: Handle Delete Port: 31f3a253-8c44-4a69-b262-0cbc051ea1ca 2026-07-02 01:41:23.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29524e5b-824d-41ea-a3e9-037d65824cc2 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] Tap Mirror: Handle Delete Port: 31f3a253-8c44-4a69-b262-0cbc051ea1ca [pid: 8|app: 0|req: 628/1191] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:24 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1192] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:24 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:24.412 7 INFO neutron.services.segments.plugin [-] Segment 83f0dc43-f270-4394-8e34-588ef6d805c3 resource provider aggregate not found 2026-07-02 01:41:24.424 7 INFO neutron.services.segments.plugin [-] Segment 83f0dc43-f270-4394-8e34-588ef6d805c3 resource provider aggregate not found 2026-07-02 01:41:24.441 7 INFO neutron.services.segments.plugin [-] Segment 83f0dc43-f270-4394-8e34-588ef6d805c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f0dc43-f270-4394-8e34-588ef6d805c3 found for delete ", "request_id": "req-4840b5df-5637-43c5-8477-fc57cdf0c820"}]} 2026-07-02 01:41:24.445 7 INFO neutron.services.segments.plugin [-] Segment 83f0dc43-f270-4394-8e34-588ef6d805c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f0dc43-f270-4394-8e34-588ef6d805c3 found for delete ", "request_id": "req-5ff4bd9e-3799-4b35-8d6e-8404e5b57539"}]} 2026-07-02 01:41:24.463 7 INFO neutron.db.l3_hamode_db [None req-29524e5b-824d-41ea-a3e9-037d65824cc2 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] HA network 3dd1a510-33be-4d32-9e1b-323ecc5a58ab was deleted as no HA routers are present in tenant 6fa5831222474ded8c04400096ff0b00. [pid: 7|app: 0|req: 564/1193] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:23 2026] DELETE /v2.0/routers/ac309218-c636-431c-89e4-4d0fe3434de5 => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1194] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:24 2026] GET /v2.0/ports?device_id=ac309218-c636-431c-89e4-4d0fe3434de5 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:24.539 7 INFO neutron.api.v2.resource [None req-1a96e0bd-a263-4f07-b126-733645991b10 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1195] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/routers/ac309218-c636-431c-89e4-4d0fe3434de5 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1196] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:24 2026] GET /v2.0/ports?device_id=da45e333-b577-47d8-8fcc-fcb9dcd8d4fe => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:24.597 7 INFO neutron.api.v2.resource [None req-4e093b6f-601d-4263-83ce-1929e189b061 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1197] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/routers/da45e333-b577-47d8-8fcc-fcb9dcd8d4fe => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:24.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ea48be7-c7f7-41b7-8dcd-7301ceea900b 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 632/1198] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/subnets/3acea9bb-43c7-496d-8087-5f3fcff5b201 => 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: 567/1199] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:24 2026] GET /v2.0/ports?device_id=4f04c39b-4972-4976-8def-1f4dfaa4cc6b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:24.677 8 INFO neutron.api.v2.resource [None req-156e1f23-f459-42a8-b11b-3d4147349db2 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 633/1200] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/routers/4f04c39b-4972-4976-8def-1f4dfaa4cc6b => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:24.701 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ef431ab-4453-406f-84c5-a24d201b8fd2 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1201] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/subnets/73068957-cd4a-45cd-9e34-4a70274b426b => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1202] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:24 2026] GET /v2.0/ports?device_id=a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:24.767 8 INFO neutron.api.v2.resource [None req-d6def3a5-3b43-4dd5-b6b7-688bb6160c8a 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 635/1203] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/routers/a3e528fc-f3c8-4d7b-8f7d-6b9715e40e39 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:24.795 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3cffac9-ada1-43d6-b411-0da86f68f233 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1204] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/subnets/2aafa99f-2bc0-40b5-9e1f-e222dabe2320 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:24.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a63fdb5f-0e6b-4ba8-b293-ba11535c0cfb 3798dd7baeb64647a6e5d7912996184d 6fa5831222474ded8c04400096ff0b00 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 637/1205] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/subnets/02bfb58e-213f-4271-b4df-301365a109e3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:25.102 7 INFO neutron.db.segments_db [None req-893d701a-145c-46e3-8ea9-45bc92632642 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] Added segment 0430c797-e032-410c-9b83-f7a492d397b5 of type vxlan for network 4380eedb-b848-4ae9-a2a9-e3a7a2a9e5b9 [pid: 7|app: 0|req: 569/1206] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:24 2026] POST /v2.0/networks => generated 648 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1207] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/security-groups?tenant_id=6fa5831222474ded8c04400096ff0b00&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1208] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:25 2026] POST /v2.0/ports => generated 778 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 571/1209] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:25.625 7 INFO neutron.db.segments_db [None req-416d4f87-f892-44ae-9926-4a68ecaa9da2 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] Added segment af3f23cc-bf61-4978-a368-b7641383ad5b of type vxlan for network 34e4f787-c512-4d83-9218-643060cb792d [pid: 8|app: 0|req: 639/1210] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:25 2026] DELETE /v2.0/security-groups/439322a0-1641-4357-9de4-7b35c1cfb61f => 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: 640/1211] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1212] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:25 2026] POST /v2.0/networks => generated 636 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1213] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:25 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1214] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:26 2026] POST /v2.0/ports => generated 965 bytes in 508 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: 642/1215] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:26 2026] GET /v2.0/security-groups?tenant_id=7cea6b283e4e484c9921ec8c48384998&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:26.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-12e1e4c1-e271-4df0-978d-2cded635ff4f a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] TaaS: Handle Delete Port: 1930db53-1c01-46f9-9059-d0b7e6454f2c 2026-07-02 01:41:26.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12e1e4c1-e271-4df0-978d-2cded635ff4f a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] Tap Mirror: Handle Delete Port: 1930db53-1c01-46f9-9059-d0b7e6454f2c [pid: 8|app: 0|req: 643/1216] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:26 2026] DELETE /v2.0/security-groups/0bc4089f-7019-4595-b14e-ae1a05aabfce => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1217] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:26 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => 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: 645/1218] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:26 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&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: 574/1219] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:26 2026] DELETE /v2.0/ports/1930db53-1c01-46f9-9059-d0b7e6454f2c => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:26.960 8 INFO neutron.pecan_wsgi.hooks.translation [None req-adc58b0e-86c8-4451-ba58-a66ed3ae85c6 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1220] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:26 2026] DELETE /v2.0/ports/1930db53-1c01-46f9-9059-d0b7e6454f2c => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:26.989 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e49480a-b56e-4671-b88a-c6eb0b3ba03e a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1221] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:26 2026] GET /v2.0/ports/1930db53-1c01-46f9-9059-d0b7e6454f2c => 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: 647/1222] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:26 2026] GET /v2.0/security-groups?tenant_id=e68b0796356d4d2ca30ae58723577461&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1223] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:26 2026] DELETE /v2.0/subnets/97658fb1-21db-4e99-a7c8-f8d6819f4b84 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1224] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:27 2026] DELETE /v2.0/security-groups/5823ed75-67fb-4128-b759-b73b2c1fba3f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:27.311 7 INFO neutron.services.segments.plugin [-] Segment af3f23cc-bf61-4978-a368-b7641383ad5b resource provider aggregate not found 2026-07-02 01:41:27.322 7 INFO neutron.services.segments.plugin [-] Segment af3f23cc-bf61-4978-a368-b7641383ad5b resource provider aggregate not found 2026-07-02 01:41:27.339 7 INFO neutron.services.segments.plugin [-] Segment af3f23cc-bf61-4978-a368-b7641383ad5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3f23cc-bf61-4978-a368-b7641383ad5b found for delete ", "request_id": "req-7b09e758-6b14-46b9-98d1-5355e461562e"}]} 2026-07-02 01:41:27.354 7 INFO neutron.services.segments.plugin [-] Segment af3f23cc-bf61-4978-a368-b7641383ad5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3f23cc-bf61-4978-a368-b7641383ad5b found for delete ", "request_id": "req-8450c5c7-e7a2-45a9-9abd-6fe407b8f791"}]} [pid: 7|app: 0|req: 577/1225] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:27 2026] DELETE /v2.0/networks/34e4f787-c512-4d83-9218-643060cb792d => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:27.451 8 INFO neutron.db.segments_db [None req-6d69bc83-441b-4208-8127-289bbcad8077 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] Added segment c77b8ec3-106e-4a8c-8315-9754e6cd8a31 of type vxlan for network 7c5cecbb-34d6-497d-a7df-de4312d464c6 [pid: 8|app: 0|req: 649/1226] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:27 2026] POST /v2.0/networks => generated 636 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1227] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:27 2026] POST /v2.0/subnets => generated 646 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1228] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:27 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => 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: 580/1229] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:28 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&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: 581/1230] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:28 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1231] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:27 2026] POST /v2.0/ports => generated 924 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:28.672 8 INFO neutron.db.l3_db [None req-f71b1260-8783-4479-9c31-329538561e24 69d3162f1db947d6a6b256a3d5d33c61 54c4da0424ec45a194cee8b69dcaf239 - - default default] Floating IP 7fe65204-2075-4892-9d65-f417dbc5b975 associated. External IP: 10.96.250.208, port: f28b6c49-5591-492f-850c-abdace5c10d1. [pid: 7|app: 0|req: 582/1232] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:41:28 2026] POST /v2.0/security-groups => generated 1623 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:41:28.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3a6fc87-bf64-49a6-a619-fe605fa14334 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] TaaS: Handle Delete Port: 7d9d27b8-4765-43ae-9cbb-24b308bf8882 2026-07-02 01:41:28.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3a6fc87-bf64-49a6-a619-fe605fa14334 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] Tap Mirror: Handle Delete Port: 7d9d27b8-4765-43ae-9cbb-24b308bf8882 [pid: 7|app: 0|req: 583/1233] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:28 2026] DELETE /v2.0/ports/7d9d27b8-4765-43ae-9cbb-24b308bf8882 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1234] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:41:28 2026] GET /v2.0/security-groups => generated 4528 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:28.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6baab55-ddfc-44fd-ae60-0fa7b1569239 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1235] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:28 2026] GET /v2.0/ports/7d9d27b8-4765-43ae-9cbb-24b308bf8882 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1236] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 2 01:41:28 2026] PUT /v2.0/security-groups/b639a8e3-cf17-4cc7-a6e5-65e3774ae74d => generated 1663 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1237] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:29 2026] DELETE /v2.0/subnets/c0cea724-c502-4b4f-b751-0a2b528e4b8f => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1238] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:41:29 2026] GET /v2.0/security-groups/b639a8e3-cf17-4cc7-a6e5-65e3774ae74d => generated 1663 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:29.424 7 INFO neutron.services.segments.plugin [-] Segment c77b8ec3-106e-4a8c-8315-9754e6cd8a31 resource provider aggregate not found 2026-07-02 01:41:29.433 7 INFO neutron.services.segments.plugin [-] Segment c77b8ec3-106e-4a8c-8315-9754e6cd8a31 resource provider aggregate not found 2026-07-02 01:41:29.443 7 INFO neutron.services.segments.plugin [-] Segment c77b8ec3-106e-4a8c-8315-9754e6cd8a31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c77b8ec3-106e-4a8c-8315-9754e6cd8a31 found for delete ", "request_id": "req-58c4c0cc-1c81-43c6-a373-d3e24e280978"}]} 2026-07-02 01:41:29.456 7 INFO neutron.services.segments.plugin [-] Segment c77b8ec3-106e-4a8c-8315-9754e6cd8a31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c77b8ec3-106e-4a8c-8315-9754e6cd8a31 found for delete ", "request_id": "req-8f740c6b-84fc-4e6a-898b-e9d78f54ac04"}]} [pid: 7|app: 0|req: 589/1239] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:29 2026] DELETE /v2.0/networks/7c5cecbb-34d6-497d-a7df-de4312d464c6 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1240] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:29 2026] DELETE /v2.0/security-groups/b639a8e3-cf17-4cc7-a6e5-65e3774ae74d => 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: 651/1241] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:41:28 2026] PUT /v2.0/floatingips/7fe65204-2075-4892-9d65-f417dbc5b975 => generated 855 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:29.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac95c55a-a0dd-4b36-86cb-d4b597dc2dc5'] response: {'name': 'network-changed', 'server_uuid': '48536c74-46af-4065-bd29-80dcf177e6d6', 'tag': 'f28b6c49-5591-492f-850c-abdace5c10d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 654/1244] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:41:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:29.786 8 INFO neutron.api.v2.resource [None req-a4214a18-f00f-47fc-925d-27caf742f331 7a7dd7ddba704713bc7b73ad07b51ec4 bf00de81296e4cb5aa389e84e06c1c57 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1245] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:29 2026] DELETE /v2.0/security-groups/b639a8e3-cf17-4cc7-a6e5-65e3774ae74d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1246] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:29 2026] POST /v2.0/ports => generated 778 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 656/1247] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:29 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 971 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1248] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:41:29 2026] POST /v2.0/security-groups => generated 1625 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1249] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1250] 10.0.0.197 () {34 vars in 737 bytes} [Thu Jul 2 01:41:29 2026] PUT /v2.0/ports/029033b3-b251-4728-af2f-f9a28ba38ff6 => generated 752 bytes in 219 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: 658/1251] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:41:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1252] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/security-groups?tenant_id=1deba21a488b498a87ae6eda6f35b9b5&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:30.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-e95bbd3a-5c6d-493e-8fc0-be0367e235ae a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] TaaS: Handle Delete Port: 029033b3-b251-4728-af2f-f9a28ba38ff6 2026-07-02 01:41:30.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e95bbd3a-5c6d-493e-8fc0-be0367e235ae a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] Tap Mirror: Handle Delete Port: 029033b3-b251-4728-af2f-f9a28ba38ff6 [pid: 7|app: 0|req: 595/1253] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports?tenant_id=54c4da0424ec45a194cee8b69dcaf239&device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1254] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1255] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:30 2026] DELETE /v2.0/ports/029033b3-b251-4728-af2f-f9a28ba38ff6 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1256] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/security-group-rules/88e8dc12-cfe5-4ba1-9a0d-b724b3ac0ae4 => generated 601 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1257] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/networks?id=89a86f76-54e1-4ccb-88b6-d99f744ecd3c => generated 775 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1258] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:30 2026] DELETE /v2.0/security-groups/f290c921-b32e-4a2d-a24c-4f56411838eb => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1259] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1260] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports => generated 781 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1261] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:30.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62c5a6ba-969e-461f-9fd2-1159aed27aec a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1262] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports/029033b3-b251-4728-af2f-f9a28ba38ff6 => 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: 662/1263] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f28b6c49-5591-492f-850c-abdace5c10d1 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1264] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports => generated 781 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1265] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:41:30 2026] DELETE /v2.0/security-group-rules/88e8dc12-cfe5-4ba1-9a0d-b724b3ac0ae4 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1266] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/subnets?id=37e7a932-2b79-4577-9fd6-8a4a655e48d9 => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1267] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports/4b47a529-26c4-4710-a0fa-29243742d073 => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1268] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports?network_id=89a86f76-54e1-4ccb-88b6-d99f744ecd3c&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:30.878 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f65a0f7f-6127-441d-a792-041ea29aabac a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 605/1269] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:30 2026] DELETE /v2.0/ports/7d9d27b8-4765-43ae-9cbb-24b308bf8882 => 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: 665/1270] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:41:30 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) 2026-07-02 01:41:30.900 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0cf1e5bc-cac0-4164-8f62-e30ea3f6c5f0 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1271] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:30 2026] DELETE /v2.0/subnets/c0cea724-c502-4b4f-b751-0a2b528e4b8f => 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: 606/1272] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/networks/89a86f76-54e1-4ccb-88b6-d99f744ecd3c?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:30.988 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24b058e7-8c5d-4d28-a4bd-8e7ba55c5a3b a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1273] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:30 2026] DELETE /v2.0/subnets/97658fb1-21db-4e99-a7c8-f8d6819f4b84 => generated 136 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1274] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/networks/89a86f76-54e1-4ccb-88b6-d99f744ecd3c?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: 667/1275] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:41:30 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: 668/1276] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-group-rules/39406161-f68f-4878-aec4-e7920ce7fd43 => generated 601 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1277] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:31.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8cf60c3-5d77-461c-99ee-d317263b1691 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] TaaS: Handle Delete Port: 4b47a529-26c4-4710-a0fa-29243742d073 2026-07-02 01:41:31.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8cf60c3-5d77-461c-99ee-d317263b1691 a548f923b5174ee3aec0496362cc8857 8f9e7dfe81984fe593edba43d305ff7e - - default default] Tap Mirror: Handle Delete Port: 4b47a529-26c4-4710-a0fa-29243742d073 [pid: 8|app: 0|req: 670/1278] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:41:31 2026] DELETE /v2.0/security-group-rules/39406161-f68f-4878-aec4-e7920ce7fd43 => 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: 609/1279] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:31 2026] DELETE /v2.0/ports/4b47a529-26c4-4710-a0fa-29243742d073 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1280] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:31.439 8 INFO neutron.db.securitygroups_db [None req-16da7f14-038a-4ce4-bf88-fa920529f177 7a7dd7ddba704713bc7b73ad07b51ec4 bf00de81296e4cb5aa389e84e06c1c57 - - default default] Project bf00de81296e4cb5aa389e84e06c1c57 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-02 01:41:31.513 7 INFO neutron.services.segments.plugin [-] Segment 0430c797-e032-410c-9b83-f7a492d397b5 resource provider aggregate not found 2026-07-02 01:41:31.526 7 INFO neutron.services.segments.plugin [-] Segment 0430c797-e032-410c-9b83-f7a492d397b5 resource provider aggregate not found 2026-07-02 01:41:31.533 7 INFO neutron.services.segments.plugin [-] Segment 0430c797-e032-410c-9b83-f7a492d397b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0430c797-e032-410c-9b83-f7a492d397b5 found for delete ", "request_id": "req-8c7944e4-03f0-4780-8e7e-629294de16b8"}]} [pid: 8|app: 0|req: 672/1281] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:41:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:31.548 7 INFO neutron.services.segments.plugin [-] Segment 0430c797-e032-410c-9b83-f7a492d397b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0430c797-e032-410c-9b83-f7a492d397b5 found for delete ", "request_id": "req-a56fb064-dfcc-41c6-bbf4-cbd232785b69"}]} [pid: 7|app: 0|req: 610/1282] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:31 2026] DELETE /v2.0/networks/4380eedb-b848-4ae9-a2a9-e3a7a2a9e5b9 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1283] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-group-rules/f01b3288-8c14-4ed8-8417-ac393fd0995f => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1284] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1285] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1286] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:41:31 2026] DELETE /v2.0/security-group-rules/f01b3288-8c14-4ed8-8417-ac393fd0995f => 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: 675/1287] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1288] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1289] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:31 2026] DELETE /v2.0/security-groups/6c9b3c0e-33a9-411d-a7f1-21fb64dd3ece => 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: 614/1290] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1291] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:41:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1292] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/security-groups?tenant_id=8f9e7dfe81984fe593edba43d305ff7e&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1293] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:32 2026] DELETE /v2.0/security-groups/16949532-4288-4f0c-94f9-c5340717421f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1294] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/security-groups?tenant_id=bf00de81296e4cb5aa389e84e06c1c57&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1295] 10.0.0.197 () {32 vars in 653 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions => generated 21537 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1296] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:32 2026] DELETE /v2.0/security-groups/5f732f80-edda-401a-b8e6-3a74bce03a90 => 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: 680/1297] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1298] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1299] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1300] 10.0.0.197 () {32 vars in 665 bytes} [Thu Jul 2 01:41:32 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: 683/1301] 10.0.0.197 () {32 vars in 699 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1302] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1303] 10.0.0.197 () {32 vars in 697 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1304] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/security-groups?id=dfaaa474-a825-4df1-bfd3-659ca60fa560&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1305] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1306] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1307] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => 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: 623/1308] 10.0.0.197 () {32 vars in 703 bytes} [Thu Jul 2 01:41:32 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: 624/1309] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 2 01:41:32 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1310] 10.0.0.197 () {32 vars in 695 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1311] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1312] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1313] 10.0.0.197 () {32 vars in 661 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/dvr => 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: 629/1314] 10.0.0.197 () {32 vars in 699 bytes} [Thu Jul 2 01:41:33 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: 630/1315] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 2 01:41:33 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: 7|app: 0|req: 631/1316] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1317] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1318] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1319] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:33.110 8 INFO neutron_taas.services.taas.taas_plugin [req-d2c9f4bb-a114-4268-9e6d-bac69b574a40 req-5b2f92e0-efae-4adf-807e-8bd0cd5c6f72 69d3162f1db947d6a6b256a3d5d33c61 54c4da0424ec45a194cee8b69dcaf239 - - default default] TaaS: Handle Delete Port: f28b6c49-5591-492f-850c-abdace5c10d1 2026-07-02 01:41:33.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d2c9f4bb-a114-4268-9e6d-bac69b574a40 req-5b2f92e0-efae-4adf-807e-8bd0cd5c6f72 69d3162f1db947d6a6b256a3d5d33c61 54c4da0424ec45a194cee8b69dcaf239 - - default default] Tap Mirror: Handle Delete Port: f28b6c49-5591-492f-850c-abdace5c10d1 [pid: 7|app: 0|req: 635/1320] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1321] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1322] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1323] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1324] 10.0.0.197 () {32 vars in 699 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1325] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1326] 10.0.0.197 () {32 vars in 667 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1327] 10.0.0.197 () {32 vars in 677 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1328] 10.0.0.197 () {32 vars in 665 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/l3-ha => 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: 644/1329] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1330] 10.0.0.197 () {32 vars in 713 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1331] 10.0.0.197 () {32 vars in 691 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1332] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1333] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1334] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1335] 10.0.0.197 () {32 vars in 705 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1336] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1337] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1338] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1339] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1340] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1341] 10.0.0.197 () {32 vars in 709 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1342] 10.0.0.197 () {32 vars in 705 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1343] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:33.347 8 INFO neutron.db.l3_db [req-d2c9f4bb-a114-4268-9e6d-bac69b574a40 req-5b2f92e0-efae-4adf-807e-8bd0cd5c6f72 69d3162f1db947d6a6b256a3d5d33c61 54c4da0424ec45a194cee8b69dcaf239 - - default default] Floating IP 7fe65204-2075-4892-9d65-f417dbc5b975 disassociated. External IP: 10.96.250.208, port: f28b6c49-5591-492f-850c-abdace5c10d1. [pid: 7|app: 0|req: 659/1344] 10.0.0.197 () {32 vars in 697 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1345] 10.0.0.197 () {32 vars in 711 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1346] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1347] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1348] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 2 01:41:33 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: 7|app: 0|req: 664/1349] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 2 01:41:33 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: 665/1350] 10.0.0.197 () {32 vars in 671 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1351] 10.0.0.197 () {32 vars in 661 bytes} [Thu Jul 2 01:41:33 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: 667/1352] 10.0.0.197 () {32 vars in 699 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1353] 10.0.0.197 () {32 vars in 699 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1354] 10.0.0.197 () {32 vars in 677 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1355] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1356] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1357] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1358] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1359] 10.0.0.197 () {32 vars in 707 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1360] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1361] 10.0.0.197 () {32 vars in 697 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1362] 10.0.0.197 () {32 vars in 695 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1363] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1364] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1365] 10.0.0.197 () {32 vars in 705 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1366] 10.0.0.197 () {32 vars in 667 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1367] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1368] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1369] 10.0.0.197 () {32 vars in 691 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/rbac-address-group => 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: 685/1370] 10.0.0.197 () {32 vars in 691 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1371] 10.0.0.197 () {32 vars in 695 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1372] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1373] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1374] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1375] 10.0.0.197 () {32 vars in 703 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1376] 10.0.0.197 () {32 vars in 713 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1377] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1378] 10.0.0.197 () {32 vars in 715 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1379] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:41:33 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: 695/1380] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1381] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1382] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1383] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1384] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:41:33 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: 7|app: 0|req: 700/1385] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 2 01:41:33 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: 701/1386] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1387] 10.0.0.197 () {32 vars in 697 bytes} [Thu Jul 2 01:41:33 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: 703/1388] 10.0.0.197 () {32 vars in 705 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1389] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 2 01:41:33 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: 705/1390] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1391] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:41:32 2026] DELETE /v2.0/ports/f28b6c49-5591-492f-850c-abdace5c10d1 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1392] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1393] 10.0.0.197 () {32 vars in 705 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1394] 10.0.0.197 () {32 vars in 695 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1395] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:33.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1384de30-e659-485f-8c65-02c2a396fd80'] response: {'server_uuid': '48536c74-46af-4065-bd29-80dcf177e6d6', 'name': 'network-vif-deleted', 'tag': 'f28b6c49-5591-492f-850c-abdace5c10d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 708/1396] 10.0.0.197 () {32 vars in 697 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1397] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1398] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1399] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1400] 10.0.0.197 () {32 vars in 665 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1401] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1402] 10.0.0.197 () {32 vars in 677 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1403] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 2 01:41:33 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: 7|app: 0|req: 712/1404] 10.0.0.197 () {32 vars in 677 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1405] 10.0.0.197 () {32 vars in 667 bytes} [Thu Jul 2 01:41:33 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: 7|app: 0|req: 713/1406] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1407] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1408] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 2 01:41:33 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1409] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:34 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1410] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:41:34 2026] POST /v2.0/subnetpools => generated 548 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1411] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:41:34 2026] GET /v2.0/subnetpools/4d610675-f24c-4b1d-a1e1-1ebf89a53001 => generated 548 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1412] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:34 2026] GET /v2.0/security-groups?tenant_id=4e09bfcac0f44ac79954916cff4bdc54&name=default => generated 2925 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1413] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:41:34 2026] PUT /v2.0/subnetpools/4d610675-f24c-4b1d-a1e1-1ebf89a53001 => generated 500 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1414] 10.0.0.197 () {32 vars in 623 bytes} [Thu Jul 2 01:41:34 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1415] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:41:34 2026] DELETE /v2.0/subnetpools/4d610675-f24c-4b1d-a1e1-1ebf89a53001 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1416] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:34 2026] DELETE /v2.0/security-groups/df02c7f1-3e55-4398-8766-821bff83fc23 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:34.963 7 INFO neutron.api.v2.resource [None req-f56bcbeb-5bb3-40ca-a9db-c26321e58de1 20f6df1bcb8444b78c59be3c9cc6e815 f1407dcf099744bcbb73af4e8c04eefc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1417] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:41:34 2026] GET /v2.0/subnetpools/4d610675-f24c-4b1d-a1e1-1ebf89a53001 => 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: 701/1418] 10.0.0.197 () {32 vars in 633 bytes} [Thu Jul 2 01:41:34 2026] GET /v2.0/ => generated 632 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:34.979 7 INFO neutron.api.v2.resource [None req-0d1b0d8e-e7e2-4793-b5ac-3ddf7bf652d0 20f6df1bcb8444b78c59be3c9cc6e815 f1407dcf099744bcbb73af4e8c04eefc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1419] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:41:34 2026] DELETE /v2.0/subnetpools/4d610675-f24c-4b1d-a1e1-1ebf89a53001 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1420] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:35 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => 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: 719/1421] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:35 2026] GET /v2.0/security-groups?tenant_id=1e2029bd48e34f10aef7eda9b9d8148c&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1422] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:35 2026] GET /v2.0/security-groups?tenant_id=f1407dcf099744bcbb73af4e8c04eefc&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1423] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:35 2026] DELETE /v2.0/security-groups/ca46126f-a4c6-48e5-9401-f0de5a019cd8 => 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: 704/1424] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:35 2026] DELETE /v2.0/security-groups/f1f709b1-8e85-4b96-a71e-25cd5eea46ab => 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: 721/1425] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:37.149 8 INFO neutron.db.segments_db [None req-cc9a16b3-547b-4c26-8ee6-2511752b13c7 eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Added segment ca4a5ebc-406a-4c9e-90e6-2c642267d3bb of type vxlan for network 3e182538-d513-4a88-bc2e-98c79475675b 2026-07-02 01:41:37.215 8 INFO neutron.db.segments_db [None req-cc9a16b3-547b-4c26-8ee6-2511752b13c7 eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Added segment 9c796745-1b9b-4ed4-85f9-c3308978086a of type vxlan for network bd8e3e2d-c1b6-4652-8702-0235d6e75671 [pid: 8|app: 0|req: 705/1426] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:36 2026] POST /v2.0/networks => generated 1245 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1427] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:41:37 2026] GET /v2.0/ports?device_id=48536c74-46af-4065-bd29-80dcf177e6d6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1428] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:41:37 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:37.550 7 INFO neutron.services.segments.plugin [-] Segment ca4a5ebc-406a-4c9e-90e6-2c642267d3bb resource provider aggregate not found 2026-07-02 01:41:37.553 7 INFO neutron.services.segments.plugin [-] Segment ca4a5ebc-406a-4c9e-90e6-2c642267d3bb resource provider aggregate not found 2026-07-02 01:41:37.568 7 INFO neutron.services.segments.plugin [-] Segment ca4a5ebc-406a-4c9e-90e6-2c642267d3bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca4a5ebc-406a-4c9e-90e6-2c642267d3bb found for delete ", "request_id": "req-230d715d-cbb2-42ee-a201-327f40f01814"}]} 2026-07-02 01:41:37.573 7 INFO neutron.services.segments.plugin [-] Segment ca4a5ebc-406a-4c9e-90e6-2c642267d3bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca4a5ebc-406a-4c9e-90e6-2c642267d3bb found for delete ", "request_id": "req-2dafa271-ae01-47ec-aa0a-dca87f5472e6"}]} [pid: 7|app: 0|req: 723/1429] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:37 2026] DELETE /v2.0/networks/3e182538-d513-4a88-bc2e-98c79475675b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:37.729 8 INFO neutron.services.segments.plugin [-] Segment 9c796745-1b9b-4ed4-85f9-c3308978086a resource provider aggregate not found 2026-07-02 01:41:37.739 8 INFO neutron.services.segments.plugin [-] Segment 9c796745-1b9b-4ed4-85f9-c3308978086a resource provider aggregate not found 2026-07-02 01:41:37.757 8 INFO neutron.services.segments.plugin [-] Segment 9c796745-1b9b-4ed4-85f9-c3308978086a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c796745-1b9b-4ed4-85f9-c3308978086a found for delete ", "request_id": "req-34153e2d-4d0b-43cd-aaa9-5aef9ac5c9e3"}]} 2026-07-02 01:41:37.757 8 INFO neutron.services.segments.plugin [-] Segment 9c796745-1b9b-4ed4-85f9-c3308978086a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c796745-1b9b-4ed4-85f9-c3308978086a found for delete ", "request_id": "req-286e09f1-52e5-426b-bb1d-073a9d358181"}]} [pid: 8|app: 0|req: 707/1430] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:37 2026] DELETE /v2.0/networks/bd8e3e2d-c1b6-4652-8702-0235d6e75671 => 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: 724/1431] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:41:37 2026] GET /v2.0/networks => generated 651 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:37.931 8 INFO neutron.db.segments_db [None req-9ded27dd-9864-4833-8e7d-593c879150fb eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Added segment c6edc6f2-f628-4e7d-80fe-b6b88802401e of type vxlan for network c6a3ac19-0f0d-461e-8507-627d639da36e [pid: 8|app: 0|req: 708/1432] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:37 2026] POST /v2.0/networks => generated 650 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:38.133 7 INFO neutron.db.segments_db [None req-b8cc0712-432c-4dbc-8785-c9c2e0f8c899 eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Added segment 2f2743a7-c14a-409d-a3f1-6da980c46640 of type vxlan for network 2e584115-2b43-4086-b2b5-ccb82f6f8607 [pid: 7|app: 0|req: 725/1433] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:38 2026] POST /v2.0/networks => generated 650 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1434] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:38 2026] DELETE /v2.0/security-groups/dfaaa474-a825-4df1-bfd3-659ca60fa560 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:38.569 7 INFO neutron.api.v2.resource [None req-c95cee28-67a1-42a7-9d9d-882804d95a45 69d3162f1db947d6a6b256a3d5d33c61 54c4da0424ec45a194cee8b69dcaf239 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1435] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:41:38 2026] GET /v2.0/security-groups/dfaaa474-a825-4df1-bfd3-659ca60fa560 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:38.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-56fd1beb-5da7-4c0f-bd88-0ac4a1e6cfe1 69d3162f1db947d6a6b256a3d5d33c61 54c4da0424ec45a194cee8b69dcaf239 - - default default] TaaS: Handle Delete Port: 3bd10686-0eec-4d4a-9a5f-70d2cd03f7a2 2026-07-02 01:41:38.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56fd1beb-5da7-4c0f-bd88-0ac4a1e6cfe1 69d3162f1db947d6a6b256a3d5d33c61 54c4da0424ec45a194cee8b69dcaf239 - - default default] Tap Mirror: Handle Delete Port: 3bd10686-0eec-4d4a-9a5f-70d2cd03f7a2 [pid: 7|app: 0|req: 728/1436] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:41:38 2026] DELETE /v2.0/floatingips/7fe65204-2075-4892-9d65-f417dbc5b975 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1437] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:38 2026] POST /v2.0/ports => generated 1505 bytes in 785 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: 710/1438] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:41:39 2026] GET /v2.0/ports => generated 1505 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:39.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-05018e9b-c8e2-4935-b74c-52e96d28042f eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] TaaS: Handle Delete Port: bbd3eb52-7757-4166-9031-73669d7b36e0 2026-07-02 01:41:39.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05018e9b-c8e2-4935-b74c-52e96d28042f eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Tap Mirror: Handle Delete Port: bbd3eb52-7757-4166-9031-73669d7b36e0 2026-07-02 01:41:39.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-32868fc6-7ee4-47ee-b252-8e81fb444aaa 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: eabe6bbf-e517-49a2-bea0-dad9bc1e18b2 2026-07-02 01:41:39.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32868fc6-7ee4-47ee-b252-8e81fb444aaa 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: eabe6bbf-e517-49a2-bea0-dad9bc1e18b2 [pid: 8|app: 0|req: 711/1439] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:39 2026] DELETE /v2.0/ports/bbd3eb52-7757-4166-9031-73669d7b36e0 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:39.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-978c7968-b38f-4d8c-a549-426f8bae83e1 eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] TaaS: Handle Delete Port: 6b7d920f-3a4e-41cd-85b2-1030bbff5570 2026-07-02 01:41:39.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978c7968-b38f-4d8c-a549-426f8bae83e1 eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Tap Mirror: Handle Delete Port: 6b7d920f-3a4e-41cd-85b2-1030bbff5570 [pid: 8|app: 0|req: 712/1440] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:41:39 2026] DELETE /v2.0/ports/6b7d920f-3a4e-41cd-85b2-1030bbff5570 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1441] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:41:39 2026] GET /v2.0/ports => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:39.712 8 INFO neutron.db.segments_db [None req-38f2b36c-223e-4f06-a7af-4a4cd3fe57d1 eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Added segment d609ace5-b8f8-42f4-87b4-c48bae1cd344 of type vxlan for network f14ee8c0-014c-45ce-9d75-84fa132875d9 [pid: 8|app: 0|req: 714/1442] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:39 2026] POST /v2.0/networks => generated 649 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:39.871 8 INFO neutron.db.segments_db [None req-9895c42c-26ec-4232-967b-5f02bcf6152c eac56442c675408dbeeec9e5a761e6d8 90893481b2484e828018adc728df9f64 - - default default] Added segment 796e362d-0c41-4cda-baa0-fecaafddbb4b of type vxlan for network 5fd0b06e-f7e5-4cb1-af51-b52a8e70ad0d [pid: 8|app: 0|req: 715/1443] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:39 2026] POST /v2.0/networks => generated 650 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1444] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:39 2026] GET /v2.0/security-groups?tenant_id=ab4db1bd9e7743cd850801c5eb297ff4&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1445] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:38 2026] PUT /v2.0/routers/57efe3a1-b9fe-44ec-8aa5-cf7564df5221/remove_router_interface => generated 309 bytes in 1800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1446] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:40 2026] POST /v2.0/subnets => generated 1274 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1447] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:40 2026] DELETE /v2.0/security-groups/e21f1c39-7237-49e8-851c-f9781704e061 => 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: 730/1448] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:40 2026] GET /v2.0/security-groups?tenant_id=41d2ea161062451b8043fc5dbbc67249&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1449] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:41:40 2026] GET /v2.0/subnets => generated 1910 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1450] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:40 2026] DELETE /v2.0/security-groups/0c00347c-8ed6-49bc-89fc-44e63ee1ae4d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:41.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fa0c3e8-d64b-4119-9557-0305a622cd34 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: c5c1a684-5319-4047-8854-343c1ee1668d 2026-07-02 01:41:41.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fa0c3e8-d64b-4119-9557-0305a622cd34 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: c5c1a684-5319-4047-8854-343c1ee1668d [pid: 7|app: 0|req: 733/1451] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/subnets/84f3cec5-b4e7-4029-ab0c-6c40d1d21709 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1452] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/subnets/37cf666e-4eb2-452f-a586-d367f5cdd7a0 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:41.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fa0c3e8-d64b-4119-9557-0305a622cd34 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: ae741da3-2a18-4609-9140-acff7f05b1e6 2026-07-02 01:41:41.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fa0c3e8-d64b-4119-9557-0305a622cd34 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: ae741da3-2a18-4609-9140-acff7f05b1e6 [pid: 7|app: 0|req: 735/1453] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:41 2026] GET /v2.0/security-groups?tenant_id=b6b7ea96425e4b82bbf4d6fbf302b334&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1454] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:41:41 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1455] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/security-groups/25ad87c8-5509-46c9-a4d4-4833f9e15de7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:41.771 8 INFO neutron.services.segments.plugin [-] Segment ab9488ba-117a-49ca-9271-8c42a32cc6a9 resource provider aggregate not found 2026-07-02 01:41:41.776 8 INFO neutron.services.segments.plugin [-] Segment ab9488ba-117a-49ca-9271-8c42a32cc6a9 resource provider aggregate not found 2026-07-02 01:41:41.781 7 INFO neutron.services.segments.plugin [-] Segment 796e362d-0c41-4cda-baa0-fecaafddbb4b resource provider aggregate not found 2026-07-02 01:41:41.786 7 INFO neutron.services.segments.plugin [-] Segment 796e362d-0c41-4cda-baa0-fecaafddbb4b resource provider aggregate not found 2026-07-02 01:41:41.790 8 INFO neutron.services.segments.plugin [-] Segment ab9488ba-117a-49ca-9271-8c42a32cc6a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab9488ba-117a-49ca-9271-8c42a32cc6a9 found for delete ", "request_id": "req-ec1b5485-2efe-4ac8-9041-c105baa030f2"}]} 2026-07-02 01:41:41.794 8 INFO neutron.services.segments.plugin [-] Segment ab9488ba-117a-49ca-9271-8c42a32cc6a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab9488ba-117a-49ca-9271-8c42a32cc6a9 found for delete ", "request_id": "req-3b953260-2a7f-4d22-acc5-4758b8860772"}]} 2026-07-02 01:41:41.795 8 INFO neutron.db.l3_hamode_db [None req-0fa0c3e8-d64b-4119-9557-0305a622cd34 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 389640ee-c3a3-4fd7-8558-4d0c2f0674ae was deleted as no HA routers are present in tenant 54c4da0424ec45a194cee8b69dcaf239. [pid: 8|app: 0|req: 719/1456] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:40 2026] DELETE /v2.0/routers/57efe3a1-b9fe-44ec-8aa5-cf7564df5221 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:41.810 7 INFO neutron.services.segments.plugin [-] Segment 796e362d-0c41-4cda-baa0-fecaafddbb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 796e362d-0c41-4cda-baa0-fecaafddbb4b found for delete ", "request_id": "req-5fa0277b-0b77-46ae-9c1a-3372c7d67e1f"}]} 2026-07-02 01:41:41.811 7 INFO neutron.services.segments.plugin [-] Segment 796e362d-0c41-4cda-baa0-fecaafddbb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 796e362d-0c41-4cda-baa0-fecaafddbb4b found for delete ", "request_id": "req-65c9d855-a446-472d-a16b-aaf566943bd5"}]} [pid: 7|app: 0|req: 738/1457] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/networks/5fd0b06e-f7e5-4cb1-af51-b52a8e70ad0d => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1458] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/networks/f14ee8c0-014c-45ce-9d75-84fa132875d9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1459] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/subnets/37e7a932-2b79-4577-9fd6-8a4a655e48d9 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:42.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-5775b0fb-412a-4cb5-8a1d-ce20ee436636 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: f419f8ae-cd40-4aad-91b6-004b4faf5d8e 2026-07-02 01:41:42.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5775b0fb-412a-4cb5-8a1d-ce20ee436636 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: f419f8ae-cd40-4aad-91b6-004b4faf5d8e [pid: 7|app: 0|req: 740/1460] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/networks/2e584115-2b43-4086-b2b5-ccb82f6f8607 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1461] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:42 2026] DELETE /v2.0/networks/c6a3ac19-0f0d-461e-8507-627d639da36e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1462] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:41 2026] DELETE /v2.0/networks/89a86f76-54e1-4ccb-88b6-d99f744ecd3c => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1463] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:42 2026] GET /v2.0/security-groups?tenant_id=54c4da0424ec45a194cee8b69dcaf239&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1464] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:42 2026] DELETE /v2.0/security-groups/56b9e8a0-8637-4014-be8c-a1f99d2050b5 => 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: 743/1465] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:42 2026] GET /v2.0/security-groups?tenant_id=90893481b2484e828018adc728df9f64&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1466] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:42 2026] DELETE /v2.0/security-groups/3b763d42-be7a-435c-979a-5524ba569a65 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:43.815 8 INFO neutron.services.segments.plugin [-] Segment 1cdbe238-6e9b-4e21-af4b-ff89418e2194 resource provider aggregate not found 2026-07-02 01:41:43.816 8 INFO neutron.services.segments.plugin [-] Segment 1cdbe238-6e9b-4e21-af4b-ff89418e2194 resource provider aggregate not found 2026-07-02 01:41:43.840 7 INFO neutron.services.segments.plugin [-] Segment d609ace5-b8f8-42f4-87b4-c48bae1cd344 resource provider aggregate not found 2026-07-02 01:41:43.843 8 INFO neutron.services.segments.plugin [-] Segment 1cdbe238-6e9b-4e21-af4b-ff89418e2194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdbe238-6e9b-4e21-af4b-ff89418e2194 found for delete ", "request_id": "req-33e50542-c17b-47d9-8eae-5b835e85366b"}]} 2026-07-02 01:41:43.854 8 INFO neutron.services.segments.plugin [-] Segment 1cdbe238-6e9b-4e21-af4b-ff89418e2194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cdbe238-6e9b-4e21-af4b-ff89418e2194 found for delete ", "request_id": "req-0bcfd054-68cf-440b-bcfa-6f1d2170681c"}]} 2026-07-02 01:41:43.860 7 INFO neutron.services.segments.plugin [-] Segment d609ace5-b8f8-42f4-87b4-c48bae1cd344 resource provider aggregate not found 2026-07-02 01:41:43.867 7 INFO neutron.services.segments.plugin [-] Segment d609ace5-b8f8-42f4-87b4-c48bae1cd344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d609ace5-b8f8-42f4-87b4-c48bae1cd344 found for delete ", "request_id": "req-bf37b779-70f2-49db-bdd9-6c556afdc814"}]} 2026-07-02 01:41:43.883 7 INFO neutron.services.segments.plugin [-] Segment d609ace5-b8f8-42f4-87b4-c48bae1cd344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d609ace5-b8f8-42f4-87b4-c48bae1cd344 found for delete ", "request_id": "req-fef01eb5-799c-4af5-8f49-a910f302169e"}]} 2026-07-02 01:41:43.891 7 INFO neutron.services.segments.plugin [-] Segment 2f2743a7-c14a-409d-a3f1-6da980c46640 resource provider aggregate not found 2026-07-02 01:41:43.904 7 INFO neutron.services.segments.plugin [-] Segment 2f2743a7-c14a-409d-a3f1-6da980c46640 resource provider aggregate not found 2026-07-02 01:41:43.914 7 INFO neutron.services.segments.plugin [-] Segment 2f2743a7-c14a-409d-a3f1-6da980c46640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2743a7-c14a-409d-a3f1-6da980c46640 found for delete ", "request_id": "req-8bb9f8ba-8e0c-49d9-8066-64efc67eade7"}]} 2026-07-02 01:41:43.922 7 INFO neutron.services.segments.plugin [-] Segment 2f2743a7-c14a-409d-a3f1-6da980c46640 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2743a7-c14a-409d-a3f1-6da980c46640 found for delete ", "request_id": "req-c3145dbb-cf72-45ab-8c1f-032cbd4e5a84"}]} 2026-07-02 01:41:43.940 7 INFO neutron.services.segments.plugin [-] Segment c6edc6f2-f628-4e7d-80fe-b6b88802401e resource provider aggregate not found 2026-07-02 01:41:43.943 7 INFO neutron.services.segments.plugin [-] Segment c6edc6f2-f628-4e7d-80fe-b6b88802401e resource provider aggregate not found 2026-07-02 01:41:43.968 7 INFO neutron.services.segments.plugin [-] Segment c6edc6f2-f628-4e7d-80fe-b6b88802401e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6edc6f2-f628-4e7d-80fe-b6b88802401e found for delete ", "request_id": "req-70fb7f33-e63c-400c-90e9-6ffb5bef1543"}]} 2026-07-02 01:41:43.970 7 INFO neutron.services.segments.plugin [-] Segment c6edc6f2-f628-4e7d-80fe-b6b88802401e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6edc6f2-f628-4e7d-80fe-b6b88802401e found for delete ", "request_id": "req-f25aa21b-597f-4057-8bd4-5622df6ee816"}]} 2026-07-02 01:41:45.237 8 INFO neutron.db.segments_db [None req-297eb4a8-dfcd-4317-9ac3-63a0eb8a7955 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment 783a8d94-97ab-4092-adfa-d210da3f3a72 of type vxlan for network 347b8c3b-6370-45d0-b20a-f653e16094b2 [pid: 8|app: 0|req: 725/1469] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:44 2026] POST /v2.0/networks => generated 630 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1470] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:45 2026] GET /v2.0/security-groups?tenant_id=35b77998f6f041c5b3b7b629390c22b3&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:45.408 8 INFO neutron.db.segments_db [None req-5f4d41f0-9e58-4ac0-8926-2ab71a5bf4c7 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment ac02853d-119c-41e4-9df4-9d59256c23b4 of type vxlan for network 6e9d1bba-b328-470f-9516-f6e6d8386e73 [pid: 7|app: 0|req: 746/1471] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:45 2026] DELETE /v2.0/security-groups/3ad4381d-328d-44d1-aa5b-9935bbf90a86 => 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: 726/1472] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:45 2026] POST /v2.0/networks => generated 630 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1473] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:45 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1474] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:45 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:46.079 7 INFO neutron.db.segments_db [None req-c9c76756-67a4-40da-b4ce-f55647cd9701 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment e16d3c36-9a36-4541-810b-085a4f298d9b of type vxlan for network ca6c11c5-0420-491c-8c00-4d97edc79da7 2026-07-02 01:41:46.404 7 INFO neutron.db.l3_hamode_db [None req-c9c76756-67a4-40da-b4ce-f55647cd9701 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:46.543 7 INFO neutron.db.l3_hamode_db [None req-c9c76756-67a4-40da-b4ce-f55647cd9701 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 728/1475] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:46 2026] GET /v2.0/security-groups?tenant_id=3622766dcd374730976b43be35531a6b&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1476] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-groups/3e3bbee1-9baf-4c3c-ace5-c0a038da84b7 => 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: 748/1477] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:46 2026] POST /v2.0/routers => generated 506 bytes in 1233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1478] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-groups?tenant_id=58ab374d471746aeb54014af5324550f&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1479] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-groups/ec66e5f6-a46d-41c2-ab94-cf65267cc15f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1480] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:48 2026] GET /v2.0/security-groups?tenant_id=fd103fc4276c46e8826a7485198c245e&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1481] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:48 2026] DELETE /v2.0/security-groups/bc029493-9fcb-4100-97a3-53d5a8820df8 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1482] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:47 2026] PUT /v2.0/routers/80440fbf-236b-40d6-958e-ca684e0fd716/add_router_interface => generated 309 bytes in 1401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1483] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:48 2026] GET /v2.0/ports/7b0b9395-85c9-48fd-9393-b69faab81ec1 => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1484] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:48 2026] PUT /v2.0/routers/80440fbf-236b-40d6-958e-ca684e0fd716/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1485] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:50 2026] GET /v2.0/ports/ce12ed6f-b761-4200-a844-67aeeb201a96 => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:50.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe276f6d-fe05-4c5d-8070-84afc4ee67ec b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: ce12ed6f-b761-4200-a844-67aeeb201a96 2026-07-02 01:41:50.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe276f6d-fe05-4c5d-8070-84afc4ee67ec b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: ce12ed6f-b761-4200-a844-67aeeb201a96 2026-07-02 01:41:50.701 7 INFO neutron.db.segments_db [None req-8998895d-8a48-4859-811d-3f61b3ddf898 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment a77f7735-df74-40db-a551-30fd87ec9a88 of type vxlan for network 67ccf1b8-c083-4ee0-9038-6d035f45d02b [pid: 7|app: 0|req: 755/1486] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:41:50 2026] POST /v2.0/networks => generated 741 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1487] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:50 2026] POST /v2.0/subnets => generated 688 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:51.094 7 INFO neutron.db.segments_db [None req-b8f71fb8-4f2e-4911-8d91-a8f2ef139076 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment d6d8ea7f-bc26-4897-95cb-7bb1c5930f48 of type vxlan for network a5176c07-f021-4ff0-a0e6-742bfd5c4c5a [pid: 8|app: 0|req: 732/1488] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:50 2026] PUT /v2.0/routers/80440fbf-236b-40d6-958e-ca684e0fd716/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:51.458 7 INFO neutron.db.l3_hamode_db [None req-b8f71fb8-4f2e-4911-8d91-a8f2ef139076 4daff0af70184e62b2accaa623050ea9 6d1698eab6154fcfbce3911898d289bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:51.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-a38c6206-d4c1-4cd7-aa7e-dfb7f5b58682 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 7b0b9395-85c9-48fd-9393-b69faab81ec1 2026-07-02 01:41:51.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a38c6206-d4c1-4cd7-aa7e-dfb7f5b58682 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 7b0b9395-85c9-48fd-9393-b69faab81ec1 [pid: 8|app: 0|req: 733/1489] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:51 2026] PUT /v2.0/routers/80440fbf-236b-40d6-958e-ca684e0fd716/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:52.351 7 INFO neutron.db.l3_hamode_db [None req-b8f71fb8-4f2e-4911-8d91-a8f2ef139076 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 734/1490] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:52 2026] GET /v2.0/security-groups?tenant_id=db5ed6a85e1948439c3b71e1715257f2&name=default => generated 2925 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1491] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:41:52 2026] GET /v2.0/ports?device_id=80440fbf-236b-40d6-958e-ca684e0fd716 => 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: 736/1492] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:52 2026] DELETE /v2.0/security-groups/b5f135e3-3c6c-4c56-b618-bed2fbc0ddad => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:52.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-922b9117-13d4-428a-a405-d693264718c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: f4a7228c-6771-4504-8ceb-87f3400ae883 2026-07-02 01:41:52.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-922b9117-13d4-428a-a405-d693264718c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: f4a7228c-6771-4504-8ceb-87f3400ae883 2026-07-02 01:41:53.384 8 INFO neutron.services.segments.plugin [-] Segment e16d3c36-9a36-4541-810b-085a4f298d9b resource provider aggregate not found 2026-07-02 01:41:53.388 8 INFO neutron.services.segments.plugin [-] Segment e16d3c36-9a36-4541-810b-085a4f298d9b resource provider aggregate not found 2026-07-02 01:41:53.407 8 INFO neutron.services.segments.plugin [-] Segment e16d3c36-9a36-4541-810b-085a4f298d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e16d3c36-9a36-4541-810b-085a4f298d9b found for delete ", "request_id": "req-7caf9978-2750-465e-8dd3-2b355bddd32f"}]} 2026-07-02 01:41:53.407 8 INFO neutron.services.segments.plugin [-] Segment e16d3c36-9a36-4541-810b-085a4f298d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e16d3c36-9a36-4541-810b-085a4f298d9b found for delete ", "request_id": "req-22376a57-24ec-4e3b-98c8-f35887d91fa3"}]} 2026-07-02 01:41:53.420 8 INFO neutron.db.l3_hamode_db [None req-922b9117-13d4-428a-a405-d693264718c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] HA network ca6c11c5-0420-491c-8c00-4d97edc79da7 was deleted as no HA routers are present in tenant dc802b1ebe91492ab9cec363e14c2c4c. [pid: 8|app: 0|req: 737/1493] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:52 2026] DELETE /v2.0/routers/80440fbf-236b-40d6-958e-ca684e0fd716 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1494] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:51 2026] POST /v2.0/routers => generated 728 bytes in 2425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1495] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/subnets/f191d725-60ef-44e6-9558-e141f494bdf2 => 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: 739/1496] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/subnets/28a292bd-bf14-458e-96ba-391ad2b207ae => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:53.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1fcb1d8-a74a-4a4e-9431-dc95cdbf2e89 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 036a9263-1eb1-437e-a74b-7162ce830210 2026-07-02 01:41:53.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1fcb1d8-a74a-4a4e-9431-dc95cdbf2e89 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 036a9263-1eb1-437e-a74b-7162ce830210 [pid: 8|app: 0|req: 740/1497] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/networks/6e9d1bba-b328-470f-9516-f6e6d8386e73 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:54.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d1360be-6d86-4772-9f78-109bb8dcd68d b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: cbf2b13c-6e39-41ee-b9e9-3a7e871626f2 2026-07-02 01:41:54.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d1360be-6d86-4772-9f78-109bb8dcd68d b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: cbf2b13c-6e39-41ee-b9e9-3a7e871626f2 [pid: 8|app: 0|req: 741/1498] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:41:54 2026] DELETE /v2.0/networks/347b8c3b-6370-45d0-b20a-f653e16094b2 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1499] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:54 2026] GET /v2.0/security-groups?tenant_id=414d551bf3ef4a7b9d6e1c395dff9a2f&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1500] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:53 2026] PUT /v2.0/routers/b8a5638a-43eb-4249-989a-8151f03fb1a5/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:54.908 8 INFO neutron.db.segments_db [None req-cfa97fa0-8637-4070-9ff4-f91571ccdfcc b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment 654f7128-b688-45d3-a717-54f6a56c7bba of type vxlan for network 58591b0e-98e2-46c2-b01b-864f4eff9402 [pid: 7|app: 0|req: 759/1501] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:54 2026] DELETE /v2.0/security-groups/62c5c4f2-eabd-4d16-8b6c-d1ca1bff30fd => 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: 743/1502] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:41:54 2026] POST /v2.0/networks => generated 629 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1503] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:41:55 2026] GET /v2.0/security-groups?tenant_id=637f2d7ee0e3472e958b3f361ec1b2f7&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1504] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:41:55 2026] DELETE /v2.0/security-groups/80fc8a63-e74b-4b87-baf6-6416a0fc2c01 => 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: 760/1505] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:55 2026] POST /v2.0/subnets => generated 626 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:55.434 8 INFO neutron.services.segments.plugin [-] Segment ac02853d-119c-41e4-9df4-9d59256c23b4 resource provider aggregate not found 2026-07-02 01:41:55.440 8 INFO neutron.services.segments.plugin [-] Segment ac02853d-119c-41e4-9df4-9d59256c23b4 resource provider aggregate not found 2026-07-02 01:41:55.464 8 INFO neutron.services.segments.plugin [-] Segment ac02853d-119c-41e4-9df4-9d59256c23b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac02853d-119c-41e4-9df4-9d59256c23b4 found for delete ", "request_id": "req-e3530cd9-0fb0-40a7-8dc4-65de20b3b5ce"}]} 2026-07-02 01:41:55.473 8 INFO neutron.services.segments.plugin [-] Segment ac02853d-119c-41e4-9df4-9d59256c23b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac02853d-119c-41e4-9df4-9d59256c23b4 found for delete ", "request_id": "req-33383b0b-f44a-4cfb-bc52-407d4149b065"}]} 2026-07-02 01:41:55.482 8 INFO neutron.db.segments_db [None req-b790cc9f-07f3-4a3c-bb98-e824e53f7f25 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment 74e9ad50-2871-41ea-affb-edde4985ff00 of type vxlan for network 520ccbf8-745b-4856-9091-9d2011e868d0 2026-07-02 01:41:55.497 8 INFO neutron.services.segments.plugin [-] Segment 783a8d94-97ab-4092-adfa-d210da3f3a72 resource provider aggregate not found 2026-07-02 01:41:55.506 8 INFO neutron.services.segments.plugin [-] Segment 783a8d94-97ab-4092-adfa-d210da3f3a72 resource provider aggregate not found 2026-07-02 01:41:55.530 8 INFO neutron.services.segments.plugin [-] Segment 783a8d94-97ab-4092-adfa-d210da3f3a72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 783a8d94-97ab-4092-adfa-d210da3f3a72 found for delete ", "request_id": "req-4a91fcc4-f5c0-4afe-848a-14a6bee7a340"}]} 2026-07-02 01:41:55.531 8 INFO neutron.services.segments.plugin [-] Segment 783a8d94-97ab-4092-adfa-d210da3f3a72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 783a8d94-97ab-4092-adfa-d210da3f3a72 found for delete ", "request_id": "req-a85f3714-660e-4997-a723-aafeb404733a"}]} 2026-07-02 01:41:55.750 8 INFO neutron.db.l3_hamode_db [None req-b790cc9f-07f3-4a3c-bb98-e824e53f7f25 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:55.885 8 INFO neutron.db.l3_hamode_db [None req-b790cc9f-07f3-4a3c-bb98-e824e53f7f25 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:56.408 7 INFO neutron.db.segments_db [None req-433a57fc-28c2-417e-96e2-9b79bb9a81fc 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment d7f5d6a4-5547-45d4-bbf5-98bcd6dc8e3b of type vxlan for network 249a2609-da31-4b62-9490-b11538832619 [pid: 7|app: 0|req: 761/1506] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:41:56 2026] POST /v2.0/networks => generated 740 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1507] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:55 2026] POST /v2.0/routers => generated 506 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1508] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:56 2026] POST /v2.0/subnets => generated 687 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:56.863 7 INFO neutron.db.segments_db [None req-93f6601d-9038-4932-93b8-72cb577b23ce 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment b71bf97b-0366-43be-afc6-a97eb74df167 of type vxlan for network 81e80f46-9016-49f4-a830-58d95783dc8f [pid: 8|app: 0|req: 747/1509] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:41:56 2026] POST /v2.0/ports => generated 948 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:41:57.132 7 INFO neutron.db.l3_hamode_db [None req-93f6601d-9038-4932-93b8-72cb577b23ce 4daff0af70184e62b2accaa623050ea9 fd7593cef4624f638c0d9fc47da295b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:41:58.114 7 INFO neutron.db.l3_hamode_db [None req-93f6601d-9038-4932-93b8-72cb577b23ce 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 748/1510] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:57 2026] PUT /v2.0/routers/e1f3fd4a-1c6c-4392-92bb-99cf058a5652/add_router_interface => generated 309 bytes in 1258 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: 749/1511] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:41:58 2026] POST /v2.0/floatingips => generated 552 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1512] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:41:59 2026] GET /v2.0/ports/9b719bba-cf54-4f0a-96fa-4f5b2848e02a => generated 1022 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1513] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:41:56 2026] POST /v2.0/routers => generated 727 bytes in 2475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:41:59.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb88359d-4c36-4300-b9a1-bffd4b57e27d b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 9b719bba-cf54-4f0a-96fa-4f5b2848e02a 2026-07-02 01:41:59.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb88359d-4c36-4300-b9a1-bffd4b57e27d b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 9b719bba-cf54-4f0a-96fa-4f5b2848e02a [pid: 8|app: 0|req: 751/1514] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:41:59 2026] POST /v2.0/floatingips => generated 552 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1515] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:41:59 2026] PUT /v2.0/routers/e1f3fd4a-1c6c-4392-92bb-99cf058a5652/remove_router_interface => generated 309 bytes in 930 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: 767/1518] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:42:00 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1519] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:00 2026] GET /v2.0/security-groups?tenant_id=3892138b28f4465aaf315450a477ff5a&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1520] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:41:59 2026] PUT /v2.0/routers/c9bac2a1-7588-4619-baac-0ca697987f52/add_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:01.185 7 INFO neutron.api.v2.resource [None req-57f4ba27-d910-4559-a9ff-05e6040df798 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 769/1521] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:42:01 2026] PUT /v2.0/routers/e1f3fd4a-1c6c-4392-92bb-99cf058a5652/remove_router_interface => generated 197 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1522] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:01 2026] DELETE /v2.0/security-groups/0d170c26-f012-4d16-a1c8-1d0b91c5a334 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1523] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:01 2026] GET /v2.0/ports?device_id=e1f3fd4a-1c6c-4392-92bb-99cf058a5652 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:01.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1b55128-eb9b-43f3-80c0-46624b376529 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 1eb9a75b-27d2-46dc-ab6b-39b92debd57b 2026-07-02 01:42:01.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1b55128-eb9b-43f3-80c0-46624b376529 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 1eb9a75b-27d2-46dc-ab6b-39b92debd57b [pid: 8|app: 0|req: 753/1524] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:42:01 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1525] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:01 2026] GET /v2.0/security-groups?tenant_id=c7ee23766bfd418b8386ee43c2e24998&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:02.021 7 INFO neutron.services.segments.plugin [-] Segment 74e9ad50-2871-41ea-affb-edde4985ff00 resource provider aggregate not found 2026-07-02 01:42:02.022 7 INFO neutron.services.segments.plugin [-] Segment 74e9ad50-2871-41ea-affb-edde4985ff00 resource provider aggregate not found 2026-07-02 01:42:02.047 7 INFO neutron.services.segments.plugin [-] Segment 74e9ad50-2871-41ea-affb-edde4985ff00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e9ad50-2871-41ea-affb-edde4985ff00 found for delete ", "request_id": "req-bdf73587-7ed3-4543-8639-7de89f1975e6"}]} 2026-07-02 01:42:02.048 7 INFO neutron.services.segments.plugin [-] Segment 74e9ad50-2871-41ea-affb-edde4985ff00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e9ad50-2871-41ea-affb-edde4985ff00 found for delete ", "request_id": "req-dc9b690c-e256-424d-a650-83b3bbb4cb98"}]} 2026-07-02 01:42:02.072 7 INFO neutron.db.l3_hamode_db [None req-d1b55128-eb9b-43f3-80c0-46624b376529 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] HA network 520ccbf8-745b-4856-9091-9d2011e868d0 was deleted as no HA routers are present in tenant dc802b1ebe91492ab9cec363e14c2c4c. [pid: 7|app: 0|req: 772/1526] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:01 2026] DELETE /v2.0/routers/e1f3fd4a-1c6c-4392-92bb-99cf058a5652 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1527] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:02 2026] DELETE /v2.0/security-groups/7167cd29-f983-4ac6-822c-b89224a52e45 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1528] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:42:01 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1529] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:42:02 2026] POST /v2.0/security-groups => generated 1673 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1530] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:42:02 2026] PUT /v2.0/floatingips/a97a6b67-f56a-4fad-8dae-32d2dc29b6a8/tags => generated 17 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1531] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:02 2026] DELETE /v2.0/subnets/fd061cf3-ebcd-423b-95ba-200f8c4d88de => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1532] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:42:02 2026] PUT /v2.0/floatingips/85100a83-6738-4e12-9552-8d74d87c29f4/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1533] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:02.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-e483e9ce-cf09-4059-bd3a-9a0f92eef544 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 2d2d514e-af53-4289-bb81-e43a506c1069 [pid: 7|app: 0|req: 777/1534] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:42:02 2026] PUT /v2.0/floatingips/e7400038-67d3-4081-982f-904de0e401b3/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:02.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e483e9ce-cf09-4059-bd3a-9a0f92eef544 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 2d2d514e-af53-4289-bb81-e43a506c1069 [pid: 7|app: 0|req: 778/1535] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1536] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:42:02 2026] PUT /v2.0/floatingips/9ae7e5e9-460d-450a-b24b-338825d62e92/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:02.995 8 INFO neutron.services.segments.plugin [-] Segment 654f7128-b688-45d3-a717-54f6a56c7bba resource provider aggregate not found 2026-07-02 01:42:03.007 8 INFO neutron.services.segments.plugin [-] Segment 654f7128-b688-45d3-a717-54f6a56c7bba resource provider aggregate not found 2026-07-02 01:42:03.023 8 INFO neutron.services.segments.plugin [-] Segment 654f7128-b688-45d3-a717-54f6a56c7bba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654f7128-b688-45d3-a717-54f6a56c7bba found for delete ", "request_id": "req-d24d9631-0625-41d8-89ba-da03904b597b"}]} 2026-07-02 01:42:03.031 8 INFO neutron.services.segments.plugin [-] Segment 654f7128-b688-45d3-a717-54f6a56c7bba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654f7128-b688-45d3-a717-54f6a56c7bba found for delete ", "request_id": "req-2938a975-ab96-4e77-b7fc-c86627aa9c9d"}]} [pid: 8|app: 0|req: 758/1537] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:02 2026] DELETE /v2.0/networks/58591b0e-98e2-46c2-b01b-864f4eff9402 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1538] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1539] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 2 01:42:03 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:03.196 7 INFO neutron.db.segments_db [None req-34c4b57e-02e2-4bb4-b956-02313656690b b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment bf568666-88b6-4211-86e3-f3d794359444 of type vxlan for network 119f4b78-98eb-481c-9537-4b84eec5611e [pid: 7|app: 0|req: 781/1540] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/networks => generated 630 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1541] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1542] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 2 01:42:03 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:03.403 7 INFO neutron.db.securitygroups_db [None req-f3d8f9bf-03c7-4168-b98d-56e1c73d5361 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] Project 6d1698eab6154fcfbce3911898d289bc 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: 783/1543] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1544] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 2 01:42:03 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:03.646 7 INFO neutron.db.securitygroups_db [None req-44f7f812-79d0-4632-8dd9-233b57fb1953 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] Project 6d1698eab6154fcfbce3911898d289bc 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: 761/1545] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/subnets => generated 626 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1546] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1547] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:42:03 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:03.836 7 INFO neutron.db.segments_db [None req-7873a6f5-bf95-4b2b-89fb-cb4a74ebf63f b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment 64e6d799-4bf5-4b37-8948-b2afa1923524 of type vxlan for network ea6ea35d-aacb-4cf3-8e71-04e2b4af7540 2026-07-02 01:42:04.112 7 INFO neutron.db.l3_hamode_db [None req-7873a6f5-bf95-4b2b-89fb-cb4a74ebf63f b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:42:04.306 7 INFO neutron.db.l3_hamode_db [None req-7873a6f5-bf95-4b2b-89fb-cb4a74ebf63f b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 763/1548] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 2 01:42:03 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1549] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:42:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1550] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:42:04 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1551] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1552] 10.0.0.197 () {32 vars in 690 bytes} [Thu Jul 2 01:42:04 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1553] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:04 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) [pid: 8|app: 0|req: 769/1554] 10.0.0.197 () {32 vars in 702 bytes} [Thu Jul 2 01:42:04 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1555] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/routers => generated 507 bytes in 1278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1556] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:05 2026] GET /v2.0/security-groups?tenant_id=cb4c0e6b00d34b13abdb74a61d37a1b2&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:05.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd7b6a3c-d6f3-4f32-9cd0-975220c16e91 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] TaaS: Handle Delete Port: 25de0f6c-1276-4618-8200-40e55d884a2e 2026-07-02 01:42:05.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd7b6a3c-d6f3-4f32-9cd0-975220c16e91 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] Tap Mirror: Handle Delete Port: 25de0f6c-1276-4618-8200-40e55d884a2e [pid: 7|app: 0|req: 787/1557] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:42:05 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1558] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:42:05 2026] DELETE /v2.0/floatingips/a97a6b67-f56a-4fad-8dae-32d2dc29b6a8 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1559] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:05 2026] DELETE /v2.0/security-groups/7e9074d5-4d97-41d4-83be-1508aa6fe88d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:05.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bf4e523-1a26-4f43-8e1f-1b2d35655fcb e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] TaaS: Handle Delete Port: c1fa15a4-7f30-4e14-a932-ad4ddcf34d91 2026-07-02 01:42:05.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bf4e523-1a26-4f43-8e1f-1b2d35655fcb e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] Tap Mirror: Handle Delete Port: c1fa15a4-7f30-4e14-a932-ad4ddcf34d91 [pid: 8|app: 0|req: 773/1560] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:42:05 2026] DELETE /v2.0/floatingips/85100a83-6738-4e12-9552-8d74d87c29f4 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1561] 10.0.0.86 () {34 vars in 1097 bytes} [Thu Jul 2 01:42:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--545666865&fields=id&tenant_id=6d1698eab6154fcfbce3911898d289bc => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:06.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-34f8a386-90c5-487b-8871-d2b387ffe190 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] TaaS: Handle Delete Port: f47d113d-294e-48d5-9a0b-73353e1e01cb 2026-07-02 01:42:06.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34f8a386-90c5-487b-8871-d2b387ffe190 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] Tap Mirror: Handle Delete Port: f47d113d-294e-48d5-9a0b-73353e1e01cb [pid: 8|app: 0|req: 775/1562] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:42:06 2026] DELETE /v2.0/floatingips/e7400038-67d3-4081-982f-904de0e401b3 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1563] 10.0.0.86 () {34 vars in 1097 bytes} [Thu Jul 2 01:42:06 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-129539227&fields=id&tenant_id=6d1698eab6154fcfbce3911898d289bc => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:06.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-1860eb82-6a63-4b02-89cf-3deaa10a3b10 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] TaaS: Handle Delete Port: 1d790b60-59f8-452a-a63a-74c4543dc451 2026-07-02 01:42:06.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1860eb82-6a63-4b02-89cf-3deaa10a3b10 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] Tap Mirror: Handle Delete Port: 1d790b60-59f8-452a-a63a-74c4543dc451 [pid: 8|app: 0|req: 777/1564] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:42:06 2026] DELETE /v2.0/floatingips/9ae7e5e9-460d-450a-b24b-338825d62e92 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1565] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:42:06 2026] GET /v2.0/networks?id=67ccf1b8-c083-4ee0-9038-6d035f45d02b => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:06.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-596b710e-6f54-48bf-b149-642f9c7351d4 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] TaaS: Handle Delete Port: d22a0906-8e83-4404-9dc2-ea995a2d2120 2026-07-02 01:42:06.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-596b710e-6f54-48bf-b149-642f9c7351d4 e7415da332404ace8cb5827f44ef212d bb0d4360fe154c7cbb4cb02d8dec24a5 - - default default] Tap Mirror: Handle Delete Port: d22a0906-8e83-4404-9dc2-ea995a2d2120 [pid: 7|app: 0|req: 788/1566] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:42:05 2026] PUT /v2.0/routers/bdb45fd7-0e0a-4d13-8290-c15ce351593b/add_router_interface => generated 309 bytes in 1349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1567] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:42:06 2026] GET /v2.0/quotas/6d1698eab6154fcfbce3911898d289bc => 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: 790/1568] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:42:06 2026] GET /v2.0/ports/6a413469-7460-4fc1-af65-0612bad8b3c6 => generated 955 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1569] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:42:07 2026] GET /v2.0/ports?tenant_id=6d1698eab6154fcfbce3911898d289bc&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1570] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:42:06 2026] DELETE /v2.0/floatingips/1b5c23f6-14db-422d-9a69-7acc5d3a58da => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1571] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:42:07 2026] GET /v2.0/networks/67ccf1b8-c083-4ee0-9038-6d035f45d02b?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: 781/1572] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:42:07 2026] GET /v2.0/networks/67ccf1b8-c083-4ee0-9038-6d035f45d02b?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: 782/1573] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:07 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:07.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-98f07488-498f-4a5f-a1ba-51d881e0497b b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 6a413469-7460-4fc1-af65-0612bad8b3c6 2026-07-02 01:42:07.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f07488-498f-4a5f-a1ba-51d881e0497b b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 6a413469-7460-4fc1-af65-0612bad8b3c6 [pid: 7|app: 0|req: 792/1574] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:42:07 2026] PUT /v2.0/routers/bdb45fd7-0e0a-4d13-8290-c15ce351593b/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1575] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:08 2026] GET /v2.0/ports?device_id=bdb45fd7-0e0a-4d13-8290-c15ce351593b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:08.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e8ec11c-ed02-4ed9-aa35-4d8515d90f03 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 62bd80d3-5ac9-401e-8dd2-8985080e639a 2026-07-02 01:42:08.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e8ec11c-ed02-4ed9-aa35-4d8515d90f03 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 62bd80d3-5ac9-401e-8dd2-8985080e639a [pid: 8|app: 0|req: 784/1576] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:08 2026] GET /v2.0/security-groups?tenant_id=8bba514ed6ed44dc80dcd2ae6d2b3baa&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:08.651 7 INFO neutron.services.segments.plugin [-] Segment 64e6d799-4bf5-4b37-8948-b2afa1923524 resource provider aggregate not found 2026-07-02 01:42:08.676 7 INFO neutron.services.segments.plugin [-] Segment 64e6d799-4bf5-4b37-8948-b2afa1923524 resource provider aggregate not found 2026-07-02 01:42:08.683 7 INFO neutron.services.segments.plugin [-] Segment 64e6d799-4bf5-4b37-8948-b2afa1923524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64e6d799-4bf5-4b37-8948-b2afa1923524 found for delete ", "request_id": "req-20d784ec-44c1-4921-8834-49dadda3ac73"}]} 2026-07-02 01:42:08.698 7 INFO neutron.services.segments.plugin [-] Segment 64e6d799-4bf5-4b37-8948-b2afa1923524 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64e6d799-4bf5-4b37-8948-b2afa1923524 found for delete ", "request_id": "req-5921bb88-d86e-4028-9d2d-92c9385fef14"}]} 2026-07-02 01:42:08.705 7 INFO neutron.db.l3_hamode_db [None req-6e8ec11c-ed02-4ed9-aa35-4d8515d90f03 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] HA network ea6ea35d-aacb-4cf3-8e71-04e2b4af7540 was deleted as no HA routers are present in tenant dc802b1ebe91492ab9cec363e14c2c4c. [pid: 7|app: 0|req: 793/1577] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:08 2026] DELETE /v2.0/routers/bdb45fd7-0e0a-4d13-8290-c15ce351593b => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1578] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:08 2026] GET /v2.0/security-groups?tenant_id=65c29ae8e41d4db3b8567e9cf584ce6b&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1579] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:08 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => 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: 794/1580] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:08 2026] DELETE /v2.0/security-groups/d39c7237-8e66-40b3-92ce-ab5db9f2a179 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1581] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:08 2026] DELETE /v2.0/subnets/469041c2-b02b-4935-8407-cdfcfeceeedc => 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: 795/1582] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:08 2026] DELETE /v2.0/security-groups/49e0e8ac-7b10-4ff0-8b41-8205e03fb8c0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:09.022 8 INFO neutron.services.segments.plugin [-] Segment bf568666-88b6-4211-86e3-f3d794359444 resource provider aggregate not found 2026-07-02 01:42:09.028 8 INFO neutron.services.segments.plugin [-] Segment bf568666-88b6-4211-86e3-f3d794359444 resource provider aggregate not found 2026-07-02 01:42:09.043 8 INFO neutron.services.segments.plugin [-] Segment bf568666-88b6-4211-86e3-f3d794359444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf568666-88b6-4211-86e3-f3d794359444 found for delete ", "request_id": "req-b581fb94-bc1e-47b3-b5d5-061e9c0b8553"}]} [pid: 8|app: 0|req: 788/1583] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:08 2026] DELETE /v2.0/networks/119f4b78-98eb-481c-9537-4b84eec5611e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:09.049 8 INFO neutron.services.segments.plugin [-] Segment bf568666-88b6-4211-86e3-f3d794359444 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf568666-88b6-4211-86e3-f3d794359444 found for delete ", "request_id": "req-b2ca6caf-d76b-46e1-bb38-5c17b58eeda1"}]} [pid: 7|app: 0|req: 796/1584] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:08 2026] GET /v2.0/security-groups?tenant_id=bb0d4360fe154c7cbb4cb02d8dec24a5&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:09.097 8 INFO neutron.db.segments_db [None req-3d303b8f-a18a-4bd2-bee8-4fc24b8c1ddc b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Added segment 1a07cb39-e8a6-4f70-86a3-a78d7a9f7dd0 of type vxlan for network 250fae33-959a-4904-92ac-47ae560bf157 [pid: 7|app: 0|req: 797/1585] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:09 2026] DELETE /v2.0/security-groups/9bf94487-7e9a-44d0-8fbd-4cccd873d7b3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:09.405 8 INFO neutron.db.l3_hamode_db [None req-3d303b8f-a18a-4bd2-bee8-4fc24b8c1ddc b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 798/1586] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:09 2026] GET /v2.0/security-groups?tenant_id=201b08869dd8414ebe5e4c869351efaf&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1587] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:09 2026] DELETE /v2.0/security-groups/63052900-a13a-48af-97ef-1c3f646cf19c => 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: 800/1588] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:09 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:10.217 8 INFO neutron.db.l3_hamode_db [None req-3d303b8f-a18a-4bd2-bee8-4fc24b8c1ddc b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 789/1589] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:09 2026] POST /v2.0/routers => generated 687 bytes in 2098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:11.177 7 INFO neutron.db.segments_db [None req-15814c96-c323-4563-a2b4-767966585bbe 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Added segment 0d2a75ff-2bed-4af0-bc34-d3e6a1871cf2 of type vxlan for network 5f2ebc30-8a3f-4729-9042-2dce7cf5bf2b [pid: 8|app: 0|req: 790/1590] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => 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: 791/1591] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/routers/477af9aa-dbc6-4def-b015-2950dd5f1b40 => generated 693 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:11.268 7 INFO neutron.db.segments_db [None req-15814c96-c323-4563-a2b4-767966585bbe 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Added segment 009d98ca-5a9e-449e-8213-e6679f350bf3 of type vxlan for network cedbe13d-25a3-4916-b657-e6c1e948c3e4 [pid: 8|app: 0|req: 792/1592] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/routers => generated 696 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1593] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:10 2026] POST /v2.0/networks => generated 1244 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1594] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/networks => generated 1843 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:11.595 7 INFO neutron.services.segments.plugin [-] Segment 0d2a75ff-2bed-4af0-bc34-d3e6a1871cf2 resource provider aggregate not found 2026-07-02 01:42:11.604 7 INFO neutron.services.segments.plugin [-] Segment 0d2a75ff-2bed-4af0-bc34-d3e6a1871cf2 resource provider aggregate not found 2026-07-02 01:42:11.620 7 INFO neutron.services.segments.plugin [-] Segment 0d2a75ff-2bed-4af0-bc34-d3e6a1871cf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d2a75ff-2bed-4af0-bc34-d3e6a1871cf2 found for delete ", "request_id": "req-4e0c9b30-233c-440c-b0e0-96c75dd429f8"}]} 2026-07-02 01:42:11.621 7 INFO neutron.services.segments.plugin [-] Segment 0d2a75ff-2bed-4af0-bc34-d3e6a1871cf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d2a75ff-2bed-4af0-bc34-d3e6a1871cf2 found for delete ", "request_id": "req-3b53d797-d0be-4801-8718-5d2f485c38fb"}]} [pid: 7|app: 0|req: 803/1595] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:11 2026] DELETE /v2.0/networks/5f2ebc30-8a3f-4729-9042-2dce7cf5bf2b => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1596] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:11 2026] DELETE /v2.0/networks/cedbe13d-25a3-4916-b657-e6c1e948c3e4 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1597] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 2 01:42:11 2026] PUT /v2.0/routers/477af9aa-dbc6-4def-b015-2950dd5f1b40 => generated 700 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1598] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1599] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/networks?id=67ccf1b8-c083-4ee0-9038-6d035f45d02b => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1600] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/routers/477af9aa-dbc6-4def-b015-2950dd5f1b40 => generated 700 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:11.900 8 INFO neutron.db.segments_db [None req-c0a8b80f-a4a5-41f6-8349-4691a1bb8e16 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Added segment 7acb8164-db15-4962-bdca-d3b754d21e79 of type vxlan for network 90908b95-ec03-46a1-a961-f3d0d4da5fb5 [pid: 7|app: 0|req: 807/1601] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d1698eab6154fcfbce3911898d289bc => generated 272 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1602] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:11 2026] GET /v2.0/ports?device_id=477af9aa-dbc6-4def-b015-2950dd5f1b40 => 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: 795/1603] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:11 2026] POST /v2.0/networks => generated 653 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:12.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-5381ac98-bb9b-434c-86d6-3c77958407c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: 8902661a-3a91-4e59-a960-381f48e06ca9 2026-07-02 01:42:12.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5381ac98-bb9b-434c-86d6-3c77958407c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: 8902661a-3a91-4e59-a960-381f48e06ca9 [pid: 7|app: 0|req: 809/1604] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:42:11 2026] POST /v2.0/ports => generated 993 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:42:12.503 7 INFO neutron.db.segments_db [None req-9c7c0876-a67e-40a0-a3d4-b26e481b4130 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Added segment 29efb5f9-44ae-4425-a2e5-e99d0d236753 of type vxlan for network 15df08f2-8ddd-4d16-baa6-52a9140b1091 2026-07-02 01:42:12.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-5381ac98-bb9b-434c-86d6-3c77958407c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] TaaS: Handle Delete Port: b221c840-650e-4f1d-9c77-bf6c49e4c538 2026-07-02 01:42:12.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5381ac98-bb9b-434c-86d6-3c77958407c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] Tap Mirror: Handle Delete Port: b221c840-650e-4f1d-9c77-bf6c49e4c538 [pid: 7|app: 0|req: 810/1605] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:12 2026] POST /v2.0/networks => generated 654 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1606] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:12 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 996 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:12.988 8 INFO neutron.services.segments.plugin [-] Segment 1a07cb39-e8a6-4f70-86a3-a78d7a9f7dd0 resource provider aggregate not found 2026-07-02 01:42:12.995 8 INFO neutron.services.segments.plugin [-] Segment 1a07cb39-e8a6-4f70-86a3-a78d7a9f7dd0 resource provider aggregate not found 2026-07-02 01:42:13.023 8 INFO neutron.db.l3_hamode_db [None req-5381ac98-bb9b-434c-86d6-3c77958407c3 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] HA network 250fae33-959a-4904-92ac-47ae560bf157 was deleted as no HA routers are present in tenant dc802b1ebe91492ab9cec363e14c2c4c. 2026-07-02 01:42:13.025 8 INFO neutron.services.segments.plugin [-] Segment 1a07cb39-e8a6-4f70-86a3-a78d7a9f7dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a07cb39-e8a6-4f70-86a3-a78d7a9f7dd0 found for delete ", "request_id": "req-51a37605-3780-4aab-8f10-bb13012a8b43"}]} 2026-07-02 01:42:13.029 8 INFO neutron.services.segments.plugin [-] Segment 1a07cb39-e8a6-4f70-86a3-a78d7a9f7dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a07cb39-e8a6-4f70-86a3-a78d7a9f7dd0 found for delete ", "request_id": "req-f7e264a1-0a79-40a2-907c-c1ec067ad085"}]} [pid: 8|app: 0|req: 796/1607] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:12 2026] DELETE /v2.0/routers/477af9aa-dbc6-4def-b015-2950dd5f1b40 => generated 0 bytes in 1020 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:13.738 7 INFO neutron.services.segments.plugin [-] Segment 009d98ca-5a9e-449e-8213-e6679f350bf3 resource provider aggregate not found 2026-07-02 01:42:13.748 7 INFO neutron.services.segments.plugin [-] Segment 009d98ca-5a9e-449e-8213-e6679f350bf3 resource provider aggregate not found 2026-07-02 01:42:13.764 7 INFO neutron.services.segments.plugin [-] Segment 009d98ca-5a9e-449e-8213-e6679f350bf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 009d98ca-5a9e-449e-8213-e6679f350bf3 found for delete ", "request_id": "req-6f86c08a-4fcb-4491-ab34-40da60080f10"}]} [pid: 8|app: 0|req: 797/1608] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:42:13 2026] POST /v2.0/ports => generated 1506 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:42:13.775 7 INFO neutron.services.segments.plugin [-] Segment 009d98ca-5a9e-449e-8213-e6679f350bf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 009d98ca-5a9e-449e-8213-e6679f350bf3 found for delete ", "request_id": "req-708990ad-18ef-45c1-bc47-5c41762b2529"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 812/1609] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:42:12 2026] PUT /v2.0/ports/fd49b16d-3917-4218-9508-f8341eb20130 => generated 1274 bytes in 1086 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: 813/1610] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:13 2026] GET /v2.0/ports?device_id=477af9aa-dbc6-4def-b015-2950dd5f1b40 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1611] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:13 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:13.839 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f70b65b6-e99e-4a88-9ae8-e53a0829f46a'] response: {'name': 'network-changed', 'server_uuid': '322147b3-7c88-4aea-96e2-ca8fe67b597d', 'tag': 'fd49b16d-3917-4218-9508-f8341eb20130', 'status': 'completed', 'code': 200} 2026-07-02 01:42:13.843 8 INFO neutron.api.v2.resource [None req-37720d89-e37d-4861-a2fc-1c1c2e734ba9 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1612] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:13 2026] DELETE /v2.0/routers/477af9aa-dbc6-4def-b015-2950dd5f1b40 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1613] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:13 2026] GET /v2.0/ports?device_id=bdb45fd7-0e0a-4d13-8290-c15ce351593b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:13.902 8 INFO neutron.api.v2.resource [None req-25507d75-79a2-4e06-99d2-03cae6405fd6 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1614] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:13 2026] DELETE /v2.0/routers/bdb45fd7-0e0a-4d13-8290-c15ce351593b => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:13.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bc48a5b-10ab-427a-8d64-0b7deb3dc8f8 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1615] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:13 2026] DELETE /v2.0/subnets/469041c2-b02b-4935-8407-cdfcfeceeedc => 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: 814/1616] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:42:13 2026] GET /v2.0/ports => generated 1506 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1617] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:13 2026] GET /v2.0/ports?device_id=e1f3fd4a-1c6c-4392-92bb-99cf058a5652 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:13.976 8 INFO neutron.api.v2.resource [None req-99f8d409-1275-4c7a-9270-abfd8b4331eb b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1618] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:13 2026] DELETE /v2.0/routers/e1f3fd4a-1c6c-4392-92bb-99cf058a5652 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:13.995 8 INFO neutron.pecan_wsgi.hooks.translation [None req-756cd287-03b8-4b39-bba0-21e0c0625ca2 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 805/1619] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:13 2026] DELETE /v2.0/subnets/fd061cf3-ebcd-423b-95ba-200f8c4d88de => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1620] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:14 2026] GET /v2.0/ports?device_id=80440fbf-236b-40d6-958e-ca684e0fd716 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:14.045 8 INFO neutron.api.v2.resource [None req-3a28b5ee-db63-46aa-9e28-bd39f3071786 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 807/1621] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:14 2026] DELETE /v2.0/routers/80440fbf-236b-40d6-958e-ca684e0fd716 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:14.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-275265cf-d4ad-4b62-99e2-9850229c003d 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] TaaS: Handle Delete Port: ec54c891-b25f-475d-bb80-4adcda2eeb84 2026-07-02 01:42:14.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-275265cf-d4ad-4b62-99e2-9850229c003d 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Tap Mirror: Handle Delete Port: ec54c891-b25f-475d-bb80-4adcda2eeb84 2026-07-02 01:42:14.074 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e77bdb35-7ff2-4daa-a20a-00dc719731a9 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 808/1622] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:14 2026] DELETE /v2.0/subnets/f191d725-60ef-44e6-9558-e141f494bdf2 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:14.115 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d7b08d0-f698-41ad-8794-963824bd9595 b33f4f8cccd24f56b2c5b455663aac7f dc802b1ebe91492ab9cec363e14c2c4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 809/1623] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:14 2026] DELETE /v2.0/subnets/28a292bd-bf14-458e-96ba-391ad2b207ae => generated 136 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1624] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:13 2026] DELETE /v2.0/ports/ec54c891-b25f-475d-bb80-4adcda2eeb84 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:14.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-560be913-cf46-4297-8f81-acce179b5e0f 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] TaaS: Handle Delete Port: 7f4135a8-daba-468e-a528-59420ddd0b4f 2026-07-02 01:42:14.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-560be913-cf46-4297-8f81-acce179b5e0f 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Tap Mirror: Handle Delete Port: 7f4135a8-daba-468e-a528-59420ddd0b4f [pid: 7|app: 0|req: 816/1625] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:14 2026] DELETE /v2.0/ports/7f4135a8-daba-468e-a528-59420ddd0b4f => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1626] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:42:14 2026] GET /v2.0/ports?tenant_id=6d1698eab6154fcfbce3911898d289bc&device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1277 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1627] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:42:14 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) 2026-07-02 01:42:14.557 8 INFO neutron.db.segments_db [None req-e3f524c4-06cb-47a1-97ef-496d68418abb 30e193f321f44c2e9625323c1a3d4d23 ce453d32d9a745e1b7488183469a8c95 - - default default] Added segment 60f96931-970a-4510-a904-17955a7ecd18 of type vxlan for network 6e5a925a-0505-4f1e-90cc-59bb1bf92e21 [pid: 7|app: 0|req: 821/1630] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:42:14 2026] GET /v2.0/networks?tenant_id=6d1698eab6154fcfbce3911898d289bc&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:14.646 7 INFO neutron.db.segments_db [None req-43fe194d-80f9-4434-8286-504a912f828d 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Added segment 12d1f503-fb43-4705-9abb-84dfb0fea72d of type vxlan for network 7755fa7f-0561-4b2f-aeee-2e2bced2be00 [pid: 8|app: 0|req: 810/1631] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:14 2026] POST /v2.0/networks => generated 631 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1632] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:42:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1633] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:14 2026] POST /v2.0/networks => generated 653 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1634] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:14 2026] GET /v2.0/security-groups?tenant_id=dc802b1ebe91492ab9cec363e14c2c4c&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:14.922 7 INFO neutron.db.segments_db [None req-80961f10-74a9-4837-82fd-480606f3fad0 12fd99f247e44f41824da674a0ab5273 61f97d01278546f78715a2dd6a3a69e7 - - default default] Added segment 6ff89853-9bc6-4bb1-87f1-d436df6f775c of type vxlan for network 9da307ec-b620-4318-be3b-f9ea0d93166d [pid: 8|app: 0|req: 812/1635] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:14 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1636] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:14 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1008 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1637] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:14 2026] POST /v2.0/networks => generated 653 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:15.068 7 INFO neutron.db.segments_db [None req-c677a562-d7b1-4501-b13b-17697efb1b8d 30e193f321f44c2e9625323c1a3d4d23 ce453d32d9a745e1b7488183469a8c95 - - default default] Added segment a13bb52f-8ae1-4fa9-9f75-87863829c1d0 of type vxlan for network 5d3376f8-9a47-48f2-ab80-ef08ca665738 [pid: 8|app: 0|req: 814/1638] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:14 2026] DELETE /v2.0/security-groups/1a18c363-0e44-411f-a008-77f2c7357b8e => 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: 815/1639] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&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: 825/1640] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:15 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1641] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:15 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:15.485 7 INFO neutron.db.segments_db [None req-e0a9142b-4b7c-4c6e-bc6e-cc1367c1175b 30e193f321f44c2e9625323c1a3d4d23 ce453d32d9a745e1b7488183469a8c95 - - default default] Added segment 9dc2fdae-eaa4-46e7-881b-d71b0102aca1 of type vxlan for network d8f76d55-432e-4006-8c4d-380bc8b8396c [pid: 7|app: 0|req: 826/1642] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:15 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1643] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:15 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1644] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/ports?tenant_id=6d1698eab6154fcfbce3911898d289bc&device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:15.948 7 INFO neutron.db.segments_db [None req-0d532654-023c-454e-8f66-3d339442445f 30e193f321f44c2e9625323c1a3d4d23 ce453d32d9a745e1b7488183469a8c95 - - default default] Added segment 2234dbe7-cbeb-4a33-a492-ac547ac997e8 of type vxlan for network 53c061b9-0825-4ad3-9ce2-d71456639f23 [pid: 7|app: 0|req: 829/1645] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:15 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1646] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:15 2026] POST /v2.0/subnets => generated 1324 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1647] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fd49b16d-3917-4218-9508-f8341eb20130 => 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: 831/1648] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/subnets => generated 1960 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1649] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/subnets?id=b623ca41-e200-46c2-8570-bc2919ea0156 => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1650] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:16 2026] POST /v2.0/subnets => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1651] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/subnets/2a4a26e7-c8d3-475d-a67c-5eedd30695ec => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1652] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/ports?network_id=67ccf1b8-c083-4ee0-9038-6d035f45d02b&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: 834/1653] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:16.413 8 INFO neutron.db.segments_db [None req-a5027bd1-c877-4512-9a04-69d5b3d1c6d0 30e193f321f44c2e9625323c1a3d4d23 ce453d32d9a745e1b7488183469a8c95 - - default default] Added segment 3ce19d59-efad-4236-8947-05684da25977 of type vxlan for network 301935f7-514c-4201-bc68-78a806cb776b [pid: 8|app: 0|req: 820/1654] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:16 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1655] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/subnets/161b23bc-418d-4e3b-be49-f8094658f6c5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1656] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/networks/67ccf1b8-c083-4ee0-9038-6d035f45d02b?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: 836/1657] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1658] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1659] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:42:16 2026] GET /v2.0/networks/67ccf1b8-c083-4ee0-9038-6d035f45d02b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:16.782 7 INFO neutron.services.segments.plugin [-] Segment 6ff89853-9bc6-4bb1-87f1-d436df6f775c resource provider aggregate not found 2026-07-02 01:42:16.789 7 INFO neutron.services.segments.plugin [-] Segment 6ff89853-9bc6-4bb1-87f1-d436df6f775c resource provider aggregate not found [pid: 7|app: 0|req: 839/1660] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/networks/9da307ec-b620-4318-be3b-f9ea0d93166d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:16.809 7 INFO neutron.services.segments.plugin [-] Segment 6ff89853-9bc6-4bb1-87f1-d436df6f775c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff89853-9bc6-4bb1-87f1-d436df6f775c found for delete ", "request_id": "req-d165ee81-7608-45b1-a062-d23fb9f302dd"}]} 2026-07-02 01:42:16.821 7 INFO neutron.services.segments.plugin [-] Segment 6ff89853-9bc6-4bb1-87f1-d436df6f775c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff89853-9bc6-4bb1-87f1-d436df6f775c found for delete ", "request_id": "req-f1d45829-175f-4c88-8786-890238492190"}]} [pid: 8|app: 0|req: 822/1661] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:16 2026] POST /v2.0/subnets => generated 629 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1662] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:42:16 2026] PUT /v2.0/subnets/ad113ac9-94bb-482b-a48c-51e047fd7349/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1663] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/networks/7755fa7f-0561-4b2f-aeee-2e2bced2be00 => 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: 824/1664] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:42:16 2026] PUT /v2.0/subnets/0fd2f207-965f-4b8e-88f6-649c07f8e2fd/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1665] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:42:17 2026] PUT /v2.0/subnets/dba078b3-aa91-4915-bcd5-55a14f71ccad/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: 841/1666] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/networks/15df08f2-8ddd-4d16-baa6-52a9140b1091 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1667] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:42:17 2026] PUT /v2.0/subnets/86a902ec-6988-4b03-8b87-1a61456beff3/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1668] 10.0.0.197 () {32 vars in 664 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1669] 10.0.0.197 () {32 vars in 678 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1670] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1671] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:17 2026] DELETE /v2.0/networks/90908b95-ec03-46a1-a961-f3d0d4da5fb5 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1672] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1673] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1674] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1675] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1676] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1677] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1678] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&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: 845/1679] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:17 2026] DELETE /v2.0/subnets/ad113ac9-94bb-482b-a48c-51e047fd7349 => 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: 835/1680] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:17 2026] DELETE /v2.0/subnets/0fd2f207-965f-4b8e-88f6-649c07f8e2fd => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1681] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:17 2026] DELETE /v2.0/subnets/dba078b3-aa91-4915-bcd5-55a14f71ccad => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1682] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/security-groups?tenant_id=61f97d01278546f78715a2dd6a3a69e7&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1683] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/subnets/86a902ec-6988-4b03-8b87-1a61456beff3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1684] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/security-groups/4cb2324a-7096-4b81-8c3e-5f8a7b42e591 => 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: 838/1685] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/subnets/809960b2-e066-4198-ac75-2b735e12892b => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:18.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-31ea26f2-c2e6-44ce-a2de-c136b0f755f8 30e193f321f44c2e9625323c1a3d4d23 ce453d32d9a745e1b7488183469a8c95 - - default default] TaaS: Handle Delete Port: 2e534687-df41-4e50-a2d8-17be4708c899 2026-07-02 01:42:18.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31ea26f2-c2e6-44ce-a2de-c136b0f755f8 30e193f321f44c2e9625323c1a3d4d23 ce453d32d9a745e1b7488183469a8c95 - - default default] Tap Mirror: Handle Delete Port: 2e534687-df41-4e50-a2d8-17be4708c899 [pid: 7|app: 0|req: 848/1686] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/networks/6e5a925a-0505-4f1e-90cc-59bb1bf92e21 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:18.838 7 INFO neutron.services.segments.plugin [-] Segment 12d1f503-fb43-4705-9abb-84dfb0fea72d resource provider aggregate not found 2026-07-02 01:42:18.860 7 INFO neutron.services.segments.plugin [-] Segment 12d1f503-fb43-4705-9abb-84dfb0fea72d resource provider aggregate not found 2026-07-02 01:42:18.876 7 INFO neutron.services.segments.plugin [-] Segment 12d1f503-fb43-4705-9abb-84dfb0fea72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d1f503-fb43-4705-9abb-84dfb0fea72d found for delete ", "request_id": "req-a3e3bf29-5b8f-4cc6-85fa-ed6a16230033"}]} 2026-07-02 01:42:18.881 8 INFO neutron.services.segments.plugin [-] Segment a13bb52f-8ae1-4fa9-9f75-87863829c1d0 resource provider aggregate not found 2026-07-02 01:42:18.887 8 INFO neutron.services.segments.plugin [-] Segment a13bb52f-8ae1-4fa9-9f75-87863829c1d0 resource provider aggregate not found 2026-07-02 01:42:18.888 7 INFO neutron.services.segments.plugin [-] Segment 12d1f503-fb43-4705-9abb-84dfb0fea72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d1f503-fb43-4705-9abb-84dfb0fea72d found for delete ", "request_id": "req-f9298b1e-8cbe-4687-9f34-3df435142fd9"}]} 2026-07-02 01:42:18.903 7 INFO neutron.services.segments.plugin [-] Segment 29efb5f9-44ae-4425-a2e5-e99d0d236753 resource provider aggregate not found 2026-07-02 01:42:18.904 8 INFO neutron.services.segments.plugin [-] Segment a13bb52f-8ae1-4fa9-9f75-87863829c1d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13bb52f-8ae1-4fa9-9f75-87863829c1d0 found for delete ", "request_id": "req-d3c18b72-44fc-44ed-acb4-26fab0d93cf4"}]} 2026-07-02 01:42:18.914 7 INFO neutron.services.segments.plugin [-] Segment 29efb5f9-44ae-4425-a2e5-e99d0d236753 resource provider aggregate not found 2026-07-02 01:42:18.917 8 INFO neutron.services.segments.plugin [-] Segment a13bb52f-8ae1-4fa9-9f75-87863829c1d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13bb52f-8ae1-4fa9-9f75-87863829c1d0 found for delete ", "request_id": "req-8368b0a3-a7b8-4a91-af54-d5e673aed85f"}]} [pid: 8|app: 0|req: 839/1687] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/networks/5d3376f8-9a47-48f2-ab80-ef08ca665738 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:18.927 7 INFO neutron.services.segments.plugin [-] Segment 29efb5f9-44ae-4425-a2e5-e99d0d236753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29efb5f9-44ae-4425-a2e5-e99d0d236753 found for delete ", "request_id": "req-0bfbb3ea-0ded-4284-9017-461c46a720ee"}]} 2026-07-02 01:42:18.946 7 INFO neutron.services.segments.plugin [-] Segment 7acb8164-db15-4962-bdca-d3b754d21e79 resource provider aggregate not found 2026-07-02 01:42:18.953 7 INFO neutron.services.segments.plugin [-] Segment 29efb5f9-44ae-4425-a2e5-e99d0d236753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29efb5f9-44ae-4425-a2e5-e99d0d236753 found for delete ", "request_id": "req-b69231ca-63cc-42cc-abbc-2c64d1144165"}]} 2026-07-02 01:42:18.971 7 INFO neutron.services.segments.plugin [-] Segment 7acb8164-db15-4962-bdca-d3b754d21e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7acb8164-db15-4962-bdca-d3b754d21e79 found for delete ", "request_id": "req-499d96cb-113b-46a2-866d-bb2744e11e67"}]} 2026-07-02 01:42:18.982 7 INFO neutron.services.segments.plugin [-] Segment 7acb8164-db15-4962-bdca-d3b754d21e79 resource provider aggregate not found 2026-07-02 01:42:18.998 7 INFO neutron.services.segments.plugin [-] Segment 60f96931-970a-4510-a904-17955a7ecd18 resource provider aggregate not found [pid: 7|app: 0|req: 849/1688] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:18 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1008 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:19.011 7 INFO neutron.services.segments.plugin [-] Segment 7acb8164-db15-4962-bdca-d3b754d21e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7acb8164-db15-4962-bdca-d3b754d21e79 found for delete ", "request_id": "req-7ccc7e93-8a94-4985-889d-8069989f2fbe"}]} 2026-07-02 01:42:19.025 7 INFO neutron.services.segments.plugin [-] Segment 60f96931-970a-4510-a904-17955a7ecd18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f96931-970a-4510-a904-17955a7ecd18 found for delete ", "request_id": "req-19b10d6d-6fce-4446-9420-ae337399bb3a"}]} 2026-07-02 01:42:19.034 7 INFO neutron.services.segments.plugin [-] Segment 60f96931-970a-4510-a904-17955a7ecd18 resource provider aggregate not found [pid: 7|app: 0|req: 850/1689] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:19 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:19.064 7 INFO neutron.services.segments.plugin [-] Segment 60f96931-970a-4510-a904-17955a7ecd18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f96931-970a-4510-a904-17955a7ecd18 found for delete ", "request_id": "req-28244398-d147-4e67-bf00-5ea8d4453ce5"}]} [pid: 8|app: 0|req: 840/1690] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/networks/d8f76d55-432e-4006-8c4d-380bc8b8396c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1691] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:19 2026] DELETE /v2.0/networks/53c061b9-0825-4ad3-9ce2-d71456639f23 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1692] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:19 2026] DELETE /v2.0/networks/301935f7-514c-4201-bc68-78a806cb776b => 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: 852/1693] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:42:19 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1277 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1694] 199.204.45.156 () {34 vars in 1124 bytes} [Thu Jul 2 01:42:19 2026] GET /v2.0/security-groups?id=585bbae3-907c-43b7-9603-00058d149a82&id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&fields=id&fields=name => generated 205 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1695] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:20 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1696] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:20 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1697] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:20 2026] GET /v2.0/security-groups?tenant_id=8cedcff57e5c49dbb450c268b30f40b5&name=default => generated 2925 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:20.773 8 INFO neutron.db.segments_db [None req-4e9ae360-c333-4eab-9281-e5db2a5a086f fe9f00f25b4343b3823b493b9a8ac530 bb3e88dd85b7425daaeb42338ec494c8 - - default default] Added segment 7aa6929f-6fc7-4b7f-9bcf-7415ed83ebd8 of type vxlan for network 555b75ca-005f-4ad2-8689-7a0d5fc2f6de [pid: 8|app: 0|req: 844/1698] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:20 2026] POST /v2.0/networks => generated 644 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1699] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:20 2026] GET /v2.0/security-groups?tenant_id=959f9bd9bc8b4ba5a098f208a95281c3&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:20.937 8 INFO neutron.services.segments.plugin [-] Segment 9dc2fdae-eaa4-46e7-881b-d71b0102aca1 resource provider aggregate not found 2026-07-02 01:42:20.948 8 INFO neutron.services.segments.plugin [-] Segment 9dc2fdae-eaa4-46e7-881b-d71b0102aca1 resource provider aggregate not found 2026-07-02 01:42:20.968 8 INFO neutron.services.segments.plugin [-] Segment 9dc2fdae-eaa4-46e7-881b-d71b0102aca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc2fdae-eaa4-46e7-881b-d71b0102aca1 found for delete ", "request_id": "req-253095da-d3db-4efe-b37f-f331d347be3b"}]} 2026-07-02 01:42:20.971 8 INFO neutron.services.segments.plugin [-] Segment 9dc2fdae-eaa4-46e7-881b-d71b0102aca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dc2fdae-eaa4-46e7-881b-d71b0102aca1 found for delete ", "request_id": "req-08c0d2e5-13ae-40fa-9ff2-f35de929b1db"}]} 2026-07-02 01:42:21.006 8 INFO neutron.services.segments.plugin [-] Segment 3ce19d59-efad-4236-8947-05684da25977 resource provider aggregate not found 2026-07-02 01:42:21.014 8 INFO neutron.services.segments.plugin [-] Segment 3ce19d59-efad-4236-8947-05684da25977 resource provider aggregate not found 2026-07-02 01:42:21.045 8 INFO neutron.services.segments.plugin [-] Segment 3ce19d59-efad-4236-8947-05684da25977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce19d59-efad-4236-8947-05684da25977 found for delete ", "request_id": "req-2862e80e-19e0-4b94-b370-ca2864039b55"}]} 2026-07-02 01:42:21.046 8 INFO neutron.services.segments.plugin [-] Segment 3ce19d59-efad-4236-8947-05684da25977 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce19d59-efad-4236-8947-05684da25977 found for delete ", "request_id": "req-9f3add10-4faf-4b15-9ac7-dfd0d97c0936"}]} 2026-07-02 01:42:21.057 7 INFO neutron.services.segments.plugin [-] Segment 2234dbe7-cbeb-4a33-a492-ac547ac997e8 resource provider aggregate not found 2026-07-02 01:42:21.073 7 INFO neutron.services.segments.plugin [-] Segment 2234dbe7-cbeb-4a33-a492-ac547ac997e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2234dbe7-cbeb-4a33-a492-ac547ac997e8 found for delete ", "request_id": "req-070d06bd-0b4c-44c4-94f6-1ff0eb5b55f2"}]} [pid: 8|app: 0|req: 845/1700] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:20 2026] DELETE /v2.0/security-groups/4888e147-b10b-4c26-b5ae-989f68a550d0 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:21.101 7 INFO neutron.services.segments.plugin [-] Segment 2234dbe7-cbeb-4a33-a492-ac547ac997e8 resource provider aggregate not found 2026-07-02 01:42:21.122 7 INFO neutron.services.segments.plugin [-] Segment 2234dbe7-cbeb-4a33-a492-ac547ac997e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2234dbe7-cbeb-4a33-a492-ac547ac997e8 found for delete ", "request_id": "req-cae290a5-29d4-4770-b602-b60f466fca0c"}]} [pid: 8|app: 0|req: 846/1701] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:21 2026] DELETE /v2.0/security-groups/a26e6c4d-4bff-48b5-a79c-5f243a7aceeb => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1702] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:20 2026] POST /v2.0/subnets => generated 641 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1703] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:21 2026] GET /v2.0/security-groups?tenant_id=ce453d32d9a745e1b7488183469a8c95&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:21.344 7 INFO neutron.db.segments_db [None req-f17ec8ea-f9eb-400f-a54d-1d5a93533c76 fe9f00f25b4343b3823b493b9a8ac530 bb3e88dd85b7425daaeb42338ec494c8 - - default default] Added segment a2ead3e6-f177-4103-a863-137b2f81e3b1 of type vxlan for network b5cb9c1c-bc05-4bd0-a331-3c0d490e10f8 [pid: 8|app: 0|req: 848/1704] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:21 2026] DELETE /v2.0/security-groups/4fb5c827-cb37-4e94-9a36-53d3d9f87d60 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1705] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:21 2026] POST /v2.0/networks => generated 644 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1706] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:21 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1707] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:21 2026] GET /v2.0/security-groups?tenant_id=da63613138ee45deb2be61eeb9a45059&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1708] 10.0.0.197 () {34 vars in 743 bytes} [Thu Jul 2 01:42:21 2026] PUT /v2.0/networks/b5cb9c1c-bc05-4bd0-a331-3c0d490e10f8 => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1709] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:21 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1710] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:21 2026] DELETE /v2.0/security-groups/48a07734-cf59-4bba-a8c8-7197d557bdd5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1711] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:21 2026] GET /v2.0/security-groups?tenant_id=b93da981aef745f4a9c1f68da6a70598&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1712] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:21 2026] DELETE /v2.0/security-groups/bd26a098-1a81-442a-9256-6670f8b8840d => 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: 861/1713] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:21 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1714] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 2 01:42:22 2026] PUT /v2.0/subnets/cc957d42-57ff-468e-b120-910411b8b3cc => generated 636 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1715] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:22 2026] DELETE /v2.0/networks/b5cb9c1c-bc05-4bd0-a331-3c0d490e10f8 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:22.506 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de45d54c-ee40-457b-b29f-cf52ea125345 fe9f00f25b4343b3823b493b9a8ac530 bb3e88dd85b7425daaeb42338ec494c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1716] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:22 2026] DELETE /v2.0/networks/b5cb9c1c-bc05-4bd0-a331-3c0d490e10f8 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1717] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1718] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/subnets?network_id=d4714583-7380-45f0-97d3-c39ad180009a => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1719] 10.0.0.197 () {32 vars in 653 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1720] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/networks => generated 1309 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1721] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1722] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1723] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/networks/555b75ca-005f-4ad2-8689-7a0d5fc2f6de => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1724] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/subnets/868de590-9594-4ee3-9706-faadf03fe2f8 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1725] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:22.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c78d6aa-fdaa-42f7-b53a-f2a078e10f7b fe9f00f25b4343b3823b493b9a8ac530 bb3e88dd85b7425daaeb42338ec494c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1726] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:22 2026] DELETE /v2.0/subnets/cc957d42-57ff-468e-b120-910411b8b3cc => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:22.897 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5871e075-f98d-41b4-bff8-0842ef9dfd93 fe9f00f25b4343b3823b493b9a8ac530 bb3e88dd85b7425daaeb42338ec494c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1727] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:22 2026] DELETE /v2.0/networks/b5cb9c1c-bc05-4bd0-a331-3c0d490e10f8 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1728] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:22 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1729] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:22 2026] DELETE /v2.0/subnets/868de590-9594-4ee3-9706-faadf03fe2f8 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:23.122 7 INFO neutron.services.segments.plugin [-] Segment a2ead3e6-f177-4103-a863-137b2f81e3b1 resource provider aggregate not found 2026-07-02 01:42:23.159 7 INFO neutron.services.segments.plugin [-] Segment a2ead3e6-f177-4103-a863-137b2f81e3b1 resource provider aggregate not found 2026-07-02 01:42:23.165 7 INFO neutron.services.segments.plugin [-] Segment a2ead3e6-f177-4103-a863-137b2f81e3b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ead3e6-f177-4103-a863-137b2f81e3b1 found for delete ", "request_id": "req-cbf0aa72-a61d-4f2a-b658-4661dc367a2f"}]} 2026-07-02 01:42:23.189 7 INFO neutron.services.segments.plugin [-] Segment a2ead3e6-f177-4103-a863-137b2f81e3b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ead3e6-f177-4103-a863-137b2f81e3b1 found for delete ", "request_id": "req-117d9f5d-cbea-4519-adb9-8fc76811a39f"}]} [pid: 7|app: 0|req: 870/1730] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:23 2026] DELETE /v2.0/networks/555b75ca-005f-4ad2-8689-7a0d5fc2f6de => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:23.380 8 INFO neutron.db.l3_db [None req-917eeef4-825b-4624-9ef9-96cf4dc96248 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] Floating IP f8ce8ef1-907d-45c7-939f-cba2c8fe878f associated. External IP: 10.96.250.216, port: fd49b16d-3917-4218-9508-f8341eb20130. [pid: 8|app: 0|req: 861/1731] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:42:23 2026] PUT /v2.0/floatingips/f8ce8ef1-907d-45c7-939f-cba2c8fe878f => generated 855 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:23.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7a88297-36be-47ee-bccc-7bf9645efe71'] response: {'name': 'network-changed', 'server_uuid': '322147b3-7c88-4aea-96e2-ca8fe67b597d', 'tag': 'fd49b16d-3917-4218-9508-f8341eb20130', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 871/1732] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:23 2026] GET /v2.0/security-groups?tenant_id=bb3e88dd85b7425daaeb42338ec494c8&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: 862/1733] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:24 2026] DELETE /v2.0/security-groups/3a345577-fc16-405e-8d1b-977567adc6ad => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1734] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/ports?tenant_id=6d1698eab6154fcfbce3911898d289bc&device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1735] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/networks?id=67ccf1b8-c083-4ee0-9038-6d035f45d02b => generated 769 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1736] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fd49b16d-3917-4218-9508-f8341eb20130 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1737] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/subnets?id=b623ca41-e200-46c2-8570-bc2919ea0156 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1738] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/ports?network_id=67ccf1b8-c083-4ee0-9038-6d035f45d02b&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: 865/1739] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/networks/67ccf1b8-c083-4ee0-9038-6d035f45d02b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1740] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/networks/67ccf1b8-c083-4ee0-9038-6d035f45d02b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:25.201 7 INFO neutron.services.segments.plugin [-] Segment 7aa6929f-6fc7-4b7f-9bcf-7415ed83ebd8 resource provider aggregate not found 2026-07-02 01:42:25.214 7 INFO neutron.services.segments.plugin [-] Segment 7aa6929f-6fc7-4b7f-9bcf-7415ed83ebd8 resource provider aggregate not found 2026-07-02 01:42:25.224 7 INFO neutron.services.segments.plugin [-] Segment 7aa6929f-6fc7-4b7f-9bcf-7415ed83ebd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa6929f-6fc7-4b7f-9bcf-7415ed83ebd8 found for delete ", "request_id": "req-3e34bf68-8e02-40f3-8863-04697dae5449"}]} 2026-07-02 01:42:25.231 7 INFO neutron.services.segments.plugin [-] Segment 7aa6929f-6fc7-4b7f-9bcf-7415ed83ebd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aa6929f-6fc7-4b7f-9bcf-7415ed83ebd8 found for delete ", "request_id": "req-223e4af4-7b16-4e63-bdb1-19bbc3701f18"}]} [pid: 8|app: 0|req: 866/1741] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:25 2026] GET /v2.0/security-groups?tenant_id=170f9c8af2464c98bc19565c40af42cd&name=default => generated 2925 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:26.204 7 INFO neutron.db.segments_db [None req-4635635d-8ce3-43da-98ea-34cb3137a3fd 7f17407cb94142c0b7b79bfb7ff6d977 d540ec41f4834b18a94f0bad8688b312 - - default default] Added segment 93bf2776-b23b-44b5-9a46-ec3667115b99 of type vxlan for network 8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8 [pid: 7|app: 0|req: 876/1742] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:25 2026] POST /v2.0/networks => generated 632 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1743] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:26 2026] DELETE /v2.0/security-groups/47442844-3f60-4356-b203-135ca695bdeb => 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: 868/1744] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:42:26 2026] PUT /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1745] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:26 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:26.568 7 INFO neutron.db.segments_db [None req-c13da27c-3c6c-43a5-b792-209d072462f0 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] Added segment 192ea496-839a-4986-b735-7a2139521ee5 of type vxlan for network 02ac3efe-61f3-4949-9598-83bccb08df94 [pid: 8|app: 0|req: 870/1746] 10.0.0.197 () {34 vars in 764 bytes} [Thu Jul 2 01:42:26 2026] PUT /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags/green => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1747] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:26 2026] POST /v2.0/networks => generated 645 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1748] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:26 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/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: 872/1749] 10.0.0.197 () {34 vars in 760 bytes} [Thu Jul 2 01:42:26 2026] PUT /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags/red => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1750] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:26 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/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: 874/1751] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 2 01:42:26 2026] PUT /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1752] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:26 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1753] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:42:26 2026] POST /v2.0/ports => generated 775 bytes in 349 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: 876/1754] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:42:26 2026] PUT /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1755] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:27 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:27.073 7 INFO neutron.db.segments_db [None req-cd5bafd8-ceb6-4ac5-aafe-03aab7ab8c04 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] Added segment a6d63533-0873-48d5-bc53-b66321dde14b of type vxlan for network e8195dac-26e7-4baa-864b-3df01000f521 [pid: 8|app: 0|req: 878/1756] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 2 01:42:27 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:27.163 8 INFO neutron.api.v2.resource [None req-7fe9cc6a-f245-4689-a2bb-7d94eba8e55a 7f17407cb94142c0b7b79bfb7ff6d977 d540ec41f4834b18a94f0bad8688b312 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 879/1757] 10.0.0.197 () {32 vars in 745 bytes} [Thu Jul 2 01:42:27 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1758] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:27 2026] POST /v2.0/networks => generated 632 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1759] 10.0.0.197 () {32 vars in 744 bytes} [Thu Jul 2 01:42:27 2026] DELETE /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1760] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:27 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:27.353 8 INFO neutron.api.v2.resource [None req-b3d80fc4-e83d-4848-a00a-eaf926319f5b 7f17407cb94142c0b7b79bfb7ff6d977 d540ec41f4834b18a94f0bad8688b312 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 882/1761] 10.0.0.197 () {32 vars in 748 bytes} [Thu Jul 2 01:42:27 2026] DELETE /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1762] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:27 2026] DELETE /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1763] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:27 2026] GET /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8/tags => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1764] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:27 2026] POST /v2.0/subnets => generated 626 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:27.640 8 INFO neutron.services.segments.plugin [-] Segment 93bf2776-b23b-44b5-9a46-ec3667115b99 resource provider aggregate not found 2026-07-02 01:42:27.646 8 INFO neutron.services.segments.plugin [-] Segment 93bf2776-b23b-44b5-9a46-ec3667115b99 resource provider aggregate not found 2026-07-02 01:42:27.668 8 INFO neutron.services.segments.plugin [-] Segment 93bf2776-b23b-44b5-9a46-ec3667115b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93bf2776-b23b-44b5-9a46-ec3667115b99 found for delete ", "request_id": "req-913d3fbb-a739-434d-99e4-e8277d098912"}]} 2026-07-02 01:42:27.670 8 INFO neutron.services.segments.plugin [-] Segment 93bf2776-b23b-44b5-9a46-ec3667115b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93bf2776-b23b-44b5-9a46-ec3667115b99 found for delete ", "request_id": "req-024985ac-3617-4ae3-bd52-e9bccd414598"}]} [pid: 8|app: 0|req: 885/1765] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:27 2026] DELETE /v2.0/networks/8982bf5d-f8cd-4c24-a4ee-01a92c95e5b8 => 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: 881/1766] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:42:27 2026] POST /v2.0/ports => generated 949 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:28.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf28fc95-0429-4dad-818d-b6800179fde5 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] TaaS: Handle Delete Port: d16c2307-f3ba-4148-958a-d44046f5e4be 2026-07-02 01:42:28.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf28fc95-0429-4dad-818d-b6800179fde5 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] Tap Mirror: Handle Delete Port: d16c2307-f3ba-4148-958a-d44046f5e4be [pid: 8|app: 0|req: 886/1767] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:27 2026] DELETE /v2.0/ports/d16c2307-f3ba-4148-958a-d44046f5e4be => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:42:28.260 7 INFO neutron.pecan_wsgi.hooks.translation [None req-156f36d5-a993-4453-ad51-d53fc1c2bd34 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1768] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:28 2026] DELETE /v2.0/ports/d16c2307-f3ba-4148-958a-d44046f5e4be => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:28.298 8 INFO neutron.pecan_wsgi.hooks.translation [None req-daddfd3c-26a8-4272-bff7-ccc077b56723 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1769] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:42:28 2026] GET /v2.0/ports/d16c2307-f3ba-4148-958a-d44046f5e4be => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1770] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:28 2026] DELETE /v2.0/subnets/5e54bfd8-d9d8-4f41-943c-be2fc9624b81 => 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: 888/1771] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:28 2026] GET /v2.0/security-groups?tenant_id=d89ae6a8b1e74013a0bdd47289046d71&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:28.689 7 INFO neutron.db.segments_db [None req-cf80bb93-0751-4bf8-8740-f2cbe816a4f7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 9727606c-a2bf-40ee-b141-37b9726d4ee8 of type vxlan for network 66a19731-1d1b-488d-8b82-fd9e7cd210b3 [pid: 7|app: 0|req: 884/1772] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:42:28 2026] POST /v2.0/networks => generated 739 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1773] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:28 2026] DELETE /v2.0/networks/e8195dac-26e7-4baa-864b-3df01000f521 => 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: 885/1774] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:28 2026] DELETE /v2.0/security-groups/0fd6222f-edbe-4417-8cb0-d4525d72fd73 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:28.907 7 INFO neutron.db.segments_db [None req-2f52dc2d-b979-4ab1-b5e0-c8706293bb46 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] Added segment 4a386bca-cfca-413b-8f6b-2a1f7e274125 of type vxlan for network 1d510f1e-18e3-4d53-adea-da0cd8ac4194 [pid: 7|app: 0|req: 886/1775] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:28 2026] POST /v2.0/networks => generated 629 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1776] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:28 2026] POST /v2.0/subnets => generated 686 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1777] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:29 2026] GET /v2.0/security-groups?tenant_id=d540ec41f4834b18a94f0bad8688b312&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:29.088 7 INFO neutron.db.segments_db [None req-8e608aea-a772-464c-8bde-2ff45c1de892 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Added segment 26373432-8508-4669-8394-9d7c417b9d31 of type vxlan for network de50d8d6-8448-4515-b5fd-d71bd27ac13a [pid: 8|app: 0|req: 891/1778] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:29 2026] POST /v2.0/subnets => generated 626 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1779] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:29 2026] DELETE /v2.0/security-groups/150a6d24-a3ed-411a-91b3-bfcb3dadef2a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:29.468 7 INFO neutron.db.l3_hamode_db [None req-8e608aea-a772-464c-8bde-2ff45c1de892 4daff0af70184e62b2accaa623050ea9 fb2cd141672d45cab7545d0c4a7ee413 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:42:29.699 8 INFO neutron.services.segments.plugin [-] Segment a6d63533-0873-48d5-bc53-b66321dde14b resource provider aggregate not found 2026-07-02 01:42:29.712 8 INFO neutron.services.segments.plugin [-] Segment a6d63533-0873-48d5-bc53-b66321dde14b resource provider aggregate not found 2026-07-02 01:42:29.739 8 INFO neutron.services.segments.plugin [-] Segment a6d63533-0873-48d5-bc53-b66321dde14b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d63533-0873-48d5-bc53-b66321dde14b found for delete ", "request_id": "req-bfed28bb-7fa5-438a-8f0b-79f6eea80a98"}]} 2026-07-02 01:42:29.741 8 INFO neutron.services.segments.plugin [-] Segment a6d63533-0873-48d5-bc53-b66321dde14b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d63533-0873-48d5-bc53-b66321dde14b found for delete ", "request_id": "req-11e31fa3-b238-46b1-90e4-b3e5cb969a73"}]} [pid: 8|app: 0|req: 893/1780] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:42:29 2026] POST /v2.0/ports => generated 915 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:29.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-624cd22b-6d5e-42e2-9cd2-47d0168a2976 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] TaaS: Handle Delete Port: 8e9ba0cb-dee9-4fba-b697-0544e3b4333c 2026-07-02 01:42:29.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-624cd22b-6d5e-42e2-9cd2-47d0168a2976 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] Tap Mirror: Handle Delete Port: 8e9ba0cb-dee9-4fba-b697-0544e3b4333c [pid: 8|app: 0|req: 896/1783] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:29 2026] DELETE /v2.0/ports/8e9ba0cb-dee9-4fba-b697-0544e3b4333c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:30.135 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76bf71cf-7309-423b-8878-0e1c3de051ce 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 897/1784] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:42:30 2026] GET /v2.0/ports/8e9ba0cb-dee9-4fba-b697-0544e3b4333c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1785] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:30 2026] DELETE /v2.0/subnets/492454a5-de5d-4d81-9ea3-a8b1c3fa338a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1786] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:30 2026] DELETE /v2.0/networks/1d510f1e-18e3-4d53-adea-da0cd8ac4194 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:30.440 7 INFO neutron.db.l3_hamode_db [None req-8e608aea-a772-464c-8bde-2ff45c1de892 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 900/1787] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 2 01:42:30 2026] POST /v2.0/ports => generated 775 bytes in 237 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: 901/1788] 10.0.0.197 () {34 vars in 737 bytes} [Thu Jul 2 01:42:30 2026] PUT /v2.0/ports/76809b14-c207-4e79-9e4c-5a29676c588b => generated 752 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:42:30.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-d765d815-78ef-471b-81b6-0614b4cb6e8b 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] TaaS: Handle Delete Port: 76809b14-c207-4e79-9e4c-5a29676c588b 2026-07-02 01:42:30.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d765d815-78ef-471b-81b6-0614b4cb6e8b 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] Tap Mirror: Handle Delete Port: 76809b14-c207-4e79-9e4c-5a29676c588b [pid: 8|app: 0|req: 902/1789] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:30 2026] DELETE /v2.0/ports/76809b14-c207-4e79-9e4c-5a29676c588b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1790] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:42:31 2026] GET /v2.0/ports => generated 778 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:31.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3b661f9-6ae9-48b6-83e8-eabf5417e352 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 904/1791] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:42:31 2026] GET /v2.0/ports/76809b14-c207-4e79-9e4c-5a29676c588b => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1792] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:42:31 2026] GET /v2.0/ports => generated 778 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1793] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:42:31 2026] GET /v2.0/ports/a7b3fef6-f73d-487e-b1db-1544394e341d => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:31.222 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ad739a5-7f06-4fc9-8276-154c8a2d8d79 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1794] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:31 2026] DELETE /v2.0/ports/8e9ba0cb-dee9-4fba-b697-0544e3b4333c => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:31.251 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6aca505-4910-46e0-9133-e577a642ac07 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 908/1795] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:31 2026] DELETE /v2.0/subnets/492454a5-de5d-4d81-9ea3-a8b1c3fa338a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:31.273 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af7ceb64-ae62-43ca-87ed-3360f81a3538 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1796] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:31 2026] DELETE /v2.0/subnets/5e54bfd8-d9d8-4f41-943c-be2fc9624b81 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:31.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8303201-775a-4d48-b9a4-38ed60886338 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] TaaS: Handle Delete Port: a7b3fef6-f73d-487e-b1db-1544394e341d 2026-07-02 01:42:31.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8303201-775a-4d48-b9a4-38ed60886338 3776fb4e046c49069a288e4fc5584f99 71a831ea849a40e59a5f49911da82d99 - - default default] Tap Mirror: Handle Delete Port: a7b3fef6-f73d-487e-b1db-1544394e341d [pid: 7|app: 0|req: 888/1797] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:29 2026] POST /v2.0/routers => generated 726 bytes in 2355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1798] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:31 2026] DELETE /v2.0/ports/a7b3fef6-f73d-487e-b1db-1544394e341d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1799] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:31 2026] DELETE /v2.0/networks/02ac3efe-61f3-4949-9598-83bccb08df94 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:31.765 8 INFO neutron.services.segments.plugin [-] Segment 4a386bca-cfca-413b-8f6b-2a1f7e274125 resource provider aggregate not found 2026-07-02 01:42:31.772 8 INFO neutron.services.segments.plugin [-] Segment 4a386bca-cfca-413b-8f6b-2a1f7e274125 resource provider aggregate not found 2026-07-02 01:42:31.786 8 INFO neutron.services.segments.plugin [-] Segment 4a386bca-cfca-413b-8f6b-2a1f7e274125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a386bca-cfca-413b-8f6b-2a1f7e274125 found for delete ", "request_id": "req-7083dbf3-ce94-4c47-8ff1-d6b8ebfedcfe"}]} 2026-07-02 01:42:31.794 8 INFO neutron.services.segments.plugin [-] Segment 4a386bca-cfca-413b-8f6b-2a1f7e274125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a386bca-cfca-413b-8f6b-2a1f7e274125 found for delete ", "request_id": "req-8ff1f722-fa5d-4ef1-a559-3bb969d0fdee"}]} 2026-07-02 01:42:31.811 8 INFO neutron.services.segments.plugin [-] Segment 192ea496-839a-4986-b735-7a2139521ee5 resource provider aggregate not found 2026-07-02 01:42:31.811 8 INFO neutron.services.segments.plugin [-] Segment 192ea496-839a-4986-b735-7a2139521ee5 resource provider aggregate not found 2026-07-02 01:42:31.832 8 INFO neutron.services.segments.plugin [-] Segment 192ea496-839a-4986-b735-7a2139521ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192ea496-839a-4986-b735-7a2139521ee5 found for delete ", "request_id": "req-b22ecc01-6ca2-4e62-a278-8b57a420ab31"}]} 2026-07-02 01:42:31.832 8 INFO neutron.services.segments.plugin [-] Segment 192ea496-839a-4986-b735-7a2139521ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 192ea496-839a-4986-b735-7a2139521ee5 found for delete ", "request_id": "req-54df6238-f8e0-4225-8d37-dac6f0ce0fba"}]} [pid: 8|app: 0|req: 912/1800] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:32 2026] GET /v2.0/security-groups?tenant_id=71a831ea849a40e59a5f49911da82d99&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1801] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:32 2026] DELETE /v2.0/security-groups/a9cca65f-4fde-4ffc-a282-b9bd29835987 => 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: 889/1802] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:42:31 2026] PUT /v2.0/routers/f0ae2e9b-4b23-4931-8ed7-36b38b171987/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:33.196 8 INFO neutron.db.segments_db [None req-03842892-88e7-4e77-9f08-a94b0374b369 e78e3bbcc5be42eca81a50085716a837 1b34886290cb494f8cf03370ea8cf272 - - default default] Added segment 0c5866a6-b32e-40d3-9b4d-cfc52a55c758 of type vxlan for network 57181056-32ac-4a33-9ba1-a1cf12c0eb61 [pid: 8|app: 0|req: 914/1803] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:32 2026] POST /v2.0/networks => generated 631 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1804] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:42:33 2026] POST /v2.0/ports => generated 743 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1805] 10.0.0.197 () {34 vars in 747 bytes} [Thu Jul 2 01:42:33 2026] PUT /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 25 bytes in 105 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: 891/1806] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:42:33 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 916/1807] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 2 01:42:33 2026] PUT /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags/green => generated 4 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 892/1808] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 917/1809] 10.0.0.197 () {34 vars in 754 bytes} [Thu Jul 2 01:42:34 2026] PUT /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags/red => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 893/1810] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 918/1811] 10.0.0.197 () {34 vars in 776 bytes} [Thu Jul 2 01:42:34 2026] PUT /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags/black.or.white => generated 4 bytes in 103 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: 919/1812] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 52 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 920/1813] 10.0.0.197 () {34 vars in 747 bytes} [Thu Jul 2 01:42:34 2026] PUT /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 37 bytes in 90 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: 921/1814] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 37 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: 8|app: 0|req: 922/1815] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:42:34.862 8 INFO neutron.api.v2.resource [None req-ea5e8844-f131-49f8-82e5-dd8f50009f86 e78e3bbcc5be42eca81a50085716a837 1b34886290cb494f8cf03370ea8cf272 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1816] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1817] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:42:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 508 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: 895/1818] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/security-groups => generated 4529 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1819] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 2 01:42:34 2026] DELETE /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags/red => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 896/1820] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 2 01:42:34 2026] PUT /v2.0/security-groups/e8536877-0d4b-4385-8e80-a01dcc301aa7 => generated 1664 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1821] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:42:34 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 30 bytes in 85 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: 897/1822] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/security-groups/e8536877-0d4b-4385-8e80-a01dcc301aa7 => generated 1664 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:35.149 8 INFO neutron.api.v2.resource [None req-59acf67c-db2f-4b16-8c55-ed1839d77226 e78e3bbcc5be42eca81a50085716a837 1b34886290cb494f8cf03370ea8cf272 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/1823] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:42:35 2026] DELETE /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 898/1824] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:35 2026] DELETE /v2.0/security-groups/e8536877-0d4b-4385-8e80-a01dcc301aa7 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1825] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:42:35 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) 2026-07-02 01:42:35.234 7 INFO neutron.api.v2.resource [None req-98a66724-ac39-44db-a752-0a0df8d5442a 3a1485893212438fb257a40372235cda 4aecb72ad85a4b1e8894248e116ea8d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1826] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:35 2026] DELETE /v2.0/security-groups/e8536877-0d4b-4385-8e80-a01dcc301aa7 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1827] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 2 01:42:35 2026] DELETE /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 0 bytes in 120 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: 928/1828] 10.0.0.197 () {32 vars in 727 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814/tags => generated 12 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 901/1829] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:42:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:42:35.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-4de86088-565f-4c94-845f-f6f278d929f8 e78e3bbcc5be42eca81a50085716a837 1b34886290cb494f8cf03370ea8cf272 - - default default] TaaS: Handle Delete Port: 8f5deba6-4f0b-4cb8-9d80-8d46ff195814 2026-07-02 01:42:35.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4de86088-565f-4c94-845f-f6f278d929f8 e78e3bbcc5be42eca81a50085716a837 1b34886290cb494f8cf03370ea8cf272 - - default default] Tap Mirror: Handle Delete Port: 8f5deba6-4f0b-4cb8-9d80-8d46ff195814 [pid: 7|app: 0|req: 902/1830] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1831] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/networks?id=66a19731-1d1b-488d-8b82-fd9e7cd210b3 => generated 671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1832] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/security-group-rules/645e7387-0719-4d3c-bc59-e87d76696baf => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1833] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:42:35 2026] DELETE /v2.0/ports/8f5deba6-4f0b-4cb8-9d80-8d46ff195814 => 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: 905/1834] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/quotas/fb2cd141672d45cab7545d0c4a7ee413 => 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: 930/1835] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:35.736 7 INFO neutron.services.segments.plugin [-] Segment 0c5866a6-b32e-40d3-9b4d-cfc52a55c758 resource provider aggregate not found 2026-07-02 01:42:35.742 7 INFO neutron.services.segments.plugin [-] Segment 0c5866a6-b32e-40d3-9b4d-cfc52a55c758 resource provider aggregate not found 2026-07-02 01:42:35.761 7 INFO neutron.services.segments.plugin [-] Segment 0c5866a6-b32e-40d3-9b4d-cfc52a55c758 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5866a6-b32e-40d3-9b4d-cfc52a55c758 found for delete ", "request_id": "req-68e0bc2f-535a-4b40-a54f-890ff8c4c89b"}]} [pid: 8|app: 0|req: 931/1836] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/ports?tenant_id=fb2cd141672d45cab7545d0c4a7ee413&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:35.767 7 INFO neutron.services.segments.plugin [-] Segment 0c5866a6-b32e-40d3-9b4d-cfc52a55c758 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5866a6-b32e-40d3-9b4d-cfc52a55c758 found for delete ", "request_id": "req-3128f7e7-8214-4f8c-bdf3-23d8f9e7b9df"}]} [pid: 7|app: 0|req: 906/1837] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:35 2026] DELETE /v2.0/networks/57181056-32ac-4a33-9ba1-a1cf12c0eb61 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1838] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/networks/66a19731-1d1b-488d-8b82-fd9e7cd210b3?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1839] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:42:35 2026] DELETE /v2.0/security-group-rules/645e7387-0719-4d3c-bc59-e87d76696baf => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1840] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/networks/66a19731-1d1b-488d-8b82-fd9e7cd210b3?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: 933/1841] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1842] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => 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: 909/1843] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1844] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-group-rules/b349d95c-7980-4ccd-9f55-214f71f085ad => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1845] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1846] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:42:36 2026] DELETE /v2.0/security-group-rules/b349d95c-7980-4ccd-9f55-214f71f085ad => 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: 911/1847] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1848] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1849] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-group-rules/4981f0cd-903b-4fcb-951e-b0e4c626fa05 => generated 602 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1850] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1851] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:42:36 2026] DELETE /v2.0/security-group-rules/4981f0cd-903b-4fcb-951e-b0e4c626fa05 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1852] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1853] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:36 2026] DELETE /v2.0/security-groups/5b949b30-8773-4fea-a99f-fe06a7abc144 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1854] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1855] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-groups?tenant_id=650d0908f01b4ca89f36c3cf2e34c6d4&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1856] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1857] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:36 2026] DELETE /v2.0/security-groups/43510dce-b3c6-4a1e-a9c0-06f527808a62 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1858] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:37 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1859] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:37 2026] GET /v2.0/security-groups?tenant_id=1b34886290cb494f8cf03370ea8cf272&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1860] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:37 2026] DELETE /v2.0/security-groups/a393b4f8-6234-462e-96ab-f9a6a6bb45e1 => 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: 942/1861] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:37 2026] GET /v2.0/security-groups?tenant_id=4aecb72ad85a4b1e8894248e116ea8d5&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1862] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:37 2026] DELETE /v2.0/security-groups/5b80f04c-1078-424e-ae27-6449ccc26eb2 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1863] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:38 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => 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: 921/1864] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:39 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1865] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/networks?id=66a19731-1d1b-488d-8b82-fd9e7cd210b3 => generated 671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1866] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1867] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:42:40 2026] POST /v2.0/ports => generated 954 bytes in 432 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: 923/1868] 10.0.0.197 () {34 vars in 678 bytes} [Thu Jul 2 01:42:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1869] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:42:41 2026] PUT /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1870] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/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: 926/1871] 10.0.0.197 () {34 vars in 764 bytes} [Thu Jul 2 01:42:41 2026] PUT /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1872] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1873] 10.0.0.153 () {30 vars in 650 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1874] 10.0.0.197 () {34 vars in 760 bytes} [Thu Jul 2 01:42:41 2026] PUT /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1875] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:42:40 2026] PUT /v2.0/ports/b5f47ae9-bc12-4f22-bdd1-970511123132 => generated 1235 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:42:41.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd23ef16-43e8-452b-b7bf-9a0c9678d3b2'] response: {'name': 'network-changed', 'server_uuid': '4d476c0e-19d3-490d-941c-2caf78e7a7cd', 'tag': 'b5f47ae9-bc12-4f22-bdd1-970511123132', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 930/1876] 10.0.0.153 () {30 vars in 724 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/quotas/4c7fd93816b34da4b1062ce9281bfa28/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1877] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1878] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 2 01:42:41 2026] PUT /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1879] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1880] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:42:41 2026] PUT /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1881] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/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: 949/1882] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1883] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:41.718 8 INFO neutron.api.v2.resource [None req-513da1e4-af64-421b-bb61-958b4d922f87 9870cfc7613d45e0b9e30bbb6793ec8b 51441cd4ad854ce4b9b8dedabd187ca6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 950/1884] 10.0.0.197 () {32 vars in 745 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/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: 935/1885] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1886] 10.0.0.197 () {32 vars in 744 bytes} [Thu Jul 2 01:42:41 2026] DELETE /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1887] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:41.869 8 INFO neutron.api.v2.resource [None req-2cb9732b-9a83-46ca-acef-f741f1bb2e38 9870cfc7613d45e0b9e30bbb6793ec8b 51441cd4ad854ce4b9b8dedabd187ca6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 952/1888] 10.0.0.197 () {32 vars in 748 bytes} [Thu Jul 2 01:42:41 2026] DELETE /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1889] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:42:41 2026] DELETE /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1890] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/ports?tenant_id=fb2cd141672d45cab7545d0c4a7ee413&device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1891] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/policies/443440bd-110f-42db-a4ea-775d240f42a8/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1892] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/networks?tenant_id=fb2cd141672d45cab7545d0c4a7ee413&shared=False => generated 767 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1893] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:42:41 2026] DELETE /v2.0/qos/policies/443440bd-110f-42db-a4ea-775d240f42a8 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1894] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:42:42 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: 8|app: 0|req: 956/1895] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:42 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1896] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:42 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1897] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:42 2026] GET /v2.0/security-groups?tenant_id=51441cd4ad854ce4b9b8dedabd187ca6&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1898] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/ports?tenant_id=fb2cd141672d45cab7545d0c4a7ee413&device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1899] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:43 2026] DELETE /v2.0/security-groups/a43b7e26-4cb1-4635-add3-d99a20b223f6 => 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: 942/1900] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b5f47ae9-bc12-4f22-bdd1-970511123132 => 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: 959/1901] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/subnets?id=e4b0c3cd-4070-4ca3-a551-f3a46f16f89b => generated 689 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1902] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/ports?network_id=66a19731-1d1b-488d-8b82-fd9e7cd210b3&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1903] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/networks/66a19731-1d1b-488d-8b82-fd9e7cd210b3?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: 945/1904] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/networks/66a19731-1d1b-488d-8b82-fd9e7cd210b3?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: 960/1905] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/security-groups?tenant_id=bf92ad5f058947ccbb80572efaea5d3c&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1906] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:43 2026] DELETE /v2.0/security-groups/cf06c5de-c8e1-4949-8ea1-ccea56b9c9b7 => 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: 961/1907] 10.0.0.153 () {30 vars in 650 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1908] 10.0.0.153 () {30 vars in 724 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/quotas/4c7fd93816b34da4b1062ce9281bfa28/details => generated 847 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1909] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:43 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => 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: 948/1910] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:44 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1913] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:45 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1914] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:45 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1915] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:45 2026] GET /v2.0/security-groups?tenant_id=4c7fd93816b34da4b1062ce9281bfa28&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1916] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:46 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1917] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:46 2026] DELETE /v2.0/security-groups/e88f1dfd-7897-4083-99f5-3d58536d33a8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1918] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:46 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1919] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:42:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1920] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1921] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1922] 10.0.0.197 () {34 vars in 770 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1923] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1924] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1925] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1926] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 971 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1927] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1928] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&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: 973/1929] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1930] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1931] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1932] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:47.939 8 INFO neutron.api.v2.resource [None req-1976e8c8-d968-4e17-92d4-e7e2d69e8e52 4760753e552646ddb27173a092b1b0b2 fe8e51a789ae46d3839d02e60ce7067d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/1933] 10.0.0.197 () {32 vars in 751 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/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: 959/1934] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:42:47 2026] DELETE /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1935] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:48.085 7 INFO neutron.api.v2.resource [None req-bc12d85c-39c4-4294-9fd3-52aae969126b 4760753e552646ddb27173a092b1b0b2 fe8e51a789ae46d3839d02e60ce7067d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1936] 10.0.0.197 () {32 vars in 754 bytes} [Thu Jul 2 01:42:48 2026] DELETE /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1937] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:42:48 2026] DELETE /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1938] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1939] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:42:48 2026] DELETE /v2.0/subnetpools/ccc84317-85ea-4841-ab41-ea8ce7a9bd74 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1940] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1941] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&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: 963/1942] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/security-groups?tenant_id=fe8e51a789ae46d3839d02e60ce7067d&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1943] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:49 2026] DELETE /v2.0/security-groups/51a3408c-8784-4ca6-b212-027a99e91b69 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1944] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:49 2026] GET /v2.0/security-groups?tenant_id=b947a1cbfbd44de6ac54abb024707c2a&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1945] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:49 2026] DELETE /v2.0/security-groups/1a177ae8-53ae-4a44-93d9-9fbab4ecbe64 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:50.000 7 INFO neutron.db.segments_db [None req-f64dec0d-1ecf-42e5-adf1-1087b09372e2 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Added segment b4eeeac0-f095-4ca1-be30-33fb960dd4b1 of type vxlan for network 2ac489b5-f523-4ba6-91d6-84a23bc76ae3 [pid: 7|app: 0|req: 964/1946] 10.0.0.197 () {34 vars in 671 bytes} [Thu Jul 2 01:42:49 2026] POST /v2.0/networks => generated 632 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:50.154 8 INFO neutron.db.segments_db [None req-b11d6be2-7831-4cac-b509-d86705968b45 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Added segment e496fc2a-190a-4cf5-9567-ad4c7764b6ee of type vxlan for network 63cb0d39-d6e1-450e-a0f9-6477d30fa8cb [pid: 7|app: 0|req: 965/1947] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:50 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1948] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:50 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:50.490 8 INFO neutron.db.l3_hamode_db [None req-b11d6be2-7831-4cac-b509-d86705968b45 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:42:51.432 8 INFO neutron.db.l3_hamode_db [None req-b11d6be2-7831-4cac-b509-d86705968b45 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 967/1949] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:51 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1950] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:51 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&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: 983/1951] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:50 2026] POST /v2.0/routers => generated 694 bytes in 2213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1952] 10.0.0.197 () {32 vars in 776 bytes} [Thu Jul 2 01:42:52 2026] GET /v2.0/subnets?project_id=1290de4275be4dab849c4e8a9065741a&cidr=10.100.0.0%2F28 => generated 14 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1953] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:42:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1954] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:52 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1955] 10.0.0.197 () {32 vars in 784 bytes} [Thu Jul 2 01:42:52 2026] GET /v2.0/subnets?network_id=d4714583-7380-45f0-97d3-c39ad180009a&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1956] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:42:52 2026] GET /v2.0/security-groups?id=7b334bf3-aae9-4dea-8419-bfa6e0ac2f39&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: 971/1957] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:42:52 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:52.947 7 INFO neutron_taas.services.taas.taas_plugin [req-f4c37086-e3b8-417d-ae2c-68a073167877 req-4e15e2cf-7ade-4a27-939f-d65b446f4e2b 82712053797641a8b32041516297907f fb2cd141672d45cab7545d0c4a7ee413 - - default default] TaaS: Handle Delete Port: b5f47ae9-bc12-4f22-bdd1-970511123132 2026-07-02 01:42:52.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f4c37086-e3b8-417d-ae2c-68a073167877 req-4e15e2cf-7ade-4a27-939f-d65b446f4e2b 82712053797641a8b32041516297907f fb2cd141672d45cab7545d0c4a7ee413 - - default default] Tap Mirror: Handle Delete Port: b5f47ae9-bc12-4f22-bdd1-970511123132 [pid: 8|app: 0|req: 987/1958] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:52 2026] POST /v2.0/subnets => generated 657 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1959] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:42:52 2026] DELETE /v2.0/ports/b5f47ae9-bc12-4f22-bdd1-970511123132 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:53.150 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89fadb79-f950-4f44-b7c4-256dbefdf611'] response: {'server_uuid': '4d476c0e-19d3-490d-941c-2caf78e7a7cd', 'name': 'network-vif-deleted', 'tag': 'b5f47ae9-bc12-4f22-bdd1-970511123132', 'status': 'completed', 'code': 200} 2026-07-02 01:42:53.719 7 INFO neutron.db.segments_db [None req-2f220549-788a-4e53-a229-295cefadce80 95a7d9488bcf4e21be2fcf1e0a5850f4 64c86ff6704d427f8144fab86b2efd1f - - default default] Added segment aa11458b-c587-4556-a964-139be5563b29 of type vxlan for network c151be47-8005-4e20-a32c-714c38bb7011 [pid: 7|app: 0|req: 973/1960] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:42:53 2026] POST /v2.0/networks => generated 631 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1961] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:42:53 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1962] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => 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: 976/1963] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:42:54 2026] PUT /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1964] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/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: 978/1965] 10.0.0.197 () {34 vars in 762 bytes} [Thu Jul 2 01:42:54 2026] PUT /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1966] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1967] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 2 01:42:54 2026] PUT /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1968] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1969] 10.0.0.197 () {34 vars in 780 bytes} [Thu Jul 2 01:42:54 2026] PUT /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1970] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1971] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:42:54 2026] PUT /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1972] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1973] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:54.698 7 INFO neutron.api.v2.resource [None req-dff41e1b-2b4a-4afc-8cae-47b1d9b337a7 95a7d9488bcf4e21be2fcf1e0a5850f4 64c86ff6704d427f8144fab86b2efd1f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 987/1974] 10.0.0.197 () {32 vars in 743 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1975] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:42:54 2026] DELETE /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags/red => 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: 989/1976] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:54.901 7 INFO neutron.api.v2.resource [None req-f5fbf505-7fcf-41d7-939b-510826233dbf 95a7d9488bcf4e21be2fcf1e0a5850f4 64c86ff6704d427f8144fab86b2efd1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/1977] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 2 01:42:54 2026] DELETE /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1978] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:42:54 2026] DELETE /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => 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: 992/1979] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c/tags => 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: 993/1980] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:55 2026] DELETE /v2.0/subnets/1ef68b35-3ad8-4480-b25a-145d4ad15b9c => 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: 994/1981] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => 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: 988/1982] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:42:53 2026] PUT /v2.0/routers/e7139b9b-1611-4f23-bc22-7b7c8827ae51/add_router_interface => generated 309 bytes in 2243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:55.368 7 INFO neutron.services.segments.plugin [-] Segment aa11458b-c587-4556-a964-139be5563b29 resource provider aggregate not found 2026-07-02 01:42:55.374 7 INFO neutron.services.segments.plugin [-] Segment aa11458b-c587-4556-a964-139be5563b29 resource provider aggregate not found 2026-07-02 01:42:55.396 7 INFO neutron.services.segments.plugin [-] Segment aa11458b-c587-4556-a964-139be5563b29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa11458b-c587-4556-a964-139be5563b29 found for delete ", "request_id": "req-33999515-4241-48fe-9164-10ff9c5243f9"}]} 2026-07-02 01:42:55.404 7 INFO neutron.services.segments.plugin [-] Segment aa11458b-c587-4556-a964-139be5563b29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa11458b-c587-4556-a964-139be5563b29 found for delete ", "request_id": "req-790e463d-1f01-40ed-9cf0-c675bdea3be7"}]} [pid: 7|app: 0|req: 995/1983] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:42:55 2026] DELETE /v2.0/networks/c151be47-8005-4e20-a32c-714c38bb7011 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1984] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/networks => generated 8659 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1985] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/subnets => generated 6492 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1986] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/routers => generated 2906 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1987] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:42:55 2026] POST /v2.0/security-groups => generated 1675 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1988] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:55 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: 7|app: 0|req: 998/1989] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1990] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1991] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:56 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: 994/1992] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:56 2026] GET /v2.0/ports?device_id=4d476c0e-19d3-490d-941c-2caf78e7a7cd => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:56.540 8 INFO neutron.db.securitygroups_db [None req-6334451e-db6c-4e6a-a73c-0a65c2a34410 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Project 1290de4275be4dab849c4e8a9065741a 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: 999/1993] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:56 2026] GET /v2.0/security-groups?tenant_id=bd9e7489ca264064ac5585c3275640bd&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1994] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1995] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:56 2026] DELETE /v2.0/security-groups/b588f17f-1dcb-4741-abb3-fea6ad044984 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:56.719 8 INFO neutron.db.securitygroups_db [None req-cad8abf7-8793-4c44-84d3-7678c1b6d0d6 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Project 1290de4275be4dab849c4e8a9065741a 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: 996/1996] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:42:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1997] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:42:56 2026] GET /v2.0/security-groups?tenant_id=64c86ff6704d427f8144fab86b2efd1f&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1998] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:42:56 2026] DELETE /v2.0/security-groups/1d78ba63-9908-433c-b0e8-dabf1b1f9ecc => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1999] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/networks => generated 1297 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2000] 10.0.0.86 () {34 vars in 1099 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1114650978&fields=id&tenant_id=1290de4275be4dab849c4e8a9065741a => 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: 1003/2001] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/networks?id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 660 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2002] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/quotas/1290de4275be4dab849c4e8a9065741a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2003] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2004] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1005/2005] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1001/2006] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:57 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => 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: 1002/2007] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:42:59 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:59.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-34c09129-2e4d-4692-b243-d8feae776a21 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 6ef125de-9406-4e0c-b231-56e1194ea32d 2026-07-02 01:42:59.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34c09129-2e4d-4692-b243-d8feae776a21 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 6ef125de-9406-4e0c-b231-56e1194ea32d [pid: 7|app: 0|req: 1006/2010] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:42:58 2026] PUT /v2.0/routers/f0ae2e9b-4b23-4931-8ed7-36b38b171987/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:00.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb4c2189-8a44-4832-ad65-113cde2f61a9 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 83ea3a3e-1d31-4df3-a445-a7adb5506a11 2026-07-02 01:43:00.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb4c2189-8a44-4832-ad65-113cde2f61a9 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 83ea3a3e-1d31-4df3-a445-a7adb5506a11 [pid: 7|app: 0|req: 1007/2011] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:00 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:43:00.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb4c2189-8a44-4832-ad65-113cde2f61a9 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: c2a226aa-21ca-4477-a12e-34e8ba300380 2026-07-02 01:43:00.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb4c2189-8a44-4832-ad65-113cde2f61a9 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: c2a226aa-21ca-4477-a12e-34e8ba300380 2026-07-02 01:43:00.739 8 INFO neutron.services.segments.plugin [-] Segment 26373432-8508-4669-8394-9d7c417b9d31 resource provider aggregate not found 2026-07-02 01:43:00.745 8 INFO neutron.services.segments.plugin [-] Segment 26373432-8508-4669-8394-9d7c417b9d31 resource provider aggregate not found 2026-07-02 01:43:00.760 8 INFO neutron.db.l3_hamode_db [None req-fb4c2189-8a44-4832-ad65-113cde2f61a9 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network de50d8d6-8448-4515-b5fd-d71bd27ac13a was deleted as no HA routers are present in tenant fb2cd141672d45cab7545d0c4a7ee413. 2026-07-02 01:43:00.769 8 INFO neutron.services.segments.plugin [-] Segment 26373432-8508-4669-8394-9d7c417b9d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26373432-8508-4669-8394-9d7c417b9d31 found for delete ", "request_id": "req-75355616-98a0-466c-a29f-aada70a2bc6d"}]} [pid: 8|app: 0|req: 1005/2012] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:42:59 2026] DELETE /v2.0/routers/f0ae2e9b-4b23-4931-8ed7-36b38b171987 => generated 0 bytes in 974 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:43:00.770 8 INFO neutron.services.segments.plugin [-] Segment 26373432-8508-4669-8394-9d7c417b9d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26373432-8508-4669-8394-9d7c417b9d31 found for delete ", "request_id": "req-059e2060-07b6-4c30-a878-e3b031e4acfb"}]} [pid: 7|app: 0|req: 1008/2013] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:00 2026] DELETE /v2.0/subnets/e4b0c3cd-4070-4ca3-a551-f3a46f16f89b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:01.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-da0b314a-f11a-4ef9-980d-5ad9191c5fe0 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 1652e57d-e3b3-40fb-a92b-48abf6b1a0f4 2026-07-02 01:43:01.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da0b314a-f11a-4ef9-980d-5ad9191c5fe0 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 1652e57d-e3b3-40fb-a92b-48abf6b1a0f4 [pid: 8|app: 0|req: 1006/2014] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:00 2026] DELETE /v2.0/networks/66a19731-1d1b-488d-8b82-fd9e7cd210b3 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2015] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:01 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2016] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:01 2026] GET /v2.0/security-groups?tenant_id=fb2cd141672d45cab7545d0c4a7ee413&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: 1010/2017] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:01 2026] DELETE /v2.0/security-groups/7b334bf3-aae9-4dea-8419-bfa6e0ac2f39 => 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: 1008/2018] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:43:02 2026] GET /v2.0/networks?id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2019] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:43:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1290de4275be4dab849c4e8a9065741a => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2020] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:02 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => 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: 1009/2021] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:43:02 2026] POST /v2.0/ports => generated 958 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:02.796 8 INFO neutron.services.segments.plugin [-] Segment 9727606c-a2bf-40ee-b141-37b9726d4ee8 resource provider aggregate not found 2026-07-02 01:43:02.798 8 INFO neutron.services.segments.plugin [-] Segment 9727606c-a2bf-40ee-b141-37b9726d4ee8 resource provider aggregate not found 2026-07-02 01:43:02.817 8 INFO neutron.services.segments.plugin [-] Segment 9727606c-a2bf-40ee-b141-37b9726d4ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9727606c-a2bf-40ee-b141-37b9726d4ee8 found for delete ", "request_id": "req-f56c7e8d-e0f0-4e76-b6af-6043dce352a2"}]} 2026-07-02 01:43:02.820 8 INFO neutron.services.segments.plugin [-] Segment 9727606c-a2bf-40ee-b141-37b9726d4ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9727606c-a2bf-40ee-b141-37b9726d4ee8 found for delete ", "request_id": "req-bd44dd61-cfed-4349-a3e6-8bbbc2dbfd4e"}]} [pid: 7|app: 0|req: 1013/2022] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:43:02 2026] PUT /v2.0/ports/eb2939f5-0941-41f5-aa75-3d8e90a9162e => generated 1239 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:03.279 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88f50cae-2d63-45d4-a539-9720739e9acb'] response: {'name': 'network-changed', 'server_uuid': '04f5f8c1-0500-4d99-a482-7ad496d6f4bc', 'tag': 'eb2939f5-0941-41f5-aa75-3d8e90a9162e', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1010/2023] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2024] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2025] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2026] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2027] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2028] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/networks?tenant_id=1290de4275be4dab849c4e8a9065741a&shared=False => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2029] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2030] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1279 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2031] 10.0.0.197 () {32 vars in 858 bytes} [Thu Jul 2 01:43:03 2026] GET /v2.0/floatingips?floating_network_id=d4714583-7380-45f0-97d3-c39ad180009a&port_id=fd49b16d-3917-4218-9508-f8341eb20130 => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2032] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:04 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2033] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:43:04 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2034] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:04 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2035] 10.0.0.9 () {34 vars in 1118 bytes} [Thu Jul 2 01:43:04 2026] GET /v2.0/security-groups?id=585bbae3-907c-43b7-9603-00058d149a82&id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&fields=id&fields=name => generated 205 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2036] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:04 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => 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: 1019/2037] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=eb2939f5-0941-41f5-aa75-3d8e90a9162e => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2038] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:43:05 2026] GET /v2.0/subnets?id=cac6eb61-cf71-44ce-80b8-4c2b0ed0cf10 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2039] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:43:05 2026] GET /v2.0/ports?network_id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2040] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:43:05 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1021/2041] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:43:05 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2042] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:05 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => 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: 1022/2043] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:05 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2044] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:07 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2045] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:07 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&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: 1023/2046] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:07 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2047] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:43:07 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2048] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:08 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2049] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:08 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&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: 1025/2050] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:08 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2051] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:43:08 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2052] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:09 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2053] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:09 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2054] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:09 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2055] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:43:09 2026] GET /v2.0/security-groups?id=7cdb073f-2f97-48b5-aebd-c39196b39e8c&id=585bbae3-907c-43b7-9603-00058d149a82&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2056] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:43:09 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:10.237 8 INFO neutron_taas.services.taas.taas_plugin [req-5b50f83d-fa6e-494b-a9ed-17d625ac039b req-8d098480-9bd3-438d-b8f9-3f9978193c4b 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] TaaS: Handle Delete Port: fd49b16d-3917-4218-9508-f8341eb20130 2026-07-02 01:43:10.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b50f83d-fa6e-494b-a9ed-17d625ac039b req-8d098480-9bd3-438d-b8f9-3f9978193c4b 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] Tap Mirror: Handle Delete Port: fd49b16d-3917-4218-9508-f8341eb20130 2026-07-02 01:43:10.368 8 INFO neutron.db.l3_db [req-5b50f83d-fa6e-494b-a9ed-17d625ac039b req-8d098480-9bd3-438d-b8f9-3f9978193c4b 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] Floating IP f8ce8ef1-907d-45c7-939f-cba2c8fe878f disassociated. External IP: 10.96.250.216, port: fd49b16d-3917-4218-9508-f8341eb20130. [pid: 7|app: 0|req: 1029/2057] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:10 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2058] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:10 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2059] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:43:10 2026] DELETE /v2.0/ports/fd49b16d-3917-4218-9508-f8341eb20130 => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2060] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:10 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:10.803 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05e29b74-c5be-44ed-a308-2cd45f7b1c9b'] response: {'server_uuid': '322147b3-7c88-4aea-96e2-ca8fe67b597d', 'name': 'network-vif-deleted', 'tag': 'fd49b16d-3917-4218-9508-f8341eb20130', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1030/2061] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:10 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&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: 1032/2062] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:10 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2063] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:11 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:43:11.805 8 INFO neutron.db.l3_db [None req-4a58e161-c9a9-468d-afac-3f0afafd4da5 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Floating IP 919cdd96-6299-4ef1-ae53-31903371e65d associated. External IP: 10.96.250.203, port: eb2939f5-0941-41f5-aa75-3d8e90a9162e. [pid: 8|app: 0|req: 1031/2064] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 2 01:43:10 2026] POST /v2.0/floatingips => generated 856 bytes in 1227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2065] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:12 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => 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: 1034/2066] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:12 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 856 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:12.854 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6d100e3-af68-47f7-9fbc-d65f2a254041'] response: {'name': 'network-changed', 'server_uuid': '04f5f8c1-0500-4d99-a482-7ad496d6f4bc', 'tag': 'eb2939f5-0941-41f5-aa75-3d8e90a9162e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1033/2067] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2068] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/ports?device_id=322147b3-7c88-4aea-96e2-ca8fe67b597d => 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: 1034/2069] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2070] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/networks?id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 756 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2071] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=eb2939f5-0941-41f5-aa75-3d8e90a9162e => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2072] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/subnets?id=cac6eb61-cf71-44ce-80b8-4c2b0ed0cf10 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2073] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/ports?network_id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2074] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1037/2075] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:43:13 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2076] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:14 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2079] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:14 2026] DELETE /v2.0/security-groups/585bbae3-907c-43b7-9603-00058d149a82 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:43:14.626 7 INFO neutron.api.v2.resource [None req-eb949211-55ee-485f-aa3f-d9b79821a866 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/2080] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:43:14 2026] GET /v2.0/security-groups/585bbae3-907c-43b7-9603-00058d149a82 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:43:14.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f0f8c26-6675-4f41-a1ec-7d638afadd71 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] TaaS: Handle Delete Port: c1b6863b-d8ef-4c14-b33d-ea2b4e8c35fd 2026-07-02 01:43:14.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f0f8c26-6675-4f41-a1ec-7d638afadd71 02870f0ba5884bdbb1da0e9bde709c4b 6d1698eab6154fcfbce3911898d289bc - - default default] Tap Mirror: Handle Delete Port: c1b6863b-d8ef-4c14-b33d-ea2b4e8c35fd [pid: 8|app: 0|req: 1039/2081] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:43:14 2026] DELETE /v2.0/floatingips/f8ce8ef1-907d-45c7-939f-cba2c8fe878f => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2082] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:14 2026] DELETE /v2.0/security-groups/7cdb073f-2f97-48b5-aebd-c39196b39e8c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2083] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:15 2026] GET /v2.0/security-groups?tenant_id=345f6c8d3232466d9cc2c82d8a56882f&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2084] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:15 2026] DELETE /v2.0/security-groups/aff73257-4a04-4e12-bd7f-e3d210632640 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:43:15.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-203bf2b5-fac8-4448-8f9d-5959d9bbb709 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: f46f3b27-ed58-4cec-8aac-cfb76e54432e 2026-07-02 01:43:15.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-203bf2b5-fac8-4448-8f9d-5959d9bbb709 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: f46f3b27-ed58-4cec-8aac-cfb76e54432e [pid: 7|app: 0|req: 1044/2085] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:43:15 2026] PUT /v2.0/routers/b8a5638a-43eb-4249-989a-8151f03fb1a5/remove_router_interface => generated 309 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:16.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-88bbbb02-9acd-4fe5-b075-40332281800d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: aabc77e8-aba3-426b-bf12-3ad10b5da494 2026-07-02 01:43:16.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88bbbb02-9acd-4fe5-b075-40332281800d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: aabc77e8-aba3-426b-bf12-3ad10b5da494 2026-07-02 01:43:16.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-88bbbb02-9acd-4fe5-b075-40332281800d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 78409f1c-dee5-4863-ada3-ca69a828ef7a 2026-07-02 01:43:16.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88bbbb02-9acd-4fe5-b075-40332281800d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 78409f1c-dee5-4863-ada3-ca69a828ef7a 2026-07-02 01:43:17.222 8 INFO neutron.services.segments.plugin [-] Segment d6d8ea7f-bc26-4897-95cb-7bb1c5930f48 resource provider aggregate not found 2026-07-02 01:43:17.231 8 INFO neutron.services.segments.plugin [-] Segment d6d8ea7f-bc26-4897-95cb-7bb1c5930f48 resource provider aggregate not found 2026-07-02 01:43:17.244 8 INFO neutron.services.segments.plugin [-] Segment d6d8ea7f-bc26-4897-95cb-7bb1c5930f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d8ea7f-bc26-4897-95cb-7bb1c5930f48 found for delete ", "request_id": "req-2485204d-3dba-4b88-b1c3-fef6f99c6011"}]} 2026-07-02 01:43:17.258 8 INFO neutron.services.segments.plugin [-] Segment d6d8ea7f-bc26-4897-95cb-7bb1c5930f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6d8ea7f-bc26-4897-95cb-7bb1c5930f48 found for delete ", "request_id": "req-e8c420e2-5eaf-40d4-be3d-fedb5aa08f67"}]} 2026-07-02 01:43:17.261 8 INFO neutron.db.l3_hamode_db [None req-88bbbb02-9acd-4fe5-b075-40332281800d 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network a5176c07-f021-4ff0-a0e6-742bfd5c4c5a was deleted as no HA routers are present in tenant 6d1698eab6154fcfbce3911898d289bc. [pid: 8|app: 0|req: 1042/2086] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:16 2026] DELETE /v2.0/routers/b8a5638a-43eb-4249-989a-8151f03fb1a5 => generated 0 bytes in 904 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2087] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:17 2026] DELETE /v2.0/subnets/b623ca41-e200-46c2-8570-bc2919ea0156 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:17.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-7913a5dd-5d2b-4aae-9389-c61371fba814 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 4b0ed20a-9f23-46f9-a48b-6d58b762950c 2026-07-02 01:43:17.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7913a5dd-5d2b-4aae-9389-c61371fba814 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 4b0ed20a-9f23-46f9-a48b-6d58b762950c [pid: 8|app: 0|req: 1043/2088] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:17 2026] DELETE /v2.0/networks/67ccf1b8-c083-4ee0-9038-6d035f45d02b => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:18.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-935ca7ac-0d12-4209-854a-9dcb7ab2dcea 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: ad0d994a-405c-4df3-9869-93062a7c5164 2026-07-02 01:43:18.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-935ca7ac-0d12-4209-854a-9dcb7ab2dcea 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: ad0d994a-405c-4df3-9869-93062a7c5164 [pid: 7|app: 0|req: 1046/2089] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:43:17 2026] PUT /v2.0/routers/c9bac2a1-7588-4619-baac-0ca697987f52/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:19.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-53dc8eb0-c728-4690-9e7b-6b599506b8a7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 00aeaa98-85fa-4c51-bbee-5a1e219e5cba 2026-07-02 01:43:19.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53dc8eb0-c728-4690-9e7b-6b599506b8a7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 00aeaa98-85fa-4c51-bbee-5a1e219e5cba 2026-07-02 01:43:19.277 8 INFO neutron.services.segments.plugin [-] Segment a77f7735-df74-40db-a551-30fd87ec9a88 resource provider aggregate not found 2026-07-02 01:43:19.293 8 INFO neutron.services.segments.plugin [-] Segment a77f7735-df74-40db-a551-30fd87ec9a88 resource provider aggregate not found 2026-07-02 01:43:19.304 8 INFO neutron.services.segments.plugin [-] Segment a77f7735-df74-40db-a551-30fd87ec9a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a77f7735-df74-40db-a551-30fd87ec9a88 found for delete ", "request_id": "req-f868e0e2-31b6-4f19-b96a-ed695cc73f59"}]} 2026-07-02 01:43:19.324 8 INFO neutron.services.segments.plugin [-] Segment a77f7735-df74-40db-a551-30fd87ec9a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a77f7735-df74-40db-a551-30fd87ec9a88 found for delete ", "request_id": "req-f6c6dd1e-ccdd-47c1-b52c-f6fb3c4f5126"}]} 2026-07-02 01:43:19.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-53dc8eb0-c728-4690-9e7b-6b599506b8a7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 6430be02-0b1d-47cd-ad88-58affd47e073 2026-07-02 01:43:19.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53dc8eb0-c728-4690-9e7b-6b599506b8a7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 6430be02-0b1d-47cd-ad88-58affd47e073 2026-07-02 01:43:19.996 8 INFO neutron.db.l3_hamode_db [None req-53dc8eb0-c728-4690-9e7b-6b599506b8a7 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] HA network 81e80f46-9016-49f4-a830-58d95783dc8f was deleted as no HA routers are present in tenant fd7593cef4624f638c0d9fc47da295b3. [pid: 8|app: 0|req: 1044/2090] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:18 2026] DELETE /v2.0/routers/c9bac2a1-7588-4619-baac-0ca697987f52 => generated 0 bytes in 1105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2091] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:20 2026] DELETE /v2.0/subnets/5104ed42-5735-4b67-a70b-bfa493a8b078 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:20.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-91d7d0c6-ee13-4581-a812-1f9a83db4c76 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 2a816e23-0b89-45a0-bfb2-ed6fe4c02159 2026-07-02 01:43:20.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91d7d0c6-ee13-4581-a812-1f9a83db4c76 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 2a816e23-0b89-45a0-bfb2-ed6fe4c02159 2026-07-02 01:43:20.429 8 INFO neutron.db.segments_db [None req-45b5936c-1cd6-4371-b4b4-293d2dfc2402 bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] Added segment c55015ed-f645-4b0c-8cd3-5e5e49d17773 of type vxlan for network ff013ea6-a4aa-427c-886d-689b6280b79e 2026-07-02 01:43:20.535 7 INFO neutron.services.segments.plugin [-] Segment d7f5d6a4-5547-45d4-bbf5-98bcd6dc8e3b resource provider aggregate not found 2026-07-02 01:43:20.540 7 INFO neutron.services.segments.plugin [-] Segment d7f5d6a4-5547-45d4-bbf5-98bcd6dc8e3b resource provider aggregate not found [pid: 8|app: 0|req: 1045/2092] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:20 2026] POST /v2.0/networks => generated 726 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:20.562 7 INFO neutron.services.segments.plugin [-] Segment d7f5d6a4-5547-45d4-bbf5-98bcd6dc8e3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7f5d6a4-5547-45d4-bbf5-98bcd6dc8e3b found for delete ", "request_id": "req-ae832cf0-b538-439b-940f-e1a08107f113"}]} 2026-07-02 01:43:20.562 7 INFO neutron.services.segments.plugin [-] Segment d7f5d6a4-5547-45d4-bbf5-98bcd6dc8e3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7f5d6a4-5547-45d4-bbf5-98bcd6dc8e3b found for delete ", "request_id": "req-62871cd2-360d-4ae8-a360-9c3f2ad52351"}]} [pid: 7|app: 0|req: 1048/2093] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:20 2026] DELETE /v2.0/networks/249a2609-da31-4b62-9490-b11538832619 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2094] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:20 2026] POST /v2.0/subnets => generated 644 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:20.752 7 WARNING neutron.api.v2.base [None req-3d5434c5-ed97-460e-bf96-527f2ea41bbb bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-07-02 01:43:20.753 7 INFO neutron.api.v2.resource [None req-3d5434c5-ed97-460e-bf96-527f2ea41bbb bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1049/2095] 10.0.0.197 () {34 vars in 681 bytes} [Thu Jul 2 01:43:20 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2096] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:20 2026] GET /v2.0/security-groups?tenant_id=fd7593cef4624f638c0d9fc47da295b3&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2097] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:20 2026] DELETE /v2.0/networks/ff013ea6-a4aa-427c-886d-689b6280b79e => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2098] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:20 2026] DELETE /v2.0/security-groups/919cea76-d19e-4c6c-abac-3420b739a50c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:43:21.087 8 INFO neutron.db.segments_db [None req-95f4d464-cdb2-4cce-8f25-c31e769e2d62 bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] Added segment 7a874833-b9a2-4c96-8d95-419e2fd1db9a of type vxlan for network 60b0ec5d-2e7d-4d91-b9f4-353a9ade2e23 [pid: 8|app: 0|req: 1048/2099] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:21 2026] POST /v2.0/networks => generated 726 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2100] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:21 2026] GET /v2.0/security-groups?tenant_id=6d1698eab6154fcfbce3911898d289bc&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:21.335 8 INFO neutron.services.segments.plugin [-] Segment b71bf97b-0366-43be-afc6-a97eb74df167 resource provider aggregate not found 2026-07-02 01:43:21.351 8 INFO neutron.services.segments.plugin [-] Segment b71bf97b-0366-43be-afc6-a97eb74df167 resource provider aggregate not found 2026-07-02 01:43:21.356 8 INFO neutron.services.segments.plugin [-] Segment b71bf97b-0366-43be-afc6-a97eb74df167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b71bf97b-0366-43be-afc6-a97eb74df167 found for delete ", "request_id": "req-f47b6eba-d6c9-4589-8609-c22e40b2aee3"}]} 2026-07-02 01:43:21.372 8 INFO neutron.services.segments.plugin [-] Segment c55015ed-f645-4b0c-8cd3-5e5e49d17773 resource provider aggregate not found 2026-07-02 01:43:21.378 8 INFO neutron.services.segments.plugin [-] Segment b71bf97b-0366-43be-afc6-a97eb74df167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b71bf97b-0366-43be-afc6-a97eb74df167 found for delete ", "request_id": "req-ae6e5917-ce4a-4665-8dfe-1027c684f817"}]} 2026-07-02 01:43:21.395 8 INFO neutron.services.segments.plugin [-] Segment c55015ed-f645-4b0c-8cd3-5e5e49d17773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55015ed-f645-4b0c-8cd3-5e5e49d17773 found for delete ", "request_id": "req-ee95681e-0cbb-4e53-a6a6-26d27c1d09e8"}]} 2026-07-02 01:43:21.402 8 INFO neutron.services.segments.plugin [-] Segment c55015ed-f645-4b0c-8cd3-5e5e49d17773 resource provider aggregate not found [pid: 7|app: 0|req: 1052/2101] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:21 2026] POST /v2.0/subnets => generated 647 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:21.426 8 INFO neutron.services.segments.plugin [-] Segment c55015ed-f645-4b0c-8cd3-5e5e49d17773 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55015ed-f645-4b0c-8cd3-5e5e49d17773 found for delete ", "request_id": "req-90911c63-4bd8-43e7-a7ec-0b10a7ebc560"}]} 2026-07-02 01:43:21.434 7 WARNING neutron.api.v2.base [None req-952d6330-da05-4203-8f30-d9944c069822 bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-07-02 01:43:21.435 7 INFO neutron.api.v2.resource [None req-952d6330-da05-4203-8f30-d9944c069822 bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1050/2102] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:21 2026] DELETE /v2.0/security-groups/f784580c-3b2d-419e-bf98-ea2995ea876d => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2103] 10.0.0.197 () {34 vars in 681 bytes} [Thu Jul 2 01:43:21 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: 7|app: 0|req: 1054/2104] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:43:21 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2105] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:21 2026] DELETE /v2.0/networks/60b0ec5d-2e7d-4d91-b9f4-353a9ade2e23 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2106] 10.0.0.9 () {34 vars in 1038 bytes} [Thu Jul 2 01:43:21 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:21.711 8 INFO neutron.db.segments_db [None req-929e4641-522e-449e-9f1e-23bfd5c6c403 bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] Added segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 of type vxlan for network b99a4a61-8ee5-4894-8a5f-e9a377d2c83f [pid: 8|app: 0|req: 1052/2107] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:21 2026] POST /v2.0/networks => generated 727 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2108] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:21 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2109] 10.0.0.197 () {34 vars in 681 bytes} [Thu Jul 2 01:43:22 2026] POST /v2.0/rbac-policies => generated 324 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2110] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:43:22 2026] GET /v2.0/networks/b99a4a61-8ee5-4894-8a5f-e9a377d2c83f => generated 655 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:23.416 8 INFO neutron.services.segments.plugin [-] Segment 7a874833-b9a2-4c96-8d95-419e2fd1db9a resource provider aggregate not found 2026-07-02 01:43:23.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ca6f398-b8a1-4047-9c98-e1613c43cae4 8f6e3c68c0fe433fbaf004b08758929c 893b257cea3649e182b7ed76c9be8d72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2111] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:43:23 2026] GET /v2.0/networks/b99a4a61-8ee5-4894-8a5f-e9a377d2c83f => generated 138 bytes in 236 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:43:23.444 8 INFO neutron.services.segments.plugin [-] Segment 7a874833-b9a2-4c96-8d95-419e2fd1db9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a874833-b9a2-4c96-8d95-419e2fd1db9a found for delete ", "request_id": "req-1ac5d153-7cab-482f-99b6-59d94eec5245"}]} 2026-07-02 01:43:23.450 8 INFO neutron.services.segments.plugin [-] Segment 7a874833-b9a2-4c96-8d95-419e2fd1db9a resource provider aggregate not found 2026-07-02 01:43:23.466 8 INFO neutron.services.segments.plugin [-] Segment 7a874833-b9a2-4c96-8d95-419e2fd1db9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a874833-b9a2-4c96-8d95-419e2fd1db9a found for delete ", "request_id": "req-1818acab-e96c-4f99-89d7-f9abaa248db4"}]} 2026-07-02 01:43:23.698 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider aggregate not found 2026-07-02 01:43:23.704 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider aggregate not found 2026-07-02 01:43:23.722 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b77da32-70ee-4ab6-8347-ef44c78c5f43 found for delete ", "request_id": "req-f9f9149d-5456-4e46-bcd3-6ed7b2495217"}]} 2026-07-02 01:43:23.727 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b77da32-70ee-4ab6-8347-ef44c78c5f43 found for delete ", "request_id": "req-ace31df4-f202-42fe-b030-58c7f39e20c1"}]} 2026-07-02 01:43:24.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f346856-5697-44bb-bea9-1af95f12b9df bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] TaaS: Handle Delete Port: 72854abf-7a43-48bc-b8c8-89fece93e8ed 2026-07-02 01:43:24.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f346856-5697-44bb-bea9-1af95f12b9df bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] Tap Mirror: Handle Delete Port: 72854abf-7a43-48bc-b8c8-89fece93e8ed [pid: 7|app: 0|req: 1058/2112] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:23 2026] DELETE /v2.0/networks/b99a4a61-8ee5-4894-8a5f-e9a377d2c83f => generated 0 bytes in 1022 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:24.494 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d58c163a-8116-49f6-83e4-6af7b558815e bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/2113] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:24 2026] DELETE /v2.0/subnets/1fb9d23a-12e3-42dd-9fa0-788d8681282e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:43:24.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58152180-194a-4925-94c4-3391c99a2df8 bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1059/2114] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:24 2026] DELETE /v2.0/subnets/caf9d624-c848-42cb-b6a7-7ee61ba85af2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:43:24.534 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98cafae2-9ab8-4977-a4f7-f0bab156c5ae bcd15cde79c44a75ad0bae951d53e5a8 e611d853695341c69d6b2517a116fec9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2115] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:24 2026] DELETE /v2.0/subnets/f226016e-e2e8-4e49-af64-eafcadab6d81 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2116] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:25 2026] GET /v2.0/security-groups?tenant_id=b82e6f4328f34d41b553bf6778f18129&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:25.745 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider aggregate not found 2026-07-02 01:43:25.749 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider aggregate not found [pid: 8|app: 0|req: 1057/2117] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:25 2026] DELETE /v2.0/security-groups/3e2a0598-0431-42aa-a9a0-1d3dda5ec229 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:43:25.760 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b77da32-70ee-4ab6-8347-ef44c78c5f43 found for delete ", "request_id": "req-afa06e6c-2f25-4287-85ac-f4a6aa281578"}]} 2026-07-02 01:43:25.772 7 INFO neutron.services.segments.plugin [-] Segment 2b77da32-70ee-4ab6-8347-ef44c78c5f43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b77da32-70ee-4ab6-8347-ef44c78c5f43 found for delete ", "request_id": "req-31d905fb-cc20-4984-936a-5350d3d2548c"}]} [pid: 7|app: 0|req: 1061/2118] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:25 2026] GET /v2.0/security-groups?tenant_id=893b257cea3649e182b7ed76c9be8d72&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2119] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:26 2026] DELETE /v2.0/security-groups/a5cf9f03-2bca-45d7-bbb8-11622ec602b1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2120] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:26 2026] GET /v2.0/security-groups?tenant_id=e611d853695341c69d6b2517a116fec9&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2121] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:26 2026] DELETE /v2.0/security-groups/9a223299-f550-41fb-b995-7df34e33620b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:43:31.453 8 INFO neutron.db.segments_db [None req-ab281e25-ddaf-49c3-bf4d-390738ac4632 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Added segment 1eea399e-a675-4a3d-a7bd-348951b1ac6d of type vxlan for network 8d7db911-82b7-4dc6-b747-0f9e68af9957 [pid: 8|app: 0|req: 1061/2124] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:31 2026] POST /v2.0/networks => generated 631 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:31.618 7 INFO neutron.db.segments_db [None req-736eeb63-ff2c-4b66-82c1-3cc685022af9 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Added segment ecf9a512-aacf-42f4-b199-076344ef7e9f of type vxlan for network c857831f-6750-46ae-a742-84de718aa022 [pid: 7|app: 0|req: 1064/2125] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:31 2026] POST /v2.0/networks => generated 640 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2126] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:43:31 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 1065/2127] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:31 2026] POST /v2.0/subnets => generated 658 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:31.920 8 INFO neutron.db.segments_db [None req-f423703e-af92-4e4e-b53f-7d7df9731634 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Added segment 2c36a422-5fd0-4026-a231-98b61564f05f of type vxlan for network b576b2e5-07e8-46b5-aa73-41382a3da5a8 [pid: 7|app: 0|req: 1066/2128] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 2 01:43:31 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1063/2129] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:31 2026] POST /v2.0/networks => generated 630 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2130] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:31 2026] POST /v2.0/subnets => generated 731 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2131] 10.0.0.197 () {32 vars in 826 bytes} [Thu Jul 2 01:43:32 2026] GET /v2.0/ports?project_id=1290de4275be4dab849c4e8a9065741a&network_id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 3695 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2132] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:43:32 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-07-02 01:43:32.381 7 INFO neutron.db.segments_db [None req-62bc44df-e85c-4972-bf29-3c56de24ee5c bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Added segment 2febbaf8-5c39-46aa-8847-c0fed9fbac68 of type vxlan for network 7c46bdc7-0a48-43f7-b538-b9322e954118 2026-07-02 01:43:32.411 8 INFO neutron.db.segments_db [None req-6a5a13b2-e143-4874-a430-56a398c412f4 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Added segment f34d5819-4478-40a0-b875-24664a7b78c3 of type vxlan for network 94800a87-46a6-454f-ace8-47513a885d03 [pid: 7|app: 0|req: 1069/2133] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:32 2026] POST /v2.0/networks => generated 638 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2134] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:32 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2135] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:32 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2136] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:43:32 2026] GET /v2.0/subnets?network_id=d4714583-7380-45f0-97d3-c39ad180009a => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2137] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:43:32 2026] POST /v2.0/ports => generated 743 bytes in 350 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: 1072/2138] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:32 2026] POST /v2.0/subnets => generated 726 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:32.989 7 INFO neutron.db.segments_db [None req-ed5aed1a-e2ee-435b-b068-819cbac3113b 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Added segment 7c0563ae-84a1-448e-9c4b-8c07ecef5887 of type vxlan for network 16298ccc-3d53-4ba8-87b6-379885f16e7f 2026-07-02 01:43:32.999 8 INFO neutron.db.l3_db [None req-b6b4a937-6084-4268-839b-530dbfa88573 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Floating IP 919cdd96-6299-4ef1-ae53-31903371e65d disassociated. External IP: 10.96.250.203, port: eb2939f5-0941-41f5-aa75-3d8e90a9162e. [pid: 7|app: 0|req: 1073/2139] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:32 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:33.121 7 INFO neutron.db.segments_db [None req-dfddea3d-3c85-44e7-b2bb-003df704a9e1 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Added segment 886049c8-b3cd-4f9d-ba01-70c2949e341f of type vxlan for network 76277494-57ea-4a6a-814d-c0ad91e13d50 [pid: 7|app: 0|req: 1074/2140] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:33 2026] POST /v2.0/networks => generated 637 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2141] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:43:32 2026] PUT /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 554 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:33.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11e556f8-c2cd-4ed1-8ce7-6a2513cd4de2'] response: {'name': 'network-changed', 'server_uuid': '04f5f8c1-0500-4d99-a482-7ad496d6f4bc', 'tag': 'eb2939f5-0941-41f5-aa75-3d8e90a9162e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1075/2142] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:43:33 2026] POST /v2.0/ports => generated 743 bytes in 355 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: 1076/2143] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:33 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2144] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:33 2026] POST /v2.0/subnets => generated 656 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:33.661 7 INFO neutron.db.segments_db [None req-4d882c8e-da93-4f06-8a67-4d2e7efc4834 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Added segment 71076f34-1827-4d6a-b2f7-56328a3cad39 of type vxlan for network 6651a91d-e017-46f6-8fc1-af3e10c70048 [pid: 7|app: 0|req: 1077/2145] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:43:33 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2146] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:33 2026] POST /v2.0/subnets => generated 728 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:33.954 8 INFO neutron.db.segments_db [None req-269c7f73-c87c-44e0-adbd-0b24d2068adc bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Added segment 672002f9-64e1-4c99-8cc5-63499a1c9d74 of type vxlan for network 08524083-5ed1-4ee7-83a1-d569199c37e0 [pid: 7|app: 0|req: 1078/2147] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:43:33 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1079/2148] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2149] 10.0.0.197 () {34 vars in 747 bytes} [Thu Jul 2 01:43:34 2026] PUT /v2.0/ports/437e720c-e910-47ef-8b44-0d04f982b9f3/tags => generated 17 bytes in 60 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: 1081/2150] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/networks?id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 756 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:34.245 8 INFO neutron.db.l3_hamode_db [None req-269c7f73-c87c-44e0-adbd-0b24d2068adc bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1082/2151] 10.0.0.197 () {34 vars in 747 bytes} [Thu Jul 2 01:43:34 2026] PUT /v2.0/ports/d6ca2061-5b57-4091-8e39-2d5f60bfba25/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1083/2152] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=eb2939f5-0941-41f5-aa75-3d8e90a9162e => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2153] 10.0.0.197 () {34 vars in 747 bytes} [Thu Jul 2 01:43:34 2026] PUT /v2.0/ports/06dfbc2c-daaa-4057-a3c9-5495e73948ed/tags => generated 34 bytes in 85 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: 1085/2154] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/subnets?id=cac6eb61-cf71-44ce-80b8-4c2b0ed0cf10 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2155] 10.0.0.197 () {34 vars in 747 bytes} [Thu Jul 2 01:43:34 2026] PUT /v2.0/ports/1e82bf07-91d1-4a54-8c97-abc3b2a35c46/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1087/2156] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/ports?network_id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3&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: 7|app: 0|req: 1088/2157] 10.0.0.197 () {32 vars in 660 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2158] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1090/2159] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2160] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2161] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2162] 10.0.0.197 () {32 vars in 670 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:35.015 8 INFO neutron.db.l3_hamode_db [None req-269c7f73-c87c-44e0-adbd-0b24d2068adc bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1094/2163] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 2 01:43:34 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2164] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 2 01:43:35 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2165] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 2 01:43:35 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2166] 10.0.0.197 () {32 vars in 678 bytes} [Thu Jul 2 01:43:35 2026] GET /v2.0/ports?not-tags-any=blue => 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: 1098/2167] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:35 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 552 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2168] 10.0.0.197 () {32 vars in 690 bytes} [Thu Jul 2 01:43:35 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:35.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-c78e7b87-601d-4972-9b92-217d3869bd60 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] TaaS: Handle Delete Port: 437e720c-e910-47ef-8b44-0d04f982b9f3 2026-07-02 01:43:35.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c78e7b87-601d-4972-9b92-217d3869bd60 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Tap Mirror: Handle Delete Port: 437e720c-e910-47ef-8b44-0d04f982b9f3 [pid: 8|app: 0|req: 1070/2169] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 2 01:43:33 2026] POST /v2.0/routers => generated 685 bytes in 2088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2170] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:43:35 2026] DELETE /v2.0/ports/437e720c-e910-47ef-8b44-0d04f982b9f3 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:36.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-c21859b1-1305-40e2-b8cd-c536a0e42834 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] TaaS: Handle Delete Port: d6ca2061-5b57-4091-8e39-2d5f60bfba25 2026-07-02 01:43:36.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c21859b1-1305-40e2-b8cd-c536a0e42834 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Tap Mirror: Handle Delete Port: d6ca2061-5b57-4091-8e39-2d5f60bfba25 [pid: 7|app: 0|req: 1101/2171] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:43:36 2026] DELETE /v2.0/ports/d6ca2061-5b57-4091-8e39-2d5f60bfba25 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:36.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-d062185f-0446-4f15-aa0c-df0ca6ccc2ee 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] TaaS: Handle Delete Port: 06dfbc2c-daaa-4057-a3c9-5495e73948ed 2026-07-02 01:43:36.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d062185f-0446-4f15-aa0c-df0ca6ccc2ee 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Tap Mirror: Handle Delete Port: 06dfbc2c-daaa-4057-a3c9-5495e73948ed [pid: 7|app: 0|req: 1102/2172] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:43:36 2026] DELETE /v2.0/ports/06dfbc2c-daaa-4057-a3c9-5495e73948ed => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:36.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-55b383e6-5228-40c1-a87c-c7b449f07728 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] TaaS: Handle Delete Port: 1e82bf07-91d1-4a54-8c97-abc3b2a35c46 2026-07-02 01:43:36.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55b383e6-5228-40c1-a87c-c7b449f07728 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Tap Mirror: Handle Delete Port: 1e82bf07-91d1-4a54-8c97-abc3b2a35c46 [pid: 7|app: 0|req: 1103/2173] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:43:36 2026] DELETE /v2.0/ports/1e82bf07-91d1-4a54-8c97-abc3b2a35c46 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:36.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-27c6a102-810f-4399-b65f-a7f1f383df15 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] TaaS: Handle Delete Port: 319e6775-c884-49dc-9dbf-27bb4766e847 2026-07-02 01:43:36.836 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c6a102-810f-4399-b65f-a7f1f383df15 0121d8959af44ef18aee8a59885081dc 50c60b6ad88f4d9cb063aeee432bbf62 - - default default] Tap Mirror: Handle Delete Port: 319e6775-c884-49dc-9dbf-27bb4766e847 [pid: 7|app: 0|req: 1104/2174] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:43:36 2026] DELETE /v2.0/ports/319e6775-c884-49dc-9dbf-27bb4766e847 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2175] 10.0.0.197 () {34 vars in 685 bytes} [Thu Jul 2 01:43:36 2026] POST /v2.0/security-groups => generated 1673 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:43:37.149 7 INFO neutron.services.segments.plugin [-] Segment 1eea399e-a675-4a3d-a7bd-348951b1ac6d resource provider aggregate not found 2026-07-02 01:43:37.158 7 INFO neutron.services.segments.plugin [-] Segment 1eea399e-a675-4a3d-a7bd-348951b1ac6d resource provider aggregate not found 2026-07-02 01:43:37.167 7 INFO neutron.services.segments.plugin [-] Segment 1eea399e-a675-4a3d-a7bd-348951b1ac6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eea399e-a675-4a3d-a7bd-348951b1ac6d found for delete ", "request_id": "req-e0c5626f-7f58-4b3c-8088-254ceda537ed"}]} 2026-07-02 01:43:37.180 7 INFO neutron.services.segments.plugin [-] Segment 1eea399e-a675-4a3d-a7bd-348951b1ac6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eea399e-a675-4a3d-a7bd-348951b1ac6d found for delete ", "request_id": "req-fc2ffb10-8d8b-46e3-babc-665148a244b2"}]} [pid: 7|app: 0|req: 1106/2176] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:37 2026] DELETE /v2.0/networks/8d7db911-82b7-4dc6-b747-0f9e68af9957 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2177] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2178] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:43:35 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/add_router_interface => generated 309 bytes in 1364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2179] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:37 2026] DELETE /v2.0/networks/b576b2e5-07e8-46b5-aa73-41382a3da5a8 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2180] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:37.651 8 INFO neutron.services.segments.plugin [-] Segment f34d5819-4478-40a0-b875-24664a7b78c3 resource provider aggregate not found 2026-07-02 01:43:37.665 8 INFO neutron.services.segments.plugin [-] Segment f34d5819-4478-40a0-b875-24664a7b78c3 resource provider aggregate not found 2026-07-02 01:43:37.673 8 INFO neutron.services.segments.plugin [-] Segment f34d5819-4478-40a0-b875-24664a7b78c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34d5819-4478-40a0-b875-24664a7b78c3 found for delete ", "request_id": "req-217abe35-4c29-440f-9d98-d0824935d614"}]} [pid: 8|app: 0|req: 1073/2181] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:37 2026] DELETE /v2.0/networks/94800a87-46a6-454f-ace8-47513a885d03 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:37.688 8 INFO neutron.services.segments.plugin [-] Segment f34d5819-4478-40a0-b875-24664a7b78c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f34d5819-4478-40a0-b875-24664a7b78c3 found for delete ", "request_id": "req-e0363249-907e-4d79-965a-68fcb0007c0a"}]} [pid: 8|app: 0|req: 1074/2182] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2183] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:37 2026] DELETE /v2.0/networks/16298ccc-3d53-4ba8-87b6-379885f16e7f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2184] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2185] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:43:38 2026] DELETE /v2.0/networks/6651a91d-e017-46f6-8fc1-af3e10c70048 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:43:38.357 8 INFO neutron.db.securitygroups_db [None req-17daf81a-a6fa-4afe-bd64-69d72c7153f5 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Project 1290de4275be4dab849c4e8a9065741a 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: 1078/2186] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:38.512 8 INFO neutron.db.securitygroups_db [None req-d31fe97f-f6ce-4051-91c1-4b224e48675b ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Project 1290de4275be4dab849c4e8a9065741a 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: 1079/2187] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2188] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:43:37 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/add_router_interface => generated 309 bytes in 1646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:39.193 7 INFO neutron.services.segments.plugin [-] Segment 2c36a422-5fd0-4026-a231-98b61564f05f resource provider aggregate not found 2026-07-02 01:43:39.207 7 INFO neutron.services.segments.plugin [-] Segment 2c36a422-5fd0-4026-a231-98b61564f05f resource provider aggregate not found 2026-07-02 01:43:39.221 7 INFO neutron.services.segments.plugin [-] Segment 2c36a422-5fd0-4026-a231-98b61564f05f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c36a422-5fd0-4026-a231-98b61564f05f found for delete ", "request_id": "req-0069bbe0-68fc-4666-b5aa-ebf71a7c7824"}]} [pid: 8|app: 0|req: 1080/2189] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/networks => generated 1297 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:39.242 7 INFO neutron.services.segments.plugin [-] Segment 2c36a422-5fd0-4026-a231-98b61564f05f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c36a422-5fd0-4026-a231-98b61564f05f found for delete ", "request_id": "req-7a463355-7382-4102-ac3e-b39e6d5538f2"}]} [pid: 8|app: 0|req: 1081/2190] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/security-groups?tenant_id=ca1709f097434ddabae9cf446e8b28aa&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2191] 10.0.0.86 () {34 vars in 1097 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-136453390&fields=id&tenant_id=1290de4275be4dab849c4e8a9065741a => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2192] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:39 2026] DELETE /v2.0/security-groups/7b3d277a-093b-4052-bcec-90dad7887b6d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2193] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/networks?id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:39.702 8 INFO neutron.services.segments.plugin [-] Segment 7c0563ae-84a1-448e-9c4b-8c07ecef5887 resource provider aggregate not found 2026-07-02 01:43:39.713 8 INFO neutron.services.segments.plugin [-] Segment 7c0563ae-84a1-448e-9c4b-8c07ecef5887 resource provider aggregate not found [pid: 8|app: 0|req: 1085/2194] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/quotas/1290de4275be4dab849c4e8a9065741a => generated 292 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:39.729 8 INFO neutron.services.segments.plugin [-] Segment 7c0563ae-84a1-448e-9c4b-8c07ecef5887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0563ae-84a1-448e-9c4b-8c07ecef5887 found for delete ", "request_id": "req-0ca09b6c-e743-4d3a-9986-77afe9969e37"}]} 2026-07-02 01:43:39.736 8 INFO neutron.services.segments.plugin [-] Segment 7c0563ae-84a1-448e-9c4b-8c07ecef5887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0563ae-84a1-448e-9c4b-8c07ecef5887 found for delete ", "request_id": "req-75cf6c97-aedd-4bdc-83de-9aad37530acc"}]} 2026-07-02 01:43:39.764 8 INFO neutron.services.segments.plugin [-] Segment 71076f34-1827-4d6a-b2f7-56328a3cad39 resource provider aggregate not found 2026-07-02 01:43:39.769 8 INFO neutron.services.segments.plugin [-] Segment 71076f34-1827-4d6a-b2f7-56328a3cad39 resource provider aggregate not found 2026-07-02 01:43:39.787 8 INFO neutron.services.segments.plugin [-] Segment 71076f34-1827-4d6a-b2f7-56328a3cad39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71076f34-1827-4d6a-b2f7-56328a3cad39 found for delete ", "request_id": "req-24c49043-b2f3-4844-8281-f208efa63648"}]} 2026-07-02 01:43:39.789 8 INFO neutron.services.segments.plugin [-] Segment 71076f34-1827-4d6a-b2f7-56328a3cad39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71076f34-1827-4d6a-b2f7-56328a3cad39 found for delete ", "request_id": "req-e5d14821-0233-4e00-a3b9-ed9aa3b7baa2"}]} [pid: 8|app: 0|req: 1086/2195] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&fields=id => generated 149 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2196] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/security-groups?tenant_id=50c60b6ad88f4d9cb063aeee432bbf62&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2197] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:43:39 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2198] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:39 2026] DELETE /v2.0/security-groups/cf4a9e66-8c07-4019-8ddf-60140b1a4213 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2199] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:43:40 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1091/2200] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:40 2026] GET /v2.0/security-groups?tenant_id=c5fc78d5b1f5475cbd45a8c1cdf43045&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2201] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:40 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1093/2202] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:40 2026] DELETE /v2.0/security-groups/75ccf458-a0cd-4b0d-a379-620cd1165a2e => 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: 1110/2203] 10.0.0.197 () {34 vars in 783 bytes} [Thu Jul 2 01:43:39 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/add_router_interface => generated 309 bytes in 1644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2204] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:43:40 2026] POST /v2.0/security-groups => generated 1628 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2205] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:41 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: 8|app: 0|req: 1095/2206] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2207] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2208] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:41 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2209] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2210] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2211] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2212] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2213] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2214] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:42 2026] POST /v2.0/security-group-rules => generated 599 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2215] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2216] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:42 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1100/2217] 10.0.0.197 () {34 vars in 695 bytes} [Thu Jul 2 01:43:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2218] 10.0.0.86 () {34 vars in 1095 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1303649566&fields=id&tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2219] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 705 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2220] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/quotas/f3c97f1a205345a9b109a0e3d1d99eb6 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2221] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&fields=id => generated 287 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2222] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2223] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1121/2224] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1104/2225] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:43 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2228] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:43:44 2026] GET /v2.0/networks?id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2229] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:43:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1290de4275be4dab849c4e8a9065741a => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2230] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:44 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2231] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:43:44 2026] POST /v2.0/ports => generated 958 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:43:45.319 7 INFO neutron.db.segments_db [None req-77d2cfd7-252a-40f5-8a05-70dba6260d55 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Added segment d26dc557-1626-4ba8-8f79-e6ec60df1acb of type vxlan for network 40737b2c-24fa-47e2-9fbc-adcc4ef09b39 2026-07-02 01:43:45.583 7 INFO neutron.db.l3_hamode_db [None req-77d2cfd7-252a-40f5-8a05-70dba6260d55 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1108/2232] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:43:45 2026] PUT /v2.0/ports/5e99c2d0-806f-41b2-b9a3-035dc61567ff => generated 1239 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:43:45.642 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28d60d16-bb5a-4973-9b82-4265daf91398'] response: {'name': 'network-changed', 'server_uuid': '5d731216-ab11-421c-a8b3-e643e1ddf803', 'tag': '5e99c2d0-806f-41b2-b9a3-035dc61567ff', 'status': 'completed', 'code': 200} 2026-07-02 01:43:45.751 7 INFO neutron.db.l3_hamode_db [None req-77d2cfd7-252a-40f5-8a05-70dba6260d55 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - 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: 1109/2233] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:45 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2234] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:45 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&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: 1111/2235] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:46 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1112/2236] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:43:46 2026] GET /v2.0/networks?tenant_id=1290de4275be4dab849c4e8a9065741a&shared=False => generated 756 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2237] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:43:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2238] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 2 01:43:45 2026] POST /v2.0/routers => generated 474 bytes in 1441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:46.557 8 INFO neutron.db.l3_hamode_db [None req-06e6a8fa-9739-447e-804d-db4e9a6e9865 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:43:46.712 8 INFO neutron.db.l3_hamode_db [None req-06e6a8fa-9739-447e-804d-db4e9a6e9865 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1126/2239] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2240] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2241] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2242] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=5e99c2d0-806f-41b2-b9a3-035dc61567ff => 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: 1114/2243] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 2 01:43:46 2026] POST /v2.0/routers => generated 474 bytes in 947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2244] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/subnets?id=cac6eb61-cf71-44ce-80b8-4c2b0ed0cf10 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:47.481 8 INFO neutron.db.l3_hamode_db [None req-93b356e1-ff3f-4149-b514-a099f44ca674 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1131/2245] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/ports?network_id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2246] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:43:47.611 8 INFO neutron.db.l3_hamode_db [None req-93b356e1-ff3f-4149-b514-a099f44ca674 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1133/2247] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:43:47 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2248] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:43:48 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2249] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:43:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2250] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 2 01:43:47 2026] POST /v2.0/routers => generated 474 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:43:48.273 8 INFO neutron.db.l3_hamode_db [None req-09943e99-401f-4625-9c01-46c71df13305 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:43:48.412 8 INFO neutron.db.l3_hamode_db [None req-09943e99-401f-4625-9c01-46c71df13305 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1136/2251] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:43:48 2026] POST /v2.0/ports => generated 1179 bytes in 463 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: 1137/2252] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:48 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2253] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:43:48 2026] PUT /v2.0/ports/9f33c3f7-3831-4309-b69f-480483c8203e => generated 1460 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: 7|app: 0|req: 1139/2254] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:49 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:49.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79aedc4b-8720-4d78-94a6-a413a5a9a0d1'] response: {'name': 'network-changed', 'server_uuid': 'acec0828-6422-42fe-ac54-71170891077b', 'tag': '9f33c3f7-3831-4309-b69f-480483c8203e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1140/2255] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:49 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1194 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2256] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:49 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2257] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:49 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2258] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:43:49 2026] GET /v2.0/networks?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&shared=False => generated 2375 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2259] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 2 01:43:48 2026] POST /v2.0/routers => generated 474 bytes in 1638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2260] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:43:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:49.912 8 INFO neutron.db.l3_hamode_db [None req-a7cc3b69-6021-4b4f-9453-c0c1eb3f6e26 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:43:50.051 8 INFO neutron.db.l3_hamode_db [None req-a7cc3b69-6021-4b4f-9453-c0c1eb3f6e26 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1145/2261] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:50 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2262] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:50 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2263] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 2 01:43:49 2026] POST /v2.0/routers => generated 474 bytes in 853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2264] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:43:50 2026] PUT /v2.0/routers/7a94b57d-bf31-4b8b-ba07-e8d4182ca99f/tags => generated 17 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2265] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:50 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1463 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2266] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:43:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=9f33c3f7-3831-4309-b69f-480483c8203e => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2267] 199.204.45.156 () {34 vars in 1104 bytes} [Thu Jul 2 01:43:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f3&port_id=9f33c3f7-3831-4309-b69f-480483c8203e => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2268] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:43:50 2026] PUT /v2.0/routers/09945647-2cc2-4754-a122-6653a5d6ff9a/tags => generated 25 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2269] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/subnets?id=34fc881a-5818-4413-bce0-01fc37055d46&id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 1410 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2270] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2271] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:43:51 2026] PUT /v2.0/routers/d5562d01-9d29-47c9-81fb-aa6c1590c728/tags => generated 34 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2272] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2273] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1120/2274] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:43:51 2026] PUT /v2.0/routers/6b97dcab-bdef-4d1b-b6a7-aa1fdc617ccd/tags => generated 19 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2275] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1121/2276] 10.0.0.197 () {32 vars in 664 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2277] 10.0.0.197 () {32 vars in 678 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2278] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2279] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2280] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&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: 1158/2281] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2282] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2283] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2284] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2285] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2286] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:43:51 2026] GET /v2.0/routers/7a94b57d-bf31-4b8b-ba07-e8d4182ca99f => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2287] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:52 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1161/2288] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 2 01:43:52 2026] PUT /v2.0/routers/7a94b57d-bf31-4b8b-ba07-e8d4182ca99f => generated 485 bytes in 645 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2289] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:52 2026] GET /v2.0/ports?device_id=7a94b57d-bf31-4b8b-ba07-e8d4182ca99f => 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: 1128/2290] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:52 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2291] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:52 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:52.876 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6a73c02-24d0-4e6e-a1f2-0dcb73e41ab7 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] TaaS: Handle Delete Port: 4c1614bd-2fe5-455b-bafe-bcd089f85c84 2026-07-02 01:43:52.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6a73c02-24d0-4e6e-a1f2-0dcb73e41ab7 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Tap Mirror: Handle Delete Port: 4c1614bd-2fe5-455b-bafe-bcd089f85c84 [pid: 8|app: 0|req: 1130/2292] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:52 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2293] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:52 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1163/2294] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:52 2026] DELETE /v2.0/routers/7a94b57d-bf31-4b8b-ba07-e8d4182ca99f => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2295] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:43:53 2026] GET /v2.0/routers/09945647-2cc2-4754-a122-6653a5d6ff9a => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:53.419 8 INFO neutron.db.l3_db [None req-c0f4aeb3-2a4d-4a99-8a9d-e1e093ce191b ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Floating IP 919cdd96-6299-4ef1-ae53-31903371e65d associated. External IP: 10.96.250.203, port: 5e99c2d0-806f-41b2-b9a3-035dc61567ff. [pid: 7|app: 0|req: 1165/2296] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 2 01:43:53 2026] PUT /v2.0/routers/09945647-2cc2-4754-a122-6653a5d6ff9a => generated 493 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2297] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:43:52 2026] PUT /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 856 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2298] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:53 2026] GET /v2.0/ports?device_id=09945647-2cc2-4754-a122-6653a5d6ff9a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:43:53.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4afa1c55-304c-4b23-9f5a-fb183e8c2d08'] response: {'name': 'network-changed', 'server_uuid': '5d731216-ab11-421c-a8b3-e643e1ddf803', 'tag': '5e99c2d0-806f-41b2-b9a3-035dc61567ff', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1133/2299] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:53 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:43:53.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-27d8deb8-3aeb-4188-b6f4-96539b696dd0 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] TaaS: Handle Delete Port: a19af250-e2ce-4eec-afa6-836ee5c91e66 2026-07-02 01:43:53.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27d8deb8-3aeb-4188-b6f4-96539b696dd0 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Tap Mirror: Handle Delete Port: a19af250-e2ce-4eec-afa6-836ee5c91e66 [pid: 7|app: 0|req: 1167/2300] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:53 2026] DELETE /v2.0/routers/09945647-2cc2-4754-a122-6653a5d6ff9a => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2301] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/routers/d5562d01-9d29-47c9-81fb-aa6c1590c728 => generated 502 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2302] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/ports?tenant_id=1290de4275be4dab849c4e8a9065741a&device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1136/2303] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1194 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2304] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/networks?id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2305] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2306] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=5e99c2d0-806f-41b2-b9a3-035dc61567ff => generated 859 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2307] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/subnets?id=cac6eb61-cf71-44ce-80b8-4c2b0ed0cf10 => 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: 1141/2308] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/ports?network_id=2ac489b5-f523-4ba6-91d6-84a23bc76ae3&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: 1142/2309] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1143/2310] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3?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: 1144/2311] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2312] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 2 01:43:54 2026] PUT /v2.0/routers/d5562d01-9d29-47c9-81fb-aa6c1590c728 => generated 502 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2313] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:54 2026] GET /v2.0/ports?device_id=d5562d01-9d29-47c9-81fb-aa6c1590c728 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:43:55.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-a554c3f2-108a-4ff4-a071-456d93d52bb2 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] TaaS: Handle Delete Port: 6e50e6fa-a76c-40ad-8cc9-a0a86531d049 2026-07-02 01:43:55.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a554c3f2-108a-4ff4-a071-456d93d52bb2 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Tap Mirror: Handle Delete Port: 6e50e6fa-a76c-40ad-8cc9-a0a86531d049 [pid: 7|app: 0|req: 1169/2314] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:54 2026] DELETE /v2.0/routers/d5562d01-9d29-47c9-81fb-aa6c1590c728 => generated 0 bytes in 427 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2315] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:43:55 2026] GET /v2.0/routers/6b97dcab-bdef-4d1b-b6a7-aa1fdc617ccd => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2316] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:43:55 2026] GET /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2317] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 2 01:43:55 2026] PUT /v2.0/routers/6b97dcab-bdef-4d1b-b6a7-aa1fdc617ccd => generated 487 bytes in 608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2318] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:56 2026] GET /v2.0/ports?device_id=6b97dcab-bdef-4d1b-b6a7-aa1fdc617ccd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:43:56.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-1079d862-8ca7-4964-8658-754cdf43430f 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] TaaS: Handle Delete Port: 380f906c-2900-4e2d-aca7-637b4f68ee48 2026-07-02 01:43:56.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1079d862-8ca7-4964-8658-754cdf43430f 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Tap Mirror: Handle Delete Port: 380f906c-2900-4e2d-aca7-637b4f68ee48 [pid: 7|app: 0|req: 1171/2319] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:56 2026] DELETE /v2.0/routers/6b97dcab-bdef-4d1b-b6a7-aa1fdc617ccd => generated 0 bytes in 448 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2320] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:43:56 2026] GET /v2.0/routers/dcac43ce-0952-429d-be8a-bb6d4bcdd853 => generated 480 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2321] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 2 01:43:56 2026] PUT /v2.0/routers/dcac43ce-0952-429d-be8a-bb6d4bcdd853 => generated 480 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2322] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:43:57 2026] GET /v2.0/ports?device_id=dcac43ce-0952-429d-be8a-bb6d4bcdd853 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:43:58.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b570e17-ec41-4eb6-87b0-e83dde3074bc 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] TaaS: Handle Delete Port: a3e3f35a-565d-4b94-91e2-a2d0ac6cf421 2026-07-02 01:43:58.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b570e17-ec41-4eb6-87b0-e83dde3074bc 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] Tap Mirror: Handle Delete Port: a3e3f35a-565d-4b94-91e2-a2d0ac6cf421 2026-07-02 01:43:58.447 7 INFO neutron.services.segments.plugin [-] Segment d26dc557-1626-4ba8-8f79-e6ec60df1acb resource provider aggregate not found 2026-07-02 01:43:58.453 7 INFO neutron.services.segments.plugin [-] Segment d26dc557-1626-4ba8-8f79-e6ec60df1acb resource provider aggregate not found 2026-07-02 01:43:58.475 7 INFO neutron.services.segments.plugin [-] Segment d26dc557-1626-4ba8-8f79-e6ec60df1acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26dc557-1626-4ba8-8f79-e6ec60df1acb found for delete ", "request_id": "req-8427897a-9e89-4898-ae84-a8e4ef235840"}]} 2026-07-02 01:43:58.476 7 INFO neutron.db.l3_hamode_db [None req-5b570e17-ec41-4eb6-87b0-e83dde3074bc 13d8150dcae246658736d9bc57a90157 d94a355660f44c309b6f8f1724235964 - - default default] HA network 40737b2c-24fa-47e2-9fbc-adcc4ef09b39 was deleted as no HA routers are present in tenant d94a355660f44c309b6f8f1724235964. 2026-07-02 01:43:58.476 7 INFO neutron.services.segments.plugin [-] Segment d26dc557-1626-4ba8-8f79-e6ec60df1acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26dc557-1626-4ba8-8f79-e6ec60df1acb found for delete ", "request_id": "req-68e1563f-6f56-46a2-b32d-f7502a5a7122"}]} [pid: 7|app: 0|req: 1173/2323] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:43:57 2026] DELETE /v2.0/routers/dcac43ce-0952-429d-be8a-bb6d4bcdd853 => generated 0 bytes in 1269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2326] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:43:59 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2327] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:59 2026] GET /v2.0/security-groups?tenant_id=d94a355660f44c309b6f8f1724235964&name=default => generated 2929 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2328] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:43:59 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&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: 8|app: 0|req: 1152/2329] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:59 2026] DELETE /v2.0/security-groups/b3942906-9486-4e63-affb-e7e7f2768893 => 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: 1178/2330] 10.0.0.197 () {32 vars in 818 bytes} [Thu Jul 2 01:43:59 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&mac_address=fa%3A16%3A3e%3A52%3A3e%3Adf => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2331] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:43:59 2026] GET /v2.0/security-groups?tenant_id=bb6a500e713e4f20b398fbcdc3c5ec65&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2332] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:43:59 2026] DELETE /v2.0/security-groups/cc771aec-7b27-4c59-b38f-f47210353e43 => 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: 1181/2333] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:00 2026] GET /v2.0/security-groups?tenant_id=f2735c9b7ce240faa08917894b4f5d24&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2334] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:00 2026] DELETE /v2.0/security-groups/926b3f06-3d0f-402f-b16d-f0b0e54e8842 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:00.660 8 INFO neutron.db.l3_db [None req-1d55b4b3-f46d-44d5-a8ad-a4cd3d6a6fbb bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Floating IP 5ce91752-af87-4e4e-b1b1-2c015ac590ff associated. External IP: 10.96.250.208, port: 9f33c3f7-3831-4309-b69f-480483c8203e. [pid: 8|app: 0|req: 1153/2335] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 2 01:43:59 2026] POST /v2.0/floatingips => generated 854 bytes in 1235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:44:01.060 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5371e649-62e5-47f3-b6b3-d503cd4388e1'] response: {'name': 'network-changed', 'server_uuid': 'acec0828-6422-42fe-ac54-71170891077b', 'tag': '9f33c3f7-3831-4309-b69f-480483c8203e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1183/2336] 10.0.0.86 () {34 vars in 1095 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1303649566&fields=id&tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2337] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2338] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/quotas/f3c97f1a205345a9b109a0e3d1d99eb6 => 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: 1155/2339] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&fields=id => generated 333 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2340] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1156/2341] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1186/2342] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2343] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2344] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=9f33c3f7-3831-4309-b69f-480483c8203e => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2345] 199.204.45.156 () {34 vars in 1104 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f3&port_id=9f33c3f7-3831-4309-b69f-480483c8203e => 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: 1188/2346] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => 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: 1159/2347] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/subnets?id=34fc881a-5818-4413-bce0-01fc37055d46&id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2348] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&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: 1160/2349] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2350] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1161/2351] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:44:01 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:44:05.039 7 INFO neutron.db.segments_db [None req-a8de3e54-d13a-40f8-99fd-98daacfec597 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Added segment 922ba86f-0800-45af-8f24-96649cd694f7 of type vxlan for network e372254e-e782-4587-a4f9-d3be2a7630c7 [pid: 7|app: 0|req: 1191/2352] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:44:04 2026] POST /v2.0/networks => generated 632 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2353] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:44:05 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2354] 10.0.0.197 () {34 vars in 666 bytes} [Thu Jul 2 01:44:05 2026] POST /v2.0/trunks => generated 407 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:44:05.728 8 INFO neutron.db.segments_db [None req-167caee5-ca2c-4904-b020-ef45f466c6af 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Added segment 09f5d556-e997-4744-8f30-aa83a508e530 of type vxlan for network 798419a8-1d45-466b-ad80-00372a4de987 [pid: 8|app: 0|req: 1163/2355] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:44:05 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2356] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:44:06 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 704 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2357] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:44:05 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1165/2358] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:44:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6 => generated 179 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2359] 10.0.0.197 () {34 vars in 666 bytes} [Thu Jul 2 01:44:06 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:44:06.421 7 INFO neutron.db.segments_db [None req-6ef0ba4c-6df2-4f2f-9e44-514946ce2af4 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Added segment dc898c85-e859-4f85-8558-9ec65c916b84 of type vxlan for network 2ad5cd6b-02eb-4cfb-b3aa-8ccf57cd74da [pid: 7|app: 0|req: 1195/2360] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:44:06 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2361] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:44:06 2026] POST /v2.0/ports => generated 1183 bytes in 489 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: 1196/2362] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:44:06 2026] POST /v2.0/ports => generated 743 bytes in 349 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: 1197/2363] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:06 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1186 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2364] 10.0.0.197 () {34 vars in 666 bytes} [Thu Jul 2 01:44:06 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2365] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:07 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:44:07.206 7 INFO neutron.db.segments_db [None req-858cd944-df80-4ce8-8edb-92a4414d9d85 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Added segment b36e211a-d029-4924-b026-0331550d6c25 of type vxlan for network a4c3d153-891a-4794-a1ae-b7f6aba50292 [pid: 8|app: 0|req: 1167/2366] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:44:06 2026] PUT /v2.0/ports/93478047-3530-411e-acda-b36c17d6b5cb => generated 1464 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:44:07.240 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1acf255-28ee-4216-b5ec-85521a49b870'] response: {'name': 'network-changed', 'server_uuid': '680a3839-0d84-43d0-ab9f-daf12a644929', 'tag': '93478047-3530-411e-acda-b36c17d6b5cb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1200/2367] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:44:07 2026] POST /v2.0/networks => generated 631 bytes in 192 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: 1168/2368] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:44:07 2026] POST /v2.0/ports => generated 743 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1169/2369] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:44:07 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2370] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:44:07 2026] GET /v2.0/networks?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&shared=False => generated 2375 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2371] 10.0.0.197 () {34 vars in 666 bytes} [Thu Jul 2 01:44:07 2026] POST /v2.0/trunks => generated 407 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2372] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:44:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:44:07.971 7 INFO neutron.db.segments_db [None req-cb0bf1eb-fb4a-41a7-b8b3-cafe8305c763 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Added segment ff607ce1-025b-49b2-8a14-963299e45c22 of type vxlan for network cac2224d-a88c-4ccb-8326-956fed41de52 [pid: 8|app: 0|req: 1172/2373] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:44:07 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2374] 10.0.0.9 () {34 vars in 1038 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2375] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:44:07 2026] POST /v2.0/networks => generated 631 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2376] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:44:08 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2377] 10.0.0.197 () {34 vars in 666 bytes} [Thu Jul 2 01:44:08 2026] POST /v2.0/trunks => generated 407 bytes in 166 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: 1175/2378] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:44:08 2026] PUT /v2.0/trunks/b3e30b4a-2e82-4aaf-9e89-df8779823721/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2379] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:44:08 2026] PUT /v2.0/trunks/438842d5-63c6-482e-8237-5e50ad928541/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: 1176/2380] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:44:08 2026] PUT /v2.0/trunks/6fafaff9-5bca-4580-b90d-43d248804bd7/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: 1205/2381] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:44:08 2026] PUT /v2.0/trunks/54aa35ea-3e56-4d7b-b030-087e9610ea25/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2382] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2383] 10.0.0.197 () {32 vars in 676 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2384] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2385] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2386] 10.0.0.197 () {32 vars in 670 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2387] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2388] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2389] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2390] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=93478047-3530-411e-acda-b36c17d6b5cb => 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: 1182/2391] 10.0.0.197 () {32 vars in 692 bytes} [Thu Jul 2 01:44:08 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2392] 199.204.45.156 () {34 vars in 1106 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3bb&port_id=93478047-3530-411e-acda-b36c17d6b5cb => 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: 1183/2393] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/trunks/b3e30b4a-2e82-4aaf-9e89-df8779823721 => generated 412 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2394] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/subnets?id=066aca0c-7118-4195-8617-dc46cead229a&id=f347b0fe-4339-44d9-9620-8353eb10b282 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2395] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2396] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/ports/ee6ae553-d05f-4521-a8b8-b89d50e84aa6 => generated 826 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2397] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&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: 1212/2398] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 2 01:44:09 2026] DELETE /v2.0/trunks/b3e30b4a-2e82-4aaf-9e89-df8779823721 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2399] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2400] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/trunks/438842d5-63c6-482e-8237-5e50ad928541 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2401] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2402] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/ports/c7805f78-a979-4eef-946f-00aac571b1fd => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2403] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 2 01:44:09 2026] DELETE /v2.0/trunks/438842d5-63c6-482e-8237-5e50ad928541 => 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: 1215/2404] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/trunks/6fafaff9-5bca-4580-b90d-43d248804bd7 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2405] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/ports/f787c4a5-f756-454a-b21f-325411b64cc5 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2406] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 2 01:44:09 2026] DELETE /v2.0/trunks/6fafaff9-5bca-4580-b90d-43d248804bd7 => 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: 1191/2407] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/trunks/54aa35ea-3e56-4d7b-b030-087e9610ea25 => generated 414 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2408] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/ports/d2f80a40-8e10-42b4-b3c5-c88f1454d037 => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2409] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 2 01:44:09 2026] DELETE /v2.0/trunks/54aa35ea-3e56-4d7b-b030-087e9610ea25 => 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: 1218/2410] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/trunks/686339be-4cde-4a07-9df2-021aedeec992 => generated 407 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2411] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:44:09 2026] GET /v2.0/ports/a12896ab-a9a1-4886-b11f-3076331e1871 => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2412] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 2 01:44:09 2026] DELETE /v2.0/trunks/686339be-4cde-4a07-9df2-021aedeec992 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:10.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-349a51a4-d3a3-484c-bf26-1ae65d1ea9cb 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] TaaS: Handle Delete Port: ee6ae553-d05f-4521-a8b8-b89d50e84aa6 2026-07-02 01:44:10.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-349a51a4-d3a3-484c-bf26-1ae65d1ea9cb 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Tap Mirror: Handle Delete Port: ee6ae553-d05f-4521-a8b8-b89d50e84aa6 [pid: 8|app: 0|req: 1194/2413] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:44:10 2026] DELETE /v2.0/ports/ee6ae553-d05f-4521-a8b8-b89d50e84aa6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:10.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-b08a2a40-859e-4aff-a9be-984f0e56dc89 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] TaaS: Handle Delete Port: c7805f78-a979-4eef-946f-00aac571b1fd 2026-07-02 01:44:10.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b08a2a40-859e-4aff-a9be-984f0e56dc89 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Tap Mirror: Handle Delete Port: c7805f78-a979-4eef-946f-00aac571b1fd [pid: 7|app: 0|req: 1220/2414] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:44:10 2026] DELETE /v2.0/ports/c7805f78-a979-4eef-946f-00aac571b1fd => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:10.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6274beb-b86d-4f8e-bb0d-42224d22097f 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] TaaS: Handle Delete Port: f787c4a5-f756-454a-b21f-325411b64cc5 2026-07-02 01:44:10.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6274beb-b86d-4f8e-bb0d-42224d22097f 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Tap Mirror: Handle Delete Port: f787c4a5-f756-454a-b21f-325411b64cc5 [pid: 8|app: 0|req: 1195/2415] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:44:10 2026] DELETE /v2.0/ports/f787c4a5-f756-454a-b21f-325411b64cc5 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:10.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5e8bd75-3ba8-4a10-ad8f-1971142c67aa 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] TaaS: Handle Delete Port: d2f80a40-8e10-42b4-b3c5-c88f1454d037 2026-07-02 01:44:10.800 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5e8bd75-3ba8-4a10-ad8f-1971142c67aa 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Tap Mirror: Handle Delete Port: d2f80a40-8e10-42b4-b3c5-c88f1454d037 [pid: 7|app: 0|req: 1221/2416] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:44:10 2026] DELETE /v2.0/ports/d2f80a40-8e10-42b4-b3c5-c88f1454d037 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:10.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-61c7e8f0-12fe-40a5-985c-cdc0cd3a1f16 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] TaaS: Handle Delete Port: a12896ab-a9a1-4886-b11f-3076331e1871 2026-07-02 01:44:11.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61c7e8f0-12fe-40a5-985c-cdc0cd3a1f16 98aa6343fd35484997212c2f82421fa5 cc81a0cc4157462c94a3e29a879009a2 - - default default] Tap Mirror: Handle Delete Port: a12896ab-a9a1-4886-b11f-3076331e1871 [pid: 8|app: 0|req: 1196/2417] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:44:10 2026] DELETE /v2.0/ports/a12896ab-a9a1-4886-b11f-3076331e1871 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:11.231 7 INFO neutron.services.segments.plugin [-] Segment 922ba86f-0800-45af-8f24-96649cd694f7 resource provider aggregate not found 2026-07-02 01:44:11.241 7 INFO neutron.services.segments.plugin [-] Segment 922ba86f-0800-45af-8f24-96649cd694f7 resource provider aggregate not found 2026-07-02 01:44:11.253 7 INFO neutron.services.segments.plugin [-] Segment 922ba86f-0800-45af-8f24-96649cd694f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 922ba86f-0800-45af-8f24-96649cd694f7 found for delete ", "request_id": "req-db9aaf61-42ce-4d47-a9c8-62af399a1419"}]} 2026-07-02 01:44:11.267 7 INFO neutron.services.segments.plugin [-] Segment 922ba86f-0800-45af-8f24-96649cd694f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 922ba86f-0800-45af-8f24-96649cd694f7 found for delete ", "request_id": "req-7ccd27f8-cffd-49fc-b529-15b3de80c26b"}]} [pid: 7|app: 0|req: 1222/2418] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:44:11 2026] DELETE /v2.0/networks/e372254e-e782-4587-a4f9-d3be2a7630c7 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:11.445 8 INFO neutron.services.segments.plugin [-] Segment 09f5d556-e997-4744-8f30-aa83a508e530 resource provider aggregate not found 2026-07-02 01:44:11.448 8 INFO neutron.services.segments.plugin [-] Segment 09f5d556-e997-4744-8f30-aa83a508e530 resource provider aggregate not found 2026-07-02 01:44:11.471 8 INFO neutron.services.segments.plugin [-] Segment 09f5d556-e997-4744-8f30-aa83a508e530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09f5d556-e997-4744-8f30-aa83a508e530 found for delete ", "request_id": "req-0f0365cc-9ba6-4116-9d87-4f0a53bbbd76"}]} 2026-07-02 01:44:11.480 8 INFO neutron.services.segments.plugin [-] Segment 09f5d556-e997-4744-8f30-aa83a508e530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09f5d556-e997-4744-8f30-aa83a508e530 found for delete ", "request_id": "req-0321638f-d84b-4fb9-87f0-d87eec96f340"}]} [pid: 8|app: 0|req: 1197/2419] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:44:11 2026] DELETE /v2.0/networks/798419a8-1d45-466b-ad80-00372a4de987 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2420] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:44:11 2026] DELETE /v2.0/networks/2ad5cd6b-02eb-4cfb-b3aa-8ccf57cd74da => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2421] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:44:11 2026] DELETE /v2.0/networks/a4c3d153-891a-4794-a1ae-b7f6aba50292 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2422] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:44:11 2026] DELETE /v2.0/networks/cac2224d-a88c-4ccb-8326-956fed41de52 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2423] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:12 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1198 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2424] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:12 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2425] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:12 2026] GET /v2.0/security-groups?tenant_id=2b90555df8a64aab950d6b50f7ac060f&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2426] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:13 2026] DELETE /v2.0/security-groups/63c51072-ad79-4649-8bed-edac2c392f76 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:13.279 7 INFO neutron.services.segments.plugin [-] Segment dc898c85-e859-4f85-8558-9ec65c916b84 resource provider aggregate not found 2026-07-02 01:44:13.293 7 INFO neutron.services.segments.plugin [-] Segment dc898c85-e859-4f85-8558-9ec65c916b84 resource provider aggregate not found 2026-07-02 01:44:13.297 7 INFO neutron.services.segments.plugin [-] Segment dc898c85-e859-4f85-8558-9ec65c916b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc898c85-e859-4f85-8558-9ec65c916b84 found for delete ", "request_id": "req-e674a590-5362-4c3b-a6f0-b6f67c29781f"}]} 2026-07-02 01:44:13.314 7 INFO neutron.services.segments.plugin [-] Segment dc898c85-e859-4f85-8558-9ec65c916b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc898c85-e859-4f85-8558-9ec65c916b84 found for delete ", "request_id": "req-b12cf008-0f34-4e01-9760-dffafd2dbd9d"}]} 2026-07-02 01:44:13.323 7 INFO neutron.services.segments.plugin [-] Segment ff607ce1-025b-49b2-8a14-963299e45c22 resource provider aggregate not found 2026-07-02 01:44:13.330 7 INFO neutron.services.segments.plugin [-] Segment ff607ce1-025b-49b2-8a14-963299e45c22 resource provider aggregate not found 2026-07-02 01:44:13.339 7 INFO neutron.services.segments.plugin [-] Segment ff607ce1-025b-49b2-8a14-963299e45c22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff607ce1-025b-49b2-8a14-963299e45c22 found for delete ", "request_id": "req-9e910913-a793-4f96-b843-cb0d1c08eebb"}]} 2026-07-02 01:44:13.344 7 INFO neutron.services.segments.plugin [-] Segment ff607ce1-025b-49b2-8a14-963299e45c22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff607ce1-025b-49b2-8a14-963299e45c22 found for delete ", "request_id": "req-44562919-ab6a-4276-b152-54741edf36f8"}]} [pid: 8|app: 0|req: 1201/2427] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:13 2026] GET /v2.0/security-groups?tenant_id=4931587b8ddf4ff6b146609c3e9f9e55&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:44:13.492 8 INFO neutron.services.segments.plugin [-] Segment b36e211a-d029-4924-b026-0331550d6c25 resource provider aggregate not found 2026-07-02 01:44:13.500 8 INFO neutron.services.segments.plugin [-] Segment b36e211a-d029-4924-b026-0331550d6c25 resource provider aggregate not found 2026-07-02 01:44:13.517 8 INFO neutron.services.segments.plugin [-] Segment b36e211a-d029-4924-b026-0331550d6c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b36e211a-d029-4924-b026-0331550d6c25 found for delete ", "request_id": "req-621374a0-06c6-4b0c-9d39-938f7699156c"}]} 2026-07-02 01:44:13.519 8 INFO neutron.services.segments.plugin [-] Segment b36e211a-d029-4924-b026-0331550d6c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b36e211a-d029-4924-b026-0331550d6c25 found for delete ", "request_id": "req-c60328f5-1ffc-4d60-be36-430896be354f"}]} [pid: 7|app: 0|req: 1227/2428] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:13 2026] DELETE /v2.0/security-groups/96fa1aa5-a103-474a-a29d-4b5b127dab52 => 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: 1202/2429] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:13 2026] GET /v2.0/security-groups?tenant_id=cc81a0cc4157462c94a3e29a879009a2&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2430] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:13 2026] DELETE /v2.0/security-groups/8e5b70aa-373a-4a47-9eb2-b78c1bf00684 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2433] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:17 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => 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: 1205/2434] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:17 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2435] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:44:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2436] 10.0.0.197 () {34 vars in 767 bytes} [Thu Jul 2 01:44:17 2026] PUT /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2437] 10.0.0.197 () {32 vars in 818 bytes} [Thu Jul 2 01:44:17 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&mac_address=fa%3A16%3A3e%3A37%3A39%3A53 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2438] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:44:17 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2439] 10.0.0.197 () {34 vars in 778 bytes} [Thu Jul 2 01:44:17 2026] PUT /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2440] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:44:17 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/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: 1210/2441] 10.0.0.197 () {34 vars in 774 bytes} [Thu Jul 2 01:44:17 2026] PUT /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2442] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:44:17 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2443] 10.0.0.197 () {34 vars in 796 bytes} [Thu Jul 2 01:44:17 2026] PUT /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags/black.or.white => generated 4 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2444] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:44:18 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2445] 10.0.0.197 () {34 vars in 767 bytes} [Thu Jul 2 01:44:18 2026] PUT /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2446] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:44:18 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2447] 10.0.0.197 () {32 vars in 755 bytes} [Thu Jul 2 01:44:18 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:18.317 8 INFO neutron.api.v2.resource [None req-24807f19-a9b3-45db-85f1-963a7f556277 970823b9b97049c18a914a894dc7a372 865f6ea8fa91456c8d6321750ba3ac01 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1217/2448] 10.0.0.197 () {32 vars in 759 bytes} [Thu Jul 2 01:44:18 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2449] 10.0.0.197 () {32 vars in 758 bytes} [Thu Jul 2 01:44:18 2026] DELETE /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2450] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:44:18 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:44:18.463 8 INFO neutron.api.v2.resource [None req-39083590-bd85-4c10-aa2e-bf5ab87cc84e 970823b9b97049c18a914a894dc7a372 865f6ea8fa91456c8d6321750ba3ac01 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2451] 10.0.0.197 () {32 vars in 762 bytes} [Thu Jul 2 01:44:18 2026] DELETE /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:44:18.509 7 INFO neutron.db.l3_db [None req-3e71b0b4-918c-4517-bcd7-a8ffe9d20696 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Floating IP 553e423d-51ec-4fad-9890-758828199b76 associated. External IP: 10.96.250.217, port: 93478047-3530-411e-acda-b36c17d6b5cb. [pid: 8|app: 0|req: 1221/2452] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:44:18 2026] DELETE /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2453] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:44:18 2026] GET /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2454] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:18 2026] DELETE /v2.0/security-groups/0c622d92-4cec-4205-baa1-ea04ba73066e => 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: 1232/2455] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 2 01:44:17 2026] POST /v2.0/floatingips => generated 854 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:44:18.889 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f3a446e-3b70-4fcb-b7b5-9140dd509a32'] response: {'name': 'network-changed', 'server_uuid': '680a3839-0d84-43d0-ab9f-daf12a644929', 'tag': '93478047-3530-411e-acda-b36c17d6b5cb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1233/2456] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2457] 10.0.0.9 () {34 vars in 1038 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&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: 1235/2458] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1469 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2459] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/security-groups?tenant_id=865f6ea8fa91456c8d6321750ba3ac01&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: 1236/2460] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2461] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=93478047-3530-411e-acda-b36c17d6b5cb => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2462] 199.204.45.156 () {34 vars in 1106 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3bb&port_id=93478047-3530-411e-acda-b36c17d6b5cb => 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: 1225/2463] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:19 2026] DELETE /v2.0/security-groups/418a9a18-c359-4ae0-b866-4cac549085c6 => 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: 1239/2464] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/subnets?id=066aca0c-7118-4195-8617-dc46cead229a&id=f347b0fe-4339-44d9-9620-8353eb10b282 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2465] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2466] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&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: 7|app: 0|req: 1241/2467] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1227/2468] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/security-groups?tenant_id=5955e0aaf0734ba982593c1ecd8d7181&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2469] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:44:19 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1228/2470] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:19 2026] DELETE /v2.0/security-groups/3a632b69-6004-4da9-b6c2-e526f9887a94 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:23.510 7 INFO neutron.db.segments_db [None req-faa7e721-c54f-411a-9669-32d54cd7492e ae50758f7d184309bb9c4d612b8f7a6a 76a8c0c2e989436582da69f1d42ee489 - - default default] Added segment b7e3a5e6-5247-4b13-bcb5-14694eca7651 of type vxlan for network 387a52fb-e684-45ea-b647-270fadfb961c [pid: 7|app: 0|req: 1243/2471] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:44:23 2026] POST /v2.0/networks => generated 632 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2472] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 2 01:44:23 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2473] 10.0.0.197 () {34 vars in 666 bytes} [Thu Jul 2 01:44:23 2026] POST /v2.0/trunks => generated 407 bytes in 172 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: 1230/2474] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:44:24 2026] PUT /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2475] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2476] 10.0.0.197 () {34 vars in 760 bytes} [Thu Jul 2 01:44:24 2026] PUT /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2477] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2478] 10.0.0.197 () {34 vars in 756 bytes} [Thu Jul 2 01:44:24 2026] PUT /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2479] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/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: 1233/2480] 10.0.0.197 () {34 vars in 778 bytes} [Thu Jul 2 01:44:24 2026] PUT /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2481] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2482] 10.0.0.197 () {34 vars in 749 bytes} [Thu Jul 2 01:44:24 2026] PUT /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2483] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2484] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:24.565 7 INFO neutron.api.v2.resource [None req-857509bf-3185-45f2-940b-28da296b72ab ae50758f7d184309bb9c4d612b8f7a6a 76a8c0c2e989436582da69f1d42ee489 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1250/2485] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2486] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:24 2026] DELETE /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2487] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:44:24.662 8 INFO neutron.api.v2.resource [None req-402c5e60-ed8f-4a7d-bb73-203c858dca93 ae50758f7d184309bb9c4d612b8f7a6a 76a8c0c2e989436582da69f1d42ee489 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1237/2488] 10.0.0.197 () {32 vars in 744 bytes} [Thu Jul 2 01:44:24 2026] DELETE /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2489] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:44:24 2026] DELETE /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2490] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2491] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2492] 10.0.0.197 () {32 vars in 717 bytes} [Thu Jul 2 01:44:24 2026] GET /v2.0/ports/ab292a21-7a90-4e05-98e5-51bca86a4bf2 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2493] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 2 01:44:24 2026] DELETE /v2.0/trunks/230ece4e-c32b-47ff-bf55-220a97a36ec3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:25.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bcf20a7-d1bf-413a-bc8a-69f4ddfb3b32 ae50758f7d184309bb9c4d612b8f7a6a 76a8c0c2e989436582da69f1d42ee489 - - default default] TaaS: Handle Delete Port: ab292a21-7a90-4e05-98e5-51bca86a4bf2 2026-07-02 01:44:25.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bcf20a7-d1bf-413a-bc8a-69f4ddfb3b32 ae50758f7d184309bb9c4d612b8f7a6a 76a8c0c2e989436582da69f1d42ee489 - - default default] Tap Mirror: Handle Delete Port: ab292a21-7a90-4e05-98e5-51bca86a4bf2 [pid: 8|app: 0|req: 1240/2494] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 2 01:44:24 2026] DELETE /v2.0/ports/ab292a21-7a90-4e05-98e5-51bca86a4bf2 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:25.234 7 INFO neutron.services.segments.plugin [-] Segment b7e3a5e6-5247-4b13-bcb5-14694eca7651 resource provider aggregate not found 2026-07-02 01:44:25.241 7 INFO neutron.services.segments.plugin [-] Segment b7e3a5e6-5247-4b13-bcb5-14694eca7651 resource provider aggregate not found 2026-07-02 01:44:25.261 7 INFO neutron.services.segments.plugin [-] Segment b7e3a5e6-5247-4b13-bcb5-14694eca7651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7e3a5e6-5247-4b13-bcb5-14694eca7651 found for delete ", "request_id": "req-24c2a547-d22b-45b3-a0fe-cf57bdfe4770"}]} 2026-07-02 01:44:25.272 7 INFO neutron.services.segments.plugin [-] Segment b7e3a5e6-5247-4b13-bcb5-14694eca7651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7e3a5e6-5247-4b13-bcb5-14694eca7651 found for delete ", "request_id": "req-b1f1028d-2cc3-43ae-be29-052d4351a3a0"}]} [pid: 7|app: 0|req: 1255/2495] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:44:25 2026] DELETE /v2.0/networks/387a52fb-e684-45ea-b647-270fadfb961c => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2496] 10.0.0.9 () {34 vars in 988 bytes} [Thu Jul 2 01:44:25 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2497] 10.0.0.9 () {34 vars in 1038 bytes} [Thu Jul 2 01:44:25 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&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: 1242/2498] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:25 2026] GET /v2.0/security-groups?tenant_id=76a8c0c2e989436582da69f1d42ee489&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2499] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:26 2026] DELETE /v2.0/security-groups/fc74343f-1842-442e-9e27-46796a218f4b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2500] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:26 2026] GET /v2.0/security-groups?tenant_id=5e796032c67f4e4bb4c31108b9bde9d2&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2501] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:26 2026] DELETE /v2.0/security-groups/05ca2f22-fbc4-485f-875a-c998282b9034 => 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: 1245/2504] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:33 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2505] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:34 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&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: 1246/2506] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:35 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 975 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2507] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:35 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&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: 1247/2508] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:44:36 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:44:36.587 7 INFO neutron_taas.services.taas.taas_plugin [req-d5f0ed52-cdf9-4f66-81ba-9dd74f6105a2 req-227013a0-033e-45c2-a9ed-94e3c9f4df17 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] TaaS: Handle Delete Port: 5e99c2d0-806f-41b2-b9a3-035dc61567ff 2026-07-02 01:44:36.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d5f0ed52-cdf9-4f66-81ba-9dd74f6105a2 req-227013a0-033e-45c2-a9ed-94e3c9f4df17 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Tap Mirror: Handle Delete Port: 5e99c2d0-806f-41b2-b9a3-035dc61567ff [pid: 8|app: 0|req: 1248/2509] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:36 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 973 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:44:36.706 7 INFO neutron.db.l3_db [req-d5f0ed52-cdf9-4f66-81ba-9dd74f6105a2 req-227013a0-033e-45c2-a9ed-94e3c9f4df17 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Floating IP 919cdd96-6299-4ef1-ae53-31903371e65d disassociated. External IP: 10.96.250.203, port: 5e99c2d0-806f-41b2-b9a3-035dc61567ff. [pid: 8|app: 0|req: 1249/2510] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:36 2026] GET /v2.0/security-groups?id=d02769a7-11ab-487d-8a9b-8c81eb344b95&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: 1262/2511] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:44:36 2026] DELETE /v2.0/ports/5e99c2d0-806f-41b2-b9a3-035dc61567ff => generated 0 bytes in 634 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:37.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5d9cb61-1931-4acb-9636-49bf5abcc568'] response: {'server_uuid': '5d731216-ab11-421c-a8b3-e643e1ddf803', 'name': 'network-vif-deleted', 'tag': '5e99c2d0-806f-41b2-b9a3-035dc61567ff', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1250/2512] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:37 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2513] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:38 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1251/2514] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:40 2026] GET /v2.0/ports?device_id=5d731216-ab11-421c-a8b3-e643e1ddf803 => 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: 1264/2515] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:41 2026] DELETE /v2.0/security-groups/d02769a7-11ab-487d-8a9b-8c81eb344b95 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:41.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c41b669-a549-42f4-bdda-6b45375094ea ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] TaaS: Handle Delete Port: 2b7a8b2d-4df3-4d9c-aa7a-83c4a13fa9d2 2026-07-02 01:44:41.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c41b669-a549-42f4-bdda-6b45375094ea ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Tap Mirror: Handle Delete Port: 2b7a8b2d-4df3-4d9c-aa7a-83c4a13fa9d2 [pid: 7|app: 0|req: 1265/2516] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:44:41 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1252/2517] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:44:41 2026] DELETE /v2.0/floatingips/919cdd96-6299-4ef1-ae53-31903371e65d => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2518] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:41 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2519] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:41 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2520] 10.0.0.220 () {30 vars in 690 bytes} [Thu Jul 2 01:44:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2521] 10.0.0.220 () {30 vars in 692 bytes} [Thu Jul 2 01:44:42 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: 1268/2522] 10.0.0.220 () {30 vars in 668 bytes} [Thu Jul 2 01:44:42 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: 1255/2523] 10.0.0.220 () {30 vars in 704 bytes} [Thu Jul 2 01:44:42 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: 1269/2524] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:43 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2525] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:43 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&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: 1270/2526] 10.0.0.220 () {28 vars in 439 bytes} [Thu Jul 2 01:44:43 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2527] 10.0.0.220 () {30 vars in 728 bytes} [Thu Jul 2 01:44:43 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1271/2528] 10.0.0.220 () {30 vars in 690 bytes} [Thu Jul 2 01:44:43 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: 1258/2529] 10.0.0.220 () {30 vars in 692 bytes} [Thu Jul 2 01:44:43 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: 1272/2530] 10.0.0.220 () {30 vars in 668 bytes} [Thu Jul 2 01:44:43 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: 1259/2531] 10.0.0.220 () {30 vars in 704 bytes} [Thu Jul 2 01:44:43 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: 1273/2532] 10.0.0.220 () {30 vars in 728 bytes} [Thu Jul 2 01:44:43 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2533] 10.0.0.220 () {30 vars in 690 bytes} [Thu Jul 2 01:44:43 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: 1274/2534] 10.0.0.220 () {30 vars in 692 bytes} [Thu Jul 2 01:44:43 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: 1261/2535] 10.0.0.220 () {30 vars in 668 bytes} [Thu Jul 2 01:44:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2536] 10.0.0.220 () {30 vars in 704 bytes} [Thu Jul 2 01:44:43 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: 1262/2537] 10.0.0.220 () {30 vars in 730 bytes} [Thu Jul 2 01:44:43 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2538] 10.0.0.220 () {30 vars in 682 bytes} [Thu Jul 2 01:44:43 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2539] 10.0.0.220 () {34 vars in 704 bytes} [Thu Jul 2 01:44:43 2026] POST /v2.0/ports => generated 1128 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2540] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:44 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1264/2541] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:44:44 2026] GET /v2.0/security-groups?id=98297c0b-b861-442b-b199-c981e6dbda33&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2544] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:44:44 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:44:44.687 8 INFO neutron_taas.services.taas.taas_plugin [req-5edfe3ca-9b73-4aff-b333-ba113f85f1a0 req-adb7f807-8b4b-46b6-b015-aebbae7fb7c5 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] TaaS: Handle Delete Port: eb2939f5-0941-41f5-aa75-3d8e90a9162e 2026-07-02 01:44:44.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5edfe3ca-9b73-4aff-b333-ba113f85f1a0 req-adb7f807-8b4b-46b6-b015-aebbae7fb7c5 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Tap Mirror: Handle Delete Port: eb2939f5-0941-41f5-aa75-3d8e90a9162e [pid: 8|app: 0|req: 1267/2545] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:44:44 2026] DELETE /v2.0/ports/eb2939f5-0941-41f5-aa75-3d8e90a9162e => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:44.935 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f580ccc-f119-45d7-bc37-79ea04630b3a'] response: {'server_uuid': '04f5f8c1-0500-4d99-a482-7ad496d6f4bc', 'name': 'network-vif-deleted', 'tag': 'eb2939f5-0941-41f5-aa75-3d8e90a9162e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1279/2546] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:45 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => 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: 1268/2547] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:46 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => 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: 1280/2548] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2549] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2550] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:44:47 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: 1270/2551] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2552] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2553] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:44:47 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: 1283/2554] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:44:47 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: 1272/2555] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2556] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:44:47.599 7 INFO neutron.api.v2.resource [None req-c5a4d5ff-8504-438b-8c52-88e0adee7aa5 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1285/2557] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/security-groups/lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2558] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/ports?device_id=04f5f8c1-0500-4d99-a482-7ad496d6f4bc => 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: 1286/2559] 199.204.45.156 () {30 vars in 785 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/security-groups?name=lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2560] 199.204.45.156 () {34 vars in 736 bytes} [Thu Jul 2 01:44:47 2026] POST /v2.0/security-groups => generated 1638 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2561] 199.204.45.156 () {30 vars in 815 bytes} [Thu Jul 2 01:44:47 2026] GET /v2.0/security-group-rules?security_group_id=a457c86c-4b06-4e1a-a19b-bd0c024180e8 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2562] 199.204.45.156 () {34 vars in 789 bytes} [Thu Jul 2 01:44:47 2026] PUT /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2563] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:44:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1276/2564] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:44:48 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: 1289/2565] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:44:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2566] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:44:48 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: 1290/2567] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:44:48 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2568] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:48 2026] DELETE /v2.0/security-groups/98297c0b-b861-442b-b199-c981e6dbda33 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:49.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-31facd32-9db7-4c4e-8914-ae984c884f73 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] TaaS: Handle Delete Port: 8f2ff851-cc14-4581-b22f-53ea9a4ba7b7 2026-07-02 01:44:49.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31facd32-9db7-4c4e-8914-ae984c884f73 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Tap Mirror: Handle Delete Port: 8f2ff851-cc14-4581-b22f-53ea9a4ba7b7 [pid: 7|app: 0|req: 1291/2569] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:44:48 2026] PUT /v2.0/routers/e7139b9b-1611-4f23-bc22-7b7c8827ae51/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2570] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:44:49 2026] DELETE /v2.0/subnets/cac6eb61-cf71-44ce-80b8-4c2b0ed0cf10 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:50.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a9eec05-34f6-4176-865d-da3aa61a799e ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] TaaS: Handle Delete Port: d6e9385a-4553-4c4b-8dc7-87c7b12949c8 2026-07-02 01:44:50.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a9eec05-34f6-4176-865d-da3aa61a799e ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Tap Mirror: Handle Delete Port: d6e9385a-4553-4c4b-8dc7-87c7b12949c8 2026-07-02 01:44:50.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a9eec05-34f6-4176-865d-da3aa61a799e ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] TaaS: Handle Delete Port: edece436-ae5f-451a-814c-fa1f6b407646 2026-07-02 01:44:50.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a9eec05-34f6-4176-865d-da3aa61a799e ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Tap Mirror: Handle Delete Port: edece436-ae5f-451a-814c-fa1f6b407646 2026-07-02 01:44:51.102 7 INFO neutron.db.l3_hamode_db [None req-0a9eec05-34f6-4176-865d-da3aa61a799e ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] HA network 63cb0d39-d6e1-450e-a0f9-6477d30fa8cb was deleted as no HA routers are present in tenant 1290de4275be4dab849c4e8a9065741a. [pid: 7|app: 0|req: 1292/2571] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:44:50 2026] DELETE /v2.0/routers/e7139b9b-1611-4f23-bc22-7b7c8827ae51 => generated 0 bytes in 1016 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:44:51.117 7 INFO neutron.services.segments.plugin [-] Segment e496fc2a-190a-4cf5-9567-ad4c7764b6ee resource provider aggregate not found 2026-07-02 01:44:51.118 7 INFO neutron.services.segments.plugin [-] Segment e496fc2a-190a-4cf5-9567-ad4c7764b6ee resource provider aggregate not found 2026-07-02 01:44:51.139 7 INFO neutron.services.segments.plugin [-] Segment e496fc2a-190a-4cf5-9567-ad4c7764b6ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e496fc2a-190a-4cf5-9567-ad4c7764b6ee found for delete ", "request_id": "req-9ba169d2-46ce-49fb-a7cc-71decda50aab"}]} 2026-07-02 01:44:51.141 7 INFO neutron.services.segments.plugin [-] Segment e496fc2a-190a-4cf5-9567-ad4c7764b6ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e496fc2a-190a-4cf5-9567-ad4c7764b6ee found for delete ", "request_id": "req-2a55929f-f7b4-47e1-b86f-84fc62c15c17"}]} 2026-07-02 01:44:51.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-65640869-60fc-43e4-afdd-08afbdde5da7 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] TaaS: Handle Delete Port: f60d7f3a-6002-4116-aa7d-9ae6e3f692ae 2026-07-02 01:44:51.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65640869-60fc-43e4-afdd-08afbdde5da7 ddcf85ee24564faa8922ed642ce84fa4 1290de4275be4dab849c4e8a9065741a - - default default] Tap Mirror: Handle Delete Port: f60d7f3a-6002-4116-aa7d-9ae6e3f692ae [pid: 8|app: 0|req: 1280/2572] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:44:51 2026] DELETE /v2.0/networks/2ac489b5-f523-4ba6-91d6-84a23bc76ae3 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:44:51.477 8 INFO neutron.services.segments.plugin [-] Segment b4eeeac0-f095-4ca1-be30-33fb960dd4b1 resource provider aggregate not found 2026-07-02 01:44:51.484 8 INFO neutron.services.segments.plugin [-] Segment b4eeeac0-f095-4ca1-be30-33fb960dd4b1 resource provider aggregate not found 2026-07-02 01:44:51.498 8 INFO neutron.services.segments.plugin [-] Segment b4eeeac0-f095-4ca1-be30-33fb960dd4b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4eeeac0-f095-4ca1-be30-33fb960dd4b1 found for delete ", "request_id": "req-daee7faa-96c4-4b31-855d-225ca3e0b685"}]} 2026-07-02 01:44:51.501 8 INFO neutron.services.segments.plugin [-] Segment b4eeeac0-f095-4ca1-be30-33fb960dd4b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4eeeac0-f095-4ca1-be30-33fb960dd4b1 found for delete ", "request_id": "req-03cc5762-71f3-45a7-bb59-e86acf68c7ba"}]} [pid: 7|app: 0|req: 1293/2573] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:52 2026] GET /v2.0/security-groups?tenant_id=1290de4275be4dab849c4e8a9065741a&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2574] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:52 2026] DELETE /v2.0/security-groups/f05ffc48-28f5-455e-a33e-519514d93796 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2575] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:52 2026] GET /v2.0/security-groups?tenant_id=e9409eb91abe4e65b37034545e076ff7&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2576] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:52 2026] DELETE /v2.0/security-groups/b8677e2d-1556-49d6-8856-52b37e9ba879 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2577] 10.0.0.86 () {34 vars in 1015 bytes} [Thu Jul 2 01:44:56 2026] GET /v2.0/security-groups?id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&fields=id => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2578] 10.0.0.86 () {34 vars in 981 bytes} [Thu Jul 2 01:44:56 2026] GET /v2.0/networks?id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2579] 10.0.0.86 () {34 vars in 964 bytes} [Thu Jul 2 01:44:56 2026] GET /v2.0/quotas/e4993676477147cf94b3c4b7610194d3 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2580] 10.0.0.86 () {34 vars in 1001 bytes} [Thu Jul 2 01:44:56 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2581] 10.0.0.86 () {34 vars in 1007 bytes} [Thu Jul 2 01:44:56 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?fields=segments => generated 14 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2582] 10.0.0.86 () {34 vars in 1107 bytes} [Thu Jul 2 01:44:56 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2583] 10.0.0.197 () {34 vars in 678 bytes} [Thu Jul 2 01:44:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2584] 10.0.0.197 () {34 vars in 678 bytes} [Thu Jul 2 01:44:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2585] 10.0.0.197 () {34 vars in 678 bytes} [Thu Jul 2 01:44:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2586] 10.0.0.197 () {34 vars in 678 bytes} [Thu Jul 2 01:44:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2587] 10.0.0.197 () {34 vars in 678 bytes} [Thu Jul 2 01:44:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2588] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:44:57 2026] PUT /v2.0/policies/3e80ebc3-129a-46cf-9e1b-0ba09ac440cf/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2589] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:57 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1301/2590] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:44:57 2026] PUT /v2.0/policies/43e356be-1d21-4d94-9524-16ec3ce4e7ee/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2591] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:44:57 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1290/2592] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:44:57 2026] PUT /v2.0/policies/16f4c049-0c39-4935-a46f-aaac230c07cb/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2593] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:44:57 2026] PUT /v2.0/policies/c51e01a3-029f-4266-a305-fd4978825393/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2594] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 2 01:44:57 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2595] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 2 01:44:57 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2596] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 2 01:44:58 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2597] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 2 01:44:58 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2598] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 2 01:44:58 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2599] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 2 01:44:58 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2600] 10.0.0.197 () {32 vars in 692 bytes} [Thu Jul 2 01:44:58 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2601] 10.0.0.197 () {32 vars in 704 bytes} [Thu Jul 2 01:44:58 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2602] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:44:58 2026] DELETE /v2.0/qos/policies/3e80ebc3-129a-46cf-9e1b-0ba09ac440cf => 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: 1308/2603] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:44:58 2026] DELETE /v2.0/qos/policies/43e356be-1d21-4d94-9524-16ec3ce4e7ee => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2604] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:44:58 2026] DELETE /v2.0/qos/policies/16f4c049-0c39-4935-a46f-aaac230c07cb => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2605] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:44:58 2026] DELETE /v2.0/qos/policies/c51e01a3-029f-4266-a305-fd4978825393 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2606] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:44:58 2026] DELETE /v2.0/qos/policies/e49156da-92be-4f84-a75e-f84076a429de => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2609] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:44:59 2026] GET /v2.0/security-groups?tenant_id=df142c0c1a1147a198e32ca71218d0ee&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2610] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:44:59 2026] DELETE /v2.0/security-groups/80edc2f3-adc9-4bde-a2c1-c00a74005092 => 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: 1312/2611] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:00 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1313/2612] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:00 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1300/2613] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:00 2026] GET /v2.0/security-groups?tenant_id=2a231a3f728b48f6a60d6e688cf52444&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2614] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:00 2026] DELETE /v2.0/security-groups/b08c0e67-f1c4-44b4-842e-19e5ce7a999e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2615] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:00 2026] GET /v2.0/security-groups?tenant_id=5e478b53788a4a06806e246bf8c33382&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: 1315/2616] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:00 2026] DELETE /v2.0/security-groups/c9e8dd4f-0fe7-4a2d-b451-1b10fa5f9708 => 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: 1302/2617] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:45:01 2026] GET /v2.0/networks?id=4e854c22-92f8-4213-949e-7516a24f3f8c => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2618] 199.204.45.156 () {34 vars in 1050 bytes} [Thu Jul 2 01:45:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e4993676477147cf94b3c4b7610194d3 => generated 343 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2619] 199.204.45.156 () {38 vars in 955 bytes} [Thu Jul 2 01:45:01 2026] POST /v2.0/ports => generated 1078 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2620] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:45:01 2026] PUT /v2.0/ports/99fa65c3-6549-4c2b-8be6-2fff3900000d => generated 1239 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:45:02.942 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f404c5f5-05ed-4ae7-8b40-afb513d4df6b'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': '99fa65c3-6549-4c2b-8be6-2fff3900000d', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1304/2621] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:03 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1242 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1318/2622] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:45:03 2026] GET /v2.0/security-groups?id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2623] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:45:03 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1242 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2624] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:03 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2625] 199.204.45.156 () {34 vars in 1018 bytes} [Thu Jul 2 01:45:03 2026] GET /v2.0/networks?tenant_id=e4993676477147cf94b3c4b7610194d3&shared=False => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2626] 199.204.45.156 () {34 vars in 930 bytes} [Thu Jul 2 01:45:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2627] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:45:04 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2628] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:45:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=99fa65c3-6549-4c2b-8be6-2fff3900000d => 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: 1308/2629] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:45:04 2026] GET /v2.0/subnets?id=fbee1597-712d-4597-8948-fea6be107429 => 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: 1322/2630] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:45:04 2026] GET /v2.0/ports?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c&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: 1309/2631] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:45:04 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2632] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:45:04 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1310/2633] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:45:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2634] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:45:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2635] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:45:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2636] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:45:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2637] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 2 01:45:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2638] 10.0.0.197 () {34 vars in 767 bytes} [Thu Jul 2 01:45:06 2026] PUT /v2.0/security-groups/45bf1987-1605-4db3-a5e8-425fd84437b2/tags => generated 17 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2639] 10.0.0.197 () {34 vars in 767 bytes} [Thu Jul 2 01:45:06 2026] PUT /v2.0/security-groups/b7170ac2-a4c0-42c6-be51-b5642ab5d946/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: 1314/2640] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2641] 10.0.0.197 () {34 vars in 767 bytes} [Thu Jul 2 01:45:06 2026] PUT /v2.0/security-groups/2d206249-a12b-4242-b3cb-4e3b63eb21b8/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: 1315/2642] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/security-groups?id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&fields=id&fields=name => generated 96 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2643] 10.0.0.197 () {34 vars in 767 bytes} [Thu Jul 2 01:45:06 2026] PUT /v2.0/security-groups/1a988949-d3dd-4dd5-ba3e-6acf5e623e93/tags => generated 19 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2644] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2645] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1317/2646] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2647] 10.0.0.197 () {32 vars in 690 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2648] 10.0.0.197 () {32 vars in 702 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2649] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2650] 10.0.0.197 () {32 vars in 702 bytes} [Thu Jul 2 01:45:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2651] 10.0.0.197 () {32 vars in 698 bytes} [Thu Jul 2 01:45:07 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2652] 10.0.0.197 () {32 vars in 710 bytes} [Thu Jul 2 01:45:07 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2653] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:07 2026] DELETE /v2.0/security-groups/45bf1987-1605-4db3-a5e8-425fd84437b2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2654] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:07 2026] DELETE /v2.0/security-groups/b7170ac2-a4c0-42c6-be51-b5642ab5d946 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2655] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:07 2026] DELETE /v2.0/security-groups/2d206249-a12b-4242-b3cb-4e3b63eb21b8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2656] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:07 2026] DELETE /v2.0/security-groups/1a988949-d3dd-4dd5-ba3e-6acf5e623e93 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2657] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:07 2026] DELETE /v2.0/security-groups/119d2d1f-1d56-4509-90d5-4594454688b6 => 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: 1323/2658] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:45:08 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2659] 199.204.45.156 () {34 vars in 1044 bytes} [Thu Jul 2 01:45:08 2026] GET /v2.0/security-groups?id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2660] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:08 2026] GET /v2.0/security-groups?tenant_id=e581e1a4c3b34889b4824aa5527a867f&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2661] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:09 2026] DELETE /v2.0/security-groups/3441c2da-7e81-4593-be97-804831b596fa => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2662] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:09 2026] GET /v2.0/security-groups?tenant_id=0834c7e4679042d3b50c13dcffad9082&name=default => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2663] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:09 2026] DELETE /v2.0/security-groups/4f07bf71-3a30-46b4-82ed-210ec5d8d4f0 => 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: 1338/2664] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:09 2026] GET /v2.0/security-groups?tenant_id=62e01b35e2454ca4a368b85e430b3153&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: 1327/2665] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:09 2026] DELETE /v2.0/security-groups/7adf6e5b-16c4-44f6-a95f-35449df38ccd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2666] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:09 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1328/2667] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:45:10 2026] GET /v2.0/security-groups?id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&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: 7|app: 0|req: 1340/2668] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:10 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2669] 10.0.0.86 () {34 vars in 1177 bytes} [Thu Jul 2 01:45:12 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa&device_id=680a3839-0d84-43d0-ab9f-daf12a644929&device_id=acec0828-6422-42fe-ac54-71170891077b => generated 4156 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2670] 10.0.0.86 () {34 vars in 1119 bytes} [Thu Jul 2 01:45:12 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&fields=id&fields=name => generated 187 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2671] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:13 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1342/2672] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:45:13 2026] GET /v2.0/security-groups?id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&fields=id&fields=name => generated 96 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2673] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:13 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:45:13.722 7 INFO neutron.db.segments_db [None req-4718254e-3fd9-40ab-a444-60db9d8263c7 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] Added segment 637f9eca-1ebf-436e-8e12-8c135fee32c4 of type vxlan for network 09d1243e-05de-44de-9895-3b51c649114b 2026-07-02 01:45:13.975 7 INFO neutron.db.l3_hamode_db [None req-4718254e-3fd9-40ab-a444-60db9d8263c7 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:45:14.090 7 INFO neutron.db.l3_hamode_db [None req-4718254e-3fd9-40ab-a444-60db9d8263c7 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1332/2674] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:45:14 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2675] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:45:14 2026] GET /v2.0/security-groups?id=604cf98f-6eb8-4942-84f9-9fb0ba7c7c31&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: 1334/2676] 10.0.0.86 () {34 vars in 1083 bytes} [Thu Jul 2 01:45:14 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929&device_id=acec0828-6422-42fe-ac54-71170891077b => generated 2923 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2677] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:45:14 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&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: 7|app: 0|req: 1343/2680] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 2 01:45:13 2026] POST /v2.0/routers => generated 474 bytes in 1172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2681] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:45:14 2026] PUT /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2682] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:45:14 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2683] 10.0.0.197 () {34 vars in 762 bytes} [Thu Jul 2 01:45:14 2026] PUT /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags/green => generated 4 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2684] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:45:15 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2685] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 2 01:45:15 2026] PUT /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags/red => generated 4 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2686] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:45:15 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 34 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2687] 10.0.0.197 () {34 vars in 780 bytes} [Thu Jul 2 01:45:15 2026] PUT /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags/black.or.white => generated 4 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2688] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:45:15 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 52 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2689] 10.0.0.197 () {34 vars in 751 bytes} [Thu Jul 2 01:45:15 2026] PUT /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 37 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2690] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:45:15 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 37 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2691] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:45:16 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags/red => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:45:16.372 7 INFO neutron.api.v2.resource [None req-1c0a64a4-6f9a-4dce-8575-6793f377379b 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1349/2692] 10.0.0.197 () {32 vars in 743 bytes} [Thu Jul 2 01:45:16 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2693] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:45:16 2026] DELETE /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags/red => 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: 1350/2694] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:45:16 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 30 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:45:16.753 8 INFO neutron.api.v2.resource [None req-50e095bc-c2dc-409f-8024-fcaf6b6c9dd3 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1345/2695] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 2 01:45:16 2026] DELETE /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags/green => generated 99 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2696] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 2 01:45:16 2026] DELETE /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2697] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 2 01:45:16 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de/tags => generated 12 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2698] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:45:17 2026] GET /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de => generated 480 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2699] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 2 01:45:17 2026] PUT /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de => generated 480 bytes in 1455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2700] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 2 01:45:18 2026] GET /v2.0/ports?device_id=34f7ab4d-83a0-4e1f-a566-21834013e6de => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:45:18.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed1fc152-eaec-4e96-b122-0433a06a2a38 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] TaaS: Handle Delete Port: f99ac4da-c5b4-40a4-9229-f57acbdc36d4 2026-07-02 01:45:18.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed1fc152-eaec-4e96-b122-0433a06a2a38 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] Tap Mirror: Handle Delete Port: f99ac4da-c5b4-40a4-9229-f57acbdc36d4 2026-07-02 01:45:19.093 8 INFO neutron.services.segments.plugin [-] Segment 637f9eca-1ebf-436e-8e12-8c135fee32c4 resource provider aggregate not found 2026-07-02 01:45:19.100 8 INFO neutron.services.segments.plugin [-] Segment 637f9eca-1ebf-436e-8e12-8c135fee32c4 resource provider aggregate not found 2026-07-02 01:45:19.119 8 INFO neutron.db.l3_hamode_db [None req-ed1fc152-eaec-4e96-b122-0433a06a2a38 8365f3ce939446fbb4b99e417302307a 70106a4e8061421c9a4492319037daeb - - default default] HA network 09d1243e-05de-44de-9895-3b51c649114b was deleted as no HA routers are present in tenant 70106a4e8061421c9a4492319037daeb. 2026-07-02 01:45:19.120 8 INFO neutron.services.segments.plugin [-] Segment 637f9eca-1ebf-436e-8e12-8c135fee32c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 637f9eca-1ebf-436e-8e12-8c135fee32c4 found for delete ", "request_id": "req-bee989bd-2922-4b62-ad13-c6223ad5b3ab"}]} [pid: 8|app: 0|req: 1348/2701] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:45:18 2026] DELETE /v2.0/routers/34f7ab4d-83a0-4e1f-a566-21834013e6de => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:45:19.244 8 INFO neutron.services.segments.plugin [-] Segment 637f9eca-1ebf-436e-8e12-8c135fee32c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 637f9eca-1ebf-436e-8e12-8c135fee32c4 found for delete ", "request_id": "req-ceb6ba04-69cd-4659-a688-8f30c733c308"}]} [pid: 7|app: 0|req: 1354/2702] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:19 2026] GET /v2.0/security-groups?tenant_id=70106a4e8061421c9a4492319037daeb&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2703] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:20 2026] DELETE /v2.0/security-groups/9a3cc48c-9017-4640-b1c4-792ca24652fe => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2704] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:20 2026] GET /v2.0/security-groups?tenant_id=e7bf08ec819f44d5a6fab7fef7527fb9&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2705] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:20 2026] DELETE /v2.0/security-groups/1ea04a79-138c-4fa8-972b-05db0de735fb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:45:24.472 7 INFO neutron.db.segments_db [None req-33026adb-884d-4e04-a9c3-0e955d72b5a5 49f1bdf9b0314d14823b8479a8bc5f99 83926161b19543efa7c59686f22a60fe - - default default] Added segment 72651333-fef4-45f9-8871-6d68b70bd5bd of type vxlan for network 1342c4a5-3962-4d35-9960-7b5a9e5371e1 [pid: 7|app: 0|req: 1356/2706] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:45:24 2026] POST /v2.0/networks => generated 630 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:45:24.669 8 INFO neutron.db.segments_db [None req-f5ec22db-7e59-4a61-b0b1-0996b5f5e370 49f1bdf9b0314d14823b8479a8bc5f99 83926161b19543efa7c59686f22a60fe - - default default] Added segment 281df28f-7d0f-4e0c-b6fa-d15b1a43b904 of type vxlan for network 6cf49782-df5d-4796-a58d-36f4418a28ad [pid: 8|app: 0|req: 1351/2707] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:45:24 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2708] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:45:24 2026] PUT /v2.0/networks/1342c4a5-3962-4d35-9960-7b5a9e5371e1/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2709] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:45:24 2026] GET /v2.0/networks/1342c4a5-3962-4d35-9960-7b5a9e5371e1/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2710] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:45:24 2026] PUT /v2.0/networks/6cf49782-df5d-4796-a58d-36f4418a28ad/tags => generated 17 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2711] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:45:25 2026] GET /v2.0/networks/6cf49782-df5d-4796-a58d-36f4418a28ad/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2712] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:45:25 2026] PUT /v2.0/networks/6cf49782-df5d-4796-a58d-36f4418a28ad/tags => generated 12 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2713] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:45:25 2026] GET /v2.0/networks/6cf49782-df5d-4796-a58d-36f4418a28ad/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2714] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 2 01:45:25 2026] GET /v2.0/networks/1342c4a5-3962-4d35-9960-7b5a9e5371e1/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:45:25.510 8 INFO neutron.services.segments.plugin [-] Segment 72651333-fef4-45f9-8871-6d68b70bd5bd resource provider aggregate not found 2026-07-02 01:45:25.516 8 INFO neutron.services.segments.plugin [-] Segment 72651333-fef4-45f9-8871-6d68b70bd5bd resource provider aggregate not found [pid: 8|app: 0|req: 1355/2715] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:45:25 2026] DELETE /v2.0/networks/1342c4a5-3962-4d35-9960-7b5a9e5371e1 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:45:25.536 8 INFO neutron.services.segments.plugin [-] Segment 72651333-fef4-45f9-8871-6d68b70bd5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72651333-fef4-45f9-8871-6d68b70bd5bd found for delete ", "request_id": "req-9480dd21-782c-4c40-8d0f-87aba7fc6c9e"}]} 2026-07-02 01:45:25.540 8 INFO neutron.services.segments.plugin [-] Segment 72651333-fef4-45f9-8871-6d68b70bd5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72651333-fef4-45f9-8871-6d68b70bd5bd found for delete ", "request_id": "req-9f72a95d-09d7-409f-9ed3-fd07304902a2"}]} 2026-07-02 01:45:25.660 7 INFO neutron.services.segments.plugin [-] Segment 281df28f-7d0f-4e0c-b6fa-d15b1a43b904 resource provider aggregate not found 2026-07-02 01:45:25.661 7 INFO neutron.services.segments.plugin [-] Segment 281df28f-7d0f-4e0c-b6fa-d15b1a43b904 resource provider aggregate not found 2026-07-02 01:45:25.686 7 INFO neutron.services.segments.plugin [-] Segment 281df28f-7d0f-4e0c-b6fa-d15b1a43b904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 281df28f-7d0f-4e0c-b6fa-d15b1a43b904 found for delete ", "request_id": "req-302b6fa8-f73a-41ff-8a95-2ae746dfb80c"}]} 2026-07-02 01:45:25.693 7 INFO neutron.services.segments.plugin [-] Segment 281df28f-7d0f-4e0c-b6fa-d15b1a43b904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 281df28f-7d0f-4e0c-b6fa-d15b1a43b904 found for delete ", "request_id": "req-1c1aea50-5b14-47dd-8fd1-b752ac37cbda"}]} [pid: 7|app: 0|req: 1361/2716] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:45:25 2026] DELETE /v2.0/networks/6cf49782-df5d-4796-a58d-36f4418a28ad => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2717] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:26 2026] GET /v2.0/security-groups?tenant_id=83926161b19543efa7c59686f22a60fe&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2718] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:26 2026] DELETE /v2.0/security-groups/cf8c2834-c180-44cc-8837-7fddc2387293 => 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: 1357/2719] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:26 2026] GET /v2.0/security-groups?tenant_id=f992b4759ad84d1a98b63161b340f2f6&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2720] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:27 2026] DELETE /v2.0/security-groups/ac228ddf-1966-4d57-a04a-791116769731 => 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: 1365/2723] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:31 2026] GET /v2.0/security-groups?tenant_id=a7707f50d88849d18f847ec6cc421877&name=default => generated 2929 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2724] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:31 2026] DELETE /v2.0/security-groups/36bb3a7c-1c7c-413a-9d07-d8b70035be61 => 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: 1366/2725] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:45:31 2026] GET /v2.0/security-groups?tenant_id=44d33172a45b47f7806bdbc62d93582f&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2726] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:45:31 2026] DELETE /v2.0/security-groups/d3bc5b0f-427f-4083-9d3e-7e2440401b1f => 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: 1368/2729] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:45:48 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: 1362/2730] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:45:48 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: 1369/2731] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:45:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2732] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:45:48 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: 1370/2733] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:45:48 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1364/2734] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:45:48 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2735] 199.204.45.156 () {34 vars in 717 bytes} [Thu Jul 2 01:45:49 2026] POST /v2.0/ports => generated 1059 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2736] 10.0.0.86 () {34 vars in 970 bytes} [Thu Jul 2 01:45:49 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2737] 10.0.0.86 () {34 vars in 906 bytes} [Thu Jul 2 01:45:49 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2738] 199.204.45.156 () {34 vars in 1262 bytes} [Thu Jul 2 01:45:50 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2739] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:45:50 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1367/2740] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:45:50 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1374/2741] 199.204.45.156 () {34 vars in 975 bytes} [Thu Jul 2 01:45:51 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1059 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2742] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:45:51 2026] GET /v2.0/networks?id=c857831f-6750-46ae-a742-84de718aa022 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2743] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:45:51 2026] PUT /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1249 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:45:51.778 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf9e12bf-519b-45de-b236-3595256ea42f'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': 'b83ad237-319f-49ad-a749-1572155b0b17', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2744] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:45:52 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2745] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:45:52 2026] GET /v2.0/networks?id=c857831f-6750-46ae-a742-84de718aa022 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2746] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:45:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => 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: 1377/2747] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:45:52 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1371/2748] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:45:52 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&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: 1378/2749] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:45:52 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1372/2750] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:45:52 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1379/2751] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2752] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=99fa65c3-6549-4c2b-8be6-2fff3900000d => 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: 1380/2753] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/subnets?id=fbee1597-712d-4597-8948-fea6be107429 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2754] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/ports?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c&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: 1381/2755] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2756] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2757] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => 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: 1376/2758] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1383/2759] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:45:53 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2760] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:45:54 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1384/2761] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:45:54 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1378/2762] 10.0.0.86 () {34 vars in 970 bytes} [Thu Jul 2 01:45:58 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1251 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2763] 199.204.45.156 () {34 vars in 789 bytes} [Thu Jul 2 01:45:58 2026] PUT /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1275 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:45:58.477 8 INFO neutron.api.v2.resource [None req-81bca401-c661-4a9a-88a4-1c54f70d152a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1379/2764] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:45:58 2026] GET /v2.0/security-groups/lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:45:58.494 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27c8706f-3f87-4a2b-baa8-df9fd3f92ef1'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': 'b83ad237-319f-49ad-a749-1572155b0b17', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1386/2765] 199.204.45.156 () {30 vars in 785 bytes} [Thu Jul 2 01:45:58 2026] GET /v2.0/security-groups?name=lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2766] 199.204.45.156 () {34 vars in 789 bytes} [Thu Jul 2 01:45:58 2026] PUT /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1313 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:45:58.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b7ad9cb-4e3a-48c5-abd7-95823db19736'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': 'b83ad237-319f-49ad-a749-1572155b0b17', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1387/2767] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:45:58 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1381/2768] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2769] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:45:59 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: 1383/2770] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:45:59 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: 1388/2771] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2772] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1389/2773] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/networks?id=c857831f-6750-46ae-a742-84de718aa022 => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2774] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2775] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2776] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2777] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1349 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2778] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2779] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2780] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2781] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2782] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2783] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2784] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:45:59 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2787] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:46:00 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2788] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:46:00 2026] GET /v2.0/networks?id=c857831f-6750-46ae-a742-84de718aa022 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2789] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:46:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => 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: 1393/2790] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:46:00 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2791] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:00 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2792] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:00 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2793] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:00 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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) 2026-07-02 01:46:05.446 8 INFO neutron.db.l3_db [None req-e3c1ecff-b303-4d80-818a-64e8893d7315 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Floating IP 994c2e8d-6458-44b0-a0dc-2992c87f1180 associated. External IP: 10.96.250.216, port: bc28babe-e20d-48a8-bb73-72ca0dbd6321. [pid: 8|app: 0|req: 1395/2794] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 2 01:46:04 2026] POST /v2.0/floatingips => generated 898 bytes in 1132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2795] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:46:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2796] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:46:08 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: 1401/2797] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:46:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2798] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:46:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:46:08.938 7 INFO neutron.api.v2.resource [None req-57515efa-4fd8-4722-a29d-ff6390776a8a 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2799] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:46:08 2026] GET /v2.0/security-groups/lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => 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: 1398/2800] 199.204.45.156 () {30 vars in 785 bytes} [Thu Jul 2 01:46:08 2026] GET /v2.0/security-groups?name=lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2801] 199.204.45.156 () {30 vars in 815 bytes} [Thu Jul 2 01:46:08 2026] GET /v2.0/security-group-rules?security_group_id=a457c86c-4b06-4e1a-a19b-bd0c024180e8 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2802] 199.204.45.156 () {34 vars in 747 bytes} [Thu Jul 2 01:46:09 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: 7|app: 0|req: 1404/2803] 199.204.45.156 () {34 vars in 747 bytes} [Thu Jul 2 01:46:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2806] 10.0.0.220 () {30 vars in 690 bytes} [Thu Jul 2 01:46:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2807] 10.0.0.220 () {30 vars in 692 bytes} [Thu Jul 2 01:46:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2808] 10.0.0.220 () {30 vars in 668 bytes} [Thu Jul 2 01:46:17 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: 1402/2809] 10.0.0.220 () {30 vars in 704 bytes} [Thu Jul 2 01:46:17 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: 1408/2810] 10.0.0.220 () {28 vars in 439 bytes} [Thu Jul 2 01:46:18 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2811] 10.0.0.220 () {30 vars in 728 bytes} [Thu Jul 2 01:46:18 2026] GET /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2812] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2813] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2814] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:46:21 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: 1405/2815] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2816] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => 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: 1406/2817] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2818] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2819] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2820] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:46:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2821] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:46:21 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: 1414/2822] 199.204.45.156 () {34 vars in 717 bytes} [Thu Jul 2 01:46:21 2026] POST /v2.0/ports => generated 1328 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2823] 10.0.0.86 () {34 vars in 970 bytes} [Thu Jul 2 01:46:22 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1415/2824] 10.0.0.86 () {34 vars in 906 bytes} [Thu Jul 2 01:46:22 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2825] 199.204.45.156 () {34 vars in 1262 bytes} [Thu Jul 2 01:46:23 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2826] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:23 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1411/2827] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:23 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1417/2828] 199.204.45.156 () {34 vars in 975 bytes} [Thu Jul 2 01:46:24 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1328 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2829] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:46:24 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2830] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:46:24 2026] PUT /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1518 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:46:24.828 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84c470f1-85e9-459a-ab7c-d5fc73c60185'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': '5282e043-8f2f-4b1b-af01-90d762767559', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1413/2831] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4095 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1419/2832] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => 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: 1414/2833] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.125&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => 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: 1420/2834] 199.204.45.156 () {34 vars in 1104 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11f&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => 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: 1415/2835] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/subnets?id=34fc881a-5818-4413-bce0-01fc37055d46&id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2836] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2837] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2838] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2839] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:25 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1423/2840] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:46:26 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4095 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2841] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:46:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=99fa65c3-6549-4c2b-8be6-2fff3900000d => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2842] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:46:26 2026] GET /v2.0/subnets?id=fbee1597-712d-4597-8948-fea6be107429 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2843] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:26 2026] GET /v2.0/ports?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2844] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:26 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1420/2845] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2846] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => 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: 1421/2847] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2848] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2849] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1428/2850] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2851] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.125&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => 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: 1429/2852] 199.204.45.156 () {34 vars in 1104 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11f&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => 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: 1424/2853] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/subnets?id=34fc881a-5818-4413-bce0-01fc37055d46&id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2854] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2855] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2856] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2857] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:27 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2860] 10.0.0.86 () {34 vars in 970 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2861] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2862] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => 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: 1429/2863] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/subnets/34fc881a-5818-4413-bce0-01fc37055d46 => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2864] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2865] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2866] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2867] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2868] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1432/2869] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2870] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:46:31 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2871] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:32 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2872] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:46:32 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => 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: 1434/2873] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:46:32 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2874] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:32 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2875] 10.0.0.220 () {30 vars in 690 bytes} [Thu Jul 2 01:46:39 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: 1441/2876] 10.0.0.220 () {30 vars in 692 bytes} [Thu Jul 2 01:46: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: 1436/2877] 10.0.0.220 () {30 vars in 668 bytes} [Thu Jul 2 01:46:39 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: 1442/2878] 10.0.0.220 () {30 vars in 704 bytes} [Thu Jul 2 01:46:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2879] 10.0.0.220 () {28 vars in 439 bytes} [Thu Jul 2 01:46:39 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: 1443/2880] 10.0.0.220 () {30 vars in 728 bytes} [Thu Jul 2 01:46:39 2026] GET /v2.0/subnets/066aca0c-7118-4195-8617-dc46cead229a => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2881] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:46:40 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: 1444/2882] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:46:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2883] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:46:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2884] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:46:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2885] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:40 2026] GET /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2886] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:40 2026] GET /v2.0/subnets/066aca0c-7118-4195-8617-dc46cead229a => 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: 1441/2887] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:46:40 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4097 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2888] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:46:40 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: 1442/2889] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:46:40 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: 1448/2890] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:46:40 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: 1443/2891] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:46:40 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: 1449/2892] 199.204.45.156 () {34 vars in 717 bytes} [Thu Jul 2 01:46:40 2026] POST /v2.0/ports => generated 1328 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2893] 10.0.0.86 () {34 vars in 970 bytes} [Thu Jul 2 01:46:41 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1450/2894] 199.204.45.156 () {34 vars in 1262 bytes} [Thu Jul 2 01:46:42 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2895] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:42 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1451/2896] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:42 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2897] 199.204.45.156 () {34 vars in 975 bytes} [Thu Jul 2 01:46:42 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1328 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2898] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:46:42 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2899] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:46:42 2026] PUT /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1518 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:46:43.599 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c23b9bb7-1a8f-44eb-ba32-30cc2e3abaa7'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': '0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1453/2900] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 5607 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1448/2901] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 799 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2902] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.12&port_id=0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2903] 199.204.45.156 () {34 vars in 1106 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e3&port_id=0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => 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: 1455/2904] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/subnets?id=066aca0c-7118-4195-8617-dc46cead229a&id=f347b0fe-4339-44d9-9620-8353eb10b282 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2905] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2906] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&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: 1451/2907] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1457/2910] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:44 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1454/2911] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 5607 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2912] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=99fa65c3-6549-4c2b-8be6-2fff3900000d => 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: 1455/2913] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/subnets?id=fbee1597-712d-4597-8948-fea6be107429 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2914] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/ports?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c&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: 1456/2915] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1460/2916] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1457/2917] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => 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: 1461/2918] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2919] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&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: 1462/2920] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:45 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1459/2921] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1463/2922] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.125&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => 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: 1460/2923] 199.204.45.156 () {34 vars in 1104 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11f&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2924] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/subnets?id=34fc881a-5818-4413-bce0-01fc37055d46&id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2925] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2926] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&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: 1462/2927] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2928] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1463/2929] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.12&port_id=0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => 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: 1467/2930] 199.204.45.156 () {34 vars in 1106 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e3&port_id=0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2931] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/subnets?id=066aca0c-7118-4195-8617-dc46cead229a&id=f347b0fe-4339-44d9-9620-8353eb10b282 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2932] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2933] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&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: 1469/2934] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1466/2935] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:46 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2936] 10.0.0.86 () {34 vars in 970 bytes} [Thu Jul 2 01:46:50 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2937] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:46:50 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 796 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2938] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:50 2026] GET /v2.0/subnets/066aca0c-7118-4195-8617-dc46cead229a => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2939] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:50 2026] GET /v2.0/subnets/f347b0fe-4339-44d9-9620-8353eb10b282 => generated 746 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2940] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:46:50 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1520 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2941] 199.204.45.156 () {34 vars in 790 bytes} [Thu Jul 2 01:46:50 2026] PUT /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1255 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:46:51.431 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0cbbf01-2ba7-48fa-8cda-6702a4e79a3d'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': '5282e043-8f2f-4b1b-af01-90d762767559', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1473/2942] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 798 bytes in 51 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: 1470/2943] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2944] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:46:51 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: 1471/2945] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2946] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:46:51 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: 1472/2947] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:46:51 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: 1476/2948] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1473/2949] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2950] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1349 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2951] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1478/2952] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => 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: 1475/2953] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2954] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2955] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:46:51 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 5380 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2956] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:46:52 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2957] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:46:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.125&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2958] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:46:52 2026] GET /v2.0/subnets?id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2959] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:46:52 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&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: 1479/2960] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:46:52 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2961] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:46:52 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1481/2964] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:04 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: 1484/2965] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2966] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2967] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2968] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2969] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 5380 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2970] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:04 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: 1487/2971] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2972] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2973] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:04 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: 1486/2974] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2975] 199.204.45.156 () {34 vars in 790 bytes} [Thu Jul 2 01:47:04 2026] PUT /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1311 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:47:04.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89438dde-fde6-465e-94a7-5db3a2ae5302'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': '0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1487/2976] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 796 bytes in 62 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: 1490/2977] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:04 2026] GET /v2.0/subnets/f347b0fe-4339-44d9-9620-8353eb10b282 => generated 746 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2978] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1347 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2979] 199.204.45.156 () {34 vars in 789 bytes} [Thu Jul 2 01:47:05 2026] PUT /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1080 bytes in 376 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: 1489/2980] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 796 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2981] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4976 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2982] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2983] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2984] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1494/2985] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1492/2986] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:05 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1495/2987] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:06 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:47:07.013 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e47d0fc-0bf5-44b0-bc0f-10c47792a3bd'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': '0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1493/2988] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:07 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2989] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:47:07 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2990] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:07 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1497/2991] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:07 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?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: 1495/2992] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:07 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 4976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2993] 199.204.45.156 () {34 vars in 975 bytes} [Thu Jul 2 01:47:07 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2994] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:47:08 2026] GET /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2995] 199.204.45.156 () {34 vars in 1016 bytes} [Thu Jul 2 01:47:08 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2996] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:47:08 2026] PUT /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 917 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2997] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:08 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 3868 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:47:09.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-972515f0-e9f5-4edd-addc-2940802d9899 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 2026-07-02 01:47:09.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-972515f0-e9f5-4edd-addc-2940802d9899 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 [pid: 8|app: 0|req: 1498/2998] 199.204.45.156 () {32 vars in 759 bytes} [Thu Jul 2 01:47:08 2026] DELETE /v2.0/ports/0d5f4dfd-fcb9-49ef-a485-5ff4b8724fe3 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2999] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:09 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: 1499/3000] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3001] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:09 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: 1500/3002] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3003] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => 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: 1501/3004] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3005] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3006] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3007] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3008] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => 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: 1506/3009] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3010] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:09 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 3868 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3011] 199.204.45.156 () {34 vars in 1226 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/networks?id=4e854c22-92f8-4213-949e-7516a24f3f8c&id=c857831f-6750-46ae-a742-84de718aa022&id=7c46bdc7-0a48-43f7-b538-b9322e954118&id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 3096 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3012] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=99fa65c3-6549-4c2b-8be6-2fff3900000d => 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: 1508/3013] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/subnets?id=fbee1597-712d-4597-8948-fea6be107429 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3014] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/ports?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3015] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3016] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1510/3017] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => 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: 1508/3018] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3019] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&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: 1509/3020] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3021] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1510/3022] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.125&port_id=5282e043-8f2f-4b1b-af01-90d762767559 => 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: 1513/3023] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/subnets?id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3024] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3025] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3026] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:10 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3029] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:14 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: 1514/3030] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3031] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3032] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:14 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: 1518/3033] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:14 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 3868 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3034] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:15 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: 1519/3035] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3036] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:15 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: 1520/3037] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3038] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:15 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3039] 199.204.45.156 () {34 vars in 789 bytes} [Thu Jul 2 01:47:15 2026] PUT /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1080 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:47:15.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-610e80b2-a584-4e68-bff3-cc1cd8e3abae'] response: {'name': 'network-changed', 'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'tag': '5282e043-8f2f-4b1b-af01-90d762767559', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1519/3040] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:47:15 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 798 bytes in 48 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: 1522/3041] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:15 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1520/3042] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:15 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 3693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3043] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:16 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 3693 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3044] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:47:16 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => 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: 1524/3045] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:16 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3046] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:16 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3047] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:16 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 3693 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3048] 199.204.45.156 () {34 vars in 975 bytes} [Thu Jul 2 01:47:17 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3049] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:47:17 2026] GET /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559?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: 8|app: 0|req: 1524/3050] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:17 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 3693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3051] 199.204.45.156 () {34 vars in 1016 bytes} [Thu Jul 2 01:47:17 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3052] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:47:17 2026] PUT /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => generated 917 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3053] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:18 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:47:19.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-25da1db9-c222-4c76-b9e8-23c1462eef79 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 5282e043-8f2f-4b1b-af01-90d762767559 2026-07-02 01:47:19.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25da1db9-c222-4c76-b9e8-23c1462eef79 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 5282e043-8f2f-4b1b-af01-90d762767559 [pid: 8|app: 0|req: 1526/3054] 199.204.45.156 () {32 vars in 759 bytes} [Thu Jul 2 01:47:18 2026] DELETE /v2.0/ports/5282e043-8f2f-4b1b-af01-90d762767559 => 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: 1529/3055] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:19 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: 1527/3056] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3057] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3058] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3059] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3060] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3061] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1349 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3062] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3063] 199.204.45.156 () {30 vars in 743 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3064] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3065] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3066] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3067] 199.204.45.156 () {34 vars in 1146 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/networks?id=4e854c22-92f8-4213-949e-7516a24f3f8c&id=c857831f-6750-46ae-a742-84de718aa022&id=7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 2311 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3068] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=99fa65c3-6549-4c2b-8be6-2fff3900000d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3069] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/subnets?id=fbee1597-712d-4597-8948-fea6be107429 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3070] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/ports?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3071] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1535/3072] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1538/3073] 199.204.45.156 () {34 vars in 1058 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=b83ad237-319f-49ad-a749-1572155b0b17 => 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: 1536/3074] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:47:19 2026] GET /v2.0/subnets?id=571149d0-d78d-4fb5-9273-db3c82470c5f => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3075] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:20 2026] GET /v2.0/ports?network_id=c857831f-6750-46ae-a742-84de718aa022&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3076] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:20 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?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: 1540/3077] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:20 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3080] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:30 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: 1542/3081] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3082] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3083] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:47:30.922 8 INFO neutron.api.v2.resource [None req-dae522e4-6653-4fc1-9ef6-8fea93b7351f 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3084] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:47:30 2026] GET /v2.0/security-groups/lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => 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: 1544/3085] 199.204.45.156 () {30 vars in 785 bytes} [Thu Jul 2 01:47:30 2026] GET /v2.0/security-groups?name=lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 2865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3086] 199.204.45.156 () {30 vars in 815 bytes} [Thu Jul 2 01:47:30 2026] GET /v2.0/security-group-rules?security_group_id=a457c86c-4b06-4e1a-a19b-bd0c024180e8 => generated 2334 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3087] 199.204.45.156 () {32 vars in 789 bytes} [Thu Jul 2 01:47:31 2026] DELETE /v2.0/security-group-rules/5565950c-cac6-4ef0-87d2-9030f8cf4a83 => 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: 1543/3088] 199.204.45.156 () {32 vars in 789 bytes} [Thu Jul 2 01:47:31 2026] DELETE /v2.0/security-group-rules/58d31447-7055-4283-83fa-4379796d1afc => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:47:34.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-33323d1c-942c-4ec9-8589-bb5e2198d63b bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: f64c13a5-6bfd-4564-a7de-a0d1e86a4f5e 2026-07-02 01:47:34.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33323d1c-942c-4ec9-8589-bb5e2198d63b bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: f64c13a5-6bfd-4564-a7de-a0d1e86a4f5e 2026-07-02 01:47:35.198 7 INFO neutron.db.l3_db [None req-33323d1c-942c-4ec9-8589-bb5e2198d63b bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Floating IP 994c2e8d-6458-44b0-a0dc-2992c87f1180 disassociated (deleted). External IP: 10.96.250.216, port: bc28babe-e20d-48a8-bb73-72ca0dbd6321. [pid: 7|app: 0|req: 1546/3089] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:47:34 2026] DELETE /v2.0/floatingips/994c2e8d-6458-44b0-a0dc-2992c87f1180 => generated 0 bytes in 709 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:47:35.582 8 INFO neutron.api.v2.resource [None req-b6b35086-1b14-4e09-8139-b4e16ba26612 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3090] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:47:35 2026] GET /v2.0/floatingips/994c2e8d-6458-44b0-a0dc-2992c87f1180 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3091] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:36 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: 1545/3092] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:36 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: 1548/3093] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:36 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: 1546/3094] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:36 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-07-02 01:47:36.506 7 INFO neutron.api.v2.resource [None req-53f3eca9-ea53-4d4d-bbba-f534e9725755 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3095] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/security-groups/lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3096] 199.204.45.156 () {30 vars in 785 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/security-groups?name=lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3097] 199.204.45.156 () {30 vars in 815 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/security-group-rules?security_group_id=a457c86c-4b06-4e1a-a19b-bd0c024180e8 => 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: 1548/3098] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:36 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: 1551/3099] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3100] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:36 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: 1552/3101] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:36 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: 1550/3102] 199.204.45.156 () {30 vars in 741 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3103] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3104] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3105] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:36 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => 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: 1552/3106] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:38 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3107] 199.204.45.156 () {34 vars in 975 bytes} [Thu Jul 2 01:47:39 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3108] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:47:39 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3109] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:39 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3110] 199.204.45.156 () {34 vars in 1016 bytes} [Thu Jul 2 01:47:39 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3111] 199.204.45.156 () {38 vars in 1028 bytes} [Thu Jul 2 01:47:39 2026] PUT /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1150 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3112] 199.204.45.156 () {30 vars in 769 bytes} [Thu Jul 2 01:47:40 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1244 bytes in 57 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: 1558/3113] 199.204.45.156 () {34 vars in 789 bytes} [Thu Jul 2 01:47:40 2026] PUT /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1090 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3114] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:40 2026] GET /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 1090 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:47:40.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5014e7a-569b-4d33-a038-1feb07e10697 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: b83ad237-319f-49ad-a749-1572155b0b17 2026-07-02 01:47:40.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5014e7a-569b-4d33-a038-1feb07e10697 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: b83ad237-319f-49ad-a749-1572155b0b17 [pid: 7|app: 0|req: 1559/3115] 199.204.45.156 () {32 vars in 759 bytes} [Thu Jul 2 01:47:40 2026] DELETE /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3116] 199.204.45.156 () {30 vars in 703 bytes} [Thu Jul 2 01:47:40 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: 1560/3117] 199.204.45.156 () {30 vars in 705 bytes} [Thu Jul 2 01:47:40 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: 1558/3118] 199.204.45.156 () {30 vars in 681 bytes} [Thu Jul 2 01:47:40 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: 1561/3119] 199.204.45.156 () {30 vars in 717 bytes} [Thu Jul 2 01:47:40 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-07-02 01:47:40.923 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f41fa81c-dbc0-4830-8728-87d225454ea0 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3120] 199.204.45.156 () {32 vars in 759 bytes} [Thu Jul 2 01:47:40 2026] DELETE /v2.0/ports/b83ad237-319f-49ad-a749-1572155b0b17 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3121] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:40 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:47:40.991 8 INFO neutron.api.v2.resource [None req-2c2bacd7-584f-432e-af42-ab4e8b25ab73 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3122] 199.204.45.156 () {30 vars in 763 bytes} [Thu Jul 2 01:47:40 2026] GET /v2.0/security-groups/lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3123] 199.204.45.156 () {30 vars in 785 bytes} [Thu Jul 2 01:47:40 2026] GET /v2.0/security-groups?name=lb-d6d1bf60-5706-4788-a4f6-1c394cd16cc6 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3124] 199.204.45.156 () {30 vars in 737 bytes} [Thu Jul 2 01:47:41 2026] GET /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3125] 199.204.45.156 () {34 vars in 789 bytes} [Thu Jul 2 01:47:41 2026] PUT /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => generated 1090 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3126] 199.204.45.156 () {32 vars in 779 bytes} [Thu Jul 2 01:47:41 2026] DELETE /v2.0/security-groups/a457c86c-4b06-4e1a-a19b-bd0c024180e8 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:47:41.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb6be2ab-fc2c-406c-8caf-0d993a4493ed 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: bc28babe-e20d-48a8-bb73-72ca0dbd6321 2026-07-02 01:47:41.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb6be2ab-fc2c-406c-8caf-0d993a4493ed 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: bc28babe-e20d-48a8-bb73-72ca0dbd6321 [pid: 7|app: 0|req: 1565/3127] 199.204.45.156 () {32 vars in 759 bytes} [Thu Jul 2 01:47:41 2026] DELETE /v2.0/ports/bc28babe-e20d-48a8-bb73-72ca0dbd6321 => 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: 1563/3128] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:41 2026] GET /v2.0/ports?tenant_id=e4993676477147cf94b3c4b7610194d3&device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3129] 199.204.45.156 () {34 vars in 1066 bytes} [Thu Jul 2 01:47:41 2026] GET /v2.0/networks?id=4e854c22-92f8-4213-949e-7516a24f3f8c&id=c857831f-6750-46ae-a742-84de718aa022 => generated 1524 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3130] 199.204.45.156 () {34 vars in 1060 bytes} [Thu Jul 2 01:47:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.27&port_id=99fa65c3-6549-4c2b-8be6-2fff3900000d => 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: 1567/3131] 199.204.45.156 () {34 vars in 984 bytes} [Thu Jul 2 01:47:41 2026] GET /v2.0/subnets?id=fbee1597-712d-4597-8948-fea6be107429 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3132] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:41 2026] GET /v2.0/ports?network_id=4e854c22-92f8-4213-949e-7516a24f3f8c&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3133] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:41 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1566/3134] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:42 2026] GET /v2.0/networks/4e854c22-92f8-4213-949e-7516a24f3f8c?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: 1570/3137] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:47:44 2026] GET /v2.0/ports?device_id=7b872915-b694-4a61-9d09-242f74807bfa => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:47:44.781 8 INFO neutron_taas.services.taas.taas_plugin [req-c0dce799-9d4e-4c3c-a7f1-a67103d6a1e8 req-cbcdea5e-9191-4640-b266-7b1ff4e99645 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] TaaS: Handle Delete Port: 99fa65c3-6549-4c2b-8be6-2fff3900000d 2026-07-02 01:47:44.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0dce799-9d4e-4c3c-a7f1-a67103d6a1e8 req-cbcdea5e-9191-4640-b266-7b1ff4e99645 4daff0af70184e62b2accaa623050ea9 e4993676477147cf94b3c4b7610194d3 - - default default] Tap Mirror: Handle Delete Port: 99fa65c3-6549-4c2b-8be6-2fff3900000d [pid: 8|app: 0|req: 1568/3138] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:47:44 2026] DELETE /v2.0/ports/99fa65c3-6549-4c2b-8be6-2fff3900000d => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:47:44.979 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1ca8931-10b0-49a2-8f09-84ed03ca7121'] response: {'server_uuid': '7b872915-b694-4a61-9d09-242f74807bfa', 'name': 'network-vif-deleted', 'tag': '99fa65c3-6549-4c2b-8be6-2fff3900000d', 'status': 'completed', 'code': 200} 2026-07-02 01:47:45.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f12c37d-b6f5-4a4b-b63a-c53c4529fc1d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 26162570-da20-4bcb-bd2f-4e3740f67a69 2026-07-02 01:47:45.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f12c37d-b6f5-4a4b-b63a-c53c4529fc1d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 26162570-da20-4bcb-bd2f-4e3740f67a69 2026-07-02 01:47:46.122 7 INFO neutron.db.l3_db [None req-9f12c37d-b6f5-4a4b-b63a-c53c4529fc1d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Floating IP 553e423d-51ec-4fad-9890-758828199b76 disassociated (deleted). External IP: 10.96.250.217, port: 93478047-3530-411e-acda-b36c17d6b5cb. [pid: 7|app: 0|req: 1571/3139] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:47:45 2026] DELETE /v2.0/floatingips/553e423d-51ec-4fad-9890-758828199b76 => generated 0 bytes in 695 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:47:46.531 8 INFO neutron.api.v2.resource [None req-f46c2fe7-e0a3-4278-8790-5c8323882374 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3140] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:47:46 2026] GET /v2.0/floatingips/553e423d-51ec-4fad-9890-758828199b76 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:47:46.546 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05cdf27a-9790-4657-9f00-b09ddaac05bf'] response: {'name': 'network-changed', 'server_uuid': '680a3839-0d84-43d0-ab9f-daf12a644929', 'tag': '93478047-3530-411e-acda-b36c17d6b5cb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1572/3141] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:47:46 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => 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: 1570/3142] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:47:46 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3143] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3144] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/networks?id=76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3145] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=93478047-3530-411e-acda-b36c17d6b5cb => 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: 1572/3146] 199.204.45.156 () {34 vars in 1106 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3bb&port_id=93478047-3530-411e-acda-b36c17d6b5cb => 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: 1575/3147] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/subnets?id=066aca0c-7118-4195-8617-dc46cead229a&id=f347b0fe-4339-44d9-9620-8353eb10b282 => generated 1413 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3148] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3149] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/ports?network_id=76277494-57ea-4a6a-814d-c0ad91e13d50&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: 1574/3150] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3151] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:47 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3152] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:47:49 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:47:49.305 7 INFO neutron_taas.services.taas.taas_plugin [req-215f78fc-87ba-4155-be38-270a00dedbcb req-8a5dcaa9-d64d-4b0c-835a-cba43301937f bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 93478047-3530-411e-acda-b36c17d6b5cb 2026-07-02 01:47:49.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-215f78fc-87ba-4155-be38-270a00dedbcb req-8a5dcaa9-d64d-4b0c-835a-cba43301937f bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 93478047-3530-411e-acda-b36c17d6b5cb [pid: 7|app: 0|req: 1578/3153] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:47:49 2026] DELETE /v2.0/ports/93478047-3530-411e-acda-b36c17d6b5cb => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:47:49.539 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed2392a4-c009-419b-a8c7-61987bc53e1b'] response: {'server_uuid': '680a3839-0d84-43d0-ab9f-daf12a644929', 'name': 'network-vif-deleted', 'tag': '93478047-3530-411e-acda-b36c17d6b5cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1576/3154] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:47:51 2026] GET /v2.0/ports?device_id=680a3839-0d84-43d0-ab9f-daf12a644929 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:47:57.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8286646-fe86-4f8f-af46-0c9855362b57 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 6ed59830-9414-4fb5-ba3f-b2da5e06109c 2026-07-02 01:47:57.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8286646-fe86-4f8f-af46-0c9855362b57 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 6ed59830-9414-4fb5-ba3f-b2da5e06109c 2026-07-02 01:47:57.328 7 INFO neutron.db.l3_db [None req-e8286646-fe86-4f8f-af46-0c9855362b57 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Floating IP 5ce91752-af87-4e4e-b1b1-2c015ac590ff disassociated (deleted). External IP: 10.96.250.208, port: 9f33c3f7-3831-4309-b69f-480483c8203e. [pid: 7|app: 0|req: 1579/3155] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:47:56 2026] DELETE /v2.0/floatingips/5ce91752-af87-4e4e-b1b1-2c015ac590ff => generated 0 bytes in 740 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:47:57.756 8 INFO neutron.api.v2.resource [None req-2f1fae8e-0fba-4f57-8e69-45a7621ac9ec bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3156] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 2 01:47:57 2026] GET /v2.0/floatingips/5ce91752-af87-4e4e-b1b1-2c015ac590ff => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:47:57.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b6b4ebc-0cb3-4dd0-a36d-9b33e11d17f7'] response: {'name': 'network-changed', 'server_uuid': 'acec0828-6422-42fe-ac54-71170891077b', 'tag': '9f33c3f7-3831-4309-b69f-480483c8203e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1580/3157] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:47:57 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1196 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3158] 10.0.0.86 () {34 vars in 1039 bytes} [Thu Jul 2 01:47:57 2026] GET /v2.0/security-groups?id=48b29be5-bc20-4cb4-ae05-31da7a76d7b5&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3159] 199.204.45.156 () {34 vars in 1080 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/ports?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3160] 199.204.45.156 () {34 vars in 986 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/networks?id=7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3161] 199.204.45.156 () {34 vars in 1056 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=9f33c3f7-3831-4309-b69f-480483c8203e => 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: 1580/3162] 199.204.45.156 () {34 vars in 1104 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f3&port_id=9f33c3f7-3831-4309-b69f-480483c8203e => 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: 1583/3163] 199.204.45.156 () {34 vars in 1064 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/subnets?id=34fc881a-5818-4413-bce0-01fc37055d46&id=b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3164] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&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: 1584/3165] 199.204.45.156 () {34 vars in 1052 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/ports?network_id=7c46bdc7-0a48-43f7-b538-b9322e954118&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3166] 199.204.45.156 () {34 vars in 1012 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1585/3167] 199.204.45.156 () {34 vars in 1112 bytes} [Thu Jul 2 01:47:58 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118?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: 1584/3170] 199.204.45.156 () {34 vars in 994 bytes} [Thu Jul 2 01:48:00 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:48:00.560 7 INFO neutron_taas.services.taas.taas_plugin [req-f59bbdc0-152c-4d20-957f-405580ba6128 req-5f7d828e-fecf-4d97-91b9-06fe0f3134e2 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 9f33c3f7-3831-4309-b69f-480483c8203e 2026-07-02 01:48:00.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f59bbdc0-152c-4d20-957f-405580ba6128 req-5f7d828e-fecf-4d97-91b9-06fe0f3134e2 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 9f33c3f7-3831-4309-b69f-480483c8203e [pid: 7|app: 0|req: 1587/3171] 199.204.45.156 () {36 vars in 997 bytes} [Thu Jul 2 01:48:00 2026] DELETE /v2.0/ports/9f33c3f7-3831-4309-b69f-480483c8203e => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:00.798 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d6b1693-de64-4cd9-84e4-d7935e7d1e45'] response: {'server_uuid': 'acec0828-6422-42fe-ac54-71170891077b', 'name': 'network-vif-deleted', 'tag': '9f33c3f7-3831-4309-b69f-480483c8203e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1585/3172] 10.0.0.86 () {34 vars in 989 bytes} [Thu Jul 2 01:48:03 2026] GET /v2.0/ports?device_id=acec0828-6422-42fe-ac54-71170891077b => 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: 1588/3173] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/a400c679-4a3b-4f2c-a835-bc1a6f4aafcb => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.329 8 INFO neutron.api.v2.resource [None req-a0f1b0d3-25e3-441c-a2e0-9d334afa91d3 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3174] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/a400c679-4a3b-4f2c-a835-bc1a6f4aafcb => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3175] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/2c1c130c-aaba-41a9-8f09-de6462ca65da => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.425 8 INFO neutron.api.v2.resource [None req-6c14c962-77ca-435e-be23-d8db6b47bd44 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3176] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/2c1c130c-aaba-41a9-8f09-de6462ca65da => 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: 1590/3177] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/ab8d977e-75ce-44df-afa0-3aee1b054867 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.514 8 INFO neutron.api.v2.resource [None req-3a7ce558-fa5c-4f59-899e-4adeb04b8ac7 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3178] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/ab8d977e-75ce-44df-afa0-3aee1b054867 => 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: 1591/3179] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/2ed39f28-389b-4600-8228-4943708683f9 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.619 8 INFO neutron.api.v2.resource [None req-d09055cd-e86d-408f-85e0-e5af09480fb8 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3180] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/2ed39f28-389b-4600-8228-4943708683f9 => 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: 1592/3181] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/438eead6-8726-4280-b075-2046c85d7251 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.717 8 INFO neutron.api.v2.resource [None req-92455aa5-6836-424b-8acc-f249d6eb91d0 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3182] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/438eead6-8726-4280-b075-2046c85d7251 => 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: 1593/3183] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/ed22108c-41b9-47b2-bc1b-fab53979f934 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.809 8 INFO neutron.api.v2.resource [None req-ebead948-ca79-4b1c-b183-2e36f497c978 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3184] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/ed22108c-41b9-47b2-bc1b-fab53979f934 => 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: 1594/3185] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/755ce2e5-c55e-46b7-8f3a-6e0f4b286ded => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.897 8 INFO neutron.api.v2.resource [None req-acdf10ff-1518-4226-b1ec-c83840f45c71 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3186] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/755ce2e5-c55e-46b7-8f3a-6e0f4b286ded => 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: 1595/3187] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/6fa016d4-496c-442b-aafc-4cea3bf69bd3 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:08.988 8 INFO neutron.api.v2.resource [None req-b702c7fe-ad92-4241-a940-31aa61319785 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3188] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:08 2026] GET /v2.0/security-group-rules/6fa016d4-496c-442b-aafc-4cea3bf69bd3 => 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: 1596/3189] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:08 2026] DELETE /v2.0/security-group-rules/58b98db6-8dcc-4a52-926e-f4b88334fbf1 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:09.083 8 INFO neutron.api.v2.resource [None req-4219b460-c352-4b80-902c-043ca33a6450 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3190] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:09 2026] GET /v2.0/security-group-rules/58b98db6-8dcc-4a52-926e-f4b88334fbf1 => 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: 1597/3191] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:09 2026] DELETE /v2.0/security-group-rules/4b880f57-ecfa-42b6-8f14-54e4df2f1a66 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:09.176 8 INFO neutron.api.v2.resource [None req-967d7d49-bebe-4795-895a-14861abc2ab0 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3192] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:09 2026] GET /v2.0/security-group-rules/4b880f57-ecfa-42b6-8f14-54e4df2f1a66 => 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: 1598/3193] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:09 2026] DELETE /v2.0/security-group-rules/e1128541-cb43-4ec5-a83d-38fadb9fc1cf => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:09.270 8 INFO neutron.api.v2.resource [None req-6fe71847-e19d-458f-9964-9b73f8fea13b bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3194] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:09 2026] GET /v2.0/security-group-rules/e1128541-cb43-4ec5-a83d-38fadb9fc1cf => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3195] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:09 2026] DELETE /v2.0/security-groups/48b29be5-bc20-4cb4-ae05-31da7a76d7b5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:09.381 8 INFO neutron.api.v2.resource [None req-00e92111-8043-45b7-8354-1d72e38f6824 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3196] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 2 01:48:09 2026] GET /v2.0/security-groups/48b29be5-bc20-4cb4-ae05-31da7a76d7b5 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:09.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f906972-3247-433a-a5b1-74e373d1b5a1 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 8a48cfae-cd8c-4fb7-94e3-8083bbfd8bf3 2026-07-02 01:48:09.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f906972-3247-433a-a5b1-74e373d1b5a1 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 8a48cfae-cd8c-4fb7-94e3-8083bbfd8bf3 [pid: 7|app: 0|req: 1600/3197] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:48:09 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:48:10.664 8 INFO neutron.api.v2.resource [None req-6c9c09a3-ea3b-4f1d-8186-3400126fec7d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3198] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:48:10 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:11.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-c10c8dd0-7740-46d6-86e9-c9d3e9a635ea bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 4c0682c6-ac36-448b-9e70-afe9d164a2b2 2026-07-02 01:48:11.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c10c8dd0-7740-46d6-86e9-c9d3e9a635ea bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 4c0682c6-ac36-448b-9e70-afe9d164a2b2 [pid: 7|app: 0|req: 1601/3199] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:48:10 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/remove_router_interface => generated 309 bytes in 1084 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:48:11.917 8 INFO neutron.api.v2.resource [None req-49a4ceb4-2ed0-4831-afad-e105c78dfa36 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3200] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:48:11 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:12.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-10ff2e9c-69df-4d34-b38e-2868a2a34e77 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: db4857db-3d42-4863-ba5b-6e6796f29813 2026-07-02 01:48:12.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10ff2e9c-69df-4d34-b38e-2868a2a34e77 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: db4857db-3d42-4863-ba5b-6e6796f29813 [pid: 7|app: 0|req: 1602/3201] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:48:11 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/remove_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:48:13.212 8 INFO neutron.api.v2.resource [None req-950823c6-228a-491d-860a-0d9f59c7a50f bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3202] 10.0.0.197 () {34 vars in 789 bytes} [Thu Jul 2 01:48:13 2026] PUT /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3/remove_router_interface => generated 198 bytes in 204 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:13.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3df0636-daea-45ab-8d76-0f558211542d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 92f8743d-a178-4ad3-bcd7-c8e1fbcb700e 2026-07-02 01:48:13.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3df0636-daea-45ab-8d76-0f558211542d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 92f8743d-a178-4ad3-bcd7-c8e1fbcb700e 2026-07-02 01:48:13.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3df0636-daea-45ab-8d76-0f558211542d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: b748c014-0583-41d0-a1bb-2b79cd885ed0 2026-07-02 01:48:13.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3df0636-daea-45ab-8d76-0f558211542d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: b748c014-0583-41d0-a1bb-2b79cd885ed0 2026-07-02 01:48:14.112 7 INFO neutron.services.segments.plugin [-] Segment 672002f9-64e1-4c99-8cc5-63499a1c9d74 resource provider aggregate not found 2026-07-02 01:48:14.113 7 INFO neutron.services.segments.plugin [-] Segment 672002f9-64e1-4c99-8cc5-63499a1c9d74 resource provider aggregate not found 2026-07-02 01:48:14.140 7 INFO neutron.services.segments.plugin [-] Segment 672002f9-64e1-4c99-8cc5-63499a1c9d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 672002f9-64e1-4c99-8cc5-63499a1c9d74 found for delete ", "request_id": "req-6d95d6c1-9433-40ed-91cb-6250639981dd"}]} 2026-07-02 01:48:14.140 7 INFO neutron.services.segments.plugin [-] Segment 672002f9-64e1-4c99-8cc5-63499a1c9d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 672002f9-64e1-4c99-8cc5-63499a1c9d74 found for delete ", "request_id": "req-754b8c8e-23f6-451d-b4bc-77d06471326f"}]} 2026-07-02 01:48:14.150 7 INFO neutron.db.l3_hamode_db [None req-a3df0636-daea-45ab-8d76-0f558211542d bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] HA network 08524083-5ed1-4ee7-83a1-d569199c37e0 was deleted as no HA routers are present in tenant f3c97f1a205345a9b109a0e3d1d99eb6. [pid: 7|app: 0|req: 1603/3203] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:48:13 2026] DELETE /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3 => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:14.180 8 INFO neutron.api.v2.resource [None req-e01aaec0-27dd-463f-99f3-847abd41581a bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3204] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:48:14 2026] GET /v2.0/routers/cec54694-1f2b-4747-b460-e7467879b1c3 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3205] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:48:14 2026] DELETE /v2.0/subnets/f347b0fe-4339-44d9-9620-8353eb10b282 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:14.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5375718-7a82-4d6c-b25a-4a2e0b085092 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3206] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:48:14 2026] GET /v2.0/subnets/f347b0fe-4339-44d9-9620-8353eb10b282 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3209] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:48:14 2026] DELETE /v2.0/subnets/066aca0c-7118-4195-8617-dc46cead229a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:14.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4339b47-da89-4818-8f85-2d8e6a368164 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3210] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:48:14 2026] GET /v2.0/subnets/066aca0c-7118-4195-8617-dc46cead229a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:14.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ee4d90f-5203-4b36-88af-524f7b795451 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: e22aa229-10fd-48e2-9791-7dd321cd630e 2026-07-02 01:48:14.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ee4d90f-5203-4b36-88af-524f7b795451 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: e22aa229-10fd-48e2-9791-7dd321cd630e [pid: 7|app: 0|req: 1606/3211] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:14 2026] DELETE /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:14.913 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e338bd9-3c6d-4de0-a73d-945ead31acb3 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3212] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:48:14 2026] GET /v2.0/networks/76277494-57ea-4a6a-814d-c0ad91e13d50 => 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: 1607/3213] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:48:14 2026] DELETE /v2.0/subnets/34fc881a-5818-4413-bce0-01fc37055d46 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:15.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acd64a97-c6ea-4734-8d65-7552669f99fc bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3214] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:48:15 2026] GET /v2.0/subnets/34fc881a-5818-4413-bce0-01fc37055d46 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3215] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:48:15 2026] DELETE /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:15.342 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d791113-5c34-408f-b96a-c96ce95f39b8 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3216] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:48:15 2026] GET /v2.0/subnets/b1d816c1-6f21-4da2-8728-c28cd487a00b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:15.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-80c7c055-c680-4bdf-bdcd-67d5a9fa7ca1 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 762b3638-b481-4bee-8e23-2d8fe4ef019a 2026-07-02 01:48:15.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80c7c055-c680-4bdf-bdcd-67d5a9fa7ca1 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 762b3638-b481-4bee-8e23-2d8fe4ef019a [pid: 7|app: 0|req: 1609/3217] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:15 2026] DELETE /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:15.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0bcd193-8c9d-400e-9427-e266518155e0 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3218] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:48:15 2026] GET /v2.0/networks/7c46bdc7-0a48-43f7-b538-b9322e954118 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3219] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:48:15 2026] DELETE /v2.0/subnets/7147ad1e-7aeb-4486-91a5-16ce0c731403 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:15.859 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90264c2f-7df7-418f-8f0c-82252f27bf09 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3220] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:48:15 2026] GET /v2.0/subnets/7147ad1e-7aeb-4486-91a5-16ce0c731403 => 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: 1611/3221] 10.0.0.197 () {32 vars in 724 bytes} [Thu Jul 2 01:48:15 2026] DELETE /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:16.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-511aff4f-486d-466f-993e-ca30e891ecf3 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3222] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 2 01:48:16 2026] GET /v2.0/subnets/571149d0-d78d-4fb5-9273-db3c82470c5f => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:16.170 7 INFO neutron.services.segments.plugin [-] Segment 886049c8-b3cd-4f9d-ba01-70c2949e341f resource provider aggregate not found 2026-07-02 01:48:16.175 7 INFO neutron.services.segments.plugin [-] Segment 886049c8-b3cd-4f9d-ba01-70c2949e341f resource provider aggregate not found 2026-07-02 01:48:16.196 7 INFO neutron.services.segments.plugin [-] Segment 886049c8-b3cd-4f9d-ba01-70c2949e341f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 886049c8-b3cd-4f9d-ba01-70c2949e341f found for delete ", "request_id": "req-587144de-e74e-420d-8691-4da0a284274d"}]} 2026-07-02 01:48:16.204 7 INFO neutron.services.segments.plugin [-] Segment 886049c8-b3cd-4f9d-ba01-70c2949e341f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 886049c8-b3cd-4f9d-ba01-70c2949e341f found for delete ", "request_id": "req-0f1bfc71-1ca1-43d2-b085-58bc1f6f174d"}]} 2026-07-02 01:48:16.225 7 INFO neutron.services.segments.plugin [-] Segment 2febbaf8-5c39-46aa-8847-c0fed9fbac68 resource provider aggregate not found 2026-07-02 01:48:16.237 7 INFO neutron.services.segments.plugin [-] Segment 2febbaf8-5c39-46aa-8847-c0fed9fbac68 resource provider aggregate not found 2026-07-02 01:48:16.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e166269-82ec-4d97-9149-30b26eb23eff bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] TaaS: Handle Delete Port: 5e2830c0-8b1a-4fb1-83a7-5a331ebc76e3 2026-07-02 01:48:16.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e166269-82ec-4d97-9149-30b26eb23eff bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] Tap Mirror: Handle Delete Port: 5e2830c0-8b1a-4fb1-83a7-5a331ebc76e3 2026-07-02 01:48:16.249 7 INFO neutron.services.segments.plugin [-] Segment 2febbaf8-5c39-46aa-8847-c0fed9fbac68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2febbaf8-5c39-46aa-8847-c0fed9fbac68 found for delete ", "request_id": "req-2cd11f8a-9dbc-4886-9b15-5d15aed29deb"}]} 2026-07-02 01:48:16.260 7 INFO neutron.services.segments.plugin [-] Segment 2febbaf8-5c39-46aa-8847-c0fed9fbac68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2febbaf8-5c39-46aa-8847-c0fed9fbac68 found for delete ", "request_id": "req-9be782f7-cf76-42ef-b3e2-c3408afa7290"}]} [pid: 7|app: 0|req: 1612/3223] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:16 2026] DELETE /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:16.470 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d9931d9-cf7e-4070-a813-9ec029597973 bcf49817f9ce45f694e45b23170e58ee f3c97f1a205345a9b109a0e3d1d99eb6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3224] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 2 01:48:16 2026] GET /v2.0/networks/c857831f-6750-46ae-a742-84de718aa022 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:48:18.275 7 INFO neutron.services.segments.plugin [-] Segment ecf9a512-aacf-42f4-b199-076344ef7e9f resource provider aggregate not found 2026-07-02 01:48:18.290 7 INFO neutron.services.segments.plugin [-] Segment ecf9a512-aacf-42f4-b199-076344ef7e9f resource provider aggregate not found 2026-07-02 01:48:18.295 7 INFO neutron.services.segments.plugin [-] Segment ecf9a512-aacf-42f4-b199-076344ef7e9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf9a512-aacf-42f4-b199-076344ef7e9f found for delete ", "request_id": "req-e5eeef52-c034-48bb-a720-48f6c250d8b0"}]} 2026-07-02 01:48:18.309 7 INFO neutron.services.segments.plugin [-] Segment ecf9a512-aacf-42f4-b199-076344ef7e9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf9a512-aacf-42f4-b199-076344ef7e9f found for delete ", "request_id": "req-28afc774-75f2-4bd2-9ca3-a18e0b435318"}]} [pid: 7|app: 0|req: 1613/3225] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:18 2026] GET /v2.0/security-groups?tenant_id=4e6d0905075d41a585b07abe36129bf2&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: 1613/3226] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:18 2026] DELETE /v2.0/security-groups/3936d6a9-96f2-4106-99fa-7b28921c3f17 => 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: 1614/3227] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:19 2026] GET /v2.0/security-groups?tenant_id=080e2f0e78544324991b5069b14eba03&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3228] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:19 2026] DELETE /v2.0/security-groups/b2acaa99-8e9d-45bb-bc88-5f6e9c1a2925 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3229] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:19 2026] GET /v2.0/security-groups?tenant_id=5bda76ef252749ff8a349c6149aa77ad&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3230] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:19 2026] DELETE /v2.0/security-groups/8e03890f-822d-4e66-b927-3e2b70b854f0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3231] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:19 2026] GET /v2.0/security-groups?tenant_id=c06f438885bb4dd1b6393abad79747f7&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3232] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:20 2026] DELETE /v2.0/security-groups/04312f30-2f99-4531-941c-b2c0ac09523c => 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: 1617/3233] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:20 2026] GET /v2.0/security-groups?tenant_id=194cb3c344084cfa956eb8e1499159eb&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3234] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:20 2026] DELETE /v2.0/security-groups/44802ede-05ba-4355-9973-841e8d4e4ccb => 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: 1618/3235] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:20 2026] GET /v2.0/security-groups?tenant_id=f3c97f1a205345a9b109a0e3d1d99eb6&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3236] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:20 2026] DELETE /v2.0/security-groups/09f93b26-03ce-40b0-b3a5-ea3b741ec3dd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3237] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:21 2026] GET /v2.0/security-groups?tenant_id=b92e9d0fb77642c3907efe1f9cfda739&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3238] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:21 2026] DELETE /v2.0/security-groups/7bb62d00-2396-4d12-b3e5-061bbad18286 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:25.839 7 INFO neutron.db.segments_db [None req-fcb0e67a-75cb-4e23-946a-1ef2b0d10850 8ab90b0ebbc34a34b722001d0ade8073 25d49954aeaa4478b23ae2b8a6d2d199 - - default default] Added segment a9bb2056-321c-4ccc-9948-ed02c4208bf1 of type vxlan for network c58761d9-5d5f-412a-a6c1-3f353556e9e5 [pid: 7|app: 0|req: 1620/3239] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:48:25 2026] POST /v2.0/networks => generated 632 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:48:26.010 8 INFO neutron.db.segments_db [None req-63544914-bd37-4566-b972-51c0b790341c 8ab90b0ebbc34a34b722001d0ade8073 25d49954aeaa4478b23ae2b8a6d2d199 - - default default] Added segment 855f2272-76f6-4921-bc4e-5ba8fee357b3 of type vxlan for network 4c1421ca-d90c-41f3-b63c-302fe230cc30 [pid: 8|app: 0|req: 1620/3240] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:48:25 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:48:26.189 7 INFO neutron.db.segments_db [None req-38ab976c-8080-4663-9deb-64e8d47533e8 8ab90b0ebbc34a34b722001d0ade8073 25d49954aeaa4478b23ae2b8a6d2d199 - - default default] Added segment edbc0958-5d67-4460-903c-8ae1957bfc14 of type vxlan for network db77a364-4abb-4f8e-a2cd-1151bcc3823b [pid: 7|app: 0|req: 1621/3241] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:48:26 2026] POST /v2.0/networks => generated 632 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:48:26.371 8 INFO neutron.db.segments_db [None req-277e3841-cfa8-4c39-b016-99adbfca8887 8ab90b0ebbc34a34b722001d0ade8073 25d49954aeaa4478b23ae2b8a6d2d199 - - default default] Added segment 40e2828c-b606-4048-85ed-a32a7b2b1e36 of type vxlan for network 28528918-34c5-4d03-b354-707962d228ba [pid: 8|app: 0|req: 1621/3242] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:48:26 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:48:26.542 7 INFO neutron.db.segments_db [None req-2d99aa8d-6d5c-4418-ae71-3f6e2588433b 8ab90b0ebbc34a34b722001d0ade8073 25d49954aeaa4478b23ae2b8a6d2d199 - - default default] Added segment ccd25234-bd02-444c-8894-4973a26eff13 of type vxlan for network bc3c2fe5-9b64-4136-9ad4-13c05f931bb9 [pid: 7|app: 0|req: 1622/3243] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 2 01:48:26 2026] POST /v2.0/networks => generated 632 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3244] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:48:26 2026] PUT /v2.0/networks/c58761d9-5d5f-412a-a6c1-3f353556e9e5/tags => generated 17 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3245] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:48:26 2026] PUT /v2.0/networks/4c1421ca-d90c-41f3-b63c-302fe230cc30/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3246] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:48:26 2026] PUT /v2.0/networks/db77a364-4abb-4f8e-a2cd-1151bcc3823b/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3247] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 2 01:48:26 2026] PUT /v2.0/networks/28528918-34c5-4d03-b354-707962d228ba/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3248] 10.0.0.197 () {32 vars in 666 bytes} [Thu Jul 2 01:48:26 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3249] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 2 01:48:26 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3250] 10.0.0.197 () {32 vars in 676 bytes} [Thu Jul 2 01:48:27 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3251] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 2 01:48:27 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3252] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 2 01:48:27 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3253] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 2 01:48:27 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3254] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 2 01:48:27 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3255] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 2 01:48:27 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:48:27.641 8 INFO neutron.services.segments.plugin [-] Segment a9bb2056-321c-4ccc-9948-ed02c4208bf1 resource provider aggregate not found 2026-07-02 01:48:27.651 8 INFO neutron.services.segments.plugin [-] Segment a9bb2056-321c-4ccc-9948-ed02c4208bf1 resource provider aggregate not found 2026-07-02 01:48:27.666 8 INFO neutron.services.segments.plugin [-] Segment a9bb2056-321c-4ccc-9948-ed02c4208bf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9bb2056-321c-4ccc-9948-ed02c4208bf1 found for delete ", "request_id": "req-1a4c3ce7-a493-48f8-babf-fbf107485a9d"}]} 2026-07-02 01:48:27.669 8 INFO neutron.services.segments.plugin [-] Segment a9bb2056-321c-4ccc-9948-ed02c4208bf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9bb2056-321c-4ccc-9948-ed02c4208bf1 found for delete ", "request_id": "req-b41551d0-3c6b-4de6-a430-cf988b6a3e68"}]} [pid: 8|app: 0|req: 1628/3256] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:27 2026] DELETE /v2.0/networks/c58761d9-5d5f-412a-a6c1-3f353556e9e5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:48:27.804 7 INFO neutron.services.segments.plugin [-] Segment 855f2272-76f6-4921-bc4e-5ba8fee357b3 resource provider aggregate not found 2026-07-02 01:48:27.814 7 INFO neutron.services.segments.plugin [-] Segment 855f2272-76f6-4921-bc4e-5ba8fee357b3 resource provider aggregate not found 2026-07-02 01:48:27.822 7 INFO neutron.services.segments.plugin [-] Segment 855f2272-76f6-4921-bc4e-5ba8fee357b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 855f2272-76f6-4921-bc4e-5ba8fee357b3 found for delete ", "request_id": "req-e6df57f5-cdce-4117-bbcd-90e319524254"}]} 2026-07-02 01:48:27.838 7 INFO neutron.services.segments.plugin [-] Segment 855f2272-76f6-4921-bc4e-5ba8fee357b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 855f2272-76f6-4921-bc4e-5ba8fee357b3 found for delete ", "request_id": "req-d77025e3-6d8c-4f1f-ac5b-3e7aca74977c"}]} [pid: 7|app: 0|req: 1629/3257] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:27 2026] DELETE /v2.0/networks/4c1421ca-d90c-41f3-b63c-302fe230cc30 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3258] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:27 2026] DELETE /v2.0/networks/db77a364-4abb-4f8e-a2cd-1151bcc3823b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3259] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:27 2026] DELETE /v2.0/networks/28528918-34c5-4d03-b354-707962d228ba => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3260] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 2 01:48:28 2026] DELETE /v2.0/networks/bc3c2fe5-9b64-4136-9ad4-13c05f931bb9 => 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: 1631/3263] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:29 2026] GET /v2.0/security-groups?tenant_id=88e0a0d7433448a4be4bf5e636872660&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3264] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:29 2026] DELETE /v2.0/security-groups/385882e5-2d83-4f5b-9605-63ab03891f1b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:29.693 8 INFO neutron.services.segments.plugin [-] Segment edbc0958-5d67-4460-903c-8ae1957bfc14 resource provider aggregate not found 2026-07-02 01:48:29.698 8 INFO neutron.services.segments.plugin [-] Segment edbc0958-5d67-4460-903c-8ae1957bfc14 resource provider aggregate not found 2026-07-02 01:48:29.713 8 INFO neutron.services.segments.plugin [-] Segment edbc0958-5d67-4460-903c-8ae1957bfc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edbc0958-5d67-4460-903c-8ae1957bfc14 found for delete ", "request_id": "req-cd03d048-1493-4605-9d3a-07ca5b9d37ed"}]} 2026-07-02 01:48:29.719 8 INFO neutron.services.segments.plugin [-] Segment edbc0958-5d67-4460-903c-8ae1957bfc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edbc0958-5d67-4460-903c-8ae1957bfc14 found for delete ", "request_id": "req-1b11883f-9357-4fb6-825a-82019377fd21"}]} 2026-07-02 01:48:29.730 8 INFO neutron.services.segments.plugin [-] Segment ccd25234-bd02-444c-8894-4973a26eff13 resource provider aggregate not found 2026-07-02 01:48:29.740 8 INFO neutron.services.segments.plugin [-] Segment ccd25234-bd02-444c-8894-4973a26eff13 resource provider aggregate not found 2026-07-02 01:48:29.753 8 INFO neutron.services.segments.plugin [-] Segment ccd25234-bd02-444c-8894-4973a26eff13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd25234-bd02-444c-8894-4973a26eff13 found for delete ", "request_id": "req-4fe6a913-ff64-4824-8485-c2b102daad8e"}]} 2026-07-02 01:48:29.761 8 INFO neutron.services.segments.plugin [-] Segment ccd25234-bd02-444c-8894-4973a26eff13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd25234-bd02-444c-8894-4973a26eff13 found for delete ", "request_id": "req-b4d96efb-c6a0-455e-985d-b7aec000f22d"}]} [pid: 7|app: 0|req: 1632/3265] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:29 2026] GET /v2.0/security-groups?tenant_id=25d49954aeaa4478b23ae2b8a6d2d199&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:48:29.843 7 INFO neutron.services.segments.plugin [-] Segment 40e2828c-b606-4048-85ed-a32a7b2b1e36 resource provider aggregate not found 2026-07-02 01:48:29.863 7 INFO neutron.services.segments.plugin [-] Segment 40e2828c-b606-4048-85ed-a32a7b2b1e36 resource provider aggregate not found 2026-07-02 01:48:29.863 7 INFO neutron.services.segments.plugin [-] Segment 40e2828c-b606-4048-85ed-a32a7b2b1e36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e2828c-b606-4048-85ed-a32a7b2b1e36 found for delete ", "request_id": "req-e57d7f67-1de6-41c8-bec4-752b3bed79e8"}]} 2026-07-02 01:48:29.880 7 INFO neutron.services.segments.plugin [-] Segment 40e2828c-b606-4048-85ed-a32a7b2b1e36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40e2828c-b606-4048-85ed-a32a7b2b1e36 found for delete ", "request_id": "req-0ab7d3a6-dbf0-4e71-a4a1-af295d027fc5"}]} [pid: 8|app: 0|req: 1634/3266] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:29 2026] DELETE /v2.0/security-groups/1c54c8aa-33cb-4fee-a465-826154a6d0ea => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3267] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:30 2026] GET /v2.0/security-groups?tenant_id=408a02295c9d465daf0247b055586eda&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3268] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:30 2026] DELETE /v2.0/security-groups/e72f22c3-edf8-419a-bbeb-79088afd1663 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3269] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:48:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3270] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:48:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3271] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:48:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3272] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:48:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3273] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:48:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3274] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:48:35 2026] PUT /v2.0/subnetpools/d03228df-9cbe-4d74-b239-b5cf9233c163/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3275] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:48:35 2026] PUT /v2.0/subnetpools/2cc15382-df1f-4e6f-a00f-56798b2e1588/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3276] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:48:35 2026] PUT /v2.0/subnetpools/93598691-8063-481f-9e49-bb0b07db97e4/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3277] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:48:35 2026] PUT /v2.0/subnetpools/871a4a89-793a-453c-998e-594cc152f68a/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3278] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3279] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3280] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3281] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3282] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3283] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3284] 10.0.0.197 () {32 vars in 690 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3285] 10.0.0.197 () {32 vars in 702 bytes} [Thu Jul 2 01:48:35 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3286] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:48:35 2026] DELETE /v2.0/subnetpools/d03228df-9cbe-4d74-b239-b5cf9233c163 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3287] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:48:35 2026] DELETE /v2.0/subnetpools/2cc15382-df1f-4e6f-a00f-56798b2e1588 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3288] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:48:35 2026] DELETE /v2.0/subnetpools/93598691-8063-481f-9e49-bb0b07db97e4 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3289] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:48:35 2026] DELETE /v2.0/subnetpools/871a4a89-793a-453c-998e-594cc152f68a => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3290] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:48:35 2026] DELETE /v2.0/subnetpools/75197226-3e11-4734-b5cc-fe07b28bea3a => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3291] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:36 2026] GET /v2.0/security-groups?tenant_id=4571ac4df2c64ff8b7d4502b0f389f9a&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3292] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:37 2026] DELETE /v2.0/security-groups/e1988548-b026-4fc0-93e0-17aee1d3d160 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3293] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:37 2026] GET /v2.0/security-groups?tenant_id=c00fc2c12dd2403a88aa916581012343&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3294] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:37 2026] DELETE /v2.0/security-groups/5b1feb77-6299-4d60-a56b-e69055679e16 => 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: 1647/3295] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:37 2026] GET /v2.0/security-groups?tenant_id=384bfc0b45af4529a4699a3cd05390f1&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3296] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:37 2026] DELETE /v2.0/security-groups/63bffc0b-72e1-495d-8c39-ec9f5f50ebf3 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3297] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 2 01:48:41 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3298] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:48:41 2026] PUT /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3299] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3300] 10.0.0.197 () {34 vars in 770 bytes} [Thu Jul 2 01:48:42 2026] PUT /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/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: 1650/3301] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3302] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 2 01:48:42 2026] PUT /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags/red => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3303] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3304] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 2 01:48:42 2026] PUT /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3305] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3306] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 2 01:48:42 2026] PUT /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3307] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3308] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:48:42.677 7 INFO neutron.api.v2.resource [None req-5045e874-2567-41a6-8f12-36ec728df1ad 1a8a57ca28704c36b8746404caf16373 09e1d71269e740eb98b9162af60861af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3309] 10.0.0.197 () {32 vars in 751 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3310] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 2 01:48:42 2026] DELETE /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3311] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:48:42.842 8 INFO neutron.api.v2.resource [None req-fb6a74cc-8530-46e6-98d5-7020e19e26a6 1a8a57ca28704c36b8746404caf16373 09e1d71269e740eb98b9162af60861af - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3312] 10.0.0.197 () {32 vars in 754 bytes} [Thu Jul 2 01:48:42 2026] DELETE /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3313] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 2 01:48:42 2026] DELETE /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3314] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 2 01:48:42 2026] GET /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:48:43.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-1410fb31-d52f-4cd6-8e92-926c728166e8 1a8a57ca28704c36b8746404caf16373 09e1d71269e740eb98b9162af60861af - - default default] TaaS: Handle Delete Port: b3c6596b-555d-4e5b-a0b9-5941ed78bb3b 2026-07-02 01:48:43.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1410fb31-d52f-4cd6-8e92-926c728166e8 1a8a57ca28704c36b8746404caf16373 09e1d71269e740eb98b9162af60861af - - default default] Tap Mirror: Handle Delete Port: b3c6596b-555d-4e5b-a0b9-5941ed78bb3b [pid: 7|app: 0|req: 1657/3315] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 2 01:48:42 2026] DELETE /v2.0/floatingips/f81c2a8c-b382-4d75-94e4-d8018f0d5f66 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3316] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:43 2026] GET /v2.0/security-groups?tenant_id=28518bd5ec0d4c65aa57fc2f099328a6&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3317] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:44 2026] DELETE /v2.0/security-groups/0e94ad68-263b-4138-8a02-69d8c905e281 => 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: 1660/3320] 10.0.0.197 () {32 vars in 774 bytes} [Thu Jul 2 01:48:44 2026] GET /v2.0/security-groups?tenant_id=09e1d71269e740eb98b9162af60861af&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3321] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 2 01:48:44 2026] DELETE /v2.0/security-groups/4f7a8ecf-636e-43d5-92cf-5ecda342eb8a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3322] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:48:47 2026] GET /v2.0/networks => generated 2168 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3323] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 2 01:48:48 2026] GET /v2.0/floatingips => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3324] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:48:48 2026] GET /v2.0/routers => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3325] 10.0.0.197 () {32 vars in 643 bytes} [Thu Jul 2 01:48:48 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3326] 10.0.0.197 () {32 vars in 647 bytes} [Thu Jul 2 01:48:48 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3327] 10.0.0.197 () {32 vars in 649 bytes} [Thu Jul 2 01:48:48 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3328] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 2 01:48:49 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3329] 10.0.0.197 () {32 vars in 655 bytes} [Thu Jul 2 01:48:49 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)