+ 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 30 01:28:58 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-b44cc668c-mncz9 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 0x7f1576c80668 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-30 01:29:02.566 7 INFO neutron.common.config [-] Logging enabled! 2026-07-30 01:29:02.567 7 INFO neutron.common.config [-] uwsgi version 26.0.6.dev4 2026-07-30 01:29:02.596 8 INFO neutron.common.config [-] Logging enabled! 2026-07-30 01:29:02.596 8 INFO neutron.common.config [-] uwsgi version 26.0.6.dev4 2026-07-30 01:29:03.632 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 01:29:03.658 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-30 01:29:04.987 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 01:29:04.989 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 01:29:04.993 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 01:29:04.994 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 01:29:04.994 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 01:29:04.994 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 01:29:04.995 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 01:29:05.002 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 01:29:05.002 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 01:29:05.002 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 01:29:05.024 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 01:29:05.026 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 01:29:05.026 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 01:29:05.061 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 01:29:05.065 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-30 01:29:05.069 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-30 01:29:05.070 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-30 01:29:05.070 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-30 01:29:05.070 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-30 01:29:05.071 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 01:29:05.072 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 01:29:05.072 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 01:29:05.072 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 01:29:05.072 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 01:29:05.078 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 01:29:05.079 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-30 01:29:05.079 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 01:29:05.103 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-30 01:29:05.104 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-30 01:29:05.104 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-30 01:29:05.159 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-30 01:29:05.160 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-30 01:29:05.160 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-30 01:29:05.160 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-30 01:29:05.389 7 INFO neutron.plugins.ml2.managers [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] Initializing driver for type 'vlan' 2026-07-30 01:29:05.461 8 INFO neutron.plugins.ml2.managers [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] Initializing driver for type 'vlan' 2026-07-30 01:29:05.736 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] VlanTypeDriver initialization complete 2026-07-30 01:29:05.737 7 INFO neutron.plugins.ml2.managers [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 01:29:05.737 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 01:29:05.763 7 INFO neutron.plugins.ml2.managers [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 01:29:05.763 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 01:29:05.763 7 INFO neutron.plugins.ml2.managers [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] Initializing extension driver 'port_security' 2026-07-30 01:29:05.763 7 INFO neutron.plugins.ml2.extensions.port_security [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 01:29:05.763 7 INFO neutron.plugins.ml2.managers [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] Initializing extension driver 'qos' 2026-07-30 01:29:05.763 7 INFO neutron.plugins.ml2.managers [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 01:29:05.763 7 INFO neutron.plugins.ml2.managers [None req-eec686cc-74f0-432f-b696-a018e7140096 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 01:29:05.777 7 INFO neutron.quota [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded quota_driver: . 2026-07-30 01:29:05.778 7 INFO neutron.plugins.ml2.plugin [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 01:29:05.778 7 INFO neutron.plugins.ml2.managers [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 01:29:05.778 7 INFO neutron.plugins.ml2.managers [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 01:29:05.778 7 INFO neutron.plugins.ml2.managers [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 01:29:05.778 7 INFO neutron.extensions.vlantransparent [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Disabled vlantransparent extension. 2026-07-30 01:29:05.778 7 INFO neutron.extensions.qinq [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Disabled VLAN QinQ extension. 2026-07-30 01:29:05.779 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: qos 2026-07-30 01:29:05.778 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] VlanTypeDriver initialization complete 2026-07-30 01:29:05.779 8 INFO neutron.plugins.ml2.managers [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] Initializing driver for type 'vxlan' 2026-07-30 01:29:05.779 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-30 01:29:05.792 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: router 2026-07-30 01:29:05.792 8 INFO neutron.plugins.ml2.managers [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-30 01:29:05.792 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-30 01:29:05.792 8 INFO neutron.plugins.ml2.managers [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] Initializing extension driver 'port_security' 2026-07-30 01:29:05.792 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-30 01:29:05.793 8 INFO neutron.plugins.ml2.managers [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] Initializing extension driver 'qos' 2026-07-30 01:29:05.793 8 INFO neutron.plugins.ml2.managers [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-30 01:29:05.793 8 INFO neutron.plugins.ml2.managers [None req-c0f9eac1-41ec-49c7-a517-4365e6805d4c - - - - - -] Initializing mechanism driver 'l2population' 2026-07-30 01:29:05.814 8 INFO neutron.quota [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded quota_driver: . 2026-07-30 01:29:05.814 8 INFO neutron.plugins.ml2.plugin [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Modular L2 Plugin initialization complete 2026-07-30 01:29:05.815 8 INFO neutron.plugins.ml2.managers [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-30 01:29:05.815 8 INFO neutron.plugins.ml2.managers [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-30 01:29:05.815 8 INFO neutron.plugins.ml2.managers [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-30 01:29:05.815 8 INFO neutron.extensions.vlantransparent [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Disabled vlantransparent extension. 2026-07-30 01:29:05.815 8 INFO neutron.extensions.qinq [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Disabled VLAN QinQ extension. 2026-07-30 01:29:05.815 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: qos 2026-07-30 01:29:05.829 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: router 2026-07-30 01:29:05.838 7 INFO neutron.services.service_base [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 01:29:05.838 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: segments 2026-07-30 01:29:05.874 8 INFO neutron.services.service_base [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-30 01:29:05.874 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: segments 2026-07-30 01:29:05.936 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: trunk 2026-07-30 01:29:05.950 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: vpnaas 2026-07-30 01:29:05.970 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: trunk 2026-07-30 01:29:05.984 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: vpnaas 2026-07-30 01:29:05.990 7 WARNING stevedore.named [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 01:29:05.990 7 WARNING stevedore.named [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 01:29:06.023 8 WARNING stevedore.named [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-30 01:29:06.023 8 WARNING stevedore.named [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 01:29:06.068 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 01:29:06.068 7 INFO neutron.common.utils [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 01:29:06.069 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: taas 2026-07-30 01:29:06.089 8 INFO neutron_vpnaas.services.vpn.plugin [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-30 01:29:06.089 8 INFO neutron.common.utils [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-30 01:29:06.089 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: taas 2026-07-30 01:29:06.094 7 WARNING stevedore.named [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 01:29:06.115 8 WARNING stevedore.named [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 01:29:06.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 01:29:06.121 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: tapmirror 2026-07-30 01:29:06.135 7 WARNING stevedore.named [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 01:29:06.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-30 01:29:06.167 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: tapmirror 2026-07-30 01:29:06.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 01:29:06.168 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: auto_allocate 2026-07-30 01:29:06.180 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: tag 2026-07-30 01:29:06.181 8 WARNING stevedore.named [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-30 01:29:06.195 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: timestamp 2026-07-30 01:29:06.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-30 01:29:06.202 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: auto_allocate 2026-07-30 01:29:06.202 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 01:29:06.212 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: tag 2026-07-30 01:29:06.216 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: flavors 2026-07-30 01:29:06.221 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: timestamp 2026-07-30 01:29:06.224 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: network_ip_availability 2026-07-30 01:29:06.226 7 INFO neutron.manager [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loading Plugin: revisions 2026-07-30 01:29:06.229 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: flavors 2026-07-30 01:29:06.232 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Initializing extension manager. 2026-07-30 01:29:06.233 8 INFO neutron.manager [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loading Plugin: revisions 2026-07-30 01:29:06.234 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: address-group 2026-07-30 01:29:06.235 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: address-scope 2026-07-30 01:29:06.236 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Initializing extension manager. 2026-07-30 01:29:06.236 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 01:29:06.237 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: address-group 2026-07-30 01:29:06.237 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: agent 2026-07-30 01:29:06.238 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 01:29:06.238 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: address-scope 2026-07-30 01:29:06.239 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-30 01:29:06.239 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 01:29:06.240 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 01:29:06.240 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: agent 2026-07-30 01:29:06.241 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: agent-resources-synced 2026-07-30 01:29:06.241 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: availability_zone 2026-07-30 01:29:06.241 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 01:29:06.242 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 01:29:06.242 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-30 01:29:06.242 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: default-subnetpools 2026-07-30 01:29:06.243 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-30 01:29:06.244 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: availability_zone 2026-07-30 01:29:06.244 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 01:29:06.244 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: availability_zone_filter 2026-07-30 01:29:06.244 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: dns-integration 2026-07-30 01:29:06.245 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 01:29:06.245 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-30 01:29:06.245 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 01:29:06.245 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: default-subnetpools 2026-07-30 01:29:06.246 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: dvr 2026-07-30 01:29:06.246 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 01:29:06.247 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 01:29:06.247 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 01:29:06.248 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-30 01:29:06.248 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 01:29:06.248 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: dns-integration 2026-07-30 01:29:06.248 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: external-net 2026-07-30 01:29:06.249 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: dns-domain-ports 2026-07-30 01:29:06.249 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 01:29:06.249 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-30 01:29:06.249 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: extraroute 2026-07-30 01:29:06.250 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 01:29:06.250 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: dvr 2026-07-30 01:29:06.251 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-30 01:29:06.251 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 01:29:06.251 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 01:29:06.251 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: empty-string-filtering 2026-07-30 01:29:06.252 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 01:29:06.252 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 01:29:06.252 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 01:29:06.253 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-30 01:29:06.253 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: fip-port-details 2026-07-30 01:29:06.253 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: external-net 2026-07-30 01:29:06.253 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: flavors 2026-07-30 01:29:06.254 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-30 01:29:06.255 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 01:29:06.255 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: extraroute 2026-07-30 01:29:06.255 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: floatingip-pools 2026-07-30 01:29:06.256 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: extraroute-atomic 2026-07-30 01:29:06.256 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: ip_allocation 2026-07-30 01:29:06.256 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 01:29:06.256 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-30 01:29:06.257 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: l2_adjacency 2026-07-30 01:29:06.257 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-30 01:29:06.258 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-30 01:29:06.258 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: router 2026-07-30 01:29:06.258 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-30 01:29:06.259 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: fip-port-details 2026-07-30 01:29:06.260 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: flavors 2026-07-30 01:29:06.260 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 01:29:06.261 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 01:29:06.261 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-30 01:29:06.262 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 01:29:06.262 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: floatingip-pools 2026-07-30 01:29:06.262 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 01:29:06.263 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: ip_allocation 2026-07-30 01:29:06.263 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: l3-ha 2026-07-30 01:29:06.263 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 01:29:06.263 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-30 01:29:06.264 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 01:29:06.264 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: l2_adjacency 2026-07-30 01:29:06.264 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: l3-flavors 2026-07-30 01:29:06.265 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 01:29:06.265 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: router 2026-07-30 01:29:06.265 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 01:29:06.267 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-30 01:29:06.268 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 01:29:06.268 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-30 01:29:06.268 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-30 01:29:06.269 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 01:29:06.269 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: ext-gw-mode 2026-07-30 01:29:06.270 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: l3-ha 2026-07-30 01:29:06.270 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-30 01:29:06.270 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 01:29:06.271 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-30 01:29:06.271 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 01:29:06.271 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: l3-flavors 2026-07-30 01:29:06.272 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 01:29:06.272 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-30 01:29:06.273 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: multi-provider 2026-07-30 01:29:06.273 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-30 01:29:06.273 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: net-mtu 2026-07-30 01:29:06.274 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 01:29:06.274 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: network_availability_zone 2026-07-30 01:29:06.275 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: network_ha 2026-07-30 01:29:06.275 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: network-ip-availability 2026-07-30 01:29:06.275 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-30 01:29:06.277 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 01:29:06.277 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-30 01:29:06.277 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: pagination 2026-07-30 01:29:06.278 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-device-profile 2026-07-30 01:29:06.278 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-30 01:29:06.278 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 01:29:06.279 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 01:29:06.279 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 01:29:06.280 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-mac-override 2026-07-30 01:29:06.280 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-30 01:29:06.280 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 01:29:06.281 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-30 01:29:06.281 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 01:29:06.281 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 01:29:06.281 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: multi-provider 2026-07-30 01:29:06.282 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-resource-request 2026-07-30 01:29:06.282 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: net-mtu 2026-07-30 01:29:06.282 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 01:29:06.282 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: net-mtu-writable 2026-07-30 01:29:06.283 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 01:29:06.283 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: network_availability_zone 2026-07-30 01:29:06.283 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: binding 2026-07-30 01:29:06.284 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: network_ha 2026-07-30 01:29:06.284 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: binding-extended 2026-07-30 01:29:06.285 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: network-ip-availability 2026-07-30 01:29:06.285 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-security 2026-07-30 01:29:06.285 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: project-id 2026-07-30 01:29:06.286 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: provider 2026-07-30 01:29:06.286 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-30 01:29:06.286 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 01:29:06.287 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: pagination 2026-07-30 01:29:06.287 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-device-profile 2026-07-30 01:29:06.288 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-30 01:29:06.288 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-30 01:29:06.288 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos 2026-07-30 01:29:06.289 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-30 01:29:06.289 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 01:29:06.290 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-mac-override 2026-07-30 01:29:06.290 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 01:29:06.290 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-default 2026-07-30 01:29:06.290 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-30 01:29:06.291 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-fip 2026-07-30 01:29:06.291 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-30 01:29:06.291 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 01:29:06.291 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-30 01:29:06.292 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 01:29:06.292 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-resource-request 2026-07-30 01:29:06.292 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 01:29:06.293 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-30 01:29:06.293 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 01:29:06.293 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-30 01:29:06.294 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 01:29:06.294 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: binding 2026-07-30 01:29:06.294 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-pps 2026-07-30 01:29:06.295 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 01:29:06.295 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: binding-extended 2026-07-30 01:29:06.295 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 01:29:06.296 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-security 2026-07-30 01:29:06.296 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 01:29:06.296 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: quota-check-limit 2026-07-30 01:29:06.296 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: project-id 2026-07-30 01:29:06.297 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: provider 2026-07-30 01:29:06.297 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 01:29:06.298 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-30 01:29:06.300 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos 2026-07-30 01:29:06.301 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-30 01:29:06.301 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-30 01:29:06.301 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: quotas 2026-07-30 01:29:06.302 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-default 2026-07-30 01:29:06.302 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: quota_details 2026-07-30 01:29:06.303 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-fip 2026-07-30 01:29:06.303 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-30 01:29:06.304 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-30 01:29:06.304 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: rbac-policies 2026-07-30 01:29:06.304 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-30 01:29:06.304 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: rbac-address-group 2026-07-30 01:29:06.305 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 01:29:06.305 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-30 01:29:06.306 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 01:29:06.306 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-30 01:29:06.306 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 01:29:06.307 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: revision-if-match 2026-07-30 01:29:06.307 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-pps 2026-07-30 01:29:06.307 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 01:29:06.307 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-30 01:29:06.308 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: router_availability_zone 2026-07-30 01:29:06.308 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-30 01:29:06.308 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 01:29:06.309 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: qos-rules-alias 2026-07-30 01:29:06.309 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: quota-check-limit 2026-07-30 01:29:06.310 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 01:29:06.310 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: quota-check-limit-default 2026-07-30 01:29:06.311 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 01:29:06.311 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 01:29:06.312 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 01:29:06.312 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 01:29:06.312 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: quotas 2026-07-30 01:29:06.313 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 01:29:06.313 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: quota_details 2026-07-30 01:29:06.315 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: rbac-policies 2026-07-30 01:29:06.315 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: rbac-address-group 2026-07-30 01:29:06.316 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: rbac-address-scope 2026-07-30 01:29:06.316 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: rbac-security-groups 2026-07-30 01:29:06.317 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-30 01:29:06.317 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: revision-if-match 2026-07-30 01:29:06.317 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: security-group 2026-07-30 01:29:06.318 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: segment 2026-07-30 01:29:06.319 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 01:29:06.319 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-30 01:29:06.320 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: service-type 2026-07-30 01:29:06.320 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: router_availability_zone 2026-07-30 01:29:06.320 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: sorting 2026-07-30 01:29:06.321 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 01:29:06.321 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: standard-attr-description 2026-07-30 01:29:06.322 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-30 01:29:06.322 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: stateful-security-group 2026-07-30 01:29:06.322 7 WARNING neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 01:29:06.323 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 01:29:06.323 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: subnet-external-network 2026-07-30 01:29:06.324 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-30 01:29:06.324 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-30 01:29:06.325 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: subnet_onboard 2026-07-30 01:29:06.325 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-30 01:29:06.325 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 01:29:06.326 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-30 01:29:06.326 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: subnet-service-types 2026-07-30 01:29:06.326 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-30 01:29:06.326 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: subnet_allocation 2026-07-30 01:29:06.327 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-30 01:29:06.327 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 01:29:06.327 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: tag-creation 2026-07-30 01:29:06.328 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 01:29:06.332 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 01:29:06.332 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: security-group 2026-07-30 01:29:06.333 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 01:29:06.334 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: segment 2026-07-30 01:29:06.334 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: trunk 2026-07-30 01:29:06.334 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-30 01:29:06.334 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: trunk-details 2026-07-30 01:29:06.335 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 01:29:06.335 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: service-type 2026-07-30 01:29:06.335 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 01:29:06.335 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: sorting 2026-07-30 01:29:06.336 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: standard-attr-segment 2026-07-30 01:29:06.336 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-30 01:29:06.337 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-30 01:29:06.337 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: standard-attr-description 2026-07-30 01:29:06.337 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: stateful-security-group 2026-07-30 01:29:06.338 8 WARNING neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-30 01:29:06.338 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-30 01:29:06.339 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 01:29:06.339 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: subnet-external-network 2026-07-30 01:29:06.339 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: subnet_onboard 2026-07-30 01:29:06.339 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 01:29:06.340 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-30 01:29:06.340 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: vpn-flavors 2026-07-30 01:29:06.341 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: subnet-service-types 2026-07-30 01:29:06.341 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: subnet_allocation 2026-07-30 01:29:06.342 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: vpnaas 2026-07-30 01:29:06.342 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-30 01:29:06.343 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: tag-creation 2026-07-30 01:29:06.343 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: taas 2026-07-30 01:29:06.343 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-30 01:29:06.344 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: tap-mirror 2026-07-30 01:29:06.345 7 INFO neutron.api.extensions [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 01:29:06.347 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 01:29:06.347 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 01:29:06.347 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: standard-attr-tag 2026-07-30 01:29:06.348 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.348 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 01:29:06.349 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-30 01:29:06.350 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: trunk 2026-07-30 01:29:06.350 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: trunk-details 2026-07-30 01:29:06.351 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-30 01:29:06.351 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 01:29:06.351 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-30 01:29:06.351 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 01:29:06.352 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-30 01:29:06.353 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-30 01:29:06.355 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-30 01:29:06.356 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-30 01:29:06.357 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: vpn-flavors 2026-07-30 01:29:06.357 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 01:29:06.359 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 01:29:06.359 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 01:29:06.360 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.360 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.360 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: vpnaas 2026-07-30 01:29:06.361 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.361 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.361 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 01:29:06.362 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.362 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: taas 2026-07-30 01:29:06.362 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.363 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 01:29:06.363 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: tap-mirror 2026-07-30 01:29:06.363 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 01:29:06.364 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 01:29:06.364 8 INFO neutron.api.extensions [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Loaded extension: taas-vlan-filter 2026-07-30 01:29:06.364 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.364 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] ipsecpolicy is already registered 2026-07-30 01:29:06.365 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.365 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] ikepolicy is already registered 2026-07-30 01:29:06.367 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-30 01:29:06.367 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-30 01:29:06.368 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.368 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-30 01:29:06.370 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 01:29:06.370 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] router is already registered 2026-07-30 01:29:06.371 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 01:29:06.371 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] floatingip is already registered 2026-07-30 01:29:06.372 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 01:29:06.372 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 01:29:06.375 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 01:29:06.375 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] rbac_policy is already registered 2026-07-30 01:29:06.375 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 01:29:06.375 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] security_group is already registered 2026-07-30 01:29:06.376 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 01:29:06.376 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] security_group_rule is already registered 2026-07-30 01:29:06.377 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.377 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.377 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.377 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.378 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 01:29:06.378 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] trunk is already registered 2026-07-30 01:29:06.378 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 01:29:06.378 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.379 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] ikepolicy is already registered 2026-07-30 01:29:06.379 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.379 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] ipsecpolicy is already registered 2026-07-30 01:29:06.379 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 01:29:06.379 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 01:29:06.380 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] endpoint_group is already registered 2026-07-30 01:29:06.380 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 01:29:06.380 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 01:29:06.380 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] vpnservice is already registered 2026-07-30 01:29:06.380 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 01:29:06.381 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] ipsec_site_connection is already registered 2026-07-30 01:29:06.381 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.381 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.381 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.381 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] ipsecpolicy is already registered 2026-07-30 01:29:06.381 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.381 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.381 7 INFO neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.382 7 WARNING neutron.quota.resource_registry [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] ikepolicy is already registered 2026-07-30 01:29:06.382 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 01:29:06.382 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.383 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.383 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 01:29:06.384 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 01:29:06.384 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 01:29:06.385 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.385 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] ipsecpolicy is already registered 2026-07-30 01:29:06.385 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.386 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] ikepolicy is already registered 2026-07-30 01:29:06.391 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-30 01:29:06.391 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] router is already registered 2026-07-30 01:29:06.391 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-30 01:29:06.392 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] floatingip is already registered 2026-07-30 01:29:06.395 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-30 01:29:06.395 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] rbac_policy is already registered 2026-07-30 01:29:06.396 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-30 01:29:06.396 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] security_group is already registered 2026-07-30 01:29:06.397 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-30 01:29:06.397 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] security_group_rule is already registered 2026-07-30 01:29:06.398 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.398 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.399 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-30 01:29:06.399 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] subnetpool is already registered 2026-07-30 01:29:06.399 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-30 01:29:06.400 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] trunk is already registered 2026-07-30 01:29:06.400 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.400 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] ikepolicy is already registered 2026-07-30 01:29:06.401 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.401 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] ipsecpolicy is already registered 2026-07-30 01:29:06.401 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-30 01:29:06.402 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] endpoint_group is already registered 2026-07-30 01:29:06.402 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-30 01:29:06.402 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] vpnservice is already registered 2026-07-30 01:29:06.403 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-30 01:29:06.403 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] ipsec_site_connection is already registered 2026-07-30 01:29:06.403 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-30 01:29:06.404 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] ipsecpolicy is already registered 2026-07-30 01:29:06.404 8 INFO neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-30 01:29:06.404 8 WARNING neutron.quota.resource_registry [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] ikepolicy is already registered 2026-07-30 01:29:06.420 7 WARNING keystonemiddleware._common.config [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 01:29:06.427 7 WARNING oslo_config.cfg [None req-c00dedfe-8d56-4717-8f76-aac27837ce40 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1576c80668 pid: 7 (default app) 2026-07-30 01:29:06.442 8 WARNING keystonemiddleware._common.config [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-30 01:29:06.450 8 WARNING oslo_config.cfg [None req-fde0571c-8247-474d-9a12-272fdf9fa29f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1576c80668 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-30 01:29:10.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa896150-e615-44ad-bdf7-f80adfa18b1f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:29:09 2026] GET /v2.0/networks/public => generated 108 bytes in 1050 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] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:29:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 01:29:11.169 7 WARNING neutron.services.revisions.revision_plugin [None req-173c429a-40ba-4bc5-ac50-96f5e54bf539 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Could not find related network for resource to bump revision. 2026-07-30 01:29:11.190 7 INFO neutron.db.segments_db [None req-173c429a-40ba-4bc5-ac50-96f5e54bf539 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment eaea2e13-2a50-47ae-8b28-b6cc9a3a5854 of type flat for network 0015f23a-ae8a-437c-8481-56ad6ad119df 2026-07-30 01:29:11.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-173c429a-40ba-4bc5-ac50-96f5e54bf539 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 162.253.55.222 () {48 vars in 967 bytes} [Thu Jul 30 01:29:10 2026] POST /v2.0/networks => generated 124 bytes in 498 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 01:29:17.120 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2f141c1-0f19-4cd5-b268-ff71401a8aed e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:29:17 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:29:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 01:29:17.205 7 WARNING neutron.services.revisions.revision_plugin [None req-74616eac-6f27-4d20-b1fd-5dfb6affe231 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Could not find related network for resource to bump revision. 2026-07-30 01:29:17.220 7 INFO neutron.db.segments_db [None req-74616eac-6f27-4d20-b1fd-5dfb6affe231 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 80f3ba49-3eee-4b14-98a3-8be0c1686c6b of type flat for network 0f6c2b08-fc7a-4eef-ab11-4972c713d36c 2026-07-30 01:29:17.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74616eac-6f27-4d20-b1fd-5dfb6affe231 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 162.253.55.222 () {48 vars in 967 bytes} [Thu Jul 30 01:29:17 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 01:29:23.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8532161e-ac1b-4103-abe0-18ffa366ee8e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:29:23 2026] GET /v2.0/networks/public => generated 108 bytes in 378 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:29:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 01:29:23.704 8 WARNING neutron.services.revisions.revision_plugin [None req-95750dc0-b3f6-40d9-b5f2-eb0e6cf905ac e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Could not find related network for resource to bump revision. 2026-07-30 01:29:23.729 8 INFO neutron.db.segments_db [None req-95750dc0-b3f6-40d9-b5f2-eb0e6cf905ac e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment f7dc2384-eac4-4dea-8e85-5d0f6d676587 of type flat for network 114baf41-dde0-44a3-9765-e2dc349fe19c 2026-07-30 01:29:23.781 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95750dc0-b3f6-40d9-b5f2-eb0e6cf905ac e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 162.253.55.222 () {48 vars in 967 bytes} [Thu Jul 30 01:29:23 2026] POST /v2.0/networks => generated 124 bytes in 312 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 01:29:29.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ca23c53-86b2-48d2-9948-b4693df698eb e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:29:29 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:29:29 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-30 01:29:29.700 8 WARNING neutron.services.revisions.revision_plugin [None req-ac78ff82-c742-446d-8fd8-3ee618a7c3e9 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Could not find related network for resource to bump revision. 2026-07-30 01:29:29.721 8 INFO neutron.db.segments_db [None req-ac78ff82-c742-446d-8fd8-3ee618a7c3e9 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 16de6279-ac90-4157-b025-ebfa3cb19e53 of type flat for network f527494f-8986-46a9-8643-3d04790da1a1 2026-07-30 01:29:29.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac78ff82-c742-446d-8fd8-3ee618a7c3e9 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 162.253.55.222 () {48 vars in 967 bytes} [Thu Jul 30 01:29:29 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 01:29:35.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-efc70ee1-37ed-454c-bc33-3884bd9d0bf2 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:29:35 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:29:35 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-30 01:29:35.685 7 WARNING neutron.services.revisions.revision_plugin [None req-f2eb8185-1113-47a6-aa30-78d9147535ae e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Could not find related network for resource to bump revision. 2026-07-30 01:29:35.703 7 INFO neutron.db.segments_db [None req-f2eb8185-1113-47a6-aa30-78d9147535ae e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment d454d37e-3ce9-4084-a886-1d75cc979578 of type flat for network a0a08315-12e2-4a87-9561-4b8b23a1caef 2026-07-30 01:29:35.726 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2eb8185-1113-47a6-aa30-78d9147535ae e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 162.253.55.222 () {48 vars in 967 bytes} [Thu Jul 30 01:29:35 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 01:29:41.589 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b17db49-2e32-472d-910a-21b47cd550b5 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:29:41 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:29:41 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-30 01:29:41.675 8 WARNING neutron.services.revisions.revision_plugin [None req-e9d05efa-2996-4606-aaf1-4d53a2541e1e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Could not find related network for resource to bump revision. 2026-07-30 01:29:41.693 8 INFO neutron.db.segments_db [None req-e9d05efa-2996-4606-aaf1-4d53a2541e1e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 2fb3a752-77ac-48b5-9ac7-88bcf7cfbeba of type flat for network e2d7542a-5bb7-4498-a636-259f7cda5c37 [pid: 8|app: 0|req: 10/22] 162.253.55.222 () {48 vars in 967 bytes} [Thu Jul 30 01:29:41 2026] POST /v2.0/networks => generated 706 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 01:29:42.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e5cac01-ae55-439e-a22a-5619418311c1 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:29:42 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:29:42 2026] GET /v2.0/networks?name=public => generated 709 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 01:29:42.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f7f5670-6823-47c3-8d67-d0b37efbcf7e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 162.253.55.222 () {44 vars in 1034 bytes} [Thu Jul 30 01:29:42 2026] GET /v2.0/subnets/public-subnet?network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 162.253.55.222 () {44 vars in 1057 bytes} [Thu Jul 30 01:29:42 2026] GET /v2.0/subnets?name=public-subnet&network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 162.253.55.222 () {48 vars in 965 bytes} [Thu Jul 30 01:29:42 2026] POST /v2.0/subnets => generated 664 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 01:34:30.222 7 INFO neutron.pecan_wsgi.hooks.translation [None req-668e912e-793c-46bb-9ebf-8dab86238965 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 162.253.55.222 () {44 vars in 937 bytes} [Thu Jul 30 01:34:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 162.253.55.222 () {44 vars in 959 bytes} [Thu Jul 30 01:34:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 01:34:30.304 7 INFO neutron.db.segments_db [None req-aa18184a-d479-4e5c-b870-190f9f9b9981 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment a7df650f-47df-450a-9801-56fafb6027f9 of type vxlan for network 1d60842f-1144-47cb-bab4-cf8157839c51 [pid: 7|app: 0|req: 36/68] 162.253.55.222 () {48 vars in 966 bytes} [Thu Jul 30 01:34:30 2026] POST /v2.0/networks => generated 707 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 01:34:31.321 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ae29897-c914-472d-9530-9ab8a11f6996 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 162.253.55.222 () {44 vars in 937 bytes} [Thu Jul 30 01:34:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 162.253.55.222 () {44 vars in 959 bytes} [Thu Jul 30 01:34:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 01:34:31.379 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c66f39a-59df-431c-a72b-1ff82a904f9d e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 162.253.55.222 () {44 vars in 1036 bytes} [Thu Jul 30 01:34:31 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 162.253.55.222 () {44 vars in 1059 bytes} [Thu Jul 30 01:34:31 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 162.253.55.222 () {48 vars in 965 bytes} [Thu Jul 30 01:34:31 2026] POST /v2.0/subnets => generated 651 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 01:34:32.600 7 INFO neutron.api.v2.resource [None req-29d598b5-c402-4564-b8e8-242be0bfdc7e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 162.253.55.222 () {44 vars in 971 bytes} [Thu Jul 30 01:34:32 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 162.253.55.222 () {44 vars in 993 bytes} [Thu Jul 30 01:34:32 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 162.253.55.222 () {48 vars in 980 bytes} [Thu Jul 30 01:34:32 2026] POST /v2.0/security-groups => generated 1616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:33 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 1616 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:33 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:33 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:34:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:34 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:34 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:34 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => 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: 44/84] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:34:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:35 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 2846 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:35 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:35 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:34:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:36 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 3462 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:37 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:37 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:34:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:37 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:38 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:38 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4078 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:34:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 162.253.55.222 () {44 vars in 987 bytes} [Thu Jul 30 01:34:39 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51 => generated 732 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 01:34:39.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bf24728-49d3-4613-b6f4-de981e03ee0e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/98] 162.253.55.222 () {44 vars in 1076 bytes} [Thu Jul 30 01:34:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 162.253.55.222 () {44 vars in 1099 bytes} [Thu Jul 30 01:34:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:39 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 162.253.55.222 () {48 vars in 961 bytes} [Thu Jul 30 01:34:39 2026] POST /v2.0/ports => generated 1096 bytes in 357 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-30 01:34:47.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10dc1a59-e07e-4c7e-97c3-61a4364f7cb0 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 162.253.55.222 () {44 vars in 979 bytes} [Thu Jul 30 01:34:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 162.253.55.222 () {48 vars in 1031 bytes} [Thu Jul 30 01:34:47 2026] PUT /v2.0/ports/9d4788ee-5f00-4685-b4b2-c9c2a2ceb9b5 => generated 1245 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 162.253.55.222 () {44 vars in 920 bytes} [Thu Jul 30 01:34:50 2026] GET /v2.0/ports => generated 3726 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 01:34:51.177 8 INFO neutron.api.v2.resource [None req-405e447a-0e74-4589-babe-66315cb7e104 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/108] 162.253.55.222 () {44 vars in 959 bytes} [Thu Jul 30 01:34:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 162.253.55.222 () {44 vars in 981 bytes} [Thu Jul 30 01:34:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 162.253.55.222 () {48 vars in 980 bytes} [Thu Jul 30 01:34:51 2026] POST /v2.0/security-groups => generated 1610 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:52 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 1610 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:52 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:52 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:34:52 2026] POST /v2.0/security-group-rules => generated 621 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:53 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 2244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:53 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:34:53 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 2244 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:34:53 2026] POST /v2.0/security-group-rules => generated 625 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/127] 162.253.55.222 () {44 vars in 975 bytes} [Thu Jul 30 01:35:56 2026] GET /v2.0/quotas/c511b3b44fce45dcbdd16db77ed1b01c => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/128] 162.253.55.222 () {48 vars in 1027 bytes} [Thu Jul 30 01:35:56 2026] PUT /v2.0/quotas/c511b3b44fce45dcbdd16db77ed1b01c => generated 291 bytes in 33 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-30 01:38:08.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a0ab51f-a8c3-4c13-ab19-20256a218684 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/147] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 01:38:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 107 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: 73/148] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 01:38:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 01:38:10.089 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62d87325-fbbc-4f69-ac08-4096f9cb4413 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/149] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 01:38:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/150] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 01:38:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 01:44:07.588 7 INFO neutron.api.v2.resource [None req-a54fda91-c1fd-4db5-9865-9b838e760f6f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/199] 162.253.55.222 () {44 vars in 1074 bytes} [Thu Jul 30 01:44:07 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 139 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/200] 162.253.55.222 () {44 vars in 1097 bytes} [Thu Jul 30 01:44:07 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=aa9c1a5c1e104140944a88847911bc23 => generated 23 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/201] 162.253.55.222 () {48 vars in 981 bytes} [Thu Jul 30 01:44:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/202] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:08 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/203] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:44:09 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/204] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:09 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 1624 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/205] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:44:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/206] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:10 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/207] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:44:10 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/208] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:10 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/209] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:44:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/210] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:11 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/211] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:44:11 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => 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: 105/212] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:11 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:44:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:12 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 3460 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 01:44:12 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 01:44:12 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 162.253.55.222 () {48 vars in 991 bytes} [Thu Jul 30 01:44:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 162.253.55.222 () {30 vars in 739 bytes} [Thu Jul 30 01:46:26 2026] GET /v2.0/networks?tenant_id=aa9c1a5c1e104140944a88847911bc23&shared=False => generated 15 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 01:46:26.561 7 INFO neutron.db.segments_db [None req-d46dbfec-e4e8-4346-a54a-dc962b14c7bd 788573cc68db4ef1b6cc28aae125638c aa9c1a5c1e104140944a88847911bc23 - - 6887715d48b249eebd7b6c8dd9ec23b1 6887715d48b249eebd7b6c8dd9ec23b1] Added segment 56ab0405-40c7-4156-b5e2-66a9b84d33c7 of type vxlan for network 7eeea307-4043-4f97-a1e2-04cd65590182 [pid: 7|app: 0|req: 120/237] 162.253.55.222 () {34 vars in 681 bytes} [Thu Jul 30 01:46:26 2026] POST /v2.0/networks => generated 718 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 162.253.55.222 () {30 vars in 721 bytes} [Thu Jul 30 01:46:26 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/239] 162.253.55.222 () {30 vars in 632 bytes} [Thu Jul 30 01:46:26 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/240] 162.253.55.222 () {34 vars in 676 bytes} [Thu Jul 30 01:46:26 2026] POST /v2.0/ports => generated 999 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/243] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 01:46:27 2026] GET /v2.0/networks/7eeea307-4043-4f97-a1e2-04cd65590182 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 162.253.55.222 () {30 vars in 721 bytes} [Thu Jul 30 01:46:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/245] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 01:46:29 2026] GET /v2.0/networks/7eeea307-4043-4f97-a1e2-04cd65590182 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 162.253.55.222 () {44 vars in 975 bytes} [Thu Jul 30 01:46:46 2026] GET /v2.0/quotas/aa9c1a5c1e104140944a88847911bc23 => 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: 125/249] 162.253.55.222 () {48 vars in 1027 bytes} [Thu Jul 30 01:46:47 2026] PUT /v2.0/quotas/aa9c1a5c1e104140944a88847911bc23 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 01:59:43.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9bc0778-d26d-40b0-89a4-4d5aadcfc014 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/354] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:59:43 2026] GET /v2.0/networks/public => generated 108 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/355] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:59:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 01:59:44.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2cf47a8c-8abe-48f4-8f1b-d910ea012ce9 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/356] 162.253.55.222 () {44 vars in 927 bytes} [Thu Jul 30 01:59:44 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/357] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 01:59:44 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-30 01:59:44.922 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5959b1e-4d0a-408d-9fd5-1f8a3f7fbda6 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 162.253.55.222 () {44 vars in 1034 bytes} [Thu Jul 30 01:59:44 2026] GET /v2.0/subnets/public-subnet?network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37 => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 162.253.55.222 () {44 vars in 1057 bytes} [Thu Jul 30 01:59:44 2026] GET /v2.0/subnets?name=public-subnet&network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:00:14.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6998b562-54ac-4785-b9d6-5496fd7a3edd e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 162.253.55.222 () {44 vars in 937 bytes} [Thu Jul 30 02:00:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 162.253.55.222 () {44 vars in 959 bytes} [Thu Jul 30 02:00:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:00:15.180 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9592d29c-33d2-473b-9a81-3587c6d3b828 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 162.253.55.222 () {44 vars in 937 bytes} [Thu Jul 30 02:00:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 162.253.55.222 () {44 vars in 959 bytes} [Thu Jul 30 02:00:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:00:15.272 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eea6574f-3ded-4b06-a51b-c83841d56d0f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 162.253.55.222 () {44 vars in 1036 bytes} [Thu Jul 30 02:00:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 162.253.55.222 () {44 vars in 1059 bytes} [Thu Jul 30 02:00:15 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:00:16.509 7 INFO neutron.api.v2.resource [None req-ba15b664-62ff-4a57-ba90-b5b84a99fb4b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/370] 162.253.55.222 () {44 vars in 971 bytes} [Thu Jul 30 02:00:16 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 162.253.55.222 () {44 vars in 993 bytes} [Thu Jul 30 02:00:16 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:17 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:17 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => 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: 188/374] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:00:17 2026] GET /v2.0/security-group-rules/87d6695c-7a7c-4bda-81fb-fcd72a9ee022 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:18 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:18 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:00:18 2026] GET /v2.0/security-group-rules/ead8996f-eb17-40aa-b8fc-e0b46915f06b => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:19 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:19 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:00:19 2026] GET /v2.0/security-group-rules/5852709d-4900-4a90-be88-74550322a061 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:20 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:20 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:00:20 2026] GET /v2.0/security-group-rules/754383b3-d72c-47c5-988f-a376d482dd1f => 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: 193/384] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:21 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => 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: 192/385] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:21 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:00:21 2026] GET /v2.0/security-group-rules/e7c19ba3-9489-4dc4-81d8-c4021a82ef13 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 162.253.55.222 () {44 vars in 987 bytes} [Thu Jul 30 02:00:23 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51 => generated 732 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:00:23.182 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de3fdd6a-ddb8-42dc-be54-510860f4ca07 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/388] 162.253.55.222 () {44 vars in 1076 bytes} [Thu Jul 30 02:00:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => 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: 194/389] 162.253.55.222 () {44 vars in 1099 bytes} [Thu Jul 30 02:00:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 1250 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:23 2026] GET /v2.0/security-groups/bbebfd10-3a13-4303-b21a-ae9e57aaba7f => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:00:31.574 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afd630e9-c9b6-417f-85a2-349e36e06d51 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/393] 162.253.55.222 () {44 vars in 979 bytes} [Thu Jul 30 02:00:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 162.253.55.222 () {44 vars in 920 bytes} [Thu Jul 30 02:00:33 2026] GET /v2.0/ports => generated 4721 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:00:34.369 8 INFO neutron.api.v2.resource [None req-e76540cd-e087-4aa3-ae6d-433e470885bf e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/396] 162.253.55.222 () {44 vars in 959 bytes} [Thu Jul 30 02:00:34 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 162.253.55.222 () {44 vars in 981 bytes} [Thu Jul 30 02:00:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:35 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 2882 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:35 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 2882 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:00:35 2026] GET /v2.0/security-group-rules/9e280cab-2cc6-453a-9498-6ac4fef77d26 => generated 621 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:36 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 2882 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:00:36 2026] GET /v2.0/security-groups/ac5d83ca-3dcf-4707-a07e-b51cb4a176ec => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:00:36 2026] GET /v2.0/security-group-rules/552c5b23-b0ee-4e8c-b5dc-8ad29b479441 => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 162.253.55.222 () {44 vars in 975 bytes} [Thu Jul 30 02:00:49 2026] GET /v2.0/quotas/c511b3b44fce45dcbdd16db77ed1b01c => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:01:46.634 7 INFO neutron.api.v2.resource [None req-d56d6679-93a4-436f-8095-3e3304698bf5 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 210/415] 162.253.55.222 () {44 vars in 1074 bytes} [Thu Jul 30 02:01:46 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 162.253.55.222 () {44 vars in 1097 bytes} [Thu Jul 30 02:01:46 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=aa9c1a5c1e104140944a88847911bc23 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 02:01:47 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/418] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:01:47 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:01:47 2026] GET /v2.0/security-group-rules/23b478de-653b-4355-ac06-c6403c67086d => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 02:01:48 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:01:48 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => 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: 209/422] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:01:48 2026] GET /v2.0/security-group-rules/66b1de46-fc99-4eca-9775-81b3b821e87d => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 02:01:49 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/424] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:01:49 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => 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: 215/425] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:01:49 2026] GET /v2.0/security-group-rules/2db2c7f1-d229-4e65-bd05-d06fd4871fa6 => 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: 211/426] 162.253.55.222 () {44 vars in 1088 bytes} [Thu Jul 30 02:01:50 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155?project_id=aa9c1a5c1e104140944a88847911bc23 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/427] 162.253.55.222 () {44 vars in 1001 bytes} [Thu Jul 30 02:01:50 2026] GET /v2.0/security-groups/0837eb53-1d07-4cad-9c16-d8c409eb8155 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/428] 162.253.55.222 () {44 vars in 1011 bytes} [Thu Jul 30 02:01:51 2026] GET /v2.0/security-group-rules/6c88325b-0b62-4654-82c2-1f24084cd80b => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/431] 162.253.55.222 () {44 vars in 975 bytes} [Thu Jul 30 02:01:58 2026] GET /v2.0/quotas/aa9c1a5c1e104140944a88847911bc23 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/438] 162.253.55.222 () {44 vars in 949 bytes} [Thu Jul 30 02:02:52 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) [pid: 8|app: 0|req: 220/445] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:03:33 2026] GET /v2.0/networks => generated 2168 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/446] 10.0.0.197 () {32 vars in 654 bytes} [Thu Jul 30 02:03:34 2026] GET /v2.0/floatingips => generated 19 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/447] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:03:35 2026] GET /v2.0/routers => generated 15 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/448] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:03:35 2026] GET /v2.0/ports => generated 4721 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/449] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:03:35 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/450] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:03:35 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/451] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:03:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/452] 10.0.0.197 () {32 vars in 654 bytes} [Thu Jul 30 02:03:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:03:46.727 8 INFO neutron.db.segments_db [None req-bea248fa-ea89-436b-ba43-04af91bbe188 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 696ff079-ff81-4cf3-9610-9ce6723b7bb8 of type vxlan for network bfbd9826-aefa-44b4-b948-b13e49b1aae0 2026-07-30 02:03:46.747 7 INFO neutron.db.segments_db [None req-259a7a82-0b5e-4634-bac7-ab695bc414c4 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 4ae5ae23-f606-473d-8d61-15a7099aadb9 of type vxlan for network 5f9e046d-376c-4547-ac5f-f66be8ab9113 [pid: 8|app: 0|req: 225/455] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:03:46 2026] POST /v2.0/networks => generated 749 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/456] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:03:46 2026] POST /v2.0/networks => generated 752 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:03:47.069 8 INFO neutron.db.segments_db [None req-f453b1b7-b58c-41cb-943a-281c991322bc e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 074eb925-a139-4a53-a396-708cbf29bc78 of type vxlan for network f3627bc7-7fc5-477e-b957-a88de65be983 [pid: 7|app: 0|req: 232/457] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:46 2026] POST /v2.0/subnets => generated 696 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/458] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:03:46 2026] POST /v2.0/networks => generated 744 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:03:47.190 8 INFO neutron.db.segments_db [None req-e409aa47-d9e9-4cad-a6e6-3e769ed37ff2 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment c7b57586-39f5-49ee-954d-5be59f9eaeb4 of type vxlan for network 15a2f828-007b-4efc-919b-61fdbfe77e56 [pid: 7|app: 0|req: 233/459] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:47 2026] POST /v2.0/subnets => generated 699 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:03:47.455 8 INFO neutron.db.l3_hamode_db [None req-e409aa47-d9e9-4cad-a6e6-3e769ed37ff2 e406fd9dd69947a9a3553390186a69a4 6453c39aaac74ac78f892201bc1f4139 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/460] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:47 2026] POST /v2.0/subnets => generated 691 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/461] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:03:47 2026] GET /v2.0/security-groups?tenant_id=d9c3478133844767bce492d756e097a0&name=default => generated 2921 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:03:47.790 7 INFO neutron.db.segments_db [None req-a18f1dcd-7207-4f27-a9c4-ce7bbb540683 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment ab15395d-f7ec-4c95-8167-e20aa9d7a922 of type vxlan for network 0d9b0b1a-242b-4a0f-8bfa-b02881a07cdd 2026-07-30 02:03:48.027 7 INFO neutron.db.l3_hamode_db [None req-a18f1dcd-7207-4f27-a9c4-ce7bbb540683 e406fd9dd69947a9a3553390186a69a4 6803deeb0a744a528550457f1378e740 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:03:48.716 8 INFO neutron.db.l3_hamode_db [None req-e409aa47-d9e9-4cad-a6e6-3e769ed37ff2 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:03:49.048 7 INFO neutron.db.l3_hamode_db [None req-a18f1dcd-7207-4f27-a9c4-ce7bbb540683 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/462] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:47 2026] POST /v2.0/routers => generated 736 bytes in 2563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:03:49.745 8 INFO neutron.db.segments_db [None req-7cf58d39-0193-4241-b598-b536ba7a076e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment f8c3687b-8559-475f-a158-7aa9d186cc33 of type vxlan for network 04d3dd7f-82f7-4d0d-a103-bf2fc34a0457 2026-07-30 02:03:49.973 8 INFO neutron.db.l3_hamode_db [None req-7cf58d39-0193-4241-b598-b536ba7a076e e406fd9dd69947a9a3553390186a69a4 c14a401b5c2a410fab4951599da03a15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/463] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:47 2026] POST /v2.0/routers => generated 739 bytes in 2668 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/464] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:03:50 2026] DELETE /v2.0/security-groups/07254a68-e45b-4c2e-892c-360cc4c9130d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:03:50.647 8 INFO neutron.db.l3_hamode_db [None req-7cf58d39-0193-4241-b598-b536ba7a076e e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/465] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:49 2026] POST /v2.0/routers => generated 731 bytes in 1770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/466] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:03:50 2026] PUT /v2.0/routers/e465eade-f902-4a49-bc48-50730a320099/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/467] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:03:51 2026] PUT /v2.0/routers/5faa016e-d149-4b1d-a425-ffe1bba78336/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/468] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:03:51 2026] PUT /v2.0/routers/797d418e-9cd0-4205-820e-226fca4c6f09/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:03:52.914 8 INFO neutron.db.segments_db [None req-5a116730-8ab4-4a0e-a408-db24bc8cc0cb e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 41029eb3-f530-4ea4-b94a-cd0c560441ac of type vxlan for network e49259ce-ea63-4b20-bd9c-b44fa6846f0e [pid: 8|app: 0|req: 230/469] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:03:52 2026] POST /v2.0/networks => generated 737 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/470] 10.0.0.187 () {38 vars in 970 bytes} [Thu Jul 30 02:03:52 2026] POST /v2.0/security-groups => generated 1686 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/471] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:53 2026] GET /v2.0/security-groups/bdd913a6-4c26-4f63-a3a4-34e6038808b9 => generated 1686 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/472] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/subnets => generated 684 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/473] 10.0.0.187 () {38 vars in 980 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/security-group-rules => generated 614 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/474] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 02:03:53.403 7 INFO neutron.db.segments_db [None req-6ac694f3-aa4e-4118-b331-43d841c36a9f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 46e4c3a9-cc70-4d65-8744-8dcb6d99cee5 of type vxlan for network 236fece5-98a8-4488-b523-28c1dcd33c46 [pid: 8|app: 0|req: 233/475] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/476] 10.0.0.187 () {38 vars in 970 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/security-groups => generated 1684 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 02:03:53.658 7 INFO neutron.db.l3_hamode_db [None req-6ac694f3-aa4e-4118-b331-43d841c36a9f e406fd9dd69947a9a3553390186a69a4 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/477] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/478] 10.0.0.187 () {38 vars in 970 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/security-groups => generated 1682 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/479] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:54 2026] GET /v2.0/security-groups/85a8f415-5774-450f-98c5-36044dab177a => generated 1684 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:03:54.411 7 INFO neutron.db.l3_hamode_db [None req-6ac694f3-aa4e-4118-b331-43d841c36a9f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/480] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:03:54 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: 8|app: 0|req: 239/481] 10.0.0.187 () {38 vars in 970 bytes} [Thu Jul 30 02:03:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/482] 10.0.0.187 () {38 vars in 980 bytes} [Thu Jul 30 02:03:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 10.0.0.187 () {38 vars in 970 bytes} [Thu Jul 30 02:03:55 2026] POST /v2.0/security-groups => generated 1681 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/484] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/security-groups/85a8f415-5774-450f-98c5-36044dab177a => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.187 () {38 vars in 980 bytes} [Thu Jul 30 02:03:55 2026] POST /v2.0/security-group-rules => generated 619 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.187 () {34 vars in 1099 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1444868308&fields=id&tenant_id=6803deeb0a744a528550457f1378e740 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/487] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:03:53 2026] POST /v2.0/routers => generated 724 bytes in 2147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/488] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/security-groups?tenant_id=c14a401b5c2a410fab4951599da03a15 => generated 7905 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/489] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 684 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/security-groups/b4cc5848-5730-42d7-9961-dbdcb6329e78 => generated 2918 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/quotas/6803deeb0a744a528550457f1378e740 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/security-groups/b4cc5848-5730-42d7-9961-dbdcb6329e78 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:03:55 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&fields=id => generated 103 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/85a8f415-5774-450f-98c5-36044dab177a => generated 2939 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/7d1a85e1-4237-45d9-aebc-fd6adc3ab932 => generated 1682 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.187 () {36 vars in 1012 bytes} [Thu Jul 30 02:03:56 2026] DELETE /v2.0/security-groups/7d1a85e1-4237-45d9-aebc-fd6adc3ab932 => 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: 252/497] 10.0.0.187 () {34 vars in 1000 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-group-rules/3984b54e-febe-4e77-91d3-47ba906216db => generated 616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/498] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/85a8f415-5774-450f-98c5-36044dab177a => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/499] 10.0.0.187 () {36 vars in 1022 bytes} [Thu Jul 30 02:03:56 2026] DELETE /v2.0/security-group-rules/3984b54e-febe-4e77-91d3-47ba906216db => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:03:56.351 7 INFO neutron.api.v2.resource [req-0b16fa62-d162-4859-8827-1997cbb2db9c req-3b8a2efe-30e9-43e4-a7ac-17fa125f4d89 4857311b9e364e4ebbd7f60c69bad1f0 c14a401b5c2a410fab4951599da03a15 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/500] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/7d1a85e1-4237-45d9-aebc-fd6adc3ab932 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/501] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/85a8f415-5774-450f-98c5-36044dab177a => generated 2309 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/502] 10.0.0.187 () {36 vars in 1012 bytes} [Thu Jul 30 02:03:56 2026] DELETE /v2.0/security-groups/85a8f415-5774-450f-98c5-36044dab177a => 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: 258/503] 10.0.0.187 () {34 vars in 906 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/504] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/88a12b23-c93d-46ba-bc15-c7491aa20d25 => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/505] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/506] 10.0.0.187 () {36 vars in 1012 bytes} [Thu Jul 30 02:03:56 2026] DELETE /v2.0/security-groups/88a12b23-c93d-46ba-bc15-c7491aa20d25 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/507] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/508] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:03:55 2026] PUT /v2.0/routers/7e01763a-0b54-4512-a0a6-69b70dd0a1eb/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/509] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/bdd913a6-4c26-4f63-a3a4-34e6038808b9 => generated 2311 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/510] 10.0.0.187 () {36 vars in 1012 bytes} [Thu Jul 30 02:03:56 2026] DELETE /v2.0/security-groups/bdd913a6-4c26-4f63-a3a4-34e6038808b9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:03:56.859 8 INFO neutron.api.v2.resource [req-6ff8e787-1472-4e58-a5ae-9068c039e54c req-e8cdfcc9-62e8-4b22-a304-70a0ce491db5 4857311b9e364e4ebbd7f60c69bad1f0 c14a401b5c2a410fab4951599da03a15 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/511] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/88a12b23-c93d-46ba-bc15-c7491aa20d25 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/512] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/513] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:56 2026] GET /v2.0/security-groups/2ff01777-82f9-4d65-8b89-cfc42e71f9ba => generated 1681 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/514] 10.0.0.187 () {36 vars in 1012 bytes} [Thu Jul 30 02:03:56 2026] DELETE /v2.0/security-groups/2ff01777-82f9-4d65-8b89-cfc42e71f9ba => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:03:57.032 8 INFO neutron.api.v2.resource [req-083fefb3-89d2-41aa-9771-0900f05982a0 req-dbfe9e81-3ab7-4896-9fed-4192914b3b43 4857311b9e364e4ebbd7f60c69bad1f0 c14a401b5c2a410fab4951599da03a15 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/515] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:57 2026] GET /v2.0/security-groups/2ff01777-82f9-4d65-8b89-cfc42e71f9ba => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/516] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:03:57 2026] GET /v2.0/security-groups?tenant_id=c14a401b5c2a410fab4951599da03a15 => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/517] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:57 2026] GET /v2.0/security-groups/b4cc5848-5730-42d7-9961-dbdcb6329e78 => generated 2918 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/520] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:57 2026] GET /v2.0/security-groups/b4cc5848-5730-42d7-9961-dbdcb6329e78 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:03:57.194 8 INFO neutron.api.v2.resource [req-0680a426-f094-4685-8653-ad452aaf95fb req-c6b7d133-cfe0-47b1-b904-d9b02cd85bf4 4857311b9e364e4ebbd7f60c69bad1f0 c14a401b5c2a410fab4951599da03a15 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/521] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:57 2026] GET /v2.0/security-groups/2ff01777-82f9-4d65-8b89-cfc42e71f9ba => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:03:57.226 8 INFO neutron.api.v2.resource [req-9b94ba25-1281-457c-adfe-ca401b3b5eb8 req-e715a9f1-6e8e-4766-ba7c-975df1018e31 4857311b9e364e4ebbd7f60c69bad1f0 c14a401b5c2a410fab4951599da03a15 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/522] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:57 2026] GET /v2.0/security-groups/88a12b23-c93d-46ba-bc15-c7491aa20d25 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:03:57.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-38a6994b-b298-44ee-ba4e-5ab35e80a8f5 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 0547e41b-3335-488f-99c3-9d1b4eb5d5f0 [pid: 8|app: 0|req: 260/523] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:03:57 2026] POST /v2.0/security-groups => generated 1661 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 02:03:57.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38a6994b-b298-44ee-ba4e-5ab35e80a8f5 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 0547e41b-3335-488f-99c3-9d1b4eb5d5f0 2026-07-30 02:03:57.368 8 INFO neutron.api.v2.resource [req-67c8f184-8032-428c-8b5e-6617488dc6e2 req-08e27ee6-0ca3-4749-b8b4-de51fa88ab52 4857311b9e364e4ebbd7f60c69bad1f0 c14a401b5c2a410fab4951599da03a15 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/524] 10.0.0.187 () {34 vars in 990 bytes} [Thu Jul 30 02:03:57 2026] GET /v2.0/security-groups/7d1a85e1-4237-45d9-aebc-fd6adc3ab932 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/525] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:03:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:03:57.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5e90cf0-05c5-485b-b77d-75e0bece6219 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 22678a83-519a-4865-a373-4a1a7d33b894 2026-07-30 02:03:57.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5e90cf0-05c5-485b-b77d-75e0bece6219 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 22678a83-519a-4865-a373-4a1a7d33b894 [pid: 7|app: 0|req: 264/526] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:03:56 2026] PUT /v2.0/routers/e465eade-f902-4a49-bc48-50730a320099/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/527] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:03:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:03:58.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-89c2627a-241c-43ea-9d3c-d5d766746922 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 57a5fb77-b257-41ab-a61c-acddb35e3e53 2026-07-30 02:03:58.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89c2627a-241c-43ea-9d3c-d5d766746922 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 57a5fb77-b257-41ab-a61c-acddb35e3e53 [pid: 8|app: 0|req: 263/528] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:03:57 2026] PUT /v2.0/routers/797d418e-9cd0-4205-820e-226fca4c6f09/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:03:58.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-89c2627a-241c-43ea-9d3c-d5d766746922 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 34a58906-de25-4d10-86b1-081307632363 2026-07-30 02:03:58.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89c2627a-241c-43ea-9d3c-d5d766746922 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 34a58906-de25-4d10-86b1-081307632363 2026-07-30 02:03:58.501 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-89c2627a-241c-43ea-9d3c-d5d766746922 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - 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-30 02:03:58.902 7 INFO neutron.db.l3_hamode_db [None req-89c2627a-241c-43ea-9d3c-d5d766746922 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 15a2f828-007b-4efc-919b-61fdbfe77e56 was deleted as no HA routers are present in tenant 6453c39aaac74ac78f892201bc1f4139. [pid: 7|app: 0|req: 266/529] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:03:57 2026] DELETE /v2.0/routers/e465eade-f902-4a49-bc48-50730a320099 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/530] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:03:58 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => 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: 264/531] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:03:58 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:03:59.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3fe7b7a-9d8f-40ba-9211-0666c346e060 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 87bb74d0-067d-4f53-ab7b-fd7cf1a93e89 2026-07-30 02:03:59.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3fe7b7a-9d8f-40ba-9211-0666c346e060 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 87bb74d0-067d-4f53-ab7b-fd7cf1a93e89 [pid: 8|app: 0|req: 265/532] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:03:58 2026] DELETE /v2.0/subnets/782c5b54-fff2-4e04-8e31-2e6a15d7b0f4 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:03:59.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-664d5385-8c9f-4581-b640-9b9b53d61dd1 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 8b39f49d-075e-4e1f-af56-0714c39c74cc 2026-07-30 02:03:59.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-664d5385-8c9f-4581-b640-9b9b53d61dd1 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 8b39f49d-075e-4e1f-af56-0714c39c74cc 2026-07-30 02:03:59.297 7 INFO neutron.services.segments.plugin [-] Segment c7b57586-39f5-49ee-954d-5be59f9eaeb4 resource provider aggregate not found 2026-07-30 02:03:59.314 7 INFO neutron.services.segments.plugin [-] Segment c7b57586-39f5-49ee-954d-5be59f9eaeb4 resource provider aggregate not found 2026-07-30 02:03:59.323 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7b57586-39f5-49ee-954d-5be59f9eaeb4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b57586-39f5-49ee-954d-5be59f9eaeb4 found for delete ", "request_id": "req-0105c9f6-6fad-4b73-a5f5-352846fdb279"}]} 2026-07-30 02:03:59.337 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7b57586-39f5-49ee-954d-5be59f9eaeb4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b57586-39f5-49ee-954d-5be59f9eaeb4 found for delete ", "request_id": "req-964559b5-0df4-4798-aac3-63c60b992a4b"}]} 2026-07-30 02:03:59.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3fe7b7a-9d8f-40ba-9211-0666c346e060 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 88624219-8c2d-47c7-8357-221a24f4fbcb 2026-07-30 02:03:59.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3fe7b7a-9d8f-40ba-9211-0666c346e060 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 88624219-8c2d-47c7-8357-221a24f4fbcb [pid: 8|app: 0|req: 266/533] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:03:59 2026] DELETE /v2.0/networks/bfbd9826-aefa-44b4-b948-b13e49b1aae0 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/534] 10.0.0.187 () {34 vars in 1099 bytes} [Thu Jul 30 02:03:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1971718214&fields=id&tenant_id=e91dae3c941941d094ce67bc6fc8e2c3 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/535] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:03:59 2026] GET /v2.0/networks?id=e49259ce-ea63-4b20-bd9c-b44fa6846f0e => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/536] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:03:59 2026] GET /v2.0/quotas/e91dae3c941941d094ce67bc6fc8e2c3 => 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: 270/537] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:03:59 2026] GET /v2.0/ports?tenant_id=e91dae3c941941d094ce67bc6fc8e2c3&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/538] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:03:59 2026] GET /v2.0/security-groups?tenant_id=6453c39aaac74ac78f892201bc1f4139&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:03:59.828 7 INFO neutron.db.l3_hamode_db [None req-b3fe7b7a-9d8f-40ba-9211-0666c346e060 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 04d3dd7f-82f7-4d0d-a103-bf2fc34a0457 was deleted as no HA routers are present in tenant c14a401b5c2a410fab4951599da03a15. [pid: 7|app: 0|req: 268/539] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:03:58 2026] DELETE /v2.0/routers/797d418e-9cd0-4205-820e-226fca4c6f09 => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/540] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:03:59 2026] DELETE /v2.0/security-groups/5f42762e-ca36-43e7-8ceb-4ae7649be038 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:03:59.967 8 INFO neutron.services.segments.plugin [-] Segment 696ff079-ff81-4cf3-9610-9ce6723b7bb8 resource provider aggregate not found 2026-07-30 02:03:59.981 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 696ff079-ff81-4cf3-9610-9ce6723b7bb8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696ff079-ff81-4cf3-9610-9ce6723b7bb8 found for delete ", "request_id": "req-85d10581-e72e-40da-931a-2f39debf8959"}]} 2026-07-30 02:03:59.994 8 INFO neutron.services.segments.plugin [-] Segment 696ff079-ff81-4cf3-9610-9ce6723b7bb8 resource provider aggregate not found [pid: 7|app: 0|req: 269/541] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:03:59 2026] DELETE /v2.0/subnets/060c3563-11b8-4ecf-8874-18a7c4460d17 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:04:00.019 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 696ff079-ff81-4cf3-9610-9ce6723b7bb8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696ff079-ff81-4cf3-9610-9ce6723b7bb8 found for delete ", "request_id": "req-71b13554-6ba8-4310-a88c-87600e3ba1d8"}]} [pid: 7|app: 0|req: 270/542] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:00 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:00.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-a102add0-2ae0-4453-9428-9bebddb355b9 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: c6f73878-91c0-4706-9c38-abb387bdf11a 2026-07-30 02:04:00.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a102add0-2ae0-4453-9428-9bebddb355b9 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: c6f73878-91c0-4706-9c38-abb387bdf11a [pid: 7|app: 0|req: 271/543] 10.0.0.187 () {34 vars in 906 bytes} [Thu Jul 30 02:04:00 2026] GET /v2.0/extensions => generated 21537 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/544] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:03:59 2026] DELETE /v2.0/networks/f3627bc7-7fc5-477e-b957-a88de65be983 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/545] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:04:00 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?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: 274/546] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:04:00 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?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: 273/547] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:00 2026] GET /v2.0/security-groups?tenant_id=c14a401b5c2a410fab4951599da03a15&name=default => generated 2921 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/548] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:00 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 275/549] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:00 2026] DELETE /v2.0/security-groups/b4cc5848-5730-42d7-9961-dbdcb6329e78 => 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: 275/550] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:01 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:01.347 7 INFO neutron.services.segments.plugin [-] Segment f8c3687b-8559-475f-a158-7aa9d186cc33 resource provider aggregate not found 2026-07-30 02:04:01.359 7 INFO neutron.services.segments.plugin [-] Segment f8c3687b-8559-475f-a158-7aa9d186cc33 resource provider aggregate not found 2026-07-30 02:04:01.398 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f8c3687b-8559-475f-a158-7aa9d186cc33 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c3687b-8559-475f-a158-7aa9d186cc33 found for delete ", "request_id": "req-5ea08c47-c8c8-4ecf-a2dc-3af3812b3f59"}]} 2026-07-30 02:04:01.399 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f8c3687b-8559-475f-a158-7aa9d186cc33 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8c3687b-8559-475f-a158-7aa9d186cc33 found for delete ", "request_id": "req-f867ed7e-44a8-4728-bf9a-2d8433552e32"}]} [pid: 8|app: 0|req: 276/551] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:01 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:02.000 8 INFO neutron.services.segments.plugin [-] Segment 074eb925-a139-4a53-a396-708cbf29bc78 resource provider aggregate not found 2026-07-30 02:04:02.038 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 074eb925-a139-4a53-a396-708cbf29bc78 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 074eb925-a139-4a53-a396-708cbf29bc78 found for delete ", "request_id": "req-746c8874-f5f9-4b70-b226-5d53cf3d1eb9"}]} 2026-07-30 02:04:02.050 8 INFO neutron.services.segments.plugin [-] Segment 074eb925-a139-4a53-a396-708cbf29bc78 resource provider aggregate not found 2026-07-30 02:04:02.069 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 074eb925-a139-4a53-a396-708cbf29bc78 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 074eb925-a139-4a53-a396-708cbf29bc78 found for delete ", "request_id": "req-2b8e41d4-7c43-469e-ac58-8b176f6c4580"}]} [pid: 7|app: 0|req: 276/552] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:01 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 684 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/553] 162.253.55.222 () {34 vars in 910 bytes} [Thu Jul 30 02:04:02 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/554] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:02 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => 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: 277/555] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:04:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6803deeb0a744a528550457f1378e740 => generated 181 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/556] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:04:02 2026] POST /v2.0/ports => generated 954 bytes in 481 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-30 02:04:02.834 7 INFO neutron.db.segments_db [None req-97adfad6-05eb-4392-a1f0-853f10ae50e1 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment b7853bea-e19b-4056-8bcf-311e29990818 of type vxlan for network 025152c3-65aa-4d72-8a57-d40cd7255ea4 [pid: 8|app: 0|req: 280/557] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:02 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 278/558] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:04:02 2026] POST /v2.0/networks => generated 747 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/559] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:02 2026] POST /v2.0/subnets => generated 694 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:04:03.157 7 INFO neutron.db.segments_db [None req-957bfd3f-0fbe-4d49-a942-688d84db6b81 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment d90350c6-0836-4a8d-924d-3a4c33df9894 of type vxlan for network c5deb979-1585-454d-aaf4-4a74c0635be5 2026-07-30 02:04:03.463 7 INFO neutron.db.l3_hamode_db [None req-957bfd3f-0fbe-4d49-a942-688d84db6b81 e406fd9dd69947a9a3553390186a69a4 5c11283686834fad9d3529c285df24b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 282/560] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:03 2026] PUT /v2.0/ports/4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 1235 bytes in 538 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: 283/561] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:03 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/562] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:03 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/563] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:03 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:04.069 7 INFO neutron.db.l3_hamode_db [None req-957bfd3f-0fbe-4d49-a942-688d84db6b81 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 286/564] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:04 2026] GET /v2.0/security-groups?tenant_id=2b2745b5061d4b4f8b9c382a8e832a67&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:04.343 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cbbca79-dce4-49f4-96da-876383c39d2e'] response: {'name': 'network-changed', 'server_uuid': '76251742-00a0-4a17-85f7-ee6687ad9969', 'tag': '4c74474c-9882-433e-acc9-91505a0fe0d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 287/565] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:04 2026] DELETE /v2.0/security-groups/1407029b-2fa5-404d-9bc0-f34b6a9941c7 => 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: 288/566] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:04 2026] GET /v2.0/security-groups?tenant_id=54df33ed1128429bbf181d365d98f130&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/567] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:04 2026] DELETE /v2.0/security-groups/89c8df68-a328-4891-a905-a79da2a7ab27 => 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: 279/568] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:03 2026] POST /v2.0/routers => generated 734 bytes in 1734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/569] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:04 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/570] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 19 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/571] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/572] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/573] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/networks?id=e49259ce-ea63-4b20-bd9c-b44fa6846f0e => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/574] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/subnets?id=ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/575] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/576] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e91dae3c941941d094ce67bc6fc8e2c3 => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/577] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/ports?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/578] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:04:04 2026] PUT /v2.0/routers/42ed4068-3430-4aa0-9422-38c3434e48ec/add_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/579] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?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: 282/580] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:05 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?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: 299/581] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:04:05 2026] POST /v2.0/ports => generated 958 bytes in 446 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: 283/582] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:06 2026] PUT /v2.0/ports/acd7115a-9e89-4c29-8df3-e5d2b1bad20b => generated 1239 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/583] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:06 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 973 bytes in 55 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: 301/584] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:06 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&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: 302/585] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:06 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/586] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:06 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/587] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:04:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/588] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:06 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:07.065 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34c5f633-c5b2-417f-9714-85b22ca05a86'] response: {'name': 'network-changed', 'server_uuid': '9964d0e0-1d10-44cd-b484-a0690a8c2f04', 'tag': 'acd7115a-9e89-4c29-8df3-e5d2b1bad20b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 304/589] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:04:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/590] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/591] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/592] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/subnets?id=ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/593] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:04:07 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: 7|app: 0|req: 289/594] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/ports?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/595] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/596] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?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: 292/597] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/ports?tenant_id=e91dae3c941941d094ce67bc6fc8e2c3&device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/598] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=acd7115a-9e89-4c29-8df3-e5d2b1bad20b => 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: 294/599] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/subnets?id=5828691a-4ce0-46b6-a6b2-95d203511ff6 => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/600] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/ports?network_id=e49259ce-ea63-4b20-bd9c-b44fa6846f0e&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/601] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/602] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:04:07 2026] POST /v2.0/floatingips => generated 552 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/603] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/604] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/605] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/606] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/607] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:07 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&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: 300/608] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/ports?tenant_id=e91dae3c941941d094ce67bc6fc8e2c3&device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/609] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/610] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/611] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/networks?id=e49259ce-ea63-4b20-bd9c-b44fa6846f0e => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/612] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=acd7115a-9e89-4c29-8df3-e5d2b1bad20b => 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: 303/613] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/subnets?id=5828691a-4ce0-46b6-a6b2-95d203511ff6 => generated 687 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/614] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/615] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&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: 304/616] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:08 2026] GET /v2.0/ports?network_id=e49259ce-ea63-4b20-bd9c-b44fa6846f0e&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: 305/617] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:09 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?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: 306/618] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:09 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/619] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:09 2026] GET /v2.0/security-groups?tenant_id=8113682fdb704bc68a13b3f1a58d27ea&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/620] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:09 2026] DELETE /v2.0/security-groups/a33f6c82-b1fa-48e5-a611-0621ed38a6ec => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/621] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:09 2026] GET /v2.0/security-groups?tenant_id=dd18bf3f778745a4bd72e3aa2660046a&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/622] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:09 2026] DELETE /v2.0/security-groups/60689f3b-73e1-40ec-811e-917e8de5fd15 => 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: 315/623] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:09 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 309/624] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:10 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&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: 316/625] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:10 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/626] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:10 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&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: 317/627] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:11 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 318/628] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:11 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&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: 311/629] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:11 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/630] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:11 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&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: 313/633] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/634] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&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: 315/635] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/636] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/637] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/security-groups?tenant_id=b514ccd16840479cbd67ea503af92784&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/638] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:12 2026] DELETE /v2.0/security-groups/13a59155-a11e-4877-be8c-1a5f968c1dd5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/639] 10.0.0.187 () {34 vars in 1099 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1001378102&fields=id&tenant_id=5c11283686834fad9d3529c285df24b5 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/640] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/networks?id=025152c3-65aa-4d72-8a57-d40cd7255ea4 => generated 679 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/641] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/quotas/5c11283686834fad9d3529c285df24b5 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/642] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:04:12 2026] GET /v2.0/ports?tenant_id=5c11283686834fad9d3529c285df24b5&fields=id => generated 103 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/643] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:04:13 2026] GET /v2.0/networks/025152c3-65aa-4d72-8a57-d40cd7255ea4?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/644] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:04:13 2026] GET /v2.0/networks/025152c3-65aa-4d72-8a57-d40cd7255ea4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/645] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:13 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => 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: 326/646] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:13 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/647] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:13 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/648] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:13 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/649] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:13 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/650] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:14 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/651] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:14 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 330/652] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:14 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/653] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:14 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/654] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:14 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:14.973 7 INFO neutron.db.segments_db [None req-71d1732a-e832-47c2-901f-8db5407fb4d6 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] Added segment 2d116749-fe26-42e3-9e56-3b15847ac782 of type vxlan for network 694f89cf-8158-446e-a59a-b98abbdbfd4a [pid: 8|app: 0|req: 333/655] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:15 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/656] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:04:14 2026] POST /v2.0/networks => generated 649 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/657] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:04:15 2026] POST /v2.0/ports => generated 777 bytes in 434 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-30 02:04:15.566 8 INFO neutron.db.l3_db [None req-f2b298a8-f208-46fc-936b-cd7c1a82f8ff 2f0167bb68ac4d199e016abfafc94050 6803deeb0a744a528550457f1378e740 - - default default] Floating IP 881c264e-d2e2-4f84-87ac-64a2f2a156e2 associated. External IP: 10.96.250.218, port: 4c74474c-9882-433e-acc9-91505a0fe0d2. 2026-07-30 02:04:15.625 7 INFO neutron.db.segments_db [None req-7008ceaa-0240-460e-b014-4994cf922a10 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] Added segment a636c5f6-c2d9-49ec-b4c2-0bab87d0459e of type vxlan for network bfa5a818-7a18-4667-96b1-72d6cc2074fd [pid: 7|app: 0|req: 325/658] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:04:15 2026] POST /v2.0/networks => generated 635 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/659] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:15 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/660] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:04:15 2026] PUT /v2.0/floatingips/881c264e-d2e2-4f84-87ac-64a2f2a156e2 => generated 855 bytes in 892 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/661] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:15 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 336/662] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/663] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:15 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/664] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/665] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:16.128 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-805aa061-a35f-4391-a237-b09c53990b99'] response: {'name': 'network-changed', 'server_uuid': '76251742-00a0-4a17-85f7-ee6687ad9969', 'tag': '4c74474c-9882-433e-acc9-91505a0fe0d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/666] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:04:16 2026] POST /v2.0/ports => generated 965 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:04:16.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-827369c7-2794-4b15-9453-847f344b51c7 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] TaaS: Handle Delete Port: 78d2f812-2c78-45ae-82fd-b13da00f10dd 2026-07-30 02:04:16.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-827369c7-2794-4b15-9453-847f344b51c7 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] Tap Mirror: Handle Delete Port: 78d2f812-2c78-45ae-82fd-b13da00f10dd /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 339/667] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:04:16 2026] DELETE /v2.0/ports/78d2f812-2c78-45ae-82fd-b13da00f10dd => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/668] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:16.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c60b6cc-35b6-4694-927d-afe201144f7a b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 340/669] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:04:16 2026] DELETE /v2.0/ports/78d2f812-2c78-45ae-82fd-b13da00f10dd => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:04:16.722 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dbe098b8-e3fe-4fdd-953d-230bc5aff0d4 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 341/670] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/ports/78d2f812-2c78-45ae-82fd-b13da00f10dd => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/671] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/672] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => 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: 342/673] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:16 2026] DELETE /v2.0/subnets/0ec13243-cdea-4e86-a2cc-cd11b9f69716 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/674] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/subnets?id=ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/675] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/676] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/ports?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/677] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:16.956 8 INFO neutron.services.segments.plugin [-] Segment a636c5f6-c2d9-49ec-b4c2-0bab87d0459e resource provider aggregate not found 2026-07-30 02:04:16.977 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a636c5f6-c2d9-49ec-b4c2-0bab87d0459e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a636c5f6-c2d9-49ec-b4c2-0bab87d0459e found for delete ", "request_id": "req-a112c6ce-3b0e-4cd1-aa39-89ec8ed3efbe"}]} 2026-07-30 02:04:16.987 8 INFO neutron.services.segments.plugin [-] Segment a636c5f6-c2d9-49ec-b4c2-0bab87d0459e resource provider aggregate not found [pid: 8|app: 0|req: 343/678] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:04:16 2026] DELETE /v2.0/networks/bfa5a818-7a18-4667-96b1-72d6cc2074fd => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/679] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:16 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?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) 2026-07-30 02:04:17.023 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a636c5f6-c2d9-49ec-b4c2-0bab87d0459e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a636c5f6-c2d9-49ec-b4c2-0bab87d0459e found for delete ", "request_id": "req-6f32eca3-4c5a-4fa7-ad6e-257b2c58658d"}]} 2026-07-30 02:04:17.062 8 INFO neutron.db.segments_db [None req-8fdf2094-1596-457a-aacb-849b6ebd297b b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] Added segment 181fca18-c238-49f9-8d65-190b1e58ba20 of type vxlan for network 483886dc-3e1a-47f5-bfd8-cdbc9bd92394 [pid: 8|app: 0|req: 344/680] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:04:17 2026] POST /v2.0/networks => generated 636 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/681] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:17 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/682] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:17 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/683] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:17 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/684] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:17 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/685] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:04:17 2026] POST /v2.0/ports => generated 923 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/686] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:17 2026] GET /v2.0/networks?id=025152c3-65aa-4d72-8a57-d40cd7255ea4 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:17.872 7 INFO neutron.db.l3_db [None req-ce62a43d-40ca-4891-b8b3-6524f7130023 b29ecaf533c94935abdde6dc48d193f9 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] Floating IP e4d180b2-cadb-49a5-b16b-9e856b444edb associated. External IP: 10.96.250.220, port: acd7115a-9e89-4c29-8df3-e5d2b1bad20b. 2026-07-30 02:04:17.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5584869-006d-4f0b-8370-7cbcd619913b b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] TaaS: Handle Delete Port: 4b9e7d41-2bcb-44ac-b85a-794263fc3135 2026-07-30 02:04:17.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5584869-006d-4f0b-8370-7cbcd619913b b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] Tap Mirror: Handle Delete Port: 4b9e7d41-2bcb-44ac-b85a-794263fc3135 [pid: 8|app: 0|req: 350/687] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:04:17 2026] DELETE /v2.0/ports/4b9e7d41-2bcb-44ac-b85a-794263fc3135 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/688] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c11283686834fad9d3529c285df24b5 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/689] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:18.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7af0cdbd-a6f0-4d59-b41a-e06f4e478ff3 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 353/690] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/ports/4b9e7d41-2bcb-44ac-b85a-794263fc3135 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/691] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:04:17 2026] PUT /v2.0/floatingips/e4d180b2-cadb-49a5-b16b-9e856b444edb => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:18.213 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-823def5c-0661-40e5-9f2e-267ad89540ee'] response: {'name': 'network-changed', 'server_uuid': '9964d0e0-1d10-44cd-b484-a0690a8c2f04', 'tag': 'acd7115a-9e89-4c29-8df3-e5d2b1bad20b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 339/692] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:18 2026] DELETE /v2.0/subnets/428b5838-d73a-4aca-a6f6-614fcd89e422 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/693] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:18.405 7 INFO neutron.services.segments.plugin [-] Segment 181fca18-c238-49f9-8d65-190b1e58ba20 resource provider aggregate not found 2026-07-30 02:04:18.406 7 INFO neutron.services.segments.plugin [-] Segment 181fca18-c238-49f9-8d65-190b1e58ba20 resource provider aggregate not found 2026-07-30 02:04:18.422 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 181fca18-c238-49f9-8d65-190b1e58ba20 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181fca18-c238-49f9-8d65-190b1e58ba20 found for delete ", "request_id": "req-00ea22ca-fa12-420c-bd63-f3ecd554b9ab"}]} [pid: 7|app: 0|req: 341/694] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:04:18 2026] DELETE /v2.0/networks/483886dc-3e1a-47f5-bfd8-cdbc9bd92394 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:04:18.434 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 181fca18-c238-49f9-8d65-190b1e58ba20 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181fca18-c238-49f9-8d65-190b1e58ba20 found for delete ", "request_id": "req-3785eaa0-6347-4736-830b-f928716ccee8"}]} [pid: 7|app: 0|req: 342/695] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&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: 354/696] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:04:18 2026] POST /v2.0/ports => generated 958 bytes in 424 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: 343/697] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:04:18 2026] POST /v2.0/ports => generated 779 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 344/698] 10.0.0.197 () {34 vars in 736 bytes} [Thu Jul 30 02:04:18 2026] PUT /v2.0/ports/e604032f-be17-4f7c-8670-81aece8bd476 => generated 752 bytes in 162 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: 345/699] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/ports?tenant_id=e91dae3c941941d094ce67bc6fc8e2c3&device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/700] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/701] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:18 2026] PUT /v2.0/ports/a66551c7-878e-4307-8751-0c44a1d2f157 => generated 1239 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, ' 2026-07-30 02:04:19.006 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e66c5c0d-d611-4b64-8fdb-2fbbf42f3152'] response: {'name': 'network-changed', 'server_uuid': 'b006a4ab-a7a1-4639-9047-091d33adb606', 'tag': 'a66551c7-878e-4307-8751-0c44a1d2f157', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 356/702] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:18 2026] GET /v2.0/networks?id=e49259ce-ea63-4b20-bd9c-b44fa6846f0e => generated 765 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:19.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5335460-6607-4130-83a7-c44d4303a0e5 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] TaaS: Handle Delete Port: e604032f-be17-4f7c-8670-81aece8bd476 2026-07-30 02:04:19.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5335460-6607-4130-83a7-c44d4303a0e5 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] Tap Mirror: Handle Delete Port: e604032f-be17-4f7c-8670-81aece8bd476 [pid: 8|app: 0|req: 357/703] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/704] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=acd7115a-9e89-4c29-8df3-e5d2b1bad20b => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/705] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:04:18 2026] DELETE /v2.0/ports/e604032f-be17-4f7c-8670-81aece8bd476 => 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: 359/706] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/subnets?id=5828691a-4ce0-46b6-a6b2-95d203511ff6 => generated 687 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/707] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/ports => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:19.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93a65b7d-9f6b-4a82-8cd0-1725c09b93f3 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 349/708] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/ports/e604032f-be17-4f7c-8670-81aece8bd476 => 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: 360/709] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/ports?network_id=e49259ce-ea63-4b20-bd9c-b44fa6846f0e&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/710] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/ports => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/711] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?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: 351/712] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/713] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/ports/04cc981d-10c3-4f96-a806-7a7c687533cd => generated 777 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/714] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:19.348 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f6343e8-f875-4c74-a01b-8e5c5d43b01d b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 353/715] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:04:19 2026] DELETE /v2.0/ports/4b9e7d41-2bcb-44ac-b85a-794263fc3135 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/716] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&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-30 02:04:19.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78c188f5-37e7-4e7a-936a-88ec166b0b6a b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 354/717] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:19 2026] DELETE /v2.0/subnets/428b5838-d73a-4aca-a6f6-614fcd89e422 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:04:19.388 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f960e3c-0ae8-409f-8e87-afa9b5f19b49 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/718] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:19 2026] DELETE /v2.0/subnets/0ec13243-cdea-4e86-a2cc-cd11b9f69716 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:04:19.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-ded0cff5-4c67-4d00-bcd3-0a51a58ed5e4 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] TaaS: Handle Delete Port: 04cc981d-10c3-4f96-a806-7a7c687533cd 2026-07-30 02:04:19.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ded0cff5-4c67-4d00-bcd3-0a51a58ed5e4 b8a84a2e6e534cea96d136a696eca4a2 d64a7eb034fa4058ac0be5f23776d79e - - default default] Tap Mirror: Handle Delete Port: 04cc981d-10c3-4f96-a806-7a7c687533cd [pid: 8|app: 0|req: 365/719] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/ports?tenant_id=5c11283686834fad9d3529c285df24b5&device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/720] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:04:19 2026] DELETE /v2.0/ports/04cc981d-10c3-4f96-a806-7a7c687533cd => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/721] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/networks?tenant_id=5c11283686834fad9d3529c285df24b5&shared=False => generated 775 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/722] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:04:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/723] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:04:19 2026] DELETE /v2.0/networks/694f89cf-8158-446e-a59a-b98abbdbfd4a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/724] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/725] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/726] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/security-groups?tenant_id=d64a7eb034fa4058ac0be5f23776d79e&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:20.452 7 INFO neutron.services.segments.plugin [-] Segment 2d116749-fe26-42e3-9e56-3b15847ac782 resource provider aggregate not found 2026-07-30 02:04:20.473 7 INFO neutron.services.segments.plugin [-] Segment 2d116749-fe26-42e3-9e56-3b15847ac782 resource provider aggregate not found 2026-07-30 02:04:20.478 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d116749-fe26-42e3-9e56-3b15847ac782 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d116749-fe26-42e3-9e56-3b15847ac782 found for delete ", "request_id": "req-cc35a2c8-0be3-49f3-9f01-5049e84ba883"}]} [pid: 8|app: 0|req: 370/727] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:20.494 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d116749-fe26-42e3-9e56-3b15847ac782 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d116749-fe26-42e3-9e56-3b15847ac782 found for delete ", "request_id": "req-b5fe43c8-84f8-42d2-810f-320d3d66ed4c"}]} [pid: 7|app: 0|req: 358/728] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:20 2026] DELETE /v2.0/security-groups/d1f99bea-4e08-443e-8c57-7e47d90bfa76 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/729] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&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: 359/730] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/ports?tenant_id=5c11283686834fad9d3529c285df24b5&device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/731] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a66551c7-878e-4307-8751-0c44a1d2f157 => 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: 360/732] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/subnets?id=64f9381f-e0c1-4fde-9876-9d3cfa903495 => generated 697 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/733] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/ports?network_id=025152c3-65aa-4d72-8a57-d40cd7255ea4&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: 361/734] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/networks/025152c3-65aa-4d72-8a57-d40cd7255ea4?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: 374/735] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:20 2026] GET /v2.0/networks/025152c3-65aa-4d72-8a57-d40cd7255ea4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/736] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:04:21 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/737] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:21 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/738] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:21 2026] GET /v2.0/security-groups?id=dcd69365-9c87-4f88-807f-3fe9a85af07a&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:21.410 7 INFO neutron_taas.services.taas.taas_plugin [req-58ada0a0-2c09-467e-b3b1-c6bea7278b53 req-1bf53f8a-2447-4f86-a5a9-a63bdb5ab1f4 b29ecaf533c94935abdde6dc48d193f9 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] TaaS: Handle Delete Port: acd7115a-9e89-4c29-8df3-e5d2b1bad20b 2026-07-30 02:04:21.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-58ada0a0-2c09-467e-b3b1-c6bea7278b53 req-1bf53f8a-2447-4f86-a5a9-a63bdb5ab1f4 b29ecaf533c94935abdde6dc48d193f9 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] Tap Mirror: Handle Delete Port: acd7115a-9e89-4c29-8df3-e5d2b1bad20b 2026-07-30 02:04:21.601 7 INFO neutron.db.l3_db [req-58ada0a0-2c09-467e-b3b1-c6bea7278b53 req-1bf53f8a-2447-4f86-a5a9-a63bdb5ab1f4 b29ecaf533c94935abdde6dc48d193f9 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] Floating IP e4d180b2-cadb-49a5-b16b-9e856b444edb disassociated. External IP: 10.96.250.220, port: acd7115a-9e89-4c29-8df3-e5d2b1bad20b. [pid: 8|app: 0|req: 377/739] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:21 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => 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: 378/740] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:21 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/741] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:04:21 2026] DELETE /v2.0/ports/acd7115a-9e89-4c29-8df3-e5d2b1bad20b => generated 0 bytes in 758 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:04:22.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33c16ab7-3282-4f6d-aa3b-7d1c0fb8d864'] response: {'server_uuid': '9964d0e0-1d10-44cd-b484-a0690a8c2f04', 'name': 'network-vif-deleted', 'tag': 'acd7115a-9e89-4c29-8df3-e5d2b1bad20b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 364/742] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:22 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 379/743] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:04:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/744] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:04:22 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: 7|app: 0|req: 366/745] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:22 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/746] 10.0.0.197 () {34 vars in 757 bytes} [Thu Jul 30 02:04:22 2026] PUT /v2.0/security-groups/5e72c774-ffd6-43f3-9ca5-58bd130b8bdd => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/747] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:04:22 2026] GET /v2.0/security-groups/5e72c774-ffd6-43f3-9ca5-58bd130b8bdd => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/748] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:22 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/749] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:22 2026] DELETE /v2.0/security-groups/5e72c774-ffd6-43f3-9ca5-58bd130b8bdd => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/750] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:04:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:23.004 8 INFO neutron.api.v2.resource [None req-2cc43f98-4516-4810-81e6-a9ce6a3dbce2 3bbfec59a0f04e8a9962f0ac42dd6547 27c66b76a6954c829275f56503548c6c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 383/751] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:22 2026] DELETE /v2.0/security-groups/5e72c774-ffd6-43f3-9ca5-58bd130b8bdd => 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: 369/752] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:04:23 2026] POST /v2.0/security-groups => generated 1623 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/753] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:04:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/754] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:04:23 2026] GET /v2.0/security-group-rules/2fb43e46-d436-4d9a-9543-14fa70d4bb8d => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/755] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:04:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/756] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:04:23 2026] DELETE /v2.0/security-group-rules/2fb43e46-d436-4d9a-9543-14fa70d4bb8d => 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: 386/757] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:04:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/758] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:23 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 388/759] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:23 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/760] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/761] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:04:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/762] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-group-rules/fa23891b-b478-4220-afb2-555fa54b5ac5 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/763] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/764] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:04:24 2026] DELETE /v2.0/security-group-rules/fa23891b-b478-4220-afb2-555fa54b5ac5 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/765] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:24.374 8 INFO neutron.db.securitygroups_db [None req-166a0cbd-9447-47ff-b4aa-64c073533b65 3bbfec59a0f04e8a9962f0ac42dd6547 27c66b76a6954c829275f56503548c6c - - default default] Project 27c66b76a6954c829275f56503548c6c 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: 392/766] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:04:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/767] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-group-rules/43c47b6b-1292-4578-8acb-39921cc459ac => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/768] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/769] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:04:24 2026] DELETE /v2.0/security-group-rules/43c47b6b-1292-4578-8acb-39921cc459ac => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/770] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/771] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/ports?device_id=9964d0e0-1d10-44cd-b484-a0690a8c2f04 => 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: 377/772] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:24 2026] DELETE /v2.0/security-groups/0312c6d0-7fb0-4f6b-b67e-fded83140ea3 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/773] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:04:24 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: 378/774] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:04:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/775] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:25 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/776] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:25 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/777] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:25 2026] GET /v2.0/security-groups?tenant_id=27c66b76a6954c829275f56503548c6c&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/778] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:25 2026] DELETE /v2.0/security-groups/479afe2b-a4ba-4e94-8fe8-cb2bf4ec6fb9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/779] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:25 2026] DELETE /v2.0/security-groups/dcd69365-9c87-4f88-807f-3fe9a85af07a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:04:25.915 7 INFO neutron.api.v2.resource [None req-f831c5f1-5f2f-408a-90d3-6f61978e05ae b29ecaf533c94935abdde6dc48d193f9 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/780] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:04:25 2026] GET /v2.0/security-groups/dcd69365-9c87-4f88-807f-3fe9a85af07a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:04:26.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-99055eac-7abe-4353-b670-0263a69198a3 b29ecaf533c94935abdde6dc48d193f9 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] TaaS: Handle Delete Port: eabeb73f-1083-4bbb-84be-644b192d0caa 2026-07-30 02:04:26.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99055eac-7abe-4353-b670-0263a69198a3 b29ecaf533c94935abdde6dc48d193f9 e91dae3c941941d094ce67bc6fc8e2c3 - - default default] Tap Mirror: Handle Delete Port: eabeb73f-1083-4bbb-84be-644b192d0caa [pid: 8|app: 0|req: 400/781] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:04:25 2026] DELETE /v2.0/floatingips/e4d180b2-cadb-49a5-b16b-9e856b444edb => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/782] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:26 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/783] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:26 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&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-30 02:04:26.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a3a1462-3864-4d30-aa80-47c3a2a8b678 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 454785f2-8379-4971-9d29-395113edf672 2026-07-30 02:04:26.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a3a1462-3864-4d30-aa80-47c3a2a8b678 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 454785f2-8379-4971-9d29-395113edf672 [pid: 7|app: 0|req: 382/786] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:04:26 2026] PUT /v2.0/routers/7e01763a-0b54-4512-a0a6-69b70dd0a1eb/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/787] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:04:27 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1240 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/788] 10.0.0.197 () {32 vars in 622 bytes} [Thu Jul 30 02:04:27 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: 407/789] 10.0.0.83 () {34 vars in 1038 bytes} [Thu Jul 30 02:04:27 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/790] 10.0.0.197 () {32 vars in 632 bytes} [Thu Jul 30 02:04:27 2026] GET /v2.0/ => generated 632 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/791] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:27 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:27.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a01b52e-0031-4945-8c81-efa3d74c368b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: fdca62c8-fb71-47ff-82c1-0910dabcbefc 2026-07-30 02:04:27.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a01b52e-0031-4945-8c81-efa3d74c368b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: fdca62c8-fb71-47ff-82c1-0910dabcbefc [pid: 8|app: 0|req: 410/792] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:27 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:27.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a01b52e-0031-4945-8c81-efa3d74c368b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: cf3ffee0-4056-4e26-872c-6fad409e5793 2026-07-30 02:04:27.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a01b52e-0031-4945-8c81-efa3d74c368b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: cf3ffee0-4056-4e26-872c-6fad409e5793 2026-07-30 02:04:28.127 7 INFO neutron.services.segments.plugin [-] Segment 46e4c3a9-cc70-4d65-8744-8dcb6d99cee5 resource provider aggregate not found 2026-07-30 02:04:28.127 7 INFO neutron.services.segments.plugin [-] Segment 46e4c3a9-cc70-4d65-8744-8dcb6d99cee5 resource provider aggregate not found 2026-07-30 02:04:28.165 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 46e4c3a9-cc70-4d65-8744-8dcb6d99cee5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46e4c3a9-cc70-4d65-8744-8dcb6d99cee5 found for delete ", "request_id": "req-deb57a93-75e7-4b1c-a0dc-c92be991b456"}]} 2026-07-30 02:04:28.168 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 46e4c3a9-cc70-4d65-8744-8dcb6d99cee5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46e4c3a9-cc70-4d65-8744-8dcb6d99cee5 found for delete ", "request_id": "req-5d7e52cc-714c-4137-b925-4e611e1992ef"}]} 2026-07-30 02:04:28.203 7 INFO neutron.db.l3_hamode_db [None req-6a01b52e-0031-4945-8c81-efa3d74c368b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 236fece5-98a8-4488-b523-28c1dcd33c46 was deleted as no HA routers are present in tenant e91dae3c941941d094ce67bc6fc8e2c3. [pid: 7|app: 0|req: 383/793] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:27 2026] DELETE /v2.0/routers/7e01763a-0b54-4512-a0a6-69b70dd0a1eb => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/794] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:28 2026] DELETE /v2.0/subnets/5828691a-4ce0-46b6-a6b2-95d203511ff6 => 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: 411/795] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:28 2026] GET /v2.0/security-groups?tenant_id=87fe2b9589ad4b48857d8e6d4f23226c&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:28.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbf1bc91-1e31-4072-97ea-656a773a2981 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: cb880212-da3b-4f57-9fe4-77322b9a568e 2026-07-30 02:04:28.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbf1bc91-1e31-4072-97ea-656a773a2981 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: cb880212-da3b-4f57-9fe4-77322b9a568e [pid: 8|app: 0|req: 412/796] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:28 2026] DELETE /v2.0/security-groups/ccf56f34-330f-4aa3-bc28-3a5710c0cad8 => 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: 385/797] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:04:28 2026] DELETE /v2.0/networks/e49259ce-ea63-4b20-bd9c-b44fa6846f0e => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/798] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:28 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/799] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:28 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&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: 414/800] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:28 2026] GET /v2.0/security-groups?tenant_id=e91dae3c941941d094ce67bc6fc8e2c3&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/801] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:28 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/802] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:28 2026] DELETE /v2.0/security-groups/0d1fabdd-8d77-4246-85a8-4ba207bacb98 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:04:29.340 7 INFO neutron.db.l3_db [None req-f24759ec-40c5-4ae5-b5e7-cd24c930ae37 32cebcdfb2634efb91dcc75e89a33ea1 5c11283686834fad9d3529c285df24b5 - - default default] Floating IP 579cb619-28e4-437d-9fe6-3839d800ef24 associated. External IP: 10.96.250.215, port: a66551c7-878e-4307-8751-0c44a1d2f157. [pid: 7|app: 0|req: 388/803] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:04:28 2026] PUT /v2.0/floatingips/579cb619-28e4-437d-9fe6-3839d800ef24 => generated 856 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:29.678 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-544be9fa-95e8-46b6-9ce7-e4ad0d5a269a'] response: {'name': 'network-changed', 'server_uuid': 'b006a4ab-a7a1-4639-9047-091d33adb606', 'tag': 'a66551c7-878e-4307-8751-0c44a1d2f157', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 416/804] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:29 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/805] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:29 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:30.191 7 INFO neutron.services.segments.plugin [-] Segment 41029eb3-f530-4ea4-b94a-cd0c560441ac resource provider aggregate not found 2026-07-30 02:04:30.197 7 INFO neutron.services.segments.plugin [-] Segment 41029eb3-f530-4ea4-b94a-cd0c560441ac resource provider aggregate not found 2026-07-30 02:04:30.217 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41029eb3-f530-4ea4-b94a-cd0c560441ac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41029eb3-f530-4ea4-b94a-cd0c560441ac found for delete ", "request_id": "req-cf796e37-40a8-46bf-a80d-27eddcc1ed86"}]} 2026-07-30 02:04:30.218 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41029eb3-f530-4ea4-b94a-cd0c560441ac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41029eb3-f530-4ea4-b94a-cd0c560441ac found for delete ", "request_id": "req-f019e4cb-08ec-4899-8b25-2b589f02076a"}]} [pid: 8|app: 0|req: 417/806] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/ports?tenant_id=5c11283686834fad9d3529c285df24b5&device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/807] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/808] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/networks?id=025152c3-65aa-4d72-8a57-d40cd7255ea4 => generated 775 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/809] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/810] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a66551c7-878e-4307-8751-0c44a1d2f157 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/811] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/subnets?id=64f9381f-e0c1-4fde-9876-9d3cfa903495 => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/812] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/ports?network_id=025152c3-65aa-4d72-8a57-d40cd7255ea4&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/813] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/networks/025152c3-65aa-4d72-8a57-d40cd7255ea4?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/814] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:30 2026] GET /v2.0/networks/025152c3-65aa-4d72-8a57-d40cd7255ea4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:31.150 7 INFO neutron.db.segments_db [None req-3b1c8916-5bc1-4661-890c-4add5b692af6 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 206c03ed-4876-46eb-b765-eac0464a2ccc of type vxlan for network 6cdecdf3-5462-4fca-84d0-5b8beb687c23 [pid: 7|app: 0|req: 394/815] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:04:30 2026] POST /v2.0/networks => generated 743 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/816] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:31 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/817] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:31 2026] POST /v2.0/subnets => generated 690 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/818] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:31 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&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-30 02:04:31.500 8 INFO neutron.db.segments_db [None req-12a58d17-e553-482d-91cd-da63bd197f45 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment b464a60e-cb84-4047-9fd1-cf02d5f95fd2 of type vxlan for network 2d4cd964-f9d9-42cb-bcf2-2345d2d2ded6 2026-07-30 02:04:31.771 8 INFO neutron.db.l3_hamode_db [None req-12a58d17-e553-482d-91cd-da63bd197f45 e406fd9dd69947a9a3553390186a69a4 5da7b51bf12242e480ac528230c91c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 397/819] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:32 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/820] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:32 2026] GET /v2.0/security-groups?id=0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/821] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:04:32 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:32.693 8 INFO neutron.db.l3_hamode_db [None req-12a58d17-e553-482d-91cd-da63bd197f45 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:04:32.755 7 INFO neutron_taas.services.taas.taas_plugin [req-13140ea5-5f33-4e30-a68d-0f54753207a2 req-6713c815-79f2-428e-9e83-2bcaf3979b8c 32cebcdfb2634efb91dcc75e89a33ea1 5c11283686834fad9d3529c285df24b5 - - default default] TaaS: Handle Delete Port: a66551c7-878e-4307-8751-0c44a1d2f157 2026-07-30 02:04:32.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-13140ea5-5f33-4e30-a68d-0f54753207a2 req-6713c815-79f2-428e-9e83-2bcaf3979b8c 32cebcdfb2634efb91dcc75e89a33ea1 5c11283686834fad9d3529c285df24b5 - - default default] Tap Mirror: Handle Delete Port: a66551c7-878e-4307-8751-0c44a1d2f157 2026-07-30 02:04:32.872 7 INFO neutron.db.l3_db [req-13140ea5-5f33-4e30-a68d-0f54753207a2 req-6713c815-79f2-428e-9e83-2bcaf3979b8c 32cebcdfb2634efb91dcc75e89a33ea1 5c11283686834fad9d3529c285df24b5 - - default default] Floating IP 579cb619-28e4-437d-9fe6-3839d800ef24 disassociated. External IP: 10.96.250.215, port: a66551c7-878e-4307-8751-0c44a1d2f157. [pid: 7|app: 0|req: 400/822] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:04:32 2026] DELETE /v2.0/ports/a66551c7-878e-4307-8751-0c44a1d2f157 => generated 0 bytes in 602 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:04:33.279 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d329fde0-cfde-4c91-877d-4e1dc9f342ee'] response: {'server_uuid': 'b006a4ab-a7a1-4639-9047-091d33adb606', 'name': 'network-vif-deleted', 'tag': 'a66551c7-878e-4307-8751-0c44a1d2f157', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 423/823] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:31 2026] POST /v2.0/routers => generated 730 bytes in 2154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/824] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:33 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => 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: 425/825] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:33 2026] GET /v2.0/security-groups?tenant_id=16f6b54a2bd642ce945382c64fbb7c7a&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/826] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:34 2026] DELETE /v2.0/security-groups/12d91c34-d524-4880-85e3-c016d73e8e9e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/827] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:34 2026] GET /v2.0/security-groups?tenant_id=d6cb314818364da18ccf391b220df5a5&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/828] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:34 2026] DELETE /v2.0/security-groups/0f96272e-2ac7-480c-9fc2-746178bf3018 => 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: 429/829] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:34 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => 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: 401/830] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:04:33 2026] PUT /v2.0/routers/8f4a588d-c998-4519-9f52-cbf9e8ac43a2/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/831] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:04:35 2026] POST /v2.0/security-groups => generated 1660 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/832] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:04:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/833] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:04:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/834] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:35 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => 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: 403/835] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:04:35 2026] POST /v2.0/floatingips => generated 552 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/836] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:36 2026] GET /v2.0/ports?device_id=b006a4ab-a7a1-4639-9047-091d33adb606 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/837] 10.0.0.187 () {34 vars in 1099 bytes} [Thu Jul 30 02:04:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1264976363&fields=id&tenant_id=5da7b51bf12242e480ac528230c91c2d => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/838] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:04:37 2026] GET /v2.0/networks?id=6cdecdf3-5462-4fca-84d0-5b8beb687c23 => generated 675 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/839] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:04:37 2026] GET /v2.0/quotas/5da7b51bf12242e480ac528230c91c2d => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/840] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:04:37 2026] GET /v2.0/ports?tenant_id=5da7b51bf12242e480ac528230c91c2d&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/841] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:04:37 2026] GET /v2.0/networks/6cdecdf3-5462-4fca-84d0-5b8beb687c23?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: 407/842] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:04:37 2026] GET /v2.0/networks/6cdecdf3-5462-4fca-84d0-5b8beb687c23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/843] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:37 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => 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: 408/844] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:38 2026] DELETE /v2.0/security-groups/0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:04:38.252 7 INFO neutron.api.v2.resource [None req-0a1baea0-8475-40a1-96df-07e0c42e154d 32cebcdfb2634efb91dcc75e89a33ea1 5c11283686834fad9d3529c285df24b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/845] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:04:38 2026] GET /v2.0/security-groups/0a6a5bf0-83a9-4f42-a761-a45b14f3e5e2 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:04:38.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1ff43b5-59ab-4db6-a71b-092e42fe7f6c 32cebcdfb2634efb91dcc75e89a33ea1 5c11283686834fad9d3529c285df24b5 - - default default] TaaS: Handle Delete Port: 7388676c-6ba4-4836-861e-8e8890c2d729 2026-07-30 02:04:38.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1ff43b5-59ab-4db6-a71b-092e42fe7f6c 32cebcdfb2634efb91dcc75e89a33ea1 5c11283686834fad9d3529c285df24b5 - - default default] Tap Mirror: Handle Delete Port: 7388676c-6ba4-4836-861e-8e8890c2d729 [pid: 8|app: 0|req: 437/846] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:38 2026] GET /v2.0/security-groups?tenant_id=301837093f694218b5fdf62a8ccbad44&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/847] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:38 2026] DELETE /v2.0/security-groups/0f6eb83d-9fdd-4ad8-9559-4e5745eb5a2a => 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: 410/848] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:04:38 2026] DELETE /v2.0/floatingips/579cb619-28e4-437d-9fe6-3839d800ef24 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/849] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:38 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:39.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d980944-a8eb-48f7-a4f9-d5551a929f89 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 2bf0ff5c-ef65-47b3-b71b-fdd1eb60a577 2026-07-30 02:04:39.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d980944-a8eb-48f7-a4f9-d5551a929f89 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 2bf0ff5c-ef65-47b3-b71b-fdd1eb60a577 [pid: 7|app: 0|req: 412/850] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:39 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => 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: 439/851] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:04:38 2026] PUT /v2.0/routers/42ed4068-3430-4aa0-9422-38c3434e48ec/remove_router_interface => generated 309 bytes in 1288 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:40.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd5dff22-7adf-4214-aa02-305ec2dbac4b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 6399441a-bb26-4abd-b1a3-ee85d5af6c58 2026-07-30 02:04:40.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd5dff22-7adf-4214-aa02-305ec2dbac4b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 6399441a-bb26-4abd-b1a3-ee85d5af6c58 2026-07-30 02:04:40.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd5dff22-7adf-4214-aa02-305ec2dbac4b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: b8783248-28a8-4bf3-ab99-d72fddd99034 2026-07-30 02:04:40.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd5dff22-7adf-4214-aa02-305ec2dbac4b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: b8783248-28a8-4bf3-ab99-d72fddd99034 2026-07-30 02:04:40.727 7 INFO neutron.services.segments.plugin [-] Segment d90350c6-0836-4a8d-924d-3a4c33df9894 resource provider aggregate not found 2026-07-30 02:04:40.733 7 INFO neutron.services.segments.plugin [-] Segment d90350c6-0836-4a8d-924d-3a4c33df9894 resource provider aggregate not found 2026-07-30 02:04:40.753 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d90350c6-0836-4a8d-924d-3a4c33df9894 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d90350c6-0836-4a8d-924d-3a4c33df9894 found for delete ", "request_id": "req-cc3fe37f-4487-427d-9eaf-3e68cceb16fd"}]} 2026-07-30 02:04:40.754 7 INFO neutron.db.l3_hamode_db [None req-cd5dff22-7adf-4214-aa02-305ec2dbac4b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network c5deb979-1585-454d-aaf4-4a74c0635be5 was deleted as no HA routers are present in tenant 5c11283686834fad9d3529c285df24b5. 2026-07-30 02:04:40.754 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d90350c6-0836-4a8d-924d-3a4c33df9894 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d90350c6-0836-4a8d-924d-3a4c33df9894 found for delete ", "request_id": "req-8c5c0485-c0d5-4fb1-852c-bd2fc83273fe"}]} [pid: 7|app: 0|req: 413/852] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:39 2026] DELETE /v2.0/routers/42ed4068-3430-4aa0-9422-38c3434e48ec => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/853] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:40 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => 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: 440/854] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:04:40 2026] DELETE /v2.0/subnets/64f9381f-e0c1-4fde-9876-9d3cfa903495 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:04:41.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b96ac45-1254-4770-8a02-6274063b472b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 023e3943-972f-4c1f-be17-cc44fbb4569f 2026-07-30 02:04:41.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b96ac45-1254-4770-8a02-6274063b472b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 023e3943-972f-4c1f-be17-cc44fbb4569f [pid: 7|app: 0|req: 415/855] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:40 2026] GET /v2.0/security-groups?tenant_id=31e929ec6497423cb7059f4157ca8378&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:41.230 8 INFO neutron.services.segments.plugin [-] Segment b7853bea-e19b-4056-8bcf-311e29990818 resource provider aggregate not found [pid: 7|app: 0|req: 416/856] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:41 2026] DELETE /v2.0/security-groups/9e2a96a4-20dc-4da7-abf8-2f2a3e2f9dfb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:04:41.237 8 INFO neutron.services.segments.plugin [-] Segment b7853bea-e19b-4056-8bcf-311e29990818 resource provider aggregate not found 2026-07-30 02:04:41.255 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7853bea-e19b-4056-8bcf-311e29990818 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7853bea-e19b-4056-8bcf-311e29990818 found for delete ", "request_id": "req-f94feb39-d0ae-456b-ae6a-2ec19e89b1e0"}]} 2026-07-30 02:04:41.266 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b7853bea-e19b-4056-8bcf-311e29990818 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7853bea-e19b-4056-8bcf-311e29990818 found for delete ", "request_id": "req-c541b675-9472-41c4-8880-3672e203340b"}]} [pid: 8|app: 0|req: 441/857] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:04:40 2026] DELETE /v2.0/networks/025152c3-65aa-4d72-8a57-d40cd7255ea4 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/858] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:04:41 2026] GET /v2.0/security-groups?tenant_id=5c11283686834fad9d3529c285df24b5&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: 442/859] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:04:41 2026] DELETE /v2.0/security-groups/ffd5295c-a96b-485d-b90f-ba6233b80278 => 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: 418/860] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:41 2026] GET /v2.0/networks?id=6cdecdf3-5462-4fca-84d0-5b8beb687c23 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/861] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:41 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/862] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:04:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5da7b51bf12242e480ac528230c91c2d => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/865] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:04:41 2026] POST /v2.0/ports => generated 954 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/866] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:42 2026] PUT /v2.0/ports/f0b342ff-7280-4c0e-a108-e6ae02f51423 => generated 1235 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:42.886 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b74ab86d-0093-4e16-9fa4-be9ba7314821'] response: {'name': 'network-changed', 'server_uuid': '75537f41-5f21-4211-aa19-fe1016de10f3', 'tag': 'f0b342ff-7280-4c0e-a108-e6ae02f51423', '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: 421/867] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:42 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/868] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:43 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&fields=id&fields=name => generated 114 bytes in 31 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-30 02:04:43.419 8 INFO neutron.db.segments_db [None req-702714a3-9955-4024-b377-5547d0aca73a e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 05fc672c-c6f4-4e3b-88c1-08123682a30c of type vxlan for network f786fa21-7c57-41da-9779-91fb6a09a159 [pid: 7|app: 0|req: 423/869] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:43 2026] GET /v2.0/ports?tenant_id=5da7b51bf12242e480ac528230c91c2d&device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/870] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:04:43 2026] POST /v2.0/networks => generated 741 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/871] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:04:43 2026] GET /v2.0/networks?tenant_id=5da7b51bf12242e480ac528230c91c2d&shared=False => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:43.739 7 INFO neutron.db.segments_db [None req-5ada0bf6-7ce9-4123-9468-bedde8326673 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 881a5ce4-ccfd-4f52-bff7-2266d3c6e647 of type vxlan for network 281a589d-0d5d-432c-807e-e3411975bb30 [pid: 8|app: 0|req: 449/872] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:43 2026] POST /v2.0/subnets => generated 688 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/873] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:04:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/874] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:04:43 2026] POST /v2.0/networks => generated 745 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:04:43.854 8 INFO neutron.db.segments_db [None req-e7935f63-e8c3-43bb-bfc0-fd0833853b0b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment bd30db8b-0477-42e9-a7ce-cc1bb90456d1 of type vxlan for network f795596d-ad16-4eb2-b337-f28dfea62256 [pid: 7|app: 0|req: 425/875] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:43 2026] POST /v2.0/subnets => generated 692 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:04:44.083 7 INFO neutron.db.segments_db [None req-2cbe7bca-190e-41ff-9036-108484554ace e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 04fc5d0b-099e-4f5e-84be-1b90dd2b3c3f of type vxlan for network 5b30d92f-c4da-4c28-a17c-9168bdf83ac7 2026-07-30 02:04:44.103 8 INFO neutron.db.l3_hamode_db [None req-e7935f63-e8c3-43bb-bfc0-fd0833853b0b e406fd9dd69947a9a3553390186a69a4 9975da79bff64312a51fa644fc3a93d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:04:44.362 7 INFO neutron.db.l3_hamode_db [None req-2cbe7bca-190e-41ff-9036-108484554ace e406fd9dd69947a9a3553390186a69a4 ca0cc93b02f64c90b9f5a1c6e0622ffc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:04:44.911 8 INFO neutron.db.l3_hamode_db [None req-e7935f63-e8c3-43bb-bfc0-fd0833853b0b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:04:45.131 7 INFO neutron.db.l3_hamode_db [None req-2cbe7bca-190e-41ff-9036-108484554ace e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 451/876] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:43 2026] POST /v2.0/routers => generated 728 bytes in 2093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/877] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:45 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/878] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:45 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/879] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:46 2026] GET /v2.0/ports?tenant_id=5da7b51bf12242e480ac528230c91c2d&device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/880] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:04:44 2026] POST /v2.0/routers => generated 732 bytes in 2137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/881] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:46 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&fields=id&fields=name => generated 114 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/882] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f0b342ff-7280-4c0e-a108-e6ae02f51423 => 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: 429/883] 10.0.0.187 () {34 vars in 970 bytes} [Thu Jul 30 02:04:46 2026] GET /v2.0/ports/4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 968 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/884] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:04:46 2026] PUT /v2.0/routers/d6bcc821-7510-4507-bd7f-47da046e1af4/add_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/885] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/subnets?id=ca0a30b7-dcae-43bc-859a-ef19c6b8dfef => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/886] 162.253.55.222 () {34 vars in 999 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/subnets?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/887] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/888] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/ports?network_id=6cdecdf3-5462-4fca-84d0-5b8beb687c23&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/889] 162.253.55.222 () {34 vars in 1145 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969&device_owner=compute%3Anova&network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/890] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&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: 462/891] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/networks/6cdecdf3-5462-4fca-84d0-5b8beb687c23?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/892] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:04:46 2026] PUT /v2.0/routers/8b44b26a-4618-41bd-8e24-32d148468510/add_router_interface => generated 309 bytes in 1420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/893] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:47 2026] GET /v2.0/networks/6cdecdf3-5462-4fca-84d0-5b8beb687c23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/894] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:47 2026] PUT /v2.0/ports/4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 1145 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:04:48.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66d9d0e0-eead-441b-88c4-f0829be067e0'] response: {'name': 'network-changed', 'server_uuid': '76251742-00a0-4a17-85f7-ee6687ad9969', 'tag': '4c74474c-9882-433e-acc9-91505a0fe0d2', '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: 432/895] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/networks?id=281a589d-0d5d-432c-807e-e3411975bb30 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/896] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1417 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/897] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/quotas/ca0cc93b02f64c90b9f5a1c6e0622ffc => 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: 433/898] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/899] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/900] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/901] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/ports?tenant_id=ca0cc93b02f64c90b9f5a1c6e0622ffc&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/902] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/903] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => 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: 436/904] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/subnets?id=ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/905] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/networks/281a589d-0d5d-432c-807e-e3411975bb30?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/906] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/ports?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/907] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/networks/281a589d-0d5d-432c-807e-e3411975bb30?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/908] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:48 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/909] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/910] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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: 472/911] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/networks?id=f786fa21-7c57-41da-9779-91fb6a09a159 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/912] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/quotas/9975da79bff64312a51fa644fc3a93d9 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/913] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1148 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/914] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/915] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/ports?tenant_id=9975da79bff64312a51fa644fc3a93d9&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/916] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/networks/f786fa21-7c57-41da-9779-91fb6a09a159?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: 442/917] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/networks/f786fa21-7c57-41da-9779-91fb6a09a159?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/918] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:49 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/919] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/920] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => 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: 477/921] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1417 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/922] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/923] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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: 478/924] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/925] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => 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: 479/926] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/subnets?id=ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/927] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/ports?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/928] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/929] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:50 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?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: 481/930] 162.253.55.222 () {34 vars in 1117 bytes} [Thu Jul 30 02:04:51 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/931] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:51 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/932] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:51 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => 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: 452/933] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:51 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&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: 453/934] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:51 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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: 482/935] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:51 2026] PUT /v2.0/ports/4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 968 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:51.576 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-737d032b-1bee-4fe9-864b-0febd74c4f5b'] response: {'name': 'network-changed', 'server_uuid': '76251742-00a0-4a17-85f7-ee6687ad9969', 'tag': '4c74474c-9882-433e-acc9-91505a0fe0d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 454/936] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 483/937] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/938] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/939] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/subnets?id=ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/940] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/ports?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/941] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => 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: 457/942] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?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: 458/943] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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: 486/944] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/945] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&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: 459/946] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:52 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?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: 488/947] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => 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: 460/948] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/949] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/ports?tenant_id=6803deeb0a744a528550457f1378e740&device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 1240 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/950] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 12 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/952] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/networks?id=5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/952] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/networks?id=281a589d-0d5d-432c-807e-e3411975bb30 => generated 677 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/953] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => 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: 464/954] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 860 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/955] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/956] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/subnets?id=ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 702 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/957] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&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: 7|app: 0|req: 468/958] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/ports?network_id=5f9e046d-376c-4547-ac5f-f66be8ab9113&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/959] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/960] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/961] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:53 2026] GET /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/962] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:04:53 2026] POST /v2.0/ports => generated 954 bytes in 473 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-30 02:04:54.296 7 INFO neutron.db.l3_db [None req-59e50d2c-c431-44db-bbab-dd94fa582dd8 1bedadf4c46e4fbaa54dbd78301adb1a 5da7b51bf12242e480ac528230c91c2d - - default default] Floating IP e3daeaec-d61b-4f57-b156-f184bf1d4971 associated. External IP: 10.96.250.201, port: f0b342ff-7280-4c0e-a108-e6ae02f51423. [pid: 8|app: 0|req: 492/963] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:54 2026] PUT /v2.0/ports/93e8d929-fbb5-44ed-9c9b-9ef45e3ed1b8 => generated 1235 bytes in 484 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: 472/964] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:04:53 2026] PUT /v2.0/floatingips/e3daeaec-d61b-4f57-b156-f184bf1d4971 => generated 855 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/965] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:54 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/966] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:54 2026] GET /v2.0/security-groups?id=60a9124e-349a-4c34-b546-df684a787980&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/967] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:54 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:54.799 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8d8ce8c-225c-47d2-a065-187e05927f45'] response: {'name': 'network-changed', 'server_uuid': 'c668492a-8677-48b3-afd1-247d0fc1eba8', 'tag': '93e8d929-fbb5-44ed-9c9b-9ef45e3ed1b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 495/968] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:54 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:54.864 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca60799c-72c4-4ea1-80dc-c54fba327e22'] response: {'name': 'network-changed', 'server_uuid': '75537f41-5f21-4211-aa19-fe1016de10f3', 'tag': 'f0b342ff-7280-4c0e-a108-e6ae02f51423', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 474/969] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:54 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/970] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:54 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => 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: 496/971] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:54 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&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: 476/972] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => 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: 497/973] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/974] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/ports?tenant_id=ca0cc93b02f64c90b9f5a1c6e0622ffc&device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/975] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/networks?tenant_id=ca0cc93b02f64c90b9f5a1c6e0622ffc&shared=False => generated 773 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/976] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/ports?tenant_id=5da7b51bf12242e480ac528230c91c2d&device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/977] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:04:55 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: 479/978] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/networks?id=6cdecdf3-5462-4fca-84d0-5b8beb687c23 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/979] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f0b342ff-7280-4c0e-a108-e6ae02f51423 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/980] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/subnets?id=ca0a30b7-dcae-43bc-859a-ef19c6b8dfef => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/981] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/ports?network_id=6cdecdf3-5462-4fca-84d0-5b8beb687c23&device_owner=network%3Adhcp => 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: 481/982] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/983] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/networks/6cdecdf3-5462-4fca-84d0-5b8beb687c23?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/984] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/networks?id=f786fa21-7c57-41da-9779-91fb6a09a159 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/985] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:55 2026] GET /v2.0/networks/6cdecdf3-5462-4fca-84d0-5b8beb687c23?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-30 02:04:55.812 8 INFO neutron_taas.services.taas.taas_plugin [req-6eb7bd79-6f3a-46f9-a4b6-b10a906dded9 req-fc5300aa-a556-4d69-a64c-51c29ee77225 2f0167bb68ac4d199e016abfafc94050 6803deeb0a744a528550457f1378e740 - - default default] TaaS: Handle Delete Port: 4c74474c-9882-433e-acc9-91505a0fe0d2 2026-07-30 02:04:55.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6eb7bd79-6f3a-46f9-a4b6-b10a906dded9 req-fc5300aa-a556-4d69-a64c-51c29ee77225 2f0167bb68ac4d199e016abfafc94050 6803deeb0a744a528550457f1378e740 - - default default] Tap Mirror: Handle Delete Port: 4c74474c-9882-433e-acc9-91505a0fe0d2 2026-07-30 02:04:55.987 8 INFO neutron.db.l3_db [req-6eb7bd79-6f3a-46f9-a4b6-b10a906dded9 req-fc5300aa-a556-4d69-a64c-51c29ee77225 2f0167bb68ac4d199e016abfafc94050 6803deeb0a744a528550457f1378e740 - - default default] Floating IP 881c264e-d2e2-4f84-87ac-64a2f2a156e2 disassociated. External IP: 10.96.250.218, port: 4c74474c-9882-433e-acc9-91505a0fe0d2. [pid: 7|app: 0|req: 484/986] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:04:55 2026] POST /v2.0/ports => generated 954 bytes in 445 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: 485/987] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => 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: 486/988] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/989] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:04:55 2026] DELETE /v2.0/ports/4c74474c-9882-433e-acc9-91505a0fe0d2 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/990] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/991] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 957 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/992] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/ports?tenant_id=ca0cc93b02f64c90b9f5a1c6e0622ffc&device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 1238 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/993] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/994] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/995] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=93e8d929-fbb5-44ed-9c9b-9ef45e3ed1b8 => 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: 510/996] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/997] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/subnets?id=20227151-b61e-4f66-971b-08b2baec9cce => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/998] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:04:56 2026] PUT /v2.0/ports/b5ccd1ce-da6f-4da7-9c10-bb2dca6e62b5 => generated 1235 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/999] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/ports?network_id=281a589d-0d5d-432c-807e-e3411975bb30&device_owner=network%3Adhcp => generated 1244 bytes in 29 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: 488/1000] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/networks/281a589d-0d5d-432c-807e-e3411975bb30?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:56.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6313e15a-60b9-4c1d-a5eb-d915d33917ff'] response: {'server_uuid': '76251742-00a0-4a17-85f7-ee6687ad9969', 'name': 'network-vif-deleted', 'tag': '4c74474c-9882-433e-acc9-91505a0fe0d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 513/1001] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:56 2026] GET /v2.0/networks/281a589d-0d5d-432c-807e-e3411975bb30?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:56.907 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5ae57f0-2b18-46d3-956a-d1040584e07d'] response: {'name': 'network-changed', 'server_uuid': '4f23f3fe-f21c-4a87-a120-0d8edd3a7945', 'tag': 'b5ccd1ce-da6f-4da7-9c10-bb2dca6e62b5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 515/1004] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => 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: 490/1005] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/ports?tenant_id=9975da79bff64312a51fa644fc3a93d9&device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1006] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/networks?tenant_id=9975da79bff64312a51fa644fc3a93d9&shared=False => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1007] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1008] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1009] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1010] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1011] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1012] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:57.805 8 INFO neutron_taas.services.taas.taas_plugin [req-51b13477-14b8-433b-9eb7-7977998f0483 req-42888885-55cf-4e8f-933c-226f1008fff3 1bedadf4c46e4fbaa54dbd78301adb1a 5da7b51bf12242e480ac528230c91c2d - - default default] TaaS: Handle Delete Port: f0b342ff-7280-4c0e-a108-e6ae02f51423 2026-07-30 02:04:57.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-51b13477-14b8-433b-9eb7-7977998f0483 req-42888885-55cf-4e8f-933c-226f1008fff3 1bedadf4c46e4fbaa54dbd78301adb1a 5da7b51bf12242e480ac528230c91c2d - - default default] Tap Mirror: Handle Delete Port: f0b342ff-7280-4c0e-a108-e6ae02f51423 [pid: 7|app: 0|req: 495/1013] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1014] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:57 2026] GET /v2.0/security-groups?id=cf56d050-00b6-4db0-9435-c15adb2ea576&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:04:57.970 8 INFO neutron.db.l3_db [req-51b13477-14b8-433b-9eb7-7977998f0483 req-42888885-55cf-4e8f-933c-226f1008fff3 1bedadf4c46e4fbaa54dbd78301adb1a 5da7b51bf12242e480ac528230c91c2d - - default default] Floating IP e3daeaec-d61b-4f57-b156-f184bf1d4971 disassociated. External IP: 10.96.250.201, port: f0b342ff-7280-4c0e-a108-e6ae02f51423. [pid: 8|app: 0|req: 519/1015] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:04:57 2026] DELETE /v2.0/ports/f0b342ff-7280-4c0e-a108-e6ae02f51423 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1016] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => 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: 520/1017] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/ports?tenant_id=9975da79bff64312a51fa644fc3a93d9&device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1018] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b5ccd1ce-da6f-4da7-9c10-bb2dca6e62b5 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1019] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1020] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/subnets?id=5254cfa2-dc12-4f79-86d9-11702fa65401 => generated 691 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1021] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1022] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/ports?network_id=f786fa21-7c57-41da-9779-91fb6a09a159&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1023] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/networks/f786fa21-7c57-41da-9779-91fb6a09a159?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1024] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1025] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/networks/f786fa21-7c57-41da-9779-91fb6a09a159?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: 525/1026] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:04:58.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48d932de-adba-4c7a-b73a-a8a39d12265f'] response: {'server_uuid': '75537f41-5f21-4211-aa19-fe1016de10f3', 'name': 'network-vif-deleted', 'tag': 'f0b342ff-7280-4c0e-a108-e6ae02f51423', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 502/1027] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:58 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => 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: 526/1028] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:59 2026] GET /v2.0/ports?device_id=76251742-00a0-4a17-85f7-ee6687ad9969 => 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: 503/1029] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:59 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1030] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:04:59 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1031] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:04:59 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1032] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:00 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&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: 505/1033] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:00 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1034] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:00 2026] DELETE /v2.0/security-groups/60a9124e-349a-4c34-b546-df684a787980 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:00.802 7 INFO neutron.api.v2.resource [None req-4b4a705b-96d9-418b-b2c6-b379cdef45a0 2f0167bb68ac4d199e016abfafc94050 6803deeb0a744a528550457f1378e740 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/1035] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:05:00 2026] GET /v2.0/security-groups/60a9124e-349a-4c34-b546-df684a787980 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:00.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bc4583b-8f6b-49a4-9242-559ad78b3e7d 2f0167bb68ac4d199e016abfafc94050 6803deeb0a744a528550457f1378e740 - - default default] TaaS: Handle Delete Port: 2cf028b5-11c1-4729-b995-3d3734951f34 2026-07-30 02:05:00.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bc4583b-8f6b-49a4-9242-559ad78b3e7d 2f0167bb68ac4d199e016abfafc94050 6803deeb0a744a528550457f1378e740 - - default default] Tap Mirror: Handle Delete Port: 2cf028b5-11c1-4729-b995-3d3734951f34 [pid: 8|app: 0|req: 530/1036] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:05:00 2026] DELETE /v2.0/floatingips/881c264e-d2e2-4f84-87ac-64a2f2a156e2 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1037] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:01 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1038] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:01 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1039] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:01 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1040] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:01 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&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: 7|app: 0|req: 509/1041] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:01 2026] GET /v2.0/ports?device_id=75537f41-5f21-4211-aa19-fe1016de10f3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:01.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-aaa5d8b1-c30b-479a-85f8-b76e7724a5a2 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 34cc45e5-1feb-452c-9f32-55f35a021c8f 2026-07-30 02:05:01.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa5d8b1-c30b-479a-85f8-b76e7724a5a2 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 34cc45e5-1feb-452c-9f32-55f35a021c8f [pid: 7|app: 0|req: 510/1042] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:02 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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: 511/1043] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:02 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1044] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:05:01 2026] PUT /v2.0/routers/5faa016e-d149-4b1d-a425-ffe1bba78336/remove_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1045] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:02 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1046] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:02 2026] DELETE /v2.0/security-groups/cf56d050-00b6-4db0-9435-c15adb2ea576 => 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: 535/1047] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:02 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:02.553 8 INFO neutron.api.v2.resource [None req-d2637120-a43c-4d13-b444-6743611813b1 1bedadf4c46e4fbaa54dbd78301adb1a 5da7b51bf12242e480ac528230c91c2d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 536/1048] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:05:02 2026] GET /v2.0/security-groups/cf56d050-00b6-4db0-9435-c15adb2ea576 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:02.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5664c35-998f-4611-a48a-5fe71c809b72 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: aad3595b-3268-4c4b-b703-1e801822b2ea 2026-07-30 02:05:02.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5664c35-998f-4611-a48a-5fe71c809b72 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: aad3595b-3268-4c4b-b703-1e801822b2ea 2026-07-30 02:05:02.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ce5eabe-58bf-44d6-9c58-6be52a0c6562 1bedadf4c46e4fbaa54dbd78301adb1a 5da7b51bf12242e480ac528230c91c2d - - default default] TaaS: Handle Delete Port: 189e838b-04c6-4fb4-8463-8216762dc9ed 2026-07-30 02:05:02.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ce5eabe-58bf-44d6-9c58-6be52a0c6562 1bedadf4c46e4fbaa54dbd78301adb1a 5da7b51bf12242e480ac528230c91c2d - - default default] Tap Mirror: Handle Delete Port: 189e838b-04c6-4fb4-8463-8216762dc9ed 2026-07-30 02:05:02.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5664c35-998f-4611-a48a-5fe71c809b72 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 43509766-2ecd-459b-87a3-78d7d9614570 [pid: 8|app: 0|req: 537/1049] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:05:02 2026] DELETE /v2.0/floatingips/e3daeaec-d61b-4f57-b156-f184bf1d4971 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:02.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5664c35-998f-4611-a48a-5fe71c809b72 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 43509766-2ecd-459b-87a3-78d7d9614570 2026-07-30 02:05:03.283 7 INFO neutron.services.segments.plugin [-] Segment ab15395d-f7ec-4c95-8167-e20aa9d7a922 resource provider aggregate not found 2026-07-30 02:05:03.291 7 INFO neutron.services.segments.plugin [-] Segment ab15395d-f7ec-4c95-8167-e20aa9d7a922 resource provider aggregate not found 2026-07-30 02:05:03.308 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab15395d-f7ec-4c95-8167-e20aa9d7a922 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab15395d-f7ec-4c95-8167-e20aa9d7a922 found for delete ", "request_id": "req-2690fe45-8f27-4c9e-af6b-02b4018a707f"}]} 2026-07-30 02:05:03.310 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab15395d-f7ec-4c95-8167-e20aa9d7a922 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab15395d-f7ec-4c95-8167-e20aa9d7a922 found for delete ", "request_id": "req-e679b666-d716-45b2-ab4d-8ef04d0c4ceb"}]} 2026-07-30 02:05:03.318 7 INFO neutron.db.l3_hamode_db [None req-e5664c35-998f-4611-a48a-5fe71c809b72 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 0d9b0b1a-242b-4a0f-8bfa-b02881a07cdd was deleted as no HA routers are present in tenant 6803deeb0a744a528550457f1378e740. [pid: 7|app: 0|req: 513/1050] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:02 2026] DELETE /v2.0/routers/5faa016e-d149-4b1d-a425-ffe1bba78336 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:03.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-09f0819c-1764-4610-a4f1-a1a8ddb965b6 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: e43b5ddd-b66e-4a66-a54a-174719302788 2026-07-30 02:05:03.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09f0819c-1764-4610-a4f1-a1a8ddb965b6 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: e43b5ddd-b66e-4a66-a54a-174719302788 [pid: 7|app: 0|req: 514/1051] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:03 2026] DELETE /v2.0/subnets/ccbe589d-ec1e-46c3-9f04-5f8564d32045 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1052] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:03 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:03.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bac88d4-f2db-44b4-9911-6509b11a3891 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 368b25ca-a1d4-40c0-a2e4-2cc933c522aa 2026-07-30 02:05:03.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bac88d4-f2db-44b4-9911-6509b11a3891 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 368b25ca-a1d4-40c0-a2e4-2cc933c522aa [pid: 7|app: 0|req: 516/1053] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:03 2026] DELETE /v2.0/networks/5f9e046d-376c-4547-ac5f-f66be8ab9113 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1054] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:03 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1055] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:03 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1056] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:03 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1057] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:05:02 2026] PUT /v2.0/routers/8f4a588d-c998-4519-9f52-cbf9e8ac43a2/remove_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1058] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:04 2026] GET /v2.0/security-groups?tenant_id=6803deeb0a744a528550457f1378e740&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1059] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:04 2026] DELETE /v2.0/security-groups/693ce14e-91da-4abc-afe4-e323efe81252 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1060] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:04 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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: 523/1061] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:04 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:04.515 8 INFO neutron_taas.services.taas.taas_plugin [None req-891f4ccf-de02-4eae-8964-87c56be84078 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: b899fa75-1d97-445f-a5f3-05135a68980d 2026-07-30 02:05:04.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-891f4ccf-de02-4eae-8964-87c56be84078 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: b899fa75-1d97-445f-a5f3-05135a68980d 2026-07-30 02:05:04.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-891f4ccf-de02-4eae-8964-87c56be84078 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 064c10cd-1136-404d-b1e7-b800c926aaba 2026-07-30 02:05:04.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-891f4ccf-de02-4eae-8964-87c56be84078 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 064c10cd-1136-404d-b1e7-b800c926aaba 2026-07-30 02:05:04.945 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-891f4ccf-de02-4eae-8964-87c56be84078 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - 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: 7|app: 0|req: 524/1062] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:05 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1063] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:05 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:05.341 7 INFO neutron.services.segments.plugin [-] Segment 4ae5ae23-f606-473d-8d61-15a7099aadb9 resource provider aggregate not found 2026-07-30 02:05:05.350 7 INFO neutron.services.segments.plugin [-] Segment 4ae5ae23-f606-473d-8d61-15a7099aadb9 resource provider aggregate not found 2026-07-30 02:05:05.373 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ae5ae23-f606-473d-8d61-15a7099aadb9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae5ae23-f606-473d-8d61-15a7099aadb9 found for delete ", "request_id": "req-fe1a3bb7-d081-4fa2-9050-f3fc71d5f688"}]} 2026-07-30 02:05:05.392 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ae5ae23-f606-473d-8d61-15a7099aadb9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae5ae23-f606-473d-8d61-15a7099aadb9 found for delete ", "request_id": "req-196f6a39-c798-4e2d-a24a-1c07845b6d6f"}]} [pid: 7|app: 0|req: 526/1064] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:05 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1065] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:05 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:05.858 8 INFO neutron.services.segments.plugin [-] Segment b464a60e-cb84-4047-9fd1-cf02d5f95fd2 resource provider aggregate not found 2026-07-30 02:05:05.865 8 INFO neutron.services.segments.plugin [-] Segment b464a60e-cb84-4047-9fd1-cf02d5f95fd2 resource provider aggregate not found 2026-07-30 02:05:05.893 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b464a60e-cb84-4047-9fd1-cf02d5f95fd2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b464a60e-cb84-4047-9fd1-cf02d5f95fd2 found for delete ", "request_id": "req-1fd34b1c-fd3a-43a1-8b74-6d58e379a853"}]} 2026-07-30 02:05:05.902 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b464a60e-cb84-4047-9fd1-cf02d5f95fd2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b464a60e-cb84-4047-9fd1-cf02d5f95fd2 found for delete ", "request_id": "req-2c5d1019-ae20-4099-ac69-2a022c3fb6ad"}]} 2026-07-30 02:05:05.903 8 INFO neutron.db.l3_hamode_db [None req-891f4ccf-de02-4eae-8964-87c56be84078 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 2d4cd964-f9d9-42cb-bcf2-2345d2d2ded6 was deleted as no HA routers are present in tenant 5da7b51bf12242e480ac528230c91c2d. [pid: 8|app: 0|req: 539/1066] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:04 2026] DELETE /v2.0/routers/8f4a588d-c998-4519-9f52-cbf9e8ac43a2 => generated 0 bytes in 1872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1067] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:05 2026] DELETE /v2.0/subnets/ca0a30b7-dcae-43bc-859a-ef19c6b8dfef => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:06.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3def784-36c4-4d52-b67d-f3a81bffa789 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 08dd4cfd-558a-4558-81ec-6ee666b45b16 2026-07-30 02:05:06.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3def784-36c4-4d52-b67d-f3a81bffa789 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 08dd4cfd-558a-4558-81ec-6ee666b45b16 [pid: 7|app: 0|req: 529/1068] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:06 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1069] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:06 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1070] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:06 2026] DELETE /v2.0/networks/6cdecdf3-5462-4fca-84d0-5b8beb687c23 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1071] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:06 2026] GET /v2.0/security-groups?tenant_id=5da7b51bf12242e480ac528230c91c2d&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1072] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:06 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1073] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:06 2026] DELETE /v2.0/security-groups/8e40fde3-698c-4926-b6c3-9cac5b4e6aba => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1074] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:06 2026] GET /v2.0/security-groups?id=8d005065-8a8c-439f-b5f7-cc54cc7668b8&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1075] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:05:06 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:07.250 7 INFO neutron_taas.services.taas.taas_plugin [req-25265a3d-1c0d-4701-b031-36c890d932db req-73f1e3f0-d229-4cdc-9e20-f88e41a9afb3 eac673611ac54832a88af642663ac8ac ca0cc93b02f64c90b9f5a1c6e0622ffc - - default default] TaaS: Handle Delete Port: 93e8d929-fbb5-44ed-9c9b-9ef45e3ed1b8 2026-07-30 02:05:07.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-25265a3d-1c0d-4701-b031-36c890d932db req-73f1e3f0-d229-4cdc-9e20-f88e41a9afb3 eac673611ac54832a88af642663ac8ac ca0cc93b02f64c90b9f5a1c6e0622ffc - - default default] Tap Mirror: Handle Delete Port: 93e8d929-fbb5-44ed-9c9b-9ef45e3ed1b8 [pid: 7|app: 0|req: 534/1076] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:05:07 2026] DELETE /v2.0/ports/93e8d929-fbb5-44ed-9c9b-9ef45e3ed1b8 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:07.438 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e16b009-da80-4cdd-af43-f5beb6155ceb'] response: {'server_uuid': 'c668492a-8677-48b3-afd1-247d0fc1eba8', 'name': 'network-vif-deleted', 'tag': '93e8d929-fbb5-44ed-9c9b-9ef45e3ed1b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 535/1077] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:07 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:07.929 8 INFO neutron.services.segments.plugin [-] Segment 206c03ed-4876-46eb-b765-eac0464a2ccc resource provider aggregate not found 2026-07-30 02:05:07.941 8 INFO neutron.services.segments.plugin [-] Segment 206c03ed-4876-46eb-b765-eac0464a2ccc resource provider aggregate not found 2026-07-30 02:05:07.955 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 206c03ed-4876-46eb-b765-eac0464a2ccc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206c03ed-4876-46eb-b765-eac0464a2ccc found for delete ", "request_id": "req-a79fee91-6bab-473f-8916-3ab73dc4e31b"}]} 2026-07-30 02:05:07.958 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 206c03ed-4876-46eb-b765-eac0464a2ccc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206c03ed-4876-46eb-b765-eac0464a2ccc found for delete ", "request_id": "req-6e5f37ac-1d0f-4df1-bd1c-d3d1df8af466"}]} [pid: 8|app: 0|req: 543/1078] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:07 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 971 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1079] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:07 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&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: 537/1080] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:08 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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/1081] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:09 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:09.237 8 INFO neutron.db.segments_db [None req-8736af89-7f87-4750-90b2-5d601b2c29a9 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 1228095c-1e67-4116-a0f6-367a3dfb19ad of type vxlan for network fa181684-1f89-4009-a5b3-a57281db0666 [pid: 8|app: 0|req: 544/1082] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:05:08 2026] POST /v2.0/networks => generated 744 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1083] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:09 2026] GET /v2.0/security-groups?id=0ef956a5-4f68-4268-88f7-d8e413e2820c&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1084] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:09 2026] GET /v2.0/security-groups?tenant_id=a2ac4660818e470f96ff53072d6cb51a&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1085] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:09 2026] POST /v2.0/subnets => generated 691 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1086] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:09 2026] DELETE /v2.0/security-groups/c6457ce8-1fc2-4b75-b59b-0b25b553c2db => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:09.549 8 INFO neutron.db.segments_db [None req-1418fe87-b6fb-41af-9cba-216ba2459dcd e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 53103b7b-e0cc-4a71-9e22-1e6e8797ee63 of type vxlan for network 9b9cc8bf-c020-42ab-9727-63ba53440e82 [pid: 7|app: 0|req: 541/1087] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:09 2026] GET /v2.0/security-groups?tenant_id=d3ce3bc02c2b4349b0d0152f245dcc14&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:09.779 8 INFO neutron.db.l3_hamode_db [None req-1418fe87-b6fb-41af-9cba-216ba2459dcd e406fd9dd69947a9a3553390186a69a4 08e872136b764b9eb79fd2b11d3d3a46 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 542/1088] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:09 2026] DELETE /v2.0/security-groups/63ccf184-7ee7-410d-9de6-580310073202 => 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: 543/1089] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:10 2026] GET /v2.0/ports?device_id=c668492a-8677-48b3-afd1-247d0fc1eba8 => 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: 544/1090] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:05:10 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:10.407 7 INFO neutron_taas.services.taas.taas_plugin [req-484809ec-bb4c-4db9-aff3-adeb018c9d82 req-685e677b-5068-4ca1-a723-b092baec1dfd 15e24957f6904744b70d89c7a4b85f1b 9975da79bff64312a51fa644fc3a93d9 - - default default] TaaS: Handle Delete Port: b5ccd1ce-da6f-4da7-9c10-bb2dca6e62b5 2026-07-30 02:05:10.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-484809ec-bb4c-4db9-aff3-adeb018c9d82 req-685e677b-5068-4ca1-a723-b092baec1dfd 15e24957f6904744b70d89c7a4b85f1b 9975da79bff64312a51fa644fc3a93d9 - - default default] Tap Mirror: Handle Delete Port: b5ccd1ce-da6f-4da7-9c10-bb2dca6e62b5 [pid: 7|app: 0|req: 545/1091] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:05:10 2026] DELETE /v2.0/ports/b5ccd1ce-da6f-4da7-9c10-bb2dca6e62b5 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1092] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:10 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:10.585 8 INFO neutron.db.l3_hamode_db [None req-1418fe87-b6fb-41af-9cba-216ba2459dcd e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:05:10.596 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-056699b0-3da5-4714-8d24-a3323502d114'] response: {'server_uuid': '4f23f3fe-f21c-4a87-a120-0d8edd3a7945', 'name': 'network-vif-deleted', 'tag': 'b5ccd1ce-da6f-4da7-9c10-bb2dca6e62b5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 547/1093] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:09 2026] POST /v2.0/routers => generated 731 bytes in 1965 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:11.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dc31c0a-e243-4a50-8dd7-e975bc9c1a2d e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 5d820ae2-c940-4711-95c2-c7c2e24c0f2b 2026-07-30 02:05:11.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dc31c0a-e243-4a50-8dd7-e975bc9c1a2d e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 5d820ae2-c940-4711-95c2-c7c2e24c0f2b [pid: 7|app: 0|req: 547/1094] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:05:11 2026] PUT /v2.0/routers/8b44b26a-4618-41bd-8e24-32d148468510/remove_router_interface => generated 309 bytes in 1417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1095] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:12 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => 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: 548/1098] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:05:11 2026] PUT /v2.0/routers/fa84ba89-0b09-4289-9165-9f8d7b253aa6/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:12.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-2acda0ab-6aa9-4166-a049-becf16eb9a0a e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 9f766220-4ca4-4bd8-a0c9-549e9ef06b9e 2026-07-30 02:05:12.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2acda0ab-6aa9-4166-a049-becf16eb9a0a e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 9f766220-4ca4-4bd8-a0c9-549e9ef06b9e 2026-07-30 02:05:13.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-2acda0ab-6aa9-4166-a049-becf16eb9a0a e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: f0b65e73-5a37-48f0-aee6-ed4d05ce0bf5 2026-07-30 02:05:13.019 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2acda0ab-6aa9-4166-a049-becf16eb9a0a e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: f0b65e73-5a37-48f0-aee6-ed4d05ce0bf5 2026-07-30 02:05:13.453 7 INFO neutron.services.segments.plugin [-] Segment 04fc5d0b-099e-4f5e-84be-1b90dd2b3c3f resource provider aggregate not found 2026-07-30 02:05:13.466 7 INFO neutron.services.segments.plugin [-] Segment 04fc5d0b-099e-4f5e-84be-1b90dd2b3c3f resource provider aggregate not found 2026-07-30 02:05:13.476 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 04fc5d0b-099e-4f5e-84be-1b90dd2b3c3f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04fc5d0b-099e-4f5e-84be-1b90dd2b3c3f found for delete ", "request_id": "req-f1054333-a4fb-4c9f-b32c-77dfae439b4e"}]} 2026-07-30 02:05:13.486 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 04fc5d0b-099e-4f5e-84be-1b90dd2b3c3f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04fc5d0b-099e-4f5e-84be-1b90dd2b3c3f found for delete ", "request_id": "req-c6582167-b84b-4b8f-a146-ac6494717614"}]} 2026-07-30 02:05:13.489 7 INFO neutron.db.l3_hamode_db [None req-2acda0ab-6aa9-4166-a049-becf16eb9a0a e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 5b30d92f-c4da-4c28-a17c-9168bdf83ac7 was deleted as no HA routers are present in tenant ca0cc93b02f64c90b9f5a1c6e0622ffc. [pid: 7|app: 0|req: 551/1099] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:12 2026] DELETE /v2.0/routers/8b44b26a-4618-41bd-8e24-32d148468510 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1100] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:05:13 2026] POST /v2.0/security-groups => generated 1659 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1101] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:13 2026] DELETE /v2.0/subnets/20227151-b61e-4f66-971b-08b2baec9cce => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:13.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed0d9ecc-52d4-4416-8f45-97c5c3f4bb7c e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 4ecf7412-155a-4d21-a408-277d22294893 2026-07-30 02:05:13.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed0d9ecc-52d4-4416-8f45-97c5c3f4bb7c e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 4ecf7412-155a-4d21-a408-277d22294893 [pid: 8|app: 0|req: 550/1102] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:05:13 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: 551/1103] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:13 2026] GET /v2.0/ports?device_id=4f23f3fe-f21c-4a87-a120-0d8edd3a7945 => 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: 552/1104] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:05:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1105] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:13 2026] DELETE /v2.0/networks/281a589d-0d5d-432c-807e-e3411975bb30 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1106] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:14 2026] GET /v2.0/security-groups?tenant_id=ca0cc93b02f64c90b9f5a1c6e0622ffc&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1107] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:14 2026] DELETE /v2.0/security-groups/8d005065-8a8c-439f-b5f7-cc54cc7668b8 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1108] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:05:13 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1109] 10.0.0.187 () {34 vars in 1097 bytes} [Thu Jul 30 02:05:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--555995693&fields=id&tenant_id=08e872136b764b9eb79fd2b11d3d3a46 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1110] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:05:15 2026] GET /v2.0/networks?id=fa181684-1f89-4009-a5b3-a57281db0666 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1111] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:05:15 2026] GET /v2.0/quotas/08e872136b764b9eb79fd2b11d3d3a46 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1112] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:05:15 2026] GET /v2.0/ports?tenant_id=08e872136b764b9eb79fd2b11d3d3a46&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1113] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:05:15 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1114] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:05:15 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?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) 2026-07-30 02:05:15.507 7 INFO neutron.services.segments.plugin [-] Segment 881a5ce4-ccfd-4f52-bff7-2266d3c6e647 resource provider aggregate not found 2026-07-30 02:05:15.539 7 INFO neutron.services.segments.plugin [-] Segment 881a5ce4-ccfd-4f52-bff7-2266d3c6e647 resource provider aggregate not found 2026-07-30 02:05:15.559 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 881a5ce4-ccfd-4f52-bff7-2266d3c6e647 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 881a5ce4-ccfd-4f52-bff7-2266d3c6e647 found for delete ", "request_id": "req-12b0ffdf-9e5b-4ea4-a8c3-ef38398749fa"}]} 2026-07-30 02:05:15.591 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 881a5ce4-ccfd-4f52-bff7-2266d3c6e647 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 881a5ce4-ccfd-4f52-bff7-2266d3c6e647 found for delete ", "request_id": "req-b9d1aa69-7d22-415c-884a-099747ec9fe0"}]} [pid: 7|app: 0|req: 559/1115] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:15 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:16.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-b579aa23-83aa-44c9-83b5-081a38773555 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: ff2dbf92-4008-407f-96f4-2dab8706b047 2026-07-30 02:05:16.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b579aa23-83aa-44c9-83b5-081a38773555 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: ff2dbf92-4008-407f-96f4-2dab8706b047 [pid: 7|app: 0|req: 560/1116] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:16 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 557/1117] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:05:15 2026] PUT /v2.0/routers/d6bcc821-7510-4507-bd7f-47da046e1af4/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:17.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d1cf676-8d5b-40bc-8a73-14ab2cc0f749 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 476a4996-539b-47b6-9ff9-98fa8b8224cc 2026-07-30 02:05:17.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1cf676-8d5b-40bc-8a73-14ab2cc0f749 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 476a4996-539b-47b6-9ff9-98fa8b8224cc [pid: 8|app: 0|req: 558/1118] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:17 2026] GET /v2.0/security-groups?tenant_id=4ff6431702b44c37931b2a4f261e7779&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:17.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d1cf676-8d5b-40bc-8a73-14ab2cc0f749 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: d51e6fd7-11ae-4168-a1dc-56359240ff21 2026-07-30 02:05:17.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1cf676-8d5b-40bc-8a73-14ab2cc0f749 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: d51e6fd7-11ae-4168-a1dc-56359240ff21 [pid: 8|app: 0|req: 559/1119] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:17 2026] DELETE /v2.0/security-groups/6df613af-51d2-4c33-b476-c5709063ea6e => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1120] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:17 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 561/1121] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:17 2026] GET /v2.0/security-groups?tenant_id=8a983d0f8a744df28889f74b5b735754&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:18.097 7 INFO neutron.services.segments.plugin [-] Segment bd30db8b-0477-42e9-a7ce-cc1bb90456d1 resource provider aggregate not found 2026-07-30 02:05:18.101 7 INFO neutron.services.segments.plugin [-] Segment bd30db8b-0477-42e9-a7ce-cc1bb90456d1 resource provider aggregate not found 2026-07-30 02:05:18.121 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd30db8b-0477-42e9-a7ce-cc1bb90456d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd30db8b-0477-42e9-a7ce-cc1bb90456d1 found for delete ", "request_id": "req-18675f31-af6b-4f1a-93c5-8af7659b73e5"}]} 2026-07-30 02:05:18.126 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd30db8b-0477-42e9-a7ce-cc1bb90456d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd30db8b-0477-42e9-a7ce-cc1bb90456d1 found for delete ", "request_id": "req-e0093253-6d53-4f74-943a-c1e188668e03"}]} [pid: 8|app: 0|req: 562/1122] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:18 2026] DELETE /v2.0/security-groups/5e183102-09ab-4899-b75a-1afdb8cd5129 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:18.136 7 INFO neutron.db.l3_hamode_db [None req-4d1cf676-8d5b-40bc-8a73-14ab2cc0f749 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network f795596d-ad16-4eb2-b337-f28dfea62256 was deleted as no HA routers are present in tenant 9975da79bff64312a51fa644fc3a93d9. [pid: 7|app: 0|req: 561/1123] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:17 2026] DELETE /v2.0/routers/d6bcc821-7510-4507-bd7f-47da046e1af4 => generated 0 bytes in 1129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1124] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:18 2026] DELETE /v2.0/subnets/5254cfa2-dc12-4f79-86d9-11702fa65401 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:18.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7260f34-cafa-4bc1-8fbc-77542a10fe2d e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 670f7e01-b7c4-472f-8ad0-8631b3c9554e 2026-07-30 02:05:18.462 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7260f34-cafa-4bc1-8fbc-77542a10fe2d e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 670f7e01-b7c4-472f-8ad0-8631b3c9554e [pid: 7|app: 0|req: 562/1125] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:18 2026] DELETE /v2.0/networks/f786fa21-7c57-41da-9779-91fb6a09a159 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1126] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:18 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 564/1127] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:18 2026] GET /v2.0/security-groups?tenant_id=9975da79bff64312a51fa644fc3a93d9&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1128] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:18 2026] DELETE /v2.0/security-groups/0ef956a5-4f68-4268-88f7-d8e413e2820c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1129] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:05:19 2026] GET /v2.0/networks?id=fa181684-1f89-4009-a5b3-a57281db0666 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1130] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:05:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=08e872136b764b9eb79fd2b11d3d3a46 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1131] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:20 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:20.150 7 INFO neutron.services.segments.plugin [-] Segment 05fc672c-c6f4-4e3b-88c1-08123682a30c resource provider aggregate not found 2026-07-30 02:05:20.151 7 INFO neutron.services.segments.plugin [-] Segment 05fc672c-c6f4-4e3b-88c1-08123682a30c resource provider aggregate not found 2026-07-30 02:05:20.176 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05fc672c-c6f4-4e3b-88c1-08123682a30c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05fc672c-c6f4-4e3b-88c1-08123682a30c found for delete ", "request_id": "req-292ba593-1473-450d-83ab-d411e46fcb0c"}]} 2026-07-30 02:05:20.177 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 05fc672c-c6f4-4e3b-88c1-08123682a30c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05fc672c-c6f4-4e3b-88c1-08123682a30c found for delete ", "request_id": "req-eba1950c-4321-460b-9584-f9dec2b6576f"}]} [pid: 8|app: 0|req: 566/1132] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:05:19 2026] POST /v2.0/ports => generated 954 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1133] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:05:20 2026] PUT /v2.0/ports/758de166-f717-4461-9dfa-7ce8ac8a743c => generated 1235 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:20.852 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-914487e1-7c02-4ff3-ab16-3d38079e6d4d'] response: {'name': 'network-changed', 'server_uuid': '0baef47e-321c-401d-b55a-183dc9f9d721', 'tag': '758de166-f717-4461-9dfa-7ce8ac8a743c', '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: 567/1134] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:21 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1135] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:21 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 569/1136] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:05:21 2026] GET /v2.0/ports?tenant_id=08e872136b764b9eb79fd2b11d3d3a46&device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1137] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:21 2026] GET /v2.0/security-groups?tenant_id=4b2dfcbc0248445299b2ef58314fb1b5&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1138] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:05:21 2026] GET /v2.0/networks?tenant_id=08e872136b764b9eb79fd2b11d3d3a46&shared=False => generated 772 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1139] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:05:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1140] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:21 2026] DELETE /v2.0/security-groups/39612161-2359-443e-9f7e-9a3e9d8e8be0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1141] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:21 2026] GET /v2.0/security-groups?tenant_id=bcc52494545e44c09f36db1ab3fd752e&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1142] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:21 2026] DELETE /v2.0/security-groups/548e85d5-987e-467b-aa63-4cbac8815f9f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1143] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1144] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1145] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/ports?tenant_id=08e872136b764b9eb79fd2b11d3d3a46&device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1146] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=758de166-f717-4461-9dfa-7ce8ac8a743c => 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: 575/1147] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/subnets?id=ac986910-6690-40c9-b32f-cb8100a2fea0 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1148] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/ports?network_id=fa181684-1f89-4009-a5b3-a57281db0666&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: 577/1149] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1150] 10.0.0.131 () {30 vars in 649 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1151] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1152] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/security-groups?tenant_id=f0223e2f46ce4cdeb11584d98473086e&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1153] 10.0.0.131 () {30 vars in 723 bytes} [Thu Jul 30 02:05:22 2026] GET /v2.0/quotas/951e9cfdecd841ed938f028e330a0c11/details => generated 847 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1154] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:22 2026] DELETE /v2.0/security-groups/ae5a06cf-24d9-4d93-b8aa-55886fd47971 => 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: 581/1155] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:23 2026] GET /v2.0/security-groups?tenant_id=52cc7f066ebc4282b77ca2ba9ff7d100&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1156] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:23 2026] DELETE /v2.0/security-groups/9451ccb4-4d89-45e2-adb7-27df958a8dd9 => 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: 582/1157] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:23 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1158] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:23 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1159] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:24 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1160] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:24 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1161] 10.0.0.131 () {30 vars in 649 bytes} [Thu Jul 30 02:05:25 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1162] 10.0.0.131 () {30 vars in 723 bytes} [Thu Jul 30 02:05:25 2026] GET /v2.0/quotas/951e9cfdecd841ed938f028e330a0c11/details => generated 847 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1163] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:25 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1164] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:25 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:25.960 8 WARNING keystonemiddleware.audit [req-d1f50d38-9556-4112-be12-1c14df253713 req-454087a6-66d8-435c-a124-77d480d4871f d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] Skipping service tempest-service-882282352 as it have no endpoints. [pid: 8|app: 0|req: 586/1165] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:25 2026] GET /v2.0/security-groups?tenant_id=b0c7322def334f86a2878f312d00a625&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:26.111 7 WARNING keystonemiddleware.audit [req-d1f50d38-9556-4112-be12-1c14df253713 req-4f087764-c236-4587-bc87-62945fb30805 d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] Skipping service tempest-service-882282352 as it have no endpoints. [pid: 7|app: 0|req: 580/1166] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:26 2026] DELETE /v2.0/security-groups/dfb4fc0f-cba2-4cb3-9d7c-4b91d6ff6adc => 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: 587/1167] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:26 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 581/1168] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:26 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&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: 583/1171] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:27 2026] GET /v2.0/security-groups?tenant_id=c967bfd4a1f742a9bd2381ad124e60e1&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1172] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:27 2026] GET /v2.0/security-groups?tenant_id=951e9cfdecd841ed938f028e330a0c11&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1173] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:27 2026] DELETE /v2.0/security-groups/76fddcd5-b767-40bd-a539-59ad119fccb5 => 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: 590/1174] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:27 2026] DELETE /v2.0/security-groups/ea5d6d17-08ae-47a5-92ac-cc8feccd6775 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1175] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:27 2026] GET /v2.0/security-groups?tenant_id=12f0bc8ff5de442bbb17810cbfbc9636&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1176] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:27 2026] DELETE /v2.0/security-groups/cc982b97-ed4e-47ae-a287-f139db5263ea => 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: 586/1177] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:28 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1178] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:28 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1179] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:28 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:28.786 8 INFO neutron.db.l3_db [None req-8dea9f17-bd4f-4594-b7dc-dfe883c223dd d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] Floating IP 9e0584e1-7380-4b72-8e36-dbc0f963c4a5 associated. External IP: 10.96.250.219, port: 758de166-f717-4461-9dfa-7ce8ac8a743c. [pid: 7|app: 0|req: 588/1180] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:28 2026] GET /v2.0/security-groups?tenant_id=c787ca09986c4de89d1d9c31f57b48da&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1181] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:05:28 2026] PUT /v2.0/floatingips/9e0584e1-7380-4b72-8e36-dbc0f963c4a5 => generated 855 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:29.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8537d739-10fa-43e4-a9fe-f2c6c13982cb'] response: {'name': 'network-changed', 'server_uuid': '0baef47e-321c-401d-b55a-183dc9f9d721', 'tag': '758de166-f717-4461-9dfa-7ce8ac8a743c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 589/1182] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:29 2026] DELETE /v2.0/security-groups/bb6994cc-a172-4c37-b40c-095cc2fb36bb => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1183] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:05:29 2026] GET /v2.0/ports?tenant_id=08e872136b764b9eb79fd2b11d3d3a46&device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 590/1184] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:05:29 2026] GET /v2.0/networks?id=fa181684-1f89-4009-a5b3-a57281db0666 => generated 772 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1185] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=758de166-f717-4461-9dfa-7ce8ac8a743c => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1186] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:05:29 2026] GET /v2.0/subnets?id=ac986910-6690-40c9-b32f-cb8100a2fea0 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1187] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:05:29 2026] GET /v2.0/ports?network_id=fa181684-1f89-4009-a5b3-a57281db0666&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: 592/1188] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:05:29 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1189] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:05:30 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1190] 10.0.0.197 () {32 vars in 652 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions => generated 21537 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1191] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 30 02:05:31 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: 594/1192] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1193] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1194] 10.0.0.197 () {32 vars in 664 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1195] 10.0.0.197 () {32 vars in 698 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1196] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 30 02:05:31 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: 601/1197] 10.0.0.197 () {32 vars in 700 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1198] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1199] 10.0.0.197 () {32 vars in 702 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1200] 10.0.0.197 () {32 vars in 692 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1201] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1202] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1203] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1204] 10.0.0.197 () {32 vars in 660 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1205] 10.0.0.197 () {32 vars in 698 bytes} [Thu Jul 30 02:05:31 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: 601/1206] 10.0.0.197 () {32 vars in 678 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1207] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1208] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 30 02:05:31 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: 8|app: 0|req: 607/1209] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1210] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1211] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/fip-port-details => 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: 604/1212] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1213] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 30 02:05:31 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: 605/1214] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1215] 10.0.0.197 () {32 vars in 698 bytes} [Thu Jul 30 02:05:31 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: 606/1216] 10.0.0.197 () {32 vars in 678 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1217] 10.0.0.197 () {32 vars in 666 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1218] 10.0.0.197 () {32 vars in 676 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1219] 10.0.0.197 () {32 vars in 664 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1220] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1221] 10.0.0.197 () {32 vars in 712 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1222] 10.0.0.197 () {32 vars in 690 bytes} [Thu Jul 30 02:05:31 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: 8|app: 0|req: 614/1223] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1224] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1225] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 30 02:05:31 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: 611/1226] 10.0.0.197 () {32 vars in 704 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1227] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1228] 10.0.0.197 () {32 vars in 700 bytes} [Thu Jul 30 02:05:31 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: 8|app: 0|req: 617/1229] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1230] 10.0.0.197 () {32 vars in 692 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1231] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-mac-override => 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: 614/1232] 10.0.0.197 () {32 vars in 708 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1233] 10.0.0.197 () {32 vars in 704 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1234] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1235] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1236] 10.0.0.197 () {32 vars in 710 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1237] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1238] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1239] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1240] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1241] 10.0.0.197 () {32 vars in 670 bytes} [Thu Jul 30 02:05:31 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: 619/1242] 10.0.0.197 () {32 vars in 660 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1243] 10.0.0.197 () {32 vars in 698 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1244] 10.0.0.197 () {32 vars in 698 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1245] 10.0.0.197 () {32 vars in 676 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1246] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1247] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1248] 10.0.0.197 () {32 vars in 700 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1249] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1250] 10.0.0.197 () {32 vars in 706 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1251] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1252] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1253] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 30 02:05:31 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: 625/1254] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 30 02:05:31 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: 8|app: 0|req: 630/1255] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1256] 10.0.0.197 () {32 vars in 704 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1257] 10.0.0.197 () {32 vars in 666 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1258] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1259] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1260] 10.0.0.197 () {32 vars in 690 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1261] 10.0.0.197 () {32 vars in 690 bytes} [Thu Jul 30 02:05:31 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1262] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1263] 10.0.0.197 () {32 vars in 684 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 630/1264] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1265] 10.0.0.197 () {32 vars in 700 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1266] 10.0.0.197 () {32 vars in 702 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1267] 10.0.0.197 () {32 vars in 712 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1268] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1269] 10.0.0.197 () {32 vars in 714 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1270] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1271] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1272] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1273] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 30 02:05:32 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: 635/1274] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1275] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1276] 10.0.0.197 () {32 vars in 678 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1277] 10.0.0.197 () {32 vars in 668 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1278] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1279] 10.0.0.197 () {32 vars in 704 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1280] 10.0.0.197 () {32 vars in 700 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1281] 10.0.0.197 () {32 vars in 700 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1282] 10.0.0.197 () {32 vars in 682 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1283] 10.0.0.197 () {32 vars in 704 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1284] 10.0.0.197 () {32 vars in 694 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1285] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1286] 10.0.0.197 () {32 vars in 696 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1287] 10.0.0.197 () {32 vars in 678 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1288] 10.0.0.197 () {32 vars in 688 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1289] 10.0.0.197 () {32 vars in 700 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1290] 10.0.0.197 () {32 vars in 664 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1291] 10.0.0.197 () {32 vars in 680 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1292] 10.0.0.197 () {32 vars in 676 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1293] 10.0.0.197 () {32 vars in 692 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1294] 10.0.0.197 () {32 vars in 676 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1295] 10.0.0.197 () {32 vars in 666 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1296] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1297] 10.0.0.197 () {32 vars in 674 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1298] 10.0.0.197 () {32 vars in 686 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:32.490 7 INFO neutron.db.segments_db [None req-26f802a0-7c74-4f38-9435-cf4433f860f5 fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Added segment c2154ffc-f2f0-4704-8a00-9c6729b9d535 of type vxlan for network 832d43dd-f012-4c86-a507-480798d60243 [pid: 7|app: 0|req: 641/1299] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:32 2026] POST /v2.0/networks => generated 632 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1300] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:05:32 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:32.945 7 INFO neutron.db.segments_db [None req-3fe727d9-c8c5-4c68-aa3b-ca4c16429fde fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Added segment e61b1c97-40f2-405b-9b04-99c40e03b383 of type vxlan for network d23ef98b-68b3-4671-9259-ef7a1b988c2e /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 642/1301] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:32 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1302] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:32 2026] GET /v2.0/security-groups?tenant_id=0de50d8034be4d9bada77261d512a377&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1303] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:33 2026] DELETE /v2.0/security-groups/b5eab75c-5d96-4c8f-a849-3c2045e5b2c3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1304] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:05:33 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:33.422 8 INFO neutron.db.segments_db [None req-1830a56d-1709-429d-be93-4a911038fc5f fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Added segment 8c0afd63-a98e-44c6-b9f4-0c495667fca4 of type vxlan for network 58a9e8ad-a22e-412b-adcb-70535ca5ce5e [pid: 8|app: 0|req: 662/1305] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:33 2026] POST /v2.0/networks => generated 631 bytes in 133 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: 644/1306] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:05:33 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:33.869 8 INFO neutron.db.segments_db [None req-5eba4e16-6cbc-441b-844e-d26c43a76bf7 fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Added segment 5b4b74f5-a535-4f35-a683-f44aba816688 of type vxlan for network f688a716-532e-46fb-8eb7-6879e1e7445e [pid: 8|app: 0|req: 663/1307] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:33 2026] POST /v2.0/networks => generated 632 bytes in 119 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: 645/1308] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:05:33 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:34.337 8 INFO neutron.db.segments_db [None req-7bdebbd4-2d8a-4d37-b20f-ba56ee511440 fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Added segment babe480a-08b3-40ef-9be8-cc1efd448807 of type vxlan for network 187e94a5-5907-4721-9e32-a6f38b53c577 [pid: 8|app: 0|req: 664/1309] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:34 2026] POST /v2.0/networks => generated 632 bytes in 138 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: 646/1310] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:34 2026] GET /v2.0/security-groups?tenant_id=768a3511bfe54f78bbbc8519eda8982b&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1311] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:05:34 2026] POST /v2.0/ports => generated 743 bytes in 247 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: 647/1312] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:34 2026] DELETE /v2.0/security-groups/51fdccdd-9450-4240-bf18-e0ca18c1288d => 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: 666/1313] 10.0.0.197 () {34 vars in 746 bytes} [Thu Jul 30 02:05:34 2026] PUT /v2.0/ports/123ff040-c2b0-4615-956e-e15d5f4359f9/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: 648/1314] 10.0.0.197 () {34 vars in 746 bytes} [Thu Jul 30 02:05:34 2026] PUT /v2.0/ports/f65d8aa1-1e5f-4711-afe7-eae4b84b33c8/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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 667/1315] 10.0.0.197 () {34 vars in 746 bytes} [Thu Jul 30 02:05:34 2026] PUT /v2.0/ports/99d2b177-955b-406d-b63a-2b9afe2bdd36/tags => generated 34 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: 649/1316] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:34 2026] GET /v2.0/security-groups?tenant_id=318554a2b5774c07a53b52d31d1435b7&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1317] 10.0.0.197 () {34 vars in 746 bytes} [Thu Jul 30 02:05:34 2026] PUT /v2.0/ports/5669eb2b-ae60-4d3c-82c8-ef9694c29f58/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 650/1318] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:34 2026] DELETE /v2.0/security-groups/2fc7c644-2aa1-40f3-907d-0b09a23869cc => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1319] 10.0.0.197 () {32 vars in 659 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1320] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1321] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1322] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:35.347 7 INFO neutron.db.segments_db [None req-b89f2bf7-6c04-4d2d-a0eb-95792980f380 2b8d6b8b3c0e4eb1aeeb7155e447a63f 5eaab5c5d875491a9e50757a4c72ba0f - - default default] Added segment 26c9eb05-d445-4854-8cac-3c18b47295a8 of type vxlan for network cec2de87-6000-4c00-8597-4192a2090502 [pid: 8|app: 0|req: 673/1323] 10.0.0.197 () {32 vars in 667 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1324] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:35 2026] POST /v2.0/networks => generated 647 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1325] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1326] 10.0.0.197 () {32 vars in 677 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1327] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 30 02:05:35 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:35.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-154861dc-19c7-4c96-b78c-3987797ad94d fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] TaaS: Handle Delete Port: 123ff040-c2b0-4615-956e-e15d5f4359f9 2026-07-30 02:05:35.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-154861dc-19c7-4c96-b78c-3987797ad94d fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Tap Mirror: Handle Delete Port: 123ff040-c2b0-4615-956e-e15d5f4359f9 [pid: 7|app: 0|req: 653/1328] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:35 2026] DELETE /v2.0/ports/123ff040-c2b0-4615-956e-e15d5f4359f9 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:35.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-61b99d11-b71f-4f8b-9970-b7ea055e4319 fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] TaaS: Handle Delete Port: f65d8aa1-1e5f-4711-afe7-eae4b84b33c8 2026-07-30 02:05:35.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61b99d11-b71f-4f8b-9970-b7ea055e4319 fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Tap Mirror: Handle Delete Port: f65d8aa1-1e5f-4711-afe7-eae4b84b33c8 [pid: 8|app: 0|req: 676/1329] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:35 2026] DELETE /v2.0/ports/f65d8aa1-1e5f-4711-afe7-eae4b84b33c8 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:36.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-7efa925a-e6b8-4bd3-9190-32ec3d4c2b1d fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] TaaS: Handle Delete Port: 99d2b177-955b-406d-b63a-2b9afe2bdd36 2026-07-30 02:05:36.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7efa925a-e6b8-4bd3-9190-32ec3d4c2b1d fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Tap Mirror: Handle Delete Port: 99d2b177-955b-406d-b63a-2b9afe2bdd36 [pid: 7|app: 0|req: 654/1330] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:35 2026] POST /v2.0/subnets => generated 673 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1331] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:36 2026] DELETE /v2.0/ports/99d2b177-955b-406d-b63a-2b9afe2bdd36 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:36.262 7 INFO neutron.db.segments_db [None req-6b0ce554-4c13-46ac-b024-3bdab4a83a79 2b8d6b8b3c0e4eb1aeeb7155e447a63f 5eaab5c5d875491a9e50757a4c72ba0f - - default default] Added segment f578064c-b67f-45fe-a355-63f3fc721733 of type vxlan for network 5cdafb8c-8730-4388-9e7d-04ad63cf7fba 2026-07-30 02:05:36.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3d4f5e3-64d5-4eed-b06e-e8f35c855b17 fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] TaaS: Handle Delete Port: 5669eb2b-ae60-4d3c-82c8-ef9694c29f58 2026-07-30 02:05:36.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d4f5e3-64d5-4eed-b06e-e8f35c855b17 fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Tap Mirror: Handle Delete Port: 5669eb2b-ae60-4d3c-82c8-ef9694c29f58 [pid: 7|app: 0|req: 655/1332] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:36 2026] POST /v2.0/networks => generated 648 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1333] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:36 2026] DELETE /v2.0/ports/5669eb2b-ae60-4d3c-82c8-ef9694c29f58 => 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: 656/1334] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 30 02:05:36 2026] PUT /v2.0/networks/5cdafb8c-8730-4388-9e7d-04ad63cf7fba => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:36.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-257d2a21-c010-4fb0-9d18-b78f3475f9ab fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] TaaS: Handle Delete Port: 220a771d-8903-4e7d-8f76-87a4dbe5c975 2026-07-30 02:05:36.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-257d2a21-c010-4fb0-9d18-b78f3475f9ab fca2ebdcb8c54d4e9a3fd42ae6e18a66 510e4f5e24f7431db59db1e4d1d33b63 - - default default] Tap Mirror: Handle Delete Port: 220a771d-8903-4e7d-8f76-87a4dbe5c975 [pid: 8|app: 0|req: 679/1335] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:36 2026] DELETE /v2.0/ports/220a771d-8903-4e7d-8f76-87a4dbe5c975 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1336] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:36 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:36.789 8 INFO neutron.services.segments.plugin [-] Segment c2154ffc-f2f0-4704-8a00-9c6729b9d535 resource provider aggregate not found 2026-07-30 02:05:36.794 8 INFO neutron.services.segments.plugin [-] Segment c2154ffc-f2f0-4704-8a00-9c6729b9d535 resource provider aggregate not found 2026-07-30 02:05:36.809 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c2154ffc-f2f0-4704-8a00-9c6729b9d535 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2154ffc-f2f0-4704-8a00-9c6729b9d535 found for delete ", "request_id": "req-ed821247-5b89-4799-9431-50b657c618ac"}]} 2026-07-30 02:05:36.815 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c2154ffc-f2f0-4704-8a00-9c6729b9d535 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2154ffc-f2f0-4704-8a00-9c6729b9d535 found for delete ", "request_id": "req-285d1d0c-82e3-4f60-83d2-b8c9fae83bef"}]} [pid: 7|app: 0|req: 658/1337] 10.0.0.197 () {34 vars in 740 bytes} [Thu Jul 30 02:05:36 2026] PUT /v2.0/subnets/c21a1230-b492-4526-98d4-d7f90490675f => generated 656 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1338] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:36 2026] DELETE /v2.0/networks/832d43dd-f012-4c86-a507-480798d60243 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1339] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:36 2026] DELETE /v2.0/networks/d23ef98b-68b3-4671-9259-ef7a1b988c2e => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:36.992 7 INFO neutron.services.segments.plugin [-] Segment f578064c-b67f-45fe-a355-63f3fc721733 resource provider aggregate not found 2026-07-30 02:05:37.001 7 INFO neutron.services.segments.plugin [-] Segment f578064c-b67f-45fe-a355-63f3fc721733 resource provider aggregate not found 2026-07-30 02:05:37.005 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f578064c-b67f-45fe-a355-63f3fc721733 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f578064c-b67f-45fe-a355-63f3fc721733 found for delete ", "request_id": "req-0dd3acfc-50c8-42c5-a8be-3f6f2a56051a"}]} 2026-07-30 02:05:37.018 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f578064c-b67f-45fe-a355-63f3fc721733 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f578064c-b67f-45fe-a355-63f3fc721733 found for delete ", "request_id": "req-f8086334-b11e-4997-8ed0-be151938dac9"}]} [pid: 7|app: 0|req: 659/1340] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:36 2026] DELETE /v2.0/networks/5cdafb8c-8730-4388-9e7d-04ad63cf7fba => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:37.042 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2e1d1d1-c236-45fa-8a87-dab6b8549e02 2b8d6b8b3c0e4eb1aeeb7155e447a63f 5eaab5c5d875491a9e50757a4c72ba0f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 660/1341] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:37 2026] DELETE /v2.0/networks/5cdafb8c-8730-4388-9e7d-04ad63cf7fba => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1342] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:36 2026] DELETE /v2.0/networks/58a9e8ad-a22e-412b-adcb-70535ca5ce5e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1343] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:05:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1344] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:05:37 2026] GET /v2.0/subnets?network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37 => generated 649 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1345] 10.0.0.197 () {32 vars in 652 bytes} [Thu Jul 30 02:05:37 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: 683/1346] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:37 2026] DELETE /v2.0/networks/f688a716-532e-46fb-8eb7-6879e1e7445e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1347] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:05:37 2026] GET /v2.0/networks => generated 1312 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1348] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:05:37 2026] GET /v2.0/subnets => generated 1312 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1349] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:37 2026] DELETE /v2.0/networks/187e94a5-5907-4721-9e32-a6f38b53c577 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1350] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:05:37 2026] GET /v2.0/networks/cec2de87-6000-4c00-8597-4192a2090502 => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1351] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:05:37 2026] GET /v2.0/subnets/19add0fe-37e6-4159-b5f9-9c4781d2ff65 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:37.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad5846a3-7756-4387-8e4a-1a361bd1dfab 2b8d6b8b3c0e4eb1aeeb7155e447a63f 5eaab5c5d875491a9e50757a4c72ba0f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 667/1352] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:37 2026] DELETE /v2.0/subnets/c21a1230-b492-4526-98d4-d7f90490675f => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:37.468 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72900b98-be7e-4019-a82e-3ad9c3add607 2b8d6b8b3c0e4eb1aeeb7155e447a63f 5eaab5c5d875491a9e50757a4c72ba0f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 686/1353] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:37 2026] DELETE /v2.0/networks/5cdafb8c-8730-4388-9e7d-04ad63cf7fba => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1354] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:37 2026] DELETE /v2.0/subnets/19add0fe-37e6-4159-b5f9-9c4781d2ff65 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:37.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-036727d6-c12e-4cd2-a863-69b6c02b72ae 2b8d6b8b3c0e4eb1aeeb7155e447a63f 5eaab5c5d875491a9e50757a4c72ba0f - - default default] TaaS: Handle Delete Port: cb54b0cc-4a63-4722-908f-3d0528da83ea 2026-07-30 02:05:37.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-036727d6-c12e-4cd2-a863-69b6c02b72ae 2b8d6b8b3c0e4eb1aeeb7155e447a63f 5eaab5c5d875491a9e50757a4c72ba0f - - default default] Tap Mirror: Handle Delete Port: cb54b0cc-4a63-4722-908f-3d0528da83ea [pid: 8|app: 0|req: 687/1355] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:37 2026] DELETE /v2.0/networks/cec2de87-6000-4c00-8597-4192a2090502 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1356] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:38 2026] GET /v2.0/security-groups?tenant_id=5eaab5c5d875491a9e50757a4c72ba0f&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1357] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:38 2026] GET /v2.0/security-groups?tenant_id=56cbf50069f44cabad6e28004779aec8&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1358] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:38 2026] DELETE /v2.0/security-groups/8174b64b-22a7-4763-b887-b496ef5e5d2c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1359] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:38 2026] DELETE /v2.0/security-groups/def740d2-9325-47d6-9c29-9258075d69d1 => 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: 690/1360] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:38 2026] GET /v2.0/security-groups?tenant_id=510e4f5e24f7431db59db1e4d1d33b63&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:38.838 8 INFO neutron.services.segments.plugin [-] Segment e61b1c97-40f2-405b-9b04-99c40e03b383 resource provider aggregate not found 2026-07-30 02:05:38.844 8 INFO neutron.services.segments.plugin [-] Segment e61b1c97-40f2-405b-9b04-99c40e03b383 resource provider aggregate not found [pid: 7|app: 0|req: 671/1361] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:05:38 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 1240 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:38.870 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e61b1c97-40f2-405b-9b04-99c40e03b383 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61b1c97-40f2-405b-9b04-99c40e03b383 found for delete ", "request_id": "req-e0372675-d2dc-474b-a1fd-5f899a3675ab"}]} 2026-07-30 02:05:38.878 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e61b1c97-40f2-405b-9b04-99c40e03b383 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61b1c97-40f2-405b-9b04-99c40e03b383 found for delete ", "request_id": "req-4dcadaaa-4e6b-4d6c-8026-b3c3541ad1b6"}]} [pid: 7|app: 0|req: 672/1362] 10.0.0.83 () {34 vars in 1038 bytes} [Thu Jul 30 02:05:38 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:38.894 8 INFO neutron.services.segments.plugin [-] Segment 8c0afd63-a98e-44c6-b9f4-0c495667fca4 resource provider aggregate not found 2026-07-30 02:05:38.898 8 INFO neutron.services.segments.plugin [-] Segment 8c0afd63-a98e-44c6-b9f4-0c495667fca4 resource provider aggregate not found [pid: 8|app: 0|req: 691/1363] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:38 2026] DELETE /v2.0/security-groups/336c3878-b2c6-4106-a56d-179bae276ed1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:38.919 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c0afd63-a98e-44c6-b9f4-0c495667fca4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c0afd63-a98e-44c6-b9f4-0c495667fca4 found for delete ", "request_id": "req-18dc76d1-305c-4f4b-b92e-f3b4a2ba4639"}]} 2026-07-30 02:05:38.924 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8c0afd63-a98e-44c6-b9f4-0c495667fca4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c0afd63-a98e-44c6-b9f4-0c495667fca4 found for delete ", "request_id": "req-bbd1e1ff-280c-4083-a0f4-02f6fecf1efc"}]} 2026-07-30 02:05:38.939 8 INFO neutron.services.segments.plugin [-] Segment 5b4b74f5-a535-4f35-a683-f44aba816688 resource provider aggregate not found 2026-07-30 02:05:38.944 8 INFO neutron.services.segments.plugin [-] Segment 5b4b74f5-a535-4f35-a683-f44aba816688 resource provider aggregate not found 2026-07-30 02:05:38.960 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5b4b74f5-a535-4f35-a683-f44aba816688 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b4b74f5-a535-4f35-a683-f44aba816688 found for delete ", "request_id": "req-5ad2dedd-3555-4234-9a1c-ff5310777105"}]} 2026-07-30 02:05:38.970 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5b4b74f5-a535-4f35-a683-f44aba816688 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b4b74f5-a535-4f35-a683-f44aba816688 found for delete ", "request_id": "req-c3d56935-335f-4ae4-8a25-3d18a88abda7"}]} 2026-07-30 02:05:38.980 8 INFO neutron.services.segments.plugin [-] Segment babe480a-08b3-40ef-9be8-cc1efd448807 resource provider aggregate not found 2026-07-30 02:05:38.989 8 INFO neutron.services.segments.plugin [-] Segment babe480a-08b3-40ef-9be8-cc1efd448807 resource provider aggregate not found 2026-07-30 02:05:38.995 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment babe480a-08b3-40ef-9be8-cc1efd448807 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid babe480a-08b3-40ef-9be8-cc1efd448807 found for delete ", "request_id": "req-4874fcd8-db03-40ee-8a6e-ec795cdd6846"}]} 2026-07-30 02:05:39.004 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment babe480a-08b3-40ef-9be8-cc1efd448807 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid babe480a-08b3-40ef-9be8-cc1efd448807 found for delete ", "request_id": "req-c15b78f4-e752-4dc4-8745-0f043fb51608"}]} 2026-07-30 02:05:39.007 8 INFO neutron.services.segments.plugin [-] Segment 26c9eb05-d445-4854-8cac-3c18b47295a8 resource provider aggregate not found 2026-07-30 02:05:39.020 8 INFO neutron.services.segments.plugin [-] Segment 26c9eb05-d445-4854-8cac-3c18b47295a8 resource provider aggregate not found 2026-07-30 02:05:39.023 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 26c9eb05-d445-4854-8cac-3c18b47295a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26c9eb05-d445-4854-8cac-3c18b47295a8 found for delete ", "request_id": "req-09bca4ad-beb2-4bd9-aa4a-4bce830033fa"}]} 2026-07-30 02:05:39.035 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 26c9eb05-d445-4854-8cac-3c18b47295a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26c9eb05-d445-4854-8cac-3c18b47295a8 found for delete ", "request_id": "req-e28856cf-1975-4afb-8175-ec594ec8b479"}]} [pid: 7|app: 0|req: 673/1364] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:39 2026] GET /v2.0/security-groups?tenant_id=10e73ccf954441a79b5157425746deaa&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1365] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:39 2026] DELETE /v2.0/security-groups/09166e86-4b95-4d22-b059-2cf6b6a4be07 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:40.593 7 INFO neutron.db.segments_db [None req-8dd8dff4-6887-4bdb-ad68-10aa65284d5e 1193b79ab9d6479bae074453609ea31d 392f89c3889a4c12a02b320e4dbc19dc - - default default] Added segment 9645227e-6e9e-4857-a4f5-029835256828 of type vxlan for network a83c649e-0d99-4f28-9404-638fe40e9ba0 [pid: 8|app: 0|req: 693/1366] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:40 2026] GET /v2.0/security-groups?tenant_id=402e135df7034c7e9cbeba3fca95c382&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1367] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:40 2026] POST /v2.0/networks => generated 644 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1368] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:40 2026] DELETE /v2.0/security-groups/0d71256d-4108-4dda-bbe7-0d80399c2f30 => 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: 675/1369] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:40 2026] POST /v2.0/subnets => generated 641 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:41.057 8 INFO neutron.db.segments_db [None req-806c81f4-acfd-4016-bfcf-afda17ecfcc5 1193b79ab9d6479bae074453609ea31d 392f89c3889a4c12a02b320e4dbc19dc - - default default] Added segment ac5a536d-ce3e-4a8b-a251-484ee148df3a of type vxlan for network a2cf1570-ea9f-4e4e-b7f3-5715b396f0fd [pid: 8|app: 0|req: 695/1370] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:40 2026] POST /v2.0/networks => generated 644 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1371] 10.0.0.197 () {34 vars in 742 bytes} [Thu Jul 30 02:05:41 2026] PUT /v2.0/networks/a2cf1570-ea9f-4e4e-b7f3-5715b396f0fd => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1372] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:41 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1373] 10.0.0.197 () {34 vars in 740 bytes} [Thu Jul 30 02:05:41 2026] PUT /v2.0/subnets/094634ce-a034-4979-8129-8e1f5cc9ccce => generated 636 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:41.871 8 INFO neutron.services.segments.plugin [-] Segment ac5a536d-ce3e-4a8b-a251-484ee148df3a resource provider aggregate not found 2026-07-30 02:05:41.873 8 INFO neutron.services.segments.plugin [-] Segment ac5a536d-ce3e-4a8b-a251-484ee148df3a resource provider aggregate not found 2026-07-30 02:05:41.890 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac5a536d-ce3e-4a8b-a251-484ee148df3a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5a536d-ce3e-4a8b-a251-484ee148df3a found for delete ", "request_id": "req-4f3466d4-3cfe-4006-a92f-a60ef0525ad6"}]} 2026-07-30 02:05:41.895 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac5a536d-ce3e-4a8b-a251-484ee148df3a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5a536d-ce3e-4a8b-a251-484ee148df3a found for delete ", "request_id": "req-4059cbd3-68da-4ece-beb8-8a91c5a37b6b"}]} [pid: 8|app: 0|req: 697/1374] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:41 2026] DELETE /v2.0/networks/a2cf1570-ea9f-4e4e-b7f3-5715b396f0fd => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:41.935 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73175d26-b085-43b4-b847-49ff42cb4f4f 1193b79ab9d6479bae074453609ea31d 392f89c3889a4c12a02b320e4dbc19dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1375] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:41 2026] DELETE /v2.0/networks/a2cf1570-ea9f-4e4e-b7f3-5715b396f0fd => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1376] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:05:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1377] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:05:42 2026] GET /v2.0/subnets?network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37 => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1378] 10.0.0.197 () {32 vars in 652 bytes} [Thu Jul 30 02:05:42 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1379] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:05:42 2026] GET /v2.0/networks => generated 1309 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1382] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:05:42 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1383] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:05:42 2026] GET /v2.0/networks/a83c649e-0d99-4f28-9404-638fe40e9ba0 => generated 669 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1384] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:05:42 2026] GET /v2.0/subnets/7f067fae-9860-4b79-a2c8-f412f064f45d => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:42.263 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ceb30c51-5fde-4220-a5e7-bc200fe11ffd 1193b79ab9d6479bae074453609ea31d 392f89c3889a4c12a02b320e4dbc19dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1385] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:42 2026] DELETE /v2.0/subnets/094634ce-a034-4979-8129-8e1f5cc9ccce => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:42.284 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a164be4-7c1a-4294-b3f3-1bfe3cd36552 1193b79ab9d6479bae074453609ea31d 392f89c3889a4c12a02b320e4dbc19dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 703/1386] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:42 2026] DELETE /v2.0/networks/a2cf1570-ea9f-4e4e-b7f3-5715b396f0fd => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1387] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:42 2026] DELETE /v2.0/subnets/7f067fae-9860-4b79-a2c8-f412f064f45d => 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: 704/1388] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:42 2026] DELETE /v2.0/networks/a83c649e-0d99-4f28-9404-638fe40e9ba0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:43.038 7 INFO neutron.db.segments_db [None req-81af2193-1cee-4899-bbc7-c3505cc77900 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Added segment 06c46f55-f156-4630-84a5-a5bfa10b0c74 of type vxlan for network 91da3fd3-3a1d-4654-8342-b73cd50e6e06 2026-07-30 02:05:43.089 7 INFO neutron.db.segments_db [None req-81af2193-1cee-4899-bbc7-c3505cc77900 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Added segment 8a1f4f5c-87b6-4a1a-99a0-e478e3b55eba of type vxlan for network 650f86fc-de7c-46e4-9211-c121d0449c4d [pid: 8|app: 0|req: 705/1389] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:42 2026] GET /v2.0/security-groups?tenant_id=392f89c3889a4c12a02b320e4dbc19dc&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1390] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:43 2026] DELETE /v2.0/security-groups/09fd9a5c-b185-4a4d-af59-4ec422ffe941 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1391] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:42 2026] POST /v2.0/networks => generated 1245 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1392] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:05:43 2026] GET /v2.0/networks => generated 1844 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:43.438 7 INFO neutron.services.segments.plugin [-] Segment 06c46f55-f156-4630-84a5-a5bfa10b0c74 resource provider aggregate not found 2026-07-30 02:05:43.443 7 INFO neutron.services.segments.plugin [-] Segment 06c46f55-f156-4630-84a5-a5bfa10b0c74 resource provider aggregate not found 2026-07-30 02:05:43.458 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06c46f55-f156-4630-84a5-a5bfa10b0c74 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06c46f55-f156-4630-84a5-a5bfa10b0c74 found for delete ", "request_id": "req-c78cea67-8775-448d-9c80-cabb0b09e2b2"}]} 2026-07-30 02:05:43.463 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06c46f55-f156-4630-84a5-a5bfa10b0c74 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06c46f55-f156-4630-84a5-a5bfa10b0c74 found for delete ", "request_id": "req-d3e52a27-0b8e-4d66-b23a-4c88e2eaa375"}]} [pid: 7|app: 0|req: 686/1393] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:43 2026] DELETE /v2.0/networks/91da3fd3-3a1d-4654-8342-b73cd50e6e06 => 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: 708/1394] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:43 2026] DELETE /v2.0/networks/650f86fc-de7c-46e4-9211-c121d0449c4d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1395] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:05:43 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:43.752 7 INFO neutron.db.segments_db [None req-fe152a05-a136-434a-8ff2-6543f3254dc2 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Added segment aba4586f-206d-42a1-8dcc-af7526bf1a34 of type vxlan for network 2214397a-e3f5-434d-9924-1e899318ed6b [pid: 7|app: 0|req: 688/1396] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:43 2026] POST /v2.0/networks => generated 648 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1397] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 30 02:05:43 2026] POST /v2.0/qos/policies => generated 359 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1398] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 30 02:05:43 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) 2026-07-30 02:05:43.919 8 INFO neutron.services.segments.plugin [-] Segment 9645227e-6e9e-4857-a4f5-029835256828 resource provider aggregate not found 2026-07-30 02:05:43.930 8 INFO neutron.services.segments.plugin [-] Segment 9645227e-6e9e-4857-a4f5-029835256828 resource provider aggregate not found 2026-07-30 02:05:43.937 7 INFO neutron.db.segments_db [None req-afbe02be-e195-4d44-bfc1-3eed5cd69593 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Added segment 364400f1-f428-4239-83f6-44dd5242a55d of type vxlan for network ec77ab38-9558-45f7-9646-9c7c6126f1a7 2026-07-30 02:05:43.938 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9645227e-6e9e-4857-a4f5-029835256828 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9645227e-6e9e-4857-a4f5-029835256828 found for delete ", "request_id": "req-f81fa1cc-87f8-43ce-a65f-a9db1e0fb404"}]} 2026-07-30 02:05:43.955 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9645227e-6e9e-4857-a4f5-029835256828 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9645227e-6e9e-4857-a4f5-029835256828 found for delete ", "request_id": "req-6eb24612-7dee-47b0-bc7c-7ab2b8792ba1"}]} 2026-07-30 02:05:43.961 8 INFO neutron.services.segments.plugin [-] Segment 8a1f4f5c-87b6-4a1a-99a0-e478e3b55eba resource provider aggregate not found 2026-07-30 02:05:43.972 8 INFO neutron.services.segments.plugin [-] Segment 8a1f4f5c-87b6-4a1a-99a0-e478e3b55eba resource provider aggregate not found [pid: 8|app: 0|req: 711/1399] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 30 02:05:43 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:43.983 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a1f4f5c-87b6-4a1a-99a0-e478e3b55eba resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a1f4f5c-87b6-4a1a-99a0-e478e3b55eba found for delete ", "request_id": "req-46670eab-646b-41f1-9e3b-092d6c4384f9"}]} 2026-07-30 02:05:43.989 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a1f4f5c-87b6-4a1a-99a0-e478e3b55eba resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a1f4f5c-87b6-4a1a-99a0-e478e3b55eba found for delete ", "request_id": "req-a88c9a8b-7780-45d6-a17f-1f1e3f12d5f4"}]} [pid: 7|app: 0|req: 689/1400] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:43 2026] POST /v2.0/networks => generated 650 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1401] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 30 02:05:43 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: 713/1402] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 30 02:05:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1403] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:05:44 2026] PUT /v2.0/policies/7366ff1c-6194-4cb1-9449-a141f9078ec0/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1404] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:05:44 2026] PUT /v2.0/policies/4f5475b9-15ac-4aaf-a73f-8cdd367db9d7/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1405] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:05:44 2026] PUT /v2.0/policies/ab1210a0-2b98-477a-9dd6-0e14a6e69ae6/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1406] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:05:44 2026] PUT /v2.0/policies/ff40cda9-f42d-4bea-9896-b677ef432fe3/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1407] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:05:44 2026] POST /v2.0/ports => generated 1505 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1408] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:05:44 2026] GET /v2.0/ports => generated 1505 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:44.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c3ce636-f4df-4b9d-8c90-0fc2f3f37620 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] TaaS: Handle Delete Port: a1ac5ba5-e13e-49b7-b07e-ea48b699abd9 2026-07-30 02:05:44.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c3ce636-f4df-4b9d-8c90-0fc2f3f37620 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Tap Mirror: Handle Delete Port: a1ac5ba5-e13e-49b7-b07e-ea48b699abd9 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 719/1409] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:44 2026] DELETE /v2.0/ports/a1ac5ba5-e13e-49b7-b07e-ea48b699abd9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1410] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 30 02:05:44 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:45.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9b54f84-09a2-4e4f-b5bb-654782ed355d 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] TaaS: Handle Delete Port: 2f276436-da3b-4fa3-bc2a-f27fd07d7ac5 2026-07-30 02:05:45.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9b54f84-09a2-4e4f-b5bb-654782ed355d 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Tap Mirror: Handle Delete Port: 2f276436-da3b-4fa3-bc2a-f27fd07d7ac5 [pid: 7|app: 0|req: 692/1411] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:44 2026] DELETE /v2.0/ports/2f276436-da3b-4fa3-bc2a-f27fd07d7ac5 => 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: 720/1412] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:05:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1413] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1414] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/ports => 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: 722/1415] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1416] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:45.323 8 INFO neutron.db.segments_db [None req-5ea5fd53-fd88-406a-bcf7-f1b55a7556c9 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Added segment 95712492-58c3-4126-aa61-5a7e98dba109 of type vxlan for network 83a39ed4-270d-469c-96aa-1fc5369f9a28 [pid: 7|app: 0|req: 695/1417] 10.0.0.197 () {34 vars in 757 bytes} [Thu Jul 30 02:05:45 2026] PUT /v2.0/security-groups/84a6a863-5cd4-4028-88c3-e8f860aa2087 => generated 1663 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1418] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:45 2026] POST /v2.0/networks => generated 650 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1419] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/security-groups/84a6a863-5cd4-4028-88c3-e8f860aa2087 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1420] 10.0.0.197 () {32 vars in 695 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:45.546 8 INFO neutron.db.segments_db [None req-1a05151c-e4b0-4407-9da6-5e0a054f2fee 5fb4284afc284020baac3aaa185ea25c 330f9feee7f447d282c8610b9561bd6e - - default default] Added segment 8638ecad-58ca-49e9-a418-3860a5f11da9 of type vxlan for network 184add9e-6064-45ef-b76d-f88f3b43d344 [pid: 7|app: 0|req: 697/1421] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:45 2026] DELETE /v2.0/security-groups/84a6a863-5cd4-4028-88c3-e8f860aa2087 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1422] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1423] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:45 2026] POST /v2.0/networks => generated 650 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1424] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1425] 10.0.0.197 () {32 vars in 695 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:45.697 8 INFO neutron.api.v2.resource [None req-254a3a73-a965-49be-b292-920f5a43c551 11853409116a48199588f7b2b975efef 14c78eb77bf04741abfbcd4b7e07e2c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 727/1426] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:45 2026] DELETE /v2.0/security-groups/84a6a863-5cd4-4028-88c3-e8f860aa2087 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1427] 10.0.0.197 () {32 vars in 691 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1428] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:05:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1429] 10.0.0.197 () {32 vars in 703 bytes} [Thu Jul 30 02:05:45 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1430] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:05:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1431] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/qos/policies/7366ff1c-6194-4cb1-9449-a141f9078ec0 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1432] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules/3b186594-d5d4-44f9-88d7-f3ff834f2a17 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1433] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:45 2026] POST /v2.0/subnets => generated 1274 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1434] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/qos/policies/4f5475b9-15ac-4aaf-a73f-8cdd367db9d7 => 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: 701/1435] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1436] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/subnets => generated 1910 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1437] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/qos/policies/ab1210a0-2b98-477a-9dd6-0e14a6e69ae6 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1438] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/security-group-rules/3b186594-d5d4-44f9-88d7-f3ff834f2a17 => 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: 737/1439] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/qos/policies/ff40cda9-f42d-4bea-9896-b677ef432fe3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1440] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1441] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/subnets/0eab8b8c-1104-41c7-a568-59d35e99ebf2 => 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: 739/1442] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/qos/policies/d282756a-b7d7-45dc-8c76-3384ee3c730c => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1443] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:05:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1444] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules/afd095ed-0e26-4092-b554-5603e2c6e2cd => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1445] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/subnets/835e0110-2b44-4d67-af6f-05e9c4fdee66 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1446] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1447] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1448] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/security-group-rules/afd095ed-0e26-4092-b554-5603e2c6e2cd => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1449] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:46.686 8 INFO neutron.services.segments.plugin [-] Segment 8638ecad-58ca-49e9-a418-3860a5f11da9 resource provider aggregate not found 2026-07-30 02:05:46.695 8 INFO neutron.services.segments.plugin [-] Segment 8638ecad-58ca-49e9-a418-3860a5f11da9 resource provider aggregate not found 2026-07-30 02:05:46.707 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8638ecad-58ca-49e9-a418-3860a5f11da9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8638ecad-58ca-49e9-a418-3860a5f11da9 found for delete ", "request_id": "req-99f7810a-caf4-4185-9f17-2dcf58d42327"}]} 2026-07-30 02:05:46.710 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8638ecad-58ca-49e9-a418-3860a5f11da9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8638ecad-58ca-49e9-a418-3860a5f11da9 found for delete ", "request_id": "req-24fdad9e-ae0f-4446-ace7-cb8525e165e4"}]} [pid: 8|app: 0|req: 742/1450] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/networks/184add9e-6064-45ef-b76d-f88f3b43d344 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1451] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:05:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1452] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules/a246dc7b-37e0-4a49-b0eb-b40a8a093fa8 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1453] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/networks/83a39ed4-270d-469c-96aa-1fc5369f9a28 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1454] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1455] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/security-group-rules/a246dc7b-37e0-4a49-b0eb-b40a8a093fa8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1456] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:46 2026] DELETE /v2.0/networks/ec77ab38-9558-45f7-9646-9c7c6126f1a7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1457] 10.0.0.197 () {32 vars in 672 bytes} [Thu Jul 30 02:05:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1458] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:47 2026] DELETE /v2.0/security-groups/6e78c8f0-aa3d-4acd-9a3c-5f3abbf15031 => 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: 745/1459] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:47 2026] DELETE /v2.0/networks/2214397a-e3f5-434d-9924-1e899318ed6b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1460] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:05:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1461] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:05:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1462] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:47 2026] GET /v2.0/security-groups?tenant_id=6e73b1d6c11a4b2bb54b3942b9f19cfd&name=default => generated 2925 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1463] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:47 2026] DELETE /v2.0/security-groups/45e6ec1c-12ce-4b36-96d6-2faf442381f4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1464] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:47 2026] GET /v2.0/security-groups?tenant_id=330f9feee7f447d282c8610b9561bd6e&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1465] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:47 2026] GET /v2.0/security-groups?tenant_id=14c78eb77bf04741abfbcd4b7e07e2c1&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1466] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:47 2026] DELETE /v2.0/security-groups/25b77e80-bbed-40e2-ab82-def4116eb63a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1467] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:47 2026] DELETE /v2.0/security-groups/19e2f1c8-1d46-46de-ad2d-06b467bc65dc => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1468] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:47 2026] GET /v2.0/security-groups?tenant_id=ee14f94682c349b99289e98db3be4a5e&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1469] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:48 2026] DELETE /v2.0/security-groups/4569ac2c-c9f7-456b-8c21-4006f9e66d7a => 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: 720/1470] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:48 2026] GET /v2.0/security-groups?tenant_id=08bd1c490bfd45de879078f35d308092&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1471] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:48 2026] DELETE /v2.0/security-groups/0f477901-44e2-4c05-9bf5-f626028a30b6 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:48.731 8 INFO neutron.services.segments.plugin [-] Segment 95712492-58c3-4126-aa61-5a7e98dba109 resource provider aggregate not found 2026-07-30 02:05:48.735 8 INFO neutron.services.segments.plugin [-] Segment 95712492-58c3-4126-aa61-5a7e98dba109 resource provider aggregate not found 2026-07-30 02:05:48.746 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 95712492-58c3-4126-aa61-5a7e98dba109 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95712492-58c3-4126-aa61-5a7e98dba109 found for delete ", "request_id": "req-26d54183-d4b8-4e9b-b254-63a9a2ebfdb4"}]} 2026-07-30 02:05:48.749 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 95712492-58c3-4126-aa61-5a7e98dba109 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95712492-58c3-4126-aa61-5a7e98dba109 found for delete ", "request_id": "req-15c933ba-0c0f-4932-b5c6-a53678e329bd"}]} 2026-07-30 02:05:48.759 8 INFO neutron.services.segments.plugin [-] Segment 364400f1-f428-4239-83f6-44dd5242a55d resource provider aggregate not found 2026-07-30 02:05:48.766 8 INFO neutron.services.segments.plugin [-] Segment 364400f1-f428-4239-83f6-44dd5242a55d resource provider aggregate not found 2026-07-30 02:05:48.772 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 364400f1-f428-4239-83f6-44dd5242a55d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364400f1-f428-4239-83f6-44dd5242a55d found for delete ", "request_id": "req-87ae89b1-854c-4945-8177-fbfa1276b594"}]} 2026-07-30 02:05:48.784 8 INFO neutron.services.segments.plugin [-] Segment aba4586f-206d-42a1-8dcc-af7526bf1a34 resource provider aggregate not found 2026-07-30 02:05:48.784 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 364400f1-f428-4239-83f6-44dd5242a55d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364400f1-f428-4239-83f6-44dd5242a55d found for delete ", "request_id": "req-f01253d4-3aa7-4055-b2e9-86c3420650e9"}]} 2026-07-30 02:05:48.801 8 INFO neutron.services.segments.plugin [-] Segment aba4586f-206d-42a1-8dcc-af7526bf1a34 resource provider aggregate not found 2026-07-30 02:05:48.804 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment aba4586f-206d-42a1-8dcc-af7526bf1a34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba4586f-206d-42a1-8dcc-af7526bf1a34 found for delete ", "request_id": "req-4d693aa6-dadb-4f62-89b5-02f8dca4db71"}]} 2026-07-30 02:05:48.811 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment aba4586f-206d-42a1-8dcc-af7526bf1a34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba4586f-206d-42a1-8dcc-af7526bf1a34 found for delete ", "request_id": "req-3b2e8106-aafb-4b4e-9abf-bdb593da39f1"}]} 2026-07-30 02:05:50.090 7 INFO neutron.db.segments_db [None req-5fb35f47-4376-4245-9776-e320ab831ca8 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Added segment 9e83259d-0ed0-4cbf-a02f-88f68fef0411 of type vxlan for network 80c4e5b3-5732-45c2-ab6a-c2ec70a4904a [pid: 7|app: 0|req: 721/1472] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:49 2026] POST /v2.0/networks => generated 645 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1473] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:05:50 2026] POST /v2.0/ports => generated 775 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:50.529 7 INFO neutron.db.segments_db [None req-b6ee9447-68d4-4402-a4ca-74cc79a304cc 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Added segment c2d2881f-3cd5-41cb-af70-92273922d33e of type vxlan for network e2795af8-d4c5-4f64-b182-aa128ca3e85e [pid: 7|app: 0|req: 722/1474] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:50 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 753/1475] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:50 2026] POST /v2.0/subnets => generated 626 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1476] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:51 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 755/1477] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:51 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1478] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:05:50 2026] POST /v2.0/ports => generated 953 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 724/1479] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:51 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:51.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-513a2a4f-30e9-494f-943f-e62f193a8aa5 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] TaaS: Handle Delete Port: e95c5efd-e6b8-4979-b105-857156878607 2026-07-30 02:05:51.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-513a2a4f-30e9-494f-943f-e62f193a8aa5 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Tap Mirror: Handle Delete Port: e95c5efd-e6b8-4979-b105-857156878607 [pid: 7|app: 0|req: 725/1480] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:51 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1481] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:51 2026] DELETE /v2.0/ports/e95c5efd-e6b8-4979-b105-857156878607 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:51.550 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a6a374f-1cc7-4213-917f-a939d326abce 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1482] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:51 2026] DELETE /v2.0/ports/e95c5efd-e6b8-4979-b105-857156878607 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:51.578 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf6c23eb-a585-4b44-a896-cde63d71797c 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1483] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:05:51 2026] GET /v2.0/ports/e95c5efd-e6b8-4979-b105-857156878607 => 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: 758/1484] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:51 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 727/1485] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:51 2026] DELETE /v2.0/subnets/44a27460-5ab7-4fc1-a31d-2e0dfa34b677 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1486] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:51 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:51.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-9aff70b7-2ddb-4a4f-b7ee-60e24b8e5341 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] TaaS: Handle Delete Port: 264b17b3-ef72-4fd9-bb80-f59b50200a34 2026-07-30 02:05:51.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aff70b7-2ddb-4a4f-b7ee-60e24b8e5341 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Tap Mirror: Handle Delete Port: 264b17b3-ef72-4fd9-bb80-f59b50200a34 2026-07-30 02:05:52.205 7 INFO neutron.services.segments.plugin [-] Segment c2d2881f-3cd5-41cb-af70-92273922d33e resource provider aggregate not found 2026-07-30 02:05:52.208 7 INFO neutron.services.segments.plugin [-] Segment c2d2881f-3cd5-41cb-af70-92273922d33e resource provider aggregate not found 2026-07-30 02:05:52.227 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c2d2881f-3cd5-41cb-af70-92273922d33e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2d2881f-3cd5-41cb-af70-92273922d33e found for delete ", "request_id": "req-1dce95b6-5b12-4c2a-a8b2-327dc09f616d"}]} 2026-07-30 02:05:52.241 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c2d2881f-3cd5-41cb-af70-92273922d33e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2d2881f-3cd5-41cb-af70-92273922d33e found for delete ", "request_id": "req-ea275d68-2365-4e94-97d3-687b30cd06a8"}]} [pid: 7|app: 0|req: 729/1487] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:51 2026] DELETE /v2.0/networks/e2795af8-d4c5-4f64-b182-aa128ca3e85e => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:05:52.330 7 INFO neutron.db.segments_db [None req-dd0a51b8-a990-403c-bf29-c46517851eae 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Added segment dc4c08e6-4637-432b-b39a-3b2c7ea75a09 of type vxlan for network 1a8809a3-e696-44db-a48b-b235744801ad [pid: 7|app: 0|req: 730/1488] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:52 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1489] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:05:51 2026] POST /v2.0/floatingips => generated 552 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1490] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:05:52 2026] PUT /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1491] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:52 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1492] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:52 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1493] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:52 2026] GET /v2.0/security-groups?tenant_id=9041e3da95c84a00a66c271c9c7bc286&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1494] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:05:52 2026] POST /v2.0/ports => generated 912 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1495] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:52 2026] DELETE /v2.0/security-groups/c57181d8-5ba4-49d3-957e-c171389b53f6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1496] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:53.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad431841-cfc0-4f95-b1d0-b9284ffe7b29 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] TaaS: Handle Delete Port: ec29de0a-3213-4964-9f7b-b7d2e7f37c7f 2026-07-30 02:05:53.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad431841-cfc0-4f95-b1d0-b9284ffe7b29 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Tap Mirror: Handle Delete Port: ec29de0a-3213-4964-9f7b-b7d2e7f37c7f [pid: 7|app: 0|req: 736/1497] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:53 2026] DELETE /v2.0/ports/ec29de0a-3213-4964-9f7b-b7d2e7f37c7f => 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: 762/1498] 10.0.0.197 () {34 vars in 769 bytes} [Thu Jul 30 02:05:52 2026] PUT /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags/green => generated 4 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1499] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1500] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/ports?tenant_id=08e872136b764b9eb79fd2b11d3d3a46&device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:53.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b05859c7-48b0-4cf0-a0ee-83bd588e1a16 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 739/1501] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/ports/ec29de0a-3213-4964-9f7b-b7d2e7f37c7f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1502] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1503] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/security-groups?tenant_id=8d0edb22ea1e4ed1a3826d85820dcb34&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1504] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/networks?id=fa181684-1f89-4009-a5b3-a57281db0666 => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1505] 10.0.0.197 () {34 vars in 765 bytes} [Thu Jul 30 02:05:53 2026] PUT /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1506] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:53 2026] DELETE /v2.0/subnets/256537c6-c627-420a-b09c-adf57a1f0edf => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1507] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:53 2026] DELETE /v2.0/security-groups/30afbfa1-585f-426c-b45c-861471d518ce => 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: 744/1508] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1509] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=758de166-f717-4461-9dfa-7ce8ac8a743c => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1510] 10.0.0.197 () {34 vars in 787 bytes} [Thu Jul 30 02:05:53 2026] PUT /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1511] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/subnets?id=ac986910-6690-40c9-b32f-cb8100a2fea0 => 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: 745/1512] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:53 2026] DELETE /v2.0/networks/1a8809a3-e696-44db-a48b-b235744801ad => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1513] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1514] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/ports?network_id=fa181684-1f89-4009-a5b3-a57281db0666&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1515] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:05:53 2026] PUT /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/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: 748/1516] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1517] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1518] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1519] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1520] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:05:53 2026] POST /v2.0/ports => generated 775 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:53.966 7 INFO neutron.api.v2.resource [None req-1c3f3d3a-e853-44fd-b251-cf8d4200a74e 60e0383b8c574e3aaa53617a97018495 b0fd5944116c4b35a2859792a253edbb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1521] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 30 02:05:53 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags/green => generated 99 bytes in 37 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: 753/1522] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:05:53 2026] DELETE /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1523] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:54.115 7 INFO neutron.api.v2.resource [None req-a82fed4b-1f41-4f61-9e9f-d0a713ddb900 60e0383b8c574e3aaa53617a97018495 b0fd5944116c4b35a2859792a253edbb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 755/1524] 10.0.0.197 () {32 vars in 753 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1525] 10.0.0.197 () {34 vars in 736 bytes} [Thu Jul 30 02:05:53 2026] PUT /v2.0/ports/c6f37a24-1981-466a-b487-f915430043cd => generated 752 bytes in 184 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: 756/1526] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => 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: 757/1527] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:05:54.257 7 INFO neutron.services.segments.plugin [-] Segment dc4c08e6-4637-432b-b39a-3b2c7ea75a09 resource provider aggregate not found 2026-07-30 02:05:54.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-07e9997c-686e-41ba-b375-9fbcddc62e72 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] TaaS: Handle Delete Port: c6f37a24-1981-466a-b487-f915430043cd 2026-07-30 02:05:54.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07e9997c-686e-41ba-b375-9fbcddc62e72 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Tap Mirror: Handle Delete Port: c6f37a24-1981-466a-b487-f915430043cd 2026-07-30 02:05:54.281 7 INFO neutron.services.segments.plugin [-] Segment dc4c08e6-4637-432b-b39a-3b2c7ea75a09 resource provider aggregate not found 2026-07-30 02:05:54.282 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment dc4c08e6-4637-432b-b39a-3b2c7ea75a09 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc4c08e6-4637-432b-b39a-3b2c7ea75a09 found for delete ", "request_id": "req-c2443129-2248-44cd-ae36-84ba91aaa047"}]} 2026-07-30 02:05:54.300 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment dc4c08e6-4637-432b-b39a-3b2c7ea75a09 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc4c08e6-4637-432b-b39a-3b2c7ea75a09 found for delete ", "request_id": "req-779a50f4-e7f5-48bd-82b5-feadb204771b"}]} 2026-07-30 02:05:54.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cc45c92-4de5-429a-a107-525b064e1a17 60e0383b8c574e3aaa53617a97018495 b0fd5944116c4b35a2859792a253edbb - - default default] TaaS: Handle Delete Port: 15d84e8d-a208-49d0-b201-d2807cfc656f 2026-07-30 02:05:54.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cc45c92-4de5-429a-a107-525b064e1a17 60e0383b8c574e3aaa53617a97018495 b0fd5944116c4b35a2859792a253edbb - - default default] Tap Mirror: Handle Delete Port: 15d84e8d-a208-49d0-b201-d2807cfc656f [pid: 8|app: 0|req: 771/1528] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/ports/c6f37a24-1981-466a-b487-f915430043cd => 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: 772/1529] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/ports => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1530] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:54.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b14e23d3-f251-4307-993a-fc9b4a18562c 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 774/1531] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/ports/c6f37a24-1981-466a-b487-f915430043cd => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1532] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1533] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1534] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/floatingips/0710bec3-6a78-4724-ab0d-33835b821134 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1535] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:05:54 2026] GET /v2.0/ports/2ab2583a-30df-4496-99b4-59403a963633 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:05:54.578 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f12ce306-2448-4c15-8897-4e816982efc5 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1536] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/ports/ec29de0a-3213-4964-9f7b-b7d2e7f37c7f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:54.601 8 INFO neutron.pecan_wsgi.hooks.translation [None req-435bbf33-d710-4267-ac07-9e5f00075fd4 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 778/1537] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/subnets/256537c6-c627-420a-b09c-adf57a1f0edf => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:54.622 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae8af864-8aa7-4ae1-8e5e-30ea2e727e2c 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1538] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/subnets/44a27460-5ab7-4fc1-a31d-2e0dfa34b677 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:05:54.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c6adca9-fabe-4247-bcbc-02e6620b118d 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] TaaS: Handle Delete Port: 2ab2583a-30df-4496-99b4-59403a963633 2026-07-30 02:05:54.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c6adca9-fabe-4247-bcbc-02e6620b118d 26d4ddc0d64a43e9a6afa02654a34f37 470d5a493a2d47dbb37e177ebd37eafa - - default default] Tap Mirror: Handle Delete Port: 2ab2583a-30df-4496-99b4-59403a963633 [pid: 8|app: 0|req: 779/1539] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/ports/2ab2583a-30df-4496-99b4-59403a963633 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1540] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:05:54 2026] DELETE /v2.0/networks/80c4e5b3-5732-45c2-ab6a-c2ec70a4904a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1541] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:55 2026] GET /v2.0/security-groups?tenant_id=b0fd5944116c4b35a2859792a253edbb&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1542] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:55 2026] GET /v2.0/security-groups?tenant_id=470d5a493a2d47dbb37e177ebd37eafa&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1543] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:55 2026] DELETE /v2.0/security-groups/d18a9118-3b63-4909-9ae7-5fd499413c3c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1544] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:55 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1545] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:55 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1546] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:55 2026] DELETE /v2.0/security-groups/63259ef5-6f1b-4d1b-98eb-fbbd4984264d => 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: 765/1547] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:55 2026] GET /v2.0/security-groups?tenant_id=86534dcfa97c4c3db60c0467bcdef39c&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1548] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:55 2026] DELETE /v2.0/security-groups/1fcc8ebc-8f10-4b67-a941-02ca925e6bdc => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:56.321 7 INFO neutron.services.segments.plugin [-] Segment 9e83259d-0ed0-4cbf-a02f-88f68fef0411 resource provider aggregate not found 2026-07-30 02:05:56.334 7 INFO neutron.services.segments.plugin [-] Segment 9e83259d-0ed0-4cbf-a02f-88f68fef0411 resource provider aggregate not found 2026-07-30 02:05:56.340 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9e83259d-0ed0-4cbf-a02f-88f68fef0411 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e83259d-0ed0-4cbf-a02f-88f68fef0411 found for delete ", "request_id": "req-93d875f4-aa94-422a-9445-add8977027f5"}]} 2026-07-30 02:05:56.352 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9e83259d-0ed0-4cbf-a02f-88f68fef0411 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e83259d-0ed0-4cbf-a02f-88f68fef0411 found for delete ", "request_id": "req-0aab2d50-942b-4d9e-93f5-b3fec8145099"}]} [pid: 7|app: 0|req: 766/1549] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:56 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1550] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:56 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1553] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:05:57 2026] GET /v2.0/security-groups?tenant_id=5df924c7a9fe4a81a4117cb9454632c0&name=default => generated 2925 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:05:57.829 7 INFO neutron.db.segments_db [None req-1ec7943f-bee3-49da-a725-d6bd794b6e67 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment bd236fed-8090-441c-9258-bbea87e312e3 of type vxlan for network 2004f527-764f-48d9-8092-bd37b1eeb196 [pid: 7|app: 0|req: 768/1554] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:57 2026] POST /v2.0/networks => generated 629 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1555] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:05:57 2026] DELETE /v2.0/security-groups/ab258919-b93f-44cc-bea6-fbb32069b816 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:05:57.972 7 INFO neutron.db.segments_db [None req-cc34bc01-8f9f-4b58-ae16-4d3e1c313999 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment fc6aa858-37aa-46c7-9c8b-8b76fdc94ee5 of type vxlan for network 4e4dac92-7bb8-4087-9a00-36336e457d82 [pid: 8|app: 0|req: 788/1556] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:57 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1557] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:05:57 2026] POST /v2.0/networks => generated 629 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1558] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:58 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1559] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:58 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1560] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:58 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:05:58.619 7 INFO neutron.db.segments_db [None req-79226565-c7a0-4f2a-bc53-edb6a18bbe51 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment a15aac56-b2c9-43de-af23-26e1b3e31c95 of type vxlan for network 3984b24a-df00-4e11-9e6e-36d4d0fd0aaf 2026-07-30 02:05:58.932 7 INFO neutron.db.l3_hamode_db [None req-79226565-c7a0-4f2a-bc53-edb6a18bbe51 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:05:59.065 7 INFO neutron.db.l3_hamode_db [None req-79226565-c7a0-4f2a-bc53-edb6a18bbe51 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 791/1561] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:05:59 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1562] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:05:59 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1563] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:05:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1564] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:05:59 2026] PUT /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1565] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:59 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1566] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:05:58 2026] POST /v2.0/routers => generated 507 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1567] 10.0.0.197 () {34 vars in 769 bytes} [Thu Jul 30 02:05:59 2026] PUT /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1568] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:59 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1569] 10.0.0.197 () {34 vars in 765 bytes} [Thu Jul 30 02:05:59 2026] PUT /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1570] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:59 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1571] 10.0.0.197 () {34 vars in 787 bytes} [Thu Jul 30 02:05:59 2026] PUT /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1572] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:05:59 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1573] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:05:59 2026] PUT /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1574] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:06:00 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1575] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:06:00 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:00.121 8 INFO neutron.api.v2.resource [None req-7dfed149-ace2-428a-9ab3-f233b8b6c92e 63e6a66e884248f2a82f804ce17bc62a 1345aa5c14e940568646b27d8cab7b3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 805/1576] 10.0.0.197 () {32 vars in 750 bytes} [Thu Jul 30 02:06:00 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1577] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:06:00 2026] DELETE /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1578] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:06:00 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 30 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:00.313 8 INFO neutron.api.v2.resource [None req-98dd081f-a3eb-4b2e-9446-c9f234e9a506 63e6a66e884248f2a82f804ce17bc62a 1345aa5c14e940568646b27d8cab7b3f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 808/1579] 10.0.0.197 () {32 vars in 753 bytes} [Thu Jul 30 02:06:00 2026] DELETE /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1580] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:00 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1581] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:06:00 2026] DELETE /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1582] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:06:00 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1583] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:06:00 2026] GET /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1584] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:00 2026] DELETE /v2.0/subnetpools/2d1adf7b-597c-4a9f-a287-4193a055f2ec => 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: 772/1585] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:05:59 2026] PUT /v2.0/routers/2f17e93e-fa84-4289-85cd-fe7b662909c8/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1586] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:01 2026] GET /v2.0/ports/a8443874-9e37-4baf-9ef1-92db04d6bc02 => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1587] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:01 2026] GET /v2.0/security-groups?tenant_id=91240b6208364d6cb98035e3b94de058&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1588] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:01 2026] GET /v2.0/security-groups?tenant_id=865eec6912fb4939b93ef0221728796c&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: 817/1589] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:01 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1590] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:01 2026] DELETE /v2.0/security-groups/fe32e06c-d908-44fb-9b26-33db229023b7 => 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: 819/1591] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:01 2026] DELETE /v2.0/security-groups/c0fe404f-aa9b-41f7-a270-f7208b052d8f => 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: 820/1592] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:06:01 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&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: 821/1593] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:01 2026] GET /v2.0/security-groups?tenant_id=1345aa5c14e940568646b27d8cab7b3f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1594] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:02 2026] DELETE /v2.0/security-groups/e1887a50-7310-4eb6-9d39-6af4bd58a63b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1595] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:06:01 2026] PUT /v2.0/routers/2f17e93e-fa84-4289-85cd-fe7b662909c8/add_router_interface => generated 309 bytes in 1758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1596] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:02 2026] GET /v2.0/ports/5e175fdd-7b37-44a6-bf2b-bd0e01fba3af => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1597] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:03 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1598] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:06:03 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&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-30 02:06:03.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea0d04d6-0e76-4fdf-aaf4-b8ad3bebe6d2 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 5e175fdd-7b37-44a6-bf2b-bd0e01fba3af 2026-07-30 02:06:03.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea0d04d6-0e76-4fdf-aaf4-b8ad3bebe6d2 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 5e175fdd-7b37-44a6-bf2b-bd0e01fba3af [pid: 7|app: 0|req: 774/1599] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:06:02 2026] PUT /v2.0/routers/2f17e93e-fa84-4289-85cd-fe7b662909c8/remove_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:04.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e2270a0-4764-425a-96e4-e6b435ec8118 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: a8443874-9e37-4baf-9ef1-92db04d6bc02 2026-07-30 02:06:04.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e2270a0-4764-425a-96e4-e6b435ec8118 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: a8443874-9e37-4baf-9ef1-92db04d6bc02 [pid: 8|app: 0|req: 826/1600] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:06:03 2026] PUT /v2.0/routers/2f17e93e-fa84-4289-85cd-fe7b662909c8/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1601] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:04 2026] GET /v2.0/ports?device_id=2f17e93e-fa84-4289-85cd-fe7b662909c8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:04.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-06521429-682b-428a-a334-d9e0d4eb1ec0 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 70ec377f-4bd4-4e62-8ca3-36b51007f057 2026-07-30 02:06:04.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06521429-682b-428a-a334-d9e0d4eb1ec0 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 70ec377f-4bd4-4e62-8ca3-36b51007f057 2026-07-30 02:06:05.189 8 INFO neutron.services.segments.plugin [-] Segment a15aac56-b2c9-43de-af23-26e1b3e31c95 resource provider aggregate not found 2026-07-30 02:06:05.195 8 INFO neutron.services.segments.plugin [-] Segment a15aac56-b2c9-43de-af23-26e1b3e31c95 resource provider aggregate not found 2026-07-30 02:06:05.219 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a15aac56-b2c9-43de-af23-26e1b3e31c95 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15aac56-b2c9-43de-af23-26e1b3e31c95 found for delete ", "request_id": "req-c8475dde-9fef-43c2-a7e7-c34a27f48884"}]} 2026-07-30 02:06:05.220 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a15aac56-b2c9-43de-af23-26e1b3e31c95 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15aac56-b2c9-43de-af23-26e1b3e31c95 found for delete ", "request_id": "req-499e6e7c-a148-4042-a92e-26c5ad6f4824"}]} 2026-07-30 02:06:05.232 8 INFO neutron.db.l3_hamode_db [None req-06521429-682b-428a-a334-d9e0d4eb1ec0 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] HA network 3984b24a-df00-4e11-9e6e-36d4d0fd0aaf was deleted as no HA routers are present in tenant 10f98419870a4b948a45f2ea8e046f37. [pid: 8|app: 0|req: 827/1602] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:04 2026] DELETE /v2.0/routers/2f17e93e-fa84-4289-85cd-fe7b662909c8 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1603] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:05 2026] DELETE /v2.0/subnets/886f80a5-e0ef-4f83-9340-e301371a8f6c => 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: 828/1604] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:05 2026] DELETE /v2.0/subnets/75976518-ebb7-45ce-98a6-6fdcf1af08ac => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:05.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-26a2ddad-029b-4927-8c03-d3ffe1751de1 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 3d251d58-0426-41d5-8845-3830a6c517c0 2026-07-30 02:06:05.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26a2ddad-029b-4927-8c03-d3ffe1751de1 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 3d251d58-0426-41d5-8845-3830a6c517c0 2026-07-30 02:06:05.917 7 INFO neutron.services.segments.plugin [-] Segment fc6aa858-37aa-46c7-9c8b-8b76fdc94ee5 resource provider aggregate not found 2026-07-30 02:06:05.923 7 INFO neutron.services.segments.plugin [-] Segment fc6aa858-37aa-46c7-9c8b-8b76fdc94ee5 resource provider aggregate not found 2026-07-30 02:06:05.940 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fc6aa858-37aa-46c7-9c8b-8b76fdc94ee5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc6aa858-37aa-46c7-9c8b-8b76fdc94ee5 found for delete ", "request_id": "req-e3ad6414-5dc0-412e-b1ac-6c63cc5ceace"}]} 2026-07-30 02:06:05.943 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fc6aa858-37aa-46c7-9c8b-8b76fdc94ee5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc6aa858-37aa-46c7-9c8b-8b76fdc94ee5 found for delete ", "request_id": "req-4989bc0f-0e77-4383-bd47-ab9159ddf7ff"}]} [pid: 7|app: 0|req: 777/1605] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:05 2026] DELETE /v2.0/networks/4e4dac92-7bb8-4087-9a00-36336e457d82 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:06.051 8 INFO neutron.db.segments_db [None req-c59530a0-b302-4f87-9a38-8f03c6fdf6ca 65928ab0a8344e0690182d00b554f680 bf0cecc555014d76b050707d91a75942 - - default default] Added segment 37b0640a-a4cf-48e4-a4e2-976cb5de5b90 of type vxlan for network 0f8160aa-9f9f-40b0-9e66-7f7b36df0c53 2026-07-30 02:06:06.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-19446aef-185e-4f05-b115-028420466bd0 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 64b7a744-d721-4d61-8872-cd08e8de36fa 2026-07-30 02:06:06.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19446aef-185e-4f05-b115-028420466bd0 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 64b7a744-d721-4d61-8872-cd08e8de36fa [pid: 8|app: 0|req: 829/1606] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:05 2026] POST /v2.0/networks => generated 632 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1607] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:05 2026] DELETE /v2.0/networks/2004f527-764f-48d9-8092-bd37b1eeb196 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:06.347 7 INFO neutron.db.segments_db [None req-79c1a5f2-c982-4e4c-b7c5-70dc1e34fe32 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment 2e6f2306-893d-4f34-bcc6-1f1183122ebd of type vxlan for network a203b7ae-193f-4142-b6b8-0a2db5b785f8 [pid: 8|app: 0|req: 830/1608] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:06 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: 7|app: 0|req: 779/1609] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:06 2026] POST /v2.0/networks => generated 629 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1610] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:06:06 2026] PUT /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:06.490 8 INFO neutron.db.segments_db [None req-651ae18f-6da6-4818-9b8e-3588d753a28c 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Added segment 3ab1325d-a4cb-4212-a773-21ba439c3dec of type vxlan for network 5498bad7-e99e-4e98-9aef-82e464e2ab31 [pid: 7|app: 0|req: 781/1611] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:06 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) 2026-07-30 02:06:06.725 8 INFO neutron.db.l3_hamode_db [None req-651ae18f-6da6-4818-9b8e-3588d753a28c 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 782/1612] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:06:06 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:06.764 7 INFO neutron.db.segments_db [None req-45c516f8-2f68-4f73-b2b8-37aed4996d6f cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment 6663bdbc-2664-40ef-90ba-dfb46b205b16 of type vxlan for network fe19f3bf-ca80-45c5-9539-a5a67405d765 2026-07-30 02:06:06.843 8 INFO neutron.db.l3_hamode_db [None req-651ae18f-6da6-4818-9b8e-3588d753a28c 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:06:06.992 7 INFO neutron.db.l3_hamode_db [None req-45c516f8-2f68-4f73-b2b8-37aed4996d6f cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:06:07.100 7 INFO neutron.db.l3_hamode_db [None req-45c516f8-2f68-4f73-b2b8-37aed4996d6f cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 831/1613] 10.0.0.197 () {34 vars in 667 bytes} [Thu Jul 30 02:06:06 2026] POST /v2.0/routers => generated 474 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1614] 10.0.0.197 () {34 vars in 761 bytes} [Thu Jul 30 02:06:07 2026] PUT /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-30 02:06:07.599 8 INFO neutron.db.l3_hamode_db [None req-be4cc254-afda-4846-b201-f3914a7bf33d 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:06:07.705 8 INFO neutron.db.l3_hamode_db [None req-be4cc254-afda-4846-b201-f3914a7bf33d 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 783/1615] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:06 2026] POST /v2.0/routers => generated 507 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1616] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:06:07 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:07.967 7 INFO neutron.services.segments.plugin [-] Segment bd236fed-8090-441c-9258-bbea87e312e3 resource provider aggregate not found 2026-07-30 02:06:07.967 7 INFO neutron.services.segments.plugin [-] Segment bd236fed-8090-441c-9258-bbea87e312e3 resource provider aggregate not found 2026-07-30 02:06:07.988 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd236fed-8090-441c-9258-bbea87e312e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd236fed-8090-441c-9258-bbea87e312e3 found for delete ", "request_id": "req-d74904e7-9359-4381-8da5-6c6716d270a6"}]} 2026-07-30 02:06:07.988 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bd236fed-8090-441c-9258-bbea87e312e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd236fed-8090-441c-9258-bbea87e312e3 found for delete ", "request_id": "req-90e29f4f-5708-4d3c-acea-b896c96d32ed"}]} [pid: 7|app: 0|req: 785/1617] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:06:07 2026] POST /v2.0/ports => generated 951 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 786/1618] 10.0.0.197 () {34 vars in 757 bytes} [Thu Jul 30 02:06:08 2026] PUT /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/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: 833/1619] 10.0.0.197 () {34 vars in 667 bytes} [Thu Jul 30 02:06:07 2026] POST /v2.0/routers => generated 474 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1620] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:06:08 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:08.398 8 INFO neutron.db.l3_hamode_db [None req-021b2488-b4ba-4d2c-86c5-f216811b335d 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:06:08.513 8 INFO neutron.db.l3_hamode_db [None req-021b2488-b4ba-4d2c-86c5-f216811b335d 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 835/1621] 10.0.0.197 () {34 vars in 667 bytes} [Thu Jul 30 02:06:08 2026] POST /v2.0/routers => generated 474 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1622] 10.0.0.197 () {34 vars in 779 bytes} [Thu Jul 30 02:06:09 2026] PUT /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-30 02:06:09.209 8 INFO neutron.db.l3_hamode_db [None req-9a877761-80b7-4bcb-932f-18173d7b59db 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 787/1623] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:06:08 2026] PUT /v2.0/routers/00540d77-4638-44cf-b994-82e16c3f20df/add_router_interface => generated 309 bytes in 1142 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: 788/1624] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:06:09 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:09.351 8 INFO neutron.db.l3_hamode_db [None req-9a877761-80b7-4bcb-932f-18173d7b59db 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 789/1625] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:09 2026] GET /v2.0/ports/b5c3af39-684d-428d-bd8b-521a677589d1 => generated 1025 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1626] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:06:09 2026] PUT /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:09.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-c32ed51e-44ae-4c06-860c-f064609f4b7e cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: b5c3af39-684d-428d-bd8b-521a677589d1 2026-07-30 02:06:09.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c32ed51e-44ae-4c06-860c-f064609f4b7e cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: b5c3af39-684d-428d-bd8b-521a677589d1 [pid: 8|app: 0|req: 837/1627] 10.0.0.197 () {34 vars in 667 bytes} [Thu Jul 30 02:06:09 2026] POST /v2.0/routers => generated 474 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1628] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:06:09 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:10.021 8 INFO neutron.db.l3_hamode_db [None req-2e631724-fc8a-429e-9cc1-81f401aac788 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:06:10.171 8 INFO neutron.db.l3_hamode_db [None req-2e631724-fc8a-429e-9cc1-81f401aac788 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 791/1629] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:06:09 2026] PUT /v2.0/routers/00540d77-4638-44cf-b994-82e16c3f20df/remove_router_interface => generated 309 bytes in 791 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: 792/1630] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:06:10 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:10.367 7 INFO neutron.api.v2.resource [None req-38b86ef2-e590-48cc-92a1-a9f148411ae2 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 793/1631] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:06:10 2026] PUT /v2.0/routers/00540d77-4638-44cf-b994-82e16c3f20df/remove_router_interface => generated 197 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:06:10.404 7 INFO neutron.api.v2.resource [None req-bf682576-2b05-4d80-8b49-950677510df9 65928ab0a8344e0690182d00b554f680 bf0cecc555014d76b050707d91a75942 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1632] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 30 02:06:10 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1633] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:10 2026] GET /v2.0/ports?device_id=00540d77-4638-44cf-b994-82e16c3f20df => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1634] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:06:10 2026] DELETE /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:10.650 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e1dda01-2d56-4dd8-bd3a-beecda75b966 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 63ab1d9c-d1dd-49c5-96e4-ab7448ce40ed 2026-07-30 02:06:10.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e1dda01-2d56-4dd8-bd3a-beecda75b966 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 63ab1d9c-d1dd-49c5-96e4-ab7448ce40ed [pid: 8|app: 0|req: 839/1635] 10.0.0.197 () {34 vars in 667 bytes} [Thu Jul 30 02:06:09 2026] POST /v2.0/routers => generated 474 bytes in 829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1636] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:06:10 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1637] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:06:10 2026] PUT /v2.0/routers/a4c250bc-dceb-4fdf-9663-d5acdd976402/tags => generated 17 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:11.011 7 INFO neutron.services.segments.plugin [-] Segment 6663bdbc-2664-40ef-90ba-dfb46b205b16 resource provider aggregate not found 2026-07-30 02:06:11.018 7 INFO neutron.services.segments.plugin [-] Segment 6663bdbc-2664-40ef-90ba-dfb46b205b16 resource provider aggregate not found 2026-07-30 02:06:11.031 8 INFO neutron.api.v2.resource [None req-4c997d0a-3cc4-4429-a942-9cce14a13700 65928ab0a8344e0690182d00b554f680 bf0cecc555014d76b050707d91a75942 - - default default] delete failed (client error): The resource could not be found. 2026-07-30 02:06:11.032 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6663bdbc-2664-40ef-90ba-dfb46b205b16 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6663bdbc-2664-40ef-90ba-dfb46b205b16 found for delete ", "request_id": "req-f2645e19-fb28-4247-b67b-d34cfcfc7415"}]} [pid: 8|app: 0|req: 842/1638] 10.0.0.197 () {32 vars in 745 bytes} [Thu Jul 30 02:06:10 2026] DELETE /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 02:06:11.034 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6663bdbc-2664-40ef-90ba-dfb46b205b16 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6663bdbc-2664-40ef-90ba-dfb46b205b16 found for delete ", "request_id": "req-24359ffc-f58f-4413-ae3d-a056f0e7ac39"}]} 2026-07-30 02:06:11.040 7 INFO neutron.db.l3_hamode_db [None req-2e1dda01-2d56-4dd8-bd3a-beecda75b966 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] HA network fe19f3bf-ca80-45c5-9539-a5a67405d765 was deleted as no HA routers are present in tenant 10f98419870a4b948a45f2ea8e046f37. [pid: 7|app: 0|req: 797/1639] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:10 2026] DELETE /v2.0/routers/00540d77-4638-44cf-b994-82e16c3f20df => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1640] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:06:11 2026] DELETE /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1641] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:06:11 2026] PUT /v2.0/routers/bc15cc90-08f6-4662-a485-72c5dc5c2e1c/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1642] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:06:11 2026] GET /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1643] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:11 2026] DELETE /v2.0/subnets/5fd7713a-bd89-4687-91ad-06b4d7def331 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1644] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:06:11 2026] PUT /v2.0/routers/29e0a123-1b1e-46f0-b9be-8af65b39a30a/tags => generated 34 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1645] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:11 2026] DELETE /v2.0/subnets/ff36d126-2567-43c1-b903-67c1fb30a9fe => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:11.409 8 INFO neutron.services.segments.plugin [-] Segment 2e6f2306-893d-4f34-bcc6-1f1183122ebd resource provider aggregate not found 2026-07-30 02:06:11.416 8 INFO neutron.services.segments.plugin [-] Segment 2e6f2306-893d-4f34-bcc6-1f1183122ebd resource provider aggregate not found 2026-07-30 02:06:11.432 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2e6f2306-893d-4f34-bcc6-1f1183122ebd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6f2306-893d-4f34-bcc6-1f1183122ebd found for delete ", "request_id": "req-bcd4393d-9973-4d31-a380-36c796afb633"}]} 2026-07-30 02:06:11.439 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2e6f2306-893d-4f34-bcc6-1f1183122ebd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6f2306-893d-4f34-bcc6-1f1183122ebd found for delete ", "request_id": "req-7468613e-52ea-42bc-8e8d-0a131db5f7b2"}]} [pid: 8|app: 0|req: 846/1646] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:11 2026] DELETE /v2.0/networks/a203b7ae-193f-4142-b6b8-0a2db5b785f8 => 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: 801/1647] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:06:11 2026] PUT /v2.0/routers/712ccfc3-b2f0-46f1-bb19-90fe2a780c33/tags => generated 19 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:11.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-e46a3c92-d46c-403f-b361-3314b15897ef 65928ab0a8344e0690182d00b554f680 bf0cecc555014d76b050707d91a75942 - - default default] TaaS: Handle Delete Port: 5084510d-9396-4b9f-8b7e-5eae3800b00e 2026-07-30 02:06:11.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e46a3c92-d46c-403f-b361-3314b15897ef 65928ab0a8344e0690182d00b554f680 bf0cecc555014d76b050707d91a75942 - - default default] Tap Mirror: Handle Delete Port: 5084510d-9396-4b9f-8b7e-5eae3800b00e 2026-07-30 02:06:11.583 7 INFO neutron.db.segments_db [None req-9fd76a8b-7ad3-4679-9d2d-66f714600f39 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment 6a7ffadb-4125-45d5-8713-07443e802710 of type vxlan for network ae89bab0-bc71-4c9b-96d5-4cbbbd7876be [pid: 7|app: 0|req: 802/1648] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:11 2026] POST /v2.0/networks => generated 630 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1649] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:11 2026] DELETE /v2.0/networks/0f8160aa-9f9f-40b0-9e66-7f7b36df0c53 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1650] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 30 02:06:11 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1651] 10.0.0.197 () {32 vars in 677 bytes} [Thu Jul 30 02:06:11 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1652] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 30 02:06:11 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1653] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:11 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1654] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 30 02:06:11 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:11.995 8 INFO neutron.db.segments_db [None req-31dbced5-2381-4f0c-ae81-39c6f96fe63b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment 50c3a39d-26b6-4cc4-b080-fca63e97b62d of type vxlan for network 4fdc439f-5741-4f74-9835-8a734b57bdd8 [pid: 7|app: 0|req: 807/1655] 10.0.0.197 () {32 vars in 671 bytes} [Thu Jul 30 02:06:11 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1656] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 30 02:06:12 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1659] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 30 02:06:12 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:12.282 8 INFO neutron.db.l3_hamode_db [None req-31dbced5-2381-4f0c-ae81-39c6f96fe63b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 812/1660] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:06:12 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1661] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:06:12 2026] GET /v2.0/routers/a4c250bc-dceb-4fdf-9663-d5acdd976402 => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:12.481 8 INFO neutron.db.l3_hamode_db [None req-31dbced5-2381-4f0c-ae81-39c6f96fe63b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 814/1662] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 30 02:06:12 2026] PUT /v2.0/routers/a4c250bc-dceb-4fdf-9663-d5acdd976402 => generated 485 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1663] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:11 2026] POST /v2.0/routers => generated 506 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1664] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:13 2026] GET /v2.0/ports?device_id=a4c250bc-dceb-4fdf-9663-d5acdd976402 => 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: 815/1665] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:12 2026] GET /v2.0/security-groups?tenant_id=ccf476c3d8b14a86a96b579e37971daf&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:13.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1be157a-f8fc-49c0-bc00-553adc26b780 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] TaaS: Handle Delete Port: a1ab6cd3-8b9b-4925-acc6-adda16e0d178 2026-07-30 02:06:13.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1be157a-f8fc-49c0-bc00-553adc26b780 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Tap Mirror: Handle Delete Port: a1ab6cd3-8b9b-4925-acc6-adda16e0d178 2026-07-30 02:06:13.455 8 INFO neutron.services.segments.plugin [-] Segment 37b0640a-a4cf-48e4-a4e2-976cb5de5b90 resource provider aggregate not found 2026-07-30 02:06:13.467 8 INFO neutron.services.segments.plugin [-] Segment 37b0640a-a4cf-48e4-a4e2-976cb5de5b90 resource provider aggregate not found 2026-07-30 02:06:13.476 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37b0640a-a4cf-48e4-a4e2-976cb5de5b90 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b0640a-a4cf-48e4-a4e2-976cb5de5b90 found for delete ", "request_id": "req-ad7dd9ef-b52d-4e64-a0a9-7fc0dac266bc"}]} 2026-07-30 02:06:13.492 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 37b0640a-a4cf-48e4-a4e2-976cb5de5b90 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b0640a-a4cf-48e4-a4e2-976cb5de5b90 found for delete ", "request_id": "req-84645cce-8766-47d8-ae59-0b80c80f6680"}]} [pid: 7|app: 0|req: 816/1666] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:13 2026] DELETE /v2.0/routers/a4c250bc-dceb-4fdf-9663-d5acdd976402 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1667] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:13 2026] DELETE /v2.0/security-groups/6f90aa4a-db6e-47d4-825a-54bdc1902276 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1668] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:06:13 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1669] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:06:13 2026] GET /v2.0/routers/bc15cc90-08f6-4662-a485-72c5dc5c2e1c => generated 493 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1670] 10.0.0.83 () {34 vars in 1038 bytes} [Thu Jul 30 02:06:13 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&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: 851/1671] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:06:13 2026] PUT /v2.0/routers/a6b22971-8996-47be-921a-25dd66ff8d0a/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1672] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:14 2026] GET /v2.0/security-groups?tenant_id=bf0cecc555014d76b050707d91a75942&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1673] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:14 2026] GET /v2.0/ports/821e6259-1a7c-4c1a-86f8-35eeb8e200dc => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1674] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 30 02:06:13 2026] PUT /v2.0/routers/bc15cc90-08f6-4662-a485-72c5dc5c2e1c => generated 493 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1675] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:14 2026] DELETE /v2.0/security-groups/8f739600-0591-42d4-8f52-d6119eff3508 => 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: 855/1676] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:14 2026] GET /v2.0/ports?device_id=bc15cc90-08f6-4662-a485-72c5dc5c2e1c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:14.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-01a30033-569e-46b1-8cb9-9d5015b63766 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] TaaS: Handle Delete Port: a4ce66fb-c5fe-412f-bea2-72e028f7dc57 2026-07-30 02:06:14.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01a30033-569e-46b1-8cb9-9d5015b63766 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Tap Mirror: Handle Delete Port: a4ce66fb-c5fe-412f-bea2-72e028f7dc57 2026-07-30 02:06:14.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-af60fe3d-9f40-4009-b1f0-c41cde218091 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 821e6259-1a7c-4c1a-86f8-35eeb8e200dc 2026-07-30 02:06:14.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af60fe3d-9f40-4009-b1f0-c41cde218091 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 821e6259-1a7c-4c1a-86f8-35eeb8e200dc [pid: 8|app: 0|req: 856/1677] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:14 2026] DELETE /v2.0/routers/bc15cc90-08f6-4662-a485-72c5dc5c2e1c => generated 0 bytes in 496 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1678] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:06:14 2026] GET /v2.0/routers/29e0a123-1b1e-46f0-b9be-8af65b39a30a => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1679] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:06:14 2026] PUT /v2.0/routers/a6b22971-8996-47be-921a-25dd66ff8d0a/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1680] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:15 2026] GET /v2.0/ports?device_id=a6b22971-8996-47be-921a-25dd66ff8d0a => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:15.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-43e57a77-57d7-4146-9bcc-0324ff620283 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 8c0d3967-226c-4a26-bc91-6c1fb2ac5be0 2026-07-30 02:06:15.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43e57a77-57d7-4146-9bcc-0324ff620283 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 8c0d3967-226c-4a26-bc91-6c1fb2ac5be0 [pid: 8|app: 0|req: 858/1681] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 30 02:06:15 2026] PUT /v2.0/routers/29e0a123-1b1e-46f0-b9be-8af65b39a30a => generated 502 bytes in 623 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1682] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:15 2026] GET /v2.0/ports?device_id=29e0a123-1b1e-46f0-b9be-8af65b39a30a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:15.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f441ac0-f49a-4422-b5cb-0d758e6a138e 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] TaaS: Handle Delete Port: 3101f2d8-6a5a-40be-a9bc-019b944b87c8 2026-07-30 02:06:15.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f441ac0-f49a-4422-b5cb-0d758e6a138e 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Tap Mirror: Handle Delete Port: 3101f2d8-6a5a-40be-a9bc-019b944b87c8 2026-07-30 02:06:15.938 7 INFO neutron.services.segments.plugin [-] Segment 50c3a39d-26b6-4cc4-b080-fca63e97b62d resource provider aggregate not found 2026-07-30 02:06:15.943 7 INFO neutron.services.segments.plugin [-] Segment 50c3a39d-26b6-4cc4-b080-fca63e97b62d resource provider aggregate not found 2026-07-30 02:06:15.958 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50c3a39d-26b6-4cc4-b080-fca63e97b62d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c3a39d-26b6-4cc4-b080-fca63e97b62d found for delete ", "request_id": "req-745c0c44-7f83-4fce-82ee-b9d66da4c393"}]} 2026-07-30 02:06:15.959 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50c3a39d-26b6-4cc4-b080-fca63e97b62d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c3a39d-26b6-4cc4-b080-fca63e97b62d found for delete ", "request_id": "req-334977e0-4b35-42f1-b039-5f0a49f4e908"}]} 2026-07-30 02:06:15.970 7 INFO neutron.db.l3_hamode_db [None req-43e57a77-57d7-4146-9bcc-0324ff620283 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] HA network 4fdc439f-5741-4f74-9835-8a734b57bdd8 was deleted as no HA routers are present in tenant 10f98419870a4b948a45f2ea8e046f37. [pid: 7|app: 0|req: 824/1683] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:15 2026] DELETE /v2.0/routers/a6b22971-8996-47be-921a-25dd66ff8d0a => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1684] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:15 2026] DELETE /v2.0/routers/29e0a123-1b1e-46f0-b9be-8af65b39a30a => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1685] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:06:16 2026] GET /v2.0/routers/712ccfc3-b2f0-46f1-bb19-90fe2a780c33 => generated 487 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1686] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:15 2026] DELETE /v2.0/subnets/5178c778-0c70-4b07-8808-d111a558b3f7 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:16.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e50feb3-4876-4de5-9dc7-2aac353078e9 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 6302394a-72b8-4380-b2c9-24c6e311d509 2026-07-30 02:06:16.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e50feb3-4876-4de5-9dc7-2aac353078e9 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 6302394a-72b8-4380-b2c9-24c6e311d509 [pid: 7|app: 0|req: 826/1687] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:16 2026] DELETE /v2.0/networks/ae89bab0-bc71-4c9b-96d5-4cbbbd7876be => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:16.562 7 INFO neutron.db.segments_db [None req-2d48db5f-7391-4a91-9d5c-360304e7bcf4 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Added segment bcd83f52-c8af-4657-82d7-2e53d2a2edec of type vxlan for network 6e0fccad-21ea-4cf5-8439-1b3400659488 [pid: 8|app: 0|req: 862/1688] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 30 02:06:16 2026] PUT /v2.0/routers/712ccfc3-b2f0-46f1-bb19-90fe2a780c33 => generated 487 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1689] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:16 2026] GET /v2.0/ports?device_id=712ccfc3-b2f0-46f1-bb19-90fe2a780c33 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:16.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b456513-fdd0-4de2-a7b9-f48aecf3414a 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] TaaS: Handle Delete Port: 47430218-4d40-49b3-b462-6594a090c7bc 2026-07-30 02:06:16.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b456513-fdd0-4de2-a7b9-f48aecf3414a 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Tap Mirror: Handle Delete Port: 47430218-4d40-49b3-b462-6594a090c7bc 2026-07-30 02:06:16.871 7 INFO neutron.db.l3_hamode_db [None req-2d48db5f-7391-4a91-9d5c-360304e7bcf4 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 864/1690] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:16 2026] DELETE /v2.0/routers/712ccfc3-b2f0-46f1-bb19-90fe2a780c33 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1691] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:06:17 2026] GET /v2.0/routers/17765985-0615-4de7-9ac4-883d87ae0fe0 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:17.979 7 INFO neutron.services.segments.plugin [-] Segment 6a7ffadb-4125-45d5-8713-07443e802710 resource provider aggregate not found 2026-07-30 02:06:17.991 7 INFO neutron.services.segments.plugin [-] Segment 6a7ffadb-4125-45d5-8713-07443e802710 resource provider aggregate not found 2026-07-30 02:06:18.006 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a7ffadb-4125-45d5-8713-07443e802710 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a7ffadb-4125-45d5-8713-07443e802710 found for delete ", "request_id": "req-2ddfbc5c-dd8e-423f-abe7-bb3ace1f8119"}]} 2026-07-30 02:06:18.012 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a7ffadb-4125-45d5-8713-07443e802710 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a7ffadb-4125-45d5-8713-07443e802710 found for delete ", "request_id": "req-392792cf-903b-44e9-aa53-ab1a2442456b"}]} 2026-07-30 02:06:18.275 7 INFO neutron.db.l3_hamode_db [None req-2d48db5f-7391-4a91-9d5c-360304e7bcf4 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 866/1692] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 30 02:06:17 2026] PUT /v2.0/routers/17765985-0615-4de7-9ac4-883d87ae0fe0 => generated 480 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:18.640 8 INFO neutron.db.segments_db [None req-e79d52b7-5d8c-46ac-8ec7-d00df612160f ff500dad32bb46c5ba9f839f1a76ed4c 7cbc7414f5a8409491721c5d38fbee2e - - default default] Added segment fc17043a-021d-48c9-9e3f-6a2e3c5cc9f4 of type vxlan for network 41c1e72b-dd19-4ff4-8e48-61cd09d82ac6 [pid: 8|app: 0|req: 867/1693] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:18 2026] POST /v2.0/networks => generated 632 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1694] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:18 2026] GET /v2.0/ports?device_id=17765985-0615-4de7-9ac4-883d87ae0fe0 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:18.813 8 INFO neutron.db.segments_db [None req-b702864e-e5b4-41b5-afc5-3175478a374e ff500dad32bb46c5ba9f839f1a76ed4c 7cbc7414f5a8409491721c5d38fbee2e - - default default] Added segment 49e5215f-2e39-416a-a076-0b549ac9a0b8 of type vxlan for network e2ef1b64-4559-4efb-9b17-c9fd2d0a69d3 [pid: 8|app: 0|req: 869/1695] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:18 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1696] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:16 2026] POST /v2.0/routers => generated 688 bytes in 2598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:19.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-00e58a94-2c8a-4b11-a198-3dfd69119b5f 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] TaaS: Handle Delete Port: ad64c16f-6fc3-4b50-b465-0cda2eaf3399 2026-07-30 02:06:19.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00e58a94-2c8a-4b11-a198-3dfd69119b5f 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] Tap Mirror: Handle Delete Port: ad64c16f-6fc3-4b50-b465-0cda2eaf3399 [pid: 7|app: 0|req: 828/1697] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:06:19 2026] PUT /v2.0/networks/41c1e72b-dd19-4ff4-8e48-61cd09d82ac6/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1698] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/routers/93b41053-a4e4-41d6-a882-d3fa5a97a103 => generated 694 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1699] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/networks/41c1e72b-dd19-4ff4-8e48-61cd09d82ac6/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1700] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/routers => generated 697 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1701] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:06:19 2026] PUT /v2.0/networks/e2ef1b64-4559-4efb-9b17-c9fd2d0a69d3/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:19.469 8 INFO neutron.services.segments.plugin [-] Segment 3ab1325d-a4cb-4212-a773-21ba439c3dec resource provider aggregate not found 2026-07-30 02:06:19.476 8 INFO neutron.services.segments.plugin [-] Segment 3ab1325d-a4cb-4212-a773-21ba439c3dec resource provider aggregate not found 2026-07-30 02:06:19.491 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ab1325d-a4cb-4212-a773-21ba439c3dec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab1325d-a4cb-4212-a773-21ba439c3dec found for delete ", "request_id": "req-dfc9a1d8-5912-41a4-9452-f1f99a33f943"}]} 2026-07-30 02:06:19.496 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ab1325d-a4cb-4212-a773-21ba439c3dec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab1325d-a4cb-4212-a773-21ba439c3dec found for delete ", "request_id": "req-00f8d643-f3e9-4b87-b41b-6215cf15ae4c"}]} 2026-07-30 02:06:19.504 8 INFO neutron.db.l3_hamode_db [None req-00e58a94-2c8a-4b11-a198-3dfd69119b5f 53e97b5de1bd4d34b010bfef9d5f7872 8ead7e6fb4954780b4f1571a947e8c1c - - default default] HA network 5498bad7-e99e-4e98-9aef-82e464e2ab31 was deleted as no HA routers are present in tenant 8ead7e6fb4954780b4f1571a947e8c1c. [pid: 8|app: 0|req: 870/1702] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:18 2026] DELETE /v2.0/routers/17765985-0615-4de7-9ac4-883d87ae0fe0 => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1703] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/networks/e2ef1b64-4559-4efb-9b17-c9fd2d0a69d3/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1704] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:06:19 2026] PUT /v2.0/networks/e2ef1b64-4559-4efb-9b17-c9fd2d0a69d3/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1705] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/networks/e2ef1b64-4559-4efb-9b17-c9fd2d0a69d3/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1706] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/networks/41c1e72b-dd19-4ff4-8e48-61cd09d82ac6/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: 875/1707] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:19 2026] DELETE /v2.0/networks/41c1e72b-dd19-4ff4-8e48-61cd09d82ac6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1708] 10.0.0.197 () {34 vars in 740 bytes} [Thu Jul 30 02:06:19 2026] PUT /v2.0/routers/93b41053-a4e4-41d6-a882-d3fa5a97a103 => generated 701 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1709] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/routers/93b41053-a4e4-41d6-a882-d3fa5a97a103 => generated 701 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1710] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:19 2026] GET /v2.0/ports?device_id=93b41053-a4e4-41d6-a882-d3fa5a97a103 => 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: 876/1711] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:19 2026] DELETE /v2.0/networks/e2ef1b64-4559-4efb-9b17-c9fd2d0a69d3 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:20.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca178525-1700-4d76-9137-617a8bcf2d0b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 45b203ee-f9b4-4b68-a5da-832173679588 2026-07-30 02:06:20.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca178525-1700-4d76-9137-617a8bcf2d0b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 45b203ee-f9b4-4b68-a5da-832173679588 2026-07-30 02:06:20.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca178525-1700-4d76-9137-617a8bcf2d0b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] TaaS: Handle Delete Port: 11e782fb-d610-469e-891d-92b61c3f03a6 2026-07-30 02:06:20.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca178525-1700-4d76-9137-617a8bcf2d0b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] Tap Mirror: Handle Delete Port: 11e782fb-d610-469e-891d-92b61c3f03a6 [pid: 8|app: 0|req: 877/1712] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/security-groups?tenant_id=acafed0a64444f9499861c28ba856367&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1713] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/security-groups?tenant_id=7cbc7414f5a8409491721c5d38fbee2e&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:20.742 7 INFO neutron.services.segments.plugin [-] Segment bcd83f52-c8af-4657-82d7-2e53d2a2edec resource provider aggregate not found 2026-07-30 02:06:20.748 7 INFO neutron.services.segments.plugin [-] Segment bcd83f52-c8af-4657-82d7-2e53d2a2edec resource provider aggregate not found 2026-07-30 02:06:20.765 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcd83f52-c8af-4657-82d7-2e53d2a2edec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd83f52-c8af-4657-82d7-2e53d2a2edec found for delete ", "request_id": "req-d207b130-77f5-4418-b43b-e32b878aed71"}]} 2026-07-30 02:06:20.767 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bcd83f52-c8af-4657-82d7-2e53d2a2edec resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd83f52-c8af-4657-82d7-2e53d2a2edec found for delete ", "request_id": "req-2facdf7a-06f4-4b69-b053-b9be0cf6d903"}]} 2026-07-30 02:06:20.769 7 INFO neutron.db.l3_hamode_db [None req-ca178525-1700-4d76-9137-617a8bcf2d0b cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] HA network 6e0fccad-21ea-4cf5-8439-1b3400659488 was deleted as no HA routers are present in tenant 10f98419870a4b948a45f2ea8e046f37. [pid: 7|app: 0|req: 836/1714] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:19 2026] DELETE /v2.0/routers/93b41053-a4e4-41d6-a882-d3fa5a97a103 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1715] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/security-groups/17a485f1-d86a-45d5-ac1e-945968266bd0 => 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: 880/1716] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/ports?device_id=93b41053-a4e4-41d6-a882-d3fa5a97a103 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:20.824 8 INFO neutron.api.v2.resource [None req-b79c077a-1c5a-4fae-a150-c9af7a97e2cf cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1717] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/routers/93b41053-a4e4-41d6-a882-d3fa5a97a103 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1718] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/ports?device_id=a6b22971-8996-47be-921a-25dd66ff8d0a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:20.861 8 INFO neutron.api.v2.resource [None req-806d43f5-9475-4cbc-8ce9-45acd1bbdd8f cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1719] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/routers/a6b22971-8996-47be-921a-25dd66ff8d0a => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1720] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/security-groups/8558caed-1194-409a-b6fb-0a2dfcd317fd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:20.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57f8a880-46d2-42cb-b622-12a3f2c07054 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 884/1721] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/subnets/5178c778-0c70-4b07-8808-d111a558b3f7 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1722] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/ports?device_id=00540d77-4638-44cf-b994-82e16c3f20df => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:20.908 8 INFO neutron.api.v2.resource [None req-061f6efe-b18d-4163-a5fe-830fa7ded21e cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1723] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/routers/00540d77-4638-44cf-b994-82e16c3f20df => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:06:20.923 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53f542ce-1698-439f-b3d9-57194a62424c cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1724] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/subnets/5fd7713a-bd89-4687-91ad-06b4d7def331 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1725] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/ports?device_id=2f17e93e-fa84-4289-85cd-fe7b662909c8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:20.963 8 INFO neutron.api.v2.resource [None req-38a10f46-8959-4c2b-935e-8a359474a9c7 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 889/1726] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/routers/2f17e93e-fa84-4289-85cd-fe7b662909c8 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:06:20.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb2b6d95-7b44-4a2f-938b-dd6f5dbb3314 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1727] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/subnets/886f80a5-e0ef-4f83-9340-e301371a8f6c => 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: 838/1728] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/security-groups?tenant_id=8ead7e6fb4954780b4f1571a947e8c1c&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:20.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5ceb243-6135-475c-a8f4-ad6ebef1d3b8 cafc99a2bdc4438ab8a9b63ddf47ef98 10f98419870a4b948a45f2ea8e046f37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1729] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/subnets/75976518-ebb7-45ce-98a6-6fdcf1af08ac => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1730] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:20 2026] GET /v2.0/security-groups?tenant_id=63434cbc8a714da890682be7323851bd&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1731] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:20 2026] DELETE /v2.0/security-groups/0ab76804-b4d1-4d1c-bed2-d4e0a26db60d => 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: 892/1732] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:21 2026] DELETE /v2.0/security-groups/7d7f2492-3ad7-4447-a235-c99638b55510 => 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: 841/1733] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:21 2026] GET /v2.0/security-groups?tenant_id=e142bb5ab6754c97a39d2eda723d3f65&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:21.513 8 INFO neutron.services.segments.plugin [-] Segment fc17043a-021d-48c9-9e3f-6a2e3c5cc9f4 resource provider aggregate not found 2026-07-30 02:06:21.518 8 INFO neutron.services.segments.plugin [-] Segment fc17043a-021d-48c9-9e3f-6a2e3c5cc9f4 resource provider aggregate not found [pid: 8|app: 0|req: 893/1734] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:21 2026] DELETE /v2.0/security-groups/a6ed3f0e-8376-4727-8936-5d6d10c2f965 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:21.538 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fc17043a-021d-48c9-9e3f-6a2e3c5cc9f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc17043a-021d-48c9-9e3f-6a2e3c5cc9f4 found for delete ", "request_id": "req-5e011b31-186a-4767-9dd3-181d38d5579b"}]} 2026-07-30 02:06:21.538 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fc17043a-021d-48c9-9e3f-6a2e3c5cc9f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc17043a-021d-48c9-9e3f-6a2e3c5cc9f4 found for delete ", "request_id": "req-9b1b9c48-7cf4-43d4-980a-889b0962f24b"}]} 2026-07-30 02:06:21.554 8 INFO neutron.services.segments.plugin [-] Segment 49e5215f-2e39-416a-a076-0b549ac9a0b8 resource provider aggregate not found 2026-07-30 02:06:21.562 8 INFO neutron.services.segments.plugin [-] Segment 49e5215f-2e39-416a-a076-0b549ac9a0b8 resource provider aggregate not found 2026-07-30 02:06:21.567 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 49e5215f-2e39-416a-a076-0b549ac9a0b8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49e5215f-2e39-416a-a076-0b549ac9a0b8 found for delete ", "request_id": "req-fecc8d3a-c907-42cf-a995-af548ec7dff0"}]} 2026-07-30 02:06:21.575 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 49e5215f-2e39-416a-a076-0b549ac9a0b8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49e5215f-2e39-416a-a076-0b549ac9a0b8 found for delete ", "request_id": "req-804c4e99-536c-4e8e-be84-bff70b10ae14"}]} [pid: 7|app: 0|req: 842/1735] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:21 2026] GET /v2.0/security-groups?tenant_id=10f98419870a4b948a45f2ea8e046f37&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1736] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:21 2026] DELETE /v2.0/security-groups/f05c3b86-5db0-40ad-924d-a7778efa4d62 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:23.869 7 INFO neutron.db.segments_db [None req-9db9a819-a5b6-451d-98a4-276cc3264b48 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 44549c8c-1b73-45ca-a4e2-a681885a985b of type vxlan for network aaac1336-2085-45b2-be41-d0d4fd3eb93b [pid: 7|app: 0|req: 843/1737] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:06:23 2026] POST /v2.0/networks => generated 741 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1738] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:23 2026] POST /v2.0/subnets => generated 688 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:24.236 7 INFO neutron.db.segments_db [None req-6046a7f6-59ed-4464-803e-f6ba6db53e7f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment be247f7d-26a0-438c-8a2b-4ad20f2b5789 of type vxlan for network 0d806083-32ba-4bb2-a5fb-bad30743e2d4 2026-07-30 02:06:24.500 7 INFO neutron.db.l3_hamode_db [None req-6046a7f6-59ed-4464-803e-f6ba6db53e7f e406fd9dd69947a9a3553390186a69a4 6b133573eb914eb3a974027541c42fa5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 896/1739] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:24 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1740] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:06:24 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:25.199 7 INFO neutron.db.l3_hamode_db [None req-6046a7f6-59ed-4464-803e-f6ba6db53e7f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 898/1741] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:25 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1742] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:06:25 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&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: 900/1743] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:06:25 2026] POST /v2.0/security-groups => generated 1601 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1744] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:24 2026] POST /v2.0/routers => generated 728 bytes in 1913 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1745] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:06:26 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1746] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:06:26 2026] POST /v2.0/security-groups => generated 1601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1747] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:06:26 2026] POST /v2.0/security-groups => generated 1601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1748] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:26 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 905/1749] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:06:26 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1750] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:06:26 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1751] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 30 02:06:26 2026] PUT /v2.0/security-groups/239adb61-2e63-4065-b7cb-1e7de79c8c29/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1752] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 30 02:06:26 2026] PUT /v2.0/security-groups/6a7d4753-1e71-4ee4-b702-c5ee8ff8c1b6/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1753] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 30 02:06:26 2026] PUT /v2.0/security-groups/7e3aa03e-4e51-4024-b67f-8b230c7bfc51/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1754] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 30 02:06:26 2026] PUT /v2.0/security-groups/3b4d3f86-c3ec-4097-bbf9-93112154e90d/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1755] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 30 02:06:26 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1756] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:06:26 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1757] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 30 02:06:26 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1758] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1759] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1762] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1763] 10.0.0.197 () {32 vars in 697 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1764] 10.0.0.197 () {32 vars in 709 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1765] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:06:26 2026] PUT /v2.0/routers/f9ae4295-049d-48b7-9730-99ac7423ea87/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1766] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:27 2026] DELETE /v2.0/security-groups/239adb61-2e63-4065-b7cb-1e7de79c8c29 => 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: 846/1767] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:27 2026] DELETE /v2.0/security-groups/6a7d4753-1e71-4ee4-b702-c5ee8ff8c1b6 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1768] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:27 2026] DELETE /v2.0/security-groups/7e3aa03e-4e51-4024-b67f-8b230c7bfc51 => 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: 847/1769] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1770] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:27 2026] DELETE /v2.0/security-groups/3b4d3f86-c3ec-4097-bbf9-93112154e90d => 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: 924/1771] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:27.815 7 INFO neutron_taas.services.taas.taas_plugin [req-087f5c32-0ac7-42ea-abc7-c4d065a63a34 req-0427f64f-5ee9-46f8-84d7-0e09f478dbbe d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] TaaS: Handle Delete Port: 758de166-f717-4461-9dfa-7ce8ac8a743c 2026-07-30 02:06:27.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-087f5c32-0ac7-42ea-abc7-c4d065a63a34 req-0427f64f-5ee9-46f8-84d7-0e09f478dbbe d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] Tap Mirror: Handle Delete Port: 758de166-f717-4461-9dfa-7ce8ac8a743c [pid: 8|app: 0|req: 925/1772] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:27 2026] DELETE /v2.0/security-groups/9b648830-953e-423b-a10c-231e31785494 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:27.929 7 INFO neutron.db.l3_db [req-087f5c32-0ac7-42ea-abc7-c4d065a63a34 req-0427f64f-5ee9-46f8-84d7-0e09f478dbbe d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] Floating IP 9e0584e1-7380-4b72-8e36-dbc0f963c4a5 disassociated. External IP: 10.96.250.219, port: 758de166-f717-4461-9dfa-7ce8ac8a743c. [pid: 8|app: 0|req: 926/1773] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:06:27 2026] GET /v2.0/security-groups?id=18398659-cd95-46d8-a614-a72f7ef8dc5a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1774] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:06:27 2026] DELETE /v2.0/ports/758de166-f717-4461-9dfa-7ce8ac8a743c => generated 0 bytes in 629 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:28.375 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f96a4f79-5288-4f14-a169-5c9990ffd287'] response: {'server_uuid': '0baef47e-321c-401d-b55a-183dc9f9d721', 'name': 'network-vif-deleted', 'tag': '758de166-f717-4461-9dfa-7ce8ac8a743c', 'status': 'completed', 'code': 200} 2026-07-30 02:06:28.929 7 INFO neutron.db.segments_db [None req-6f3e58c7-128f-4e38-a503-9ce9235dff29 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment e728d83b-b09c-4825-998a-34a37e59a34c of type vxlan for network 36f68b25-da63-4e1a-9bfb-64b2052aeaf6 [pid: 7|app: 0|req: 849/1775] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:06:28 2026] POST /v2.0/networks => generated 741 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1776] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:28 2026] GET /v2.0/security-groups?tenant_id=a841f767ba2e460897b20a8f4b0cd41e&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1777] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:29 2026] DELETE /v2.0/security-groups/d284e7ca-8228-4303-a1e5-c6890cc091cc => 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: 850/1778] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:29 2026] POST /v2.0/subnets => generated 688 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1779] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:29 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:29.313 7 INFO neutron.db.segments_db [None req-a1844897-6e99-42e9-9f5a-c5bf8082f3f4 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Added segment 6918add8-8a4d-412f-b21f-7bb5b04e7447 of type vxlan for network 4a4e3977-c9be-47ea-8c05-9035b1ac8966 [pid: 8|app: 0|req: 930/1780] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:29 2026] GET /v2.0/security-groups?tenant_id=b7d79706f79f46109cb2e7ce890ed6c6&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1781] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:29 2026] DELETE /v2.0/security-groups/e511d344-bcc3-49b5-8cf1-4400f794d811 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:29.599 7 INFO neutron.db.l3_hamode_db [None req-a1844897-6e99-42e9-9f5a-c5bf8082f3f4 e406fd9dd69947a9a3553390186a69a4 91a911b49be14abcb97de6676eecad3e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 932/1782] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:29 2026] GET /v2.0/security-groups?tenant_id=97b9b25680674c61a46c836b367058db&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1783] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:29 2026] DELETE /v2.0/security-groups/db0b2888-3035-4701-997d-2bd2d770c404 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1784] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:30 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:30.426 7 INFO neutron.db.l3_hamode_db [None req-a1844897-6e99-42e9-9f5a-c5bf8082f3f4 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 851/1785] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:29 2026] POST /v2.0/routers => generated 728 bytes in 2115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1786] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:31 2026] GET /v2.0/ports?device_id=0baef47e-321c-401d-b55a-183dc9f9d721 => 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: 935/1787] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:06:31 2026] PUT /v2.0/routers/700515f0-81d9-4664-a086-14fa3a1274c5/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1788] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:32 2026] DELETE /v2.0/security-groups/18398659-cd95-46d8-a614-a72f7ef8dc5a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:32.749 8 INFO neutron.api.v2.resource [None req-c12c6bf0-3ba5-4e5c-bc71-9990e468f5e0 d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 936/1789] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:06:32 2026] GET /v2.0/security-groups/18398659-cd95-46d8-a614-a72f7ef8dc5a => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:06:32.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-b98e7488-6229-4191-919c-107b188ce4ac d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] TaaS: Handle Delete Port: b8d90fc0-50e4-4b03-b249-a9eb5eaf9eff 2026-07-30 02:06:32.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b98e7488-6229-4191-919c-107b188ce4ac d9b565b63db54453930741733e429423 08e872136b764b9eb79fd2b11d3d3a46 - - default default] Tap Mirror: Handle Delete Port: b8d90fc0-50e4-4b03-b249-a9eb5eaf9eff [pid: 7|app: 0|req: 854/1790] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:32 2026] DELETE /v2.0/floatingips/9e0584e1-7380-4b72-8e36-dbc0f963c4a5 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1791] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:06:33 2026] POST /v2.0/security-groups => generated 1673 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 02:06:33.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9308a47-f037-4c22-8da7-27bd965a041b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 4e9524b5-dd8a-4d2d-94c0-09a0eec11659 2026-07-30 02:06:33.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9308a47-f037-4c22-8da7-27bd965a041b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 4e9524b5-dd8a-4d2d-94c0-09a0eec11659 [pid: 7|app: 0|req: 856/1792] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1793] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:33 2026] POST /v2.0/security-group-rules => generated 596 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1794] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1795] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:06:33 2026] PUT /v2.0/routers/fa84ba89-0b09-4289-9165-9f8d7b253aa6/remove_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1796] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:34.305 7 INFO neutron.db.securitygroups_db [None req-06ea5259-16bb-4843-b9c5-12f3200a10a7 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] Project 6b133573eb914eb3a974027541c42fa5 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-30 02:06:34.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-0028908c-e236-4e0d-a791-15b6f82cb612 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 86246f74-04fd-4194-9402-748d00f79fc4 2026-07-30 02:06:34.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0028908c-e236-4e0d-a791-15b6f82cb612 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 86246f74-04fd-4194-9402-748d00f79fc4 [pid: 7|app: 0|req: 860/1797] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:34 2026] POST /v2.0/security-group-rules => generated 607 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:34.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-0028908c-e236-4e0d-a791-15b6f82cb612 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 0842576c-d7e3-4cb5-9712-4444c1a5d17e 2026-07-30 02:06:34.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0028908c-e236-4e0d-a791-15b6f82cb612 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 0842576c-d7e3-4cb5-9712-4444c1a5d17e [pid: 7|app: 0|req: 861/1798] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:06:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:34.737 7 INFO neutron.db.securitygroups_db [None req-30f3b7b4-1343-458a-bff5-e54dbbdc0f27 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] Project 6b133573eb914eb3a974027541c42fa5 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: 862/1799] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1800] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:06:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1801] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:06:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:34.994 8 INFO neutron.services.segments.plugin [-] Segment 53103b7b-e0cc-4a71-9e22-1e6e8797ee63 resource provider aggregate not found 2026-07-30 02:06:35.007 8 INFO neutron.services.segments.plugin [-] Segment 53103b7b-e0cc-4a71-9e22-1e6e8797ee63 resource provider aggregate not found [pid: 7|app: 0|req: 865/1802] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:06:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:35.035 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 53103b7b-e0cc-4a71-9e22-1e6e8797ee63 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53103b7b-e0cc-4a71-9e22-1e6e8797ee63 found for delete ", "request_id": "req-c1cc7b04-a774-4b1f-9817-cdd9628e9bea"}]} 2026-07-30 02:06:35.040 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 53103b7b-e0cc-4a71-9e22-1e6e8797ee63 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53103b7b-e0cc-4a71-9e22-1e6e8797ee63 found for delete ", "request_id": "req-5ab42549-828c-4e8c-b435-306f29117831"}]} 2026-07-30 02:06:35.049 8 INFO neutron.db.l3_hamode_db [None req-0028908c-e236-4e0d-a791-15b6f82cb612 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 9b9cc8bf-c020-42ab-9727-63ba53440e82 was deleted as no HA routers are present in tenant 08e872136b764b9eb79fd2b11d3d3a46. [pid: 8|app: 0|req: 938/1803] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:34 2026] DELETE /v2.0/routers/fa84ba89-0b09-4289-9165-9f8d7b253aa6 => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1804] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:06:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1805] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:06:35 2026] PUT /v2.0/subnetpools/caeaeb95-07c3-46ca-86a8-5b971c279f69/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1806] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:35 2026] DELETE /v2.0/subnets/ac986910-6690-40c9-b32f-cb8100a2fea0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1807] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:06:35 2026] PUT /v2.0/subnetpools/87781c55-4981-4ab4-8310-97e08f6d1be3/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1808] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:06:35 2026] PUT /v2.0/subnetpools/10b34847-27a9-408b-b474-720f90ba504d/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:35.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-681ef334-ae36-44b1-afeb-6ffda71c9d75 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 4fe27eb4-b1ff-4cb1-a7f6-e0a0598bacc6 2026-07-30 02:06:35.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-681ef334-ae36-44b1-afeb-6ffda71c9d75 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 4fe27eb4-b1ff-4cb1-a7f6-e0a0598bacc6 [pid: 7|app: 0|req: 870/1809] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:06:35 2026] PUT /v2.0/subnetpools/c860bf82-02eb-457b-ae95-1e5de65d969e/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1810] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:35 2026] DELETE /v2.0/networks/fa181684-1f89-4009-a5b3-a57281db0666 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1811] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:06:35 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: 941/1812] 10.0.0.197 () {32 vars in 671 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1813] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1814] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1815] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1816] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1817] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1818] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/security-groups?tenant_id=08e872136b764b9eb79fd2b11d3d3a46&name=default => 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: 947/1819] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1820] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:06:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1821] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1822] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:35 2026] DELETE /v2.0/security-groups/58bac66c-9593-4a6e-97be-16d28efd3d83 => 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: 949/1823] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 30 02:06:35 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1824] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:35 2026] DELETE /v2.0/subnetpools/caeaeb95-07c3-46ca-86a8-5b971c279f69 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1825] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:35 2026] DELETE /v2.0/subnetpools/87781c55-4981-4ab4-8310-97e08f6d1be3 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1826] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:36 2026] DELETE /v2.0/subnetpools/10b34847-27a9-408b-b474-720f90ba504d => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1827] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:36 2026] DELETE /v2.0/subnetpools/c860bf82-02eb-457b-ae95-1e5de65d969e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1828] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:36 2026] DELETE /v2.0/subnetpools/a5137a9e-e8c8-4f15-84b8-040850a26f56 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1829] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:06:35 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1830] 10.0.0.187 () {34 vars in 1099 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1604952051&fields=id&tenant_id=6b133573eb914eb3a974027541c42fa5 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1831] 10.0.0.187 () {34 vars in 1097 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-871757113&fields=id&tenant_id=6b133573eb914eb3a974027541c42fa5 => 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: 956/1832] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/networks?id=aaac1336-2085-45b2-be41-d0d4fd3eb93b => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1833] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/quotas/6b133573eb914eb3a974027541c42fa5 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1834] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/ports?tenant_id=6b133573eb914eb3a974027541c42fa5&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1835] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/networks/aaac1336-2085-45b2-be41-d0d4fd3eb93b?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: 958/1836] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/networks/aaac1336-2085-45b2-be41-d0d4fd3eb93b?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: 879/1837] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:36 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:37.051 8 INFO neutron.services.segments.plugin [-] Segment 1228095c-1e67-4116-a0f6-367a3dfb19ad resource provider aggregate not found 2026-07-30 02:06:37.060 8 INFO neutron.services.segments.plugin [-] Segment 1228095c-1e67-4116-a0f6-367a3dfb19ad resource provider aggregate not found 2026-07-30 02:06:37.067 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1228095c-1e67-4116-a0f6-367a3dfb19ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1228095c-1e67-4116-a0f6-367a3dfb19ad found for delete ", "request_id": "req-d896e7ca-a194-4d4d-8f85-adc187dd08c5"}]} 2026-07-30 02:06:37.072 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1228095c-1e67-4116-a0f6-367a3dfb19ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1228095c-1e67-4116-a0f6-367a3dfb19ad found for delete ", "request_id": "req-baea70dd-864b-466f-be43-0044276d4171"}]} [pid: 8|app: 0|req: 959/1838] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:37 2026] GET /v2.0/security-groups?tenant_id=34398467a57343bda4ab94d163c2cafe&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1839] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:37 2026] DELETE /v2.0/security-groups/fcae0d37-dfb1-4fa7-ba51-2ece6c9ac4db => 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: 960/1840] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:37 2026] GET /v2.0/security-groups?tenant_id=a0d76a725eb943fa8038940aa63b476c&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1841] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:37 2026] DELETE /v2.0/security-groups/323074e0-6718-49fe-9d68-921f509bfc8c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1842] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:38 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => 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: 961/1843] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:38 2026] GET /v2.0/security-groups?tenant_id=15d2d0c5d7784b5cb8de101310d778ea&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1844] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:38 2026] DELETE /v2.0/security-groups/d984b8be-8961-471e-a347-6f85eda7bb88 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1845] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:38 2026] GET /v2.0/security-groups?tenant_id=03667ce1bb8d41e6a828fc39ee970df3&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1846] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:39 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => 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: 884/1847] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:39 2026] DELETE /v2.0/security-groups/c8d6a89d-f1b1-493c-a37e-ab789a43aa59 => 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: 964/1848] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:40 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => 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: 885/1849] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:06:41 2026] GET /v2.0/networks?id=aaac1336-2085-45b2-be41-d0d4fd3eb93b => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1850] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:06:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6b133573eb914eb3a974027541c42fa5 => generated 273 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1851] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:41 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => 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: 966/1852] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:06:41 2026] POST /v2.0/ports => generated 993 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1855] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:06:41 2026] PUT /v2.0/ports/48207fc6-14ed-46e3-af3d-41174816bb78 => generated 1274 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:42.399 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffc10a8f-d3bc-4e76-94bd-d0061d3a1478'] response: {'name': 'network-changed', 'server_uuid': '2379eb54-ad1d-4f04-ac66-89dbe999d8e8', 'tag': '48207fc6-14ed-46e3-af3d-41174816bb78', '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: 969/1856] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:42 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 888/1857] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:42 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1858] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:06:42 2026] GET /v2.0/ports?tenant_id=6b133573eb914eb3a974027541c42fa5&device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1277 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1859] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:06:42 2026] GET /v2.0/networks?tenant_id=6b133573eb914eb3a974027541c42fa5&shared=False => generated 769 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1860] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:06:43 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) 2026-07-30 02:06:43.307 7 INFO neutron.db.segments_db [None req-2ac2e757-0de3-4723-a3f4-79de7d3ce11e 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Added segment 4e7b2c5e-afff-4b1b-b725-2a81192872f3 of type vxlan for network 889cc071-144c-4f40-81b3-e4bbb106284c [pid: 7|app: 0|req: 889/1861] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:42 2026] POST /v2.0/networks => generated 631 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1862] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:06:43 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 890/1863] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:43 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1008 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1864] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:43 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1865] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 30 02:06:43 2026] POST /v2.0/trunks => generated 407 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:43.973 7 INFO neutron.db.segments_db [None req-a1561331-c1fa-44d7-b41f-2d0b9abd2054 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Added segment e2aafc5e-5890-4c44-b60a-3b78b72d9a02 of type vxlan for network dd61d9db-b933-42ed-b93a-38822af5ac12 [pid: 7|app: 0|req: 892/1866] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:43 2026] POST /v2.0/networks => generated 630 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1867] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/ports?tenant_id=6b133573eb914eb3a974027541c42fa5&device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1868] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=48207fc6-14ed-46e3-af3d-41174816bb78 => 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: 895/1869] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/subnets?id=c4f9a3ee-c67f-4971-ba39-7e520ebb4041 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1870] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/ports?network_id=aaac1336-2085-45b2-be41-d0d4fd3eb93b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1871] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/networks/aaac1336-2085-45b2-be41-d0d4fd3eb93b?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1872] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/networks/aaac1336-2085-45b2-be41-d0d4fd3eb93b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1873] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:06:44 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1874] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 30 02:06:44 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, ' 2026-07-30 02:06:44.647 8 INFO neutron.db.segments_db [None req-5802e896-db51-49fd-8ad5-5161b2622ff7 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Added segment 1ff4edba-6261-4036-bb33-e3ddf665e96b of type vxlan for network 67c82398-beca-4a72-881a-346c8acfae0b [pid: 8|app: 0|req: 976/1875] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:44 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) [pid: 8|app: 0|req: 977/1876] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => 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: 978/1877] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:44 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1878] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:06:44 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1879] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 30 02:06:45 2026] POST /v2.0/trunks => generated 407 bytes in 183 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-30 02:06:45.393 7 INFO neutron.db.segments_db [None req-2fbdd815-e293-4549-b6c5-b94efbca3a37 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Added segment e3fac03e-e383-4a29-8e64-9441df1e09f3 of type vxlan for network f45d358b-3592-450d-9fc9-e2e48ba3eca4 [pid: 7|app: 0|req: 901/1880] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:45 2026] POST /v2.0/networks => generated 631 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1881] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:06:45 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, ' [pid: 8|app: 0|req: 980/1882] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:45 2026] GET /v2.0/security-groups?tenant_id=10be896048fc418287e28c8ee423f336&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1883] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 30 02:06:45 2026] POST /v2.0/trunks => generated 407 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1884] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:45 2026] DELETE /v2.0/security-groups/de4476af-52e3-427d-a0e5-5cec06cebf60 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1885] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:46 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1008 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1886] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:46 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:46.071 8 INFO neutron.db.segments_db [None req-347aea8c-8d24-43cd-94dd-ce2f551f6a8d 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Added segment 99a5b9b2-60ed-4c01-ad8e-f3e75e5cb20a of type vxlan for network 92e2bc38-04b8-4206-af84-a1c2fae12622 [pid: 8|app: 0|req: 982/1887] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:46 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) [pid: 7|app: 0|req: 906/1888] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:46 2026] GET /v2.0/security-groups?tenant_id=d6e2bee40fde4d64b69a7e74ab06ba88&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1889] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:46 2026] DELETE /v2.0/security-groups/d225a46b-2a5a-4ab2-bd68-a66295b10d99 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1890] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:06:46 2026] POST /v2.0/ports => generated 743 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1891] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 30 02:06:46 2026] POST /v2.0/trunks => generated 407 bytes in 173 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: 984/1892] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:46 2026] PUT /v2.0/trunks/f1b2b52d-aa37-452d-b17e-d47ed07c520d/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1893] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:46 2026] PUT /v2.0/trunks/bbe3b6f7-1ab2-4982-8a4b-a877a4e85646/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1894] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:46 2026] PUT /v2.0/trunks/74005b2a-f564-4d7b-8fe0-7209308756b2/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1895] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:46 2026] PUT /v2.0/trunks/0f2530bd-e867-4b54-aa86-2521bdccb173/tags => 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: 986/1896] 10.0.0.197 () {32 vars in 661 bytes} [Thu Jul 30 02:06:46 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1897] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 30 02:06:46 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1898] 10.0.0.197 () {32 vars in 671 bytes} [Thu Jul 30 02:06:46 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1899] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 30 02:06:46 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1900] 10.0.0.197 () {32 vars in 669 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1901] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1902] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1903] 10.0.0.197 () {32 vars in 691 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1904] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks/f1b2b52d-aa37-452d-b17e-d47ed07c520d => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1905] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1906] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1907] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/ports/a16113e2-cfad-46b0-8891-1a44fcad1cf3 => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1908] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 30 02:06:47 2026] DELETE /v2.0/trunks/f1b2b52d-aa37-452d-b17e-d47ed07c520d => 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: 992/1909] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks/bbe3b6f7-1ab2-4982-8a4b-a877a4e85646 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1910] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/ports/b65ea892-8dcb-476f-8008-7fdc5a999008 => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1911] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1277 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1912] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 30 02:06:47 2026] DELETE /v2.0/trunks/bbe3b6f7-1ab2-4982-8a4b-a877a4e85646 => 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: 994/1913] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks/74005b2a-f564-4d7b-8fe0-7209308756b2 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1914] 162.253.55.222 () {34 vars in 1123 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/security-groups?id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1915] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/ports/db9b5c55-81a6-4520-845d-bb21623a6d8f => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1916] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 30 02:06:47 2026] DELETE /v2.0/trunks/74005b2a-f564-4d7b-8fe0-7209308756b2 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1917] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks/0f2530bd-e867-4b54-aa86-2521bdccb173 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1918] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/ports/d85df421-b979-4688-a932-410cc6f995f7 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1919] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 30 02:06:47 2026] DELETE /v2.0/trunks/0f2530bd-e867-4b54-aa86-2521bdccb173 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1920] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/trunks/e54f6503-a9a5-4390-b2d0-1f352c9749b2 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1921] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:06:47 2026] GET /v2.0/ports/8a779af5-de67-42ff-94ff-bc43cfa99ef7 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1922] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 30 02:06:48 2026] DELETE /v2.0/trunks/e54f6503-a9a5-4390-b2d0-1f352c9749b2 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:48.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-804154e0-0224-4714-b1ba-6f4fd5cf06a5 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] TaaS: Handle Delete Port: a16113e2-cfad-46b0-8891-1a44fcad1cf3 2026-07-30 02:06:48.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-804154e0-0224-4714-b1ba-6f4fd5cf06a5 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Tap Mirror: Handle Delete Port: a16113e2-cfad-46b0-8891-1a44fcad1cf3 [pid: 8|app: 0|req: 999/1923] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:06:48 2026] DELETE /v2.0/ports/a16113e2-cfad-46b0-8891-1a44fcad1cf3 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1924] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:48 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:48.448 7 INFO neutron.db.segments_db [None req-3550fff5-31ae-4f67-baab-77216830a01b 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Added segment 69ff96a6-5aa7-4709-8567-b050e8bd30e3 of type vxlan for network cd810e23-0269-41b3-a431-e071e6e97029 2026-07-30 02:06:48.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-9996a25b-a545-4202-9dfc-9c07304b7e14 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] TaaS: Handle Delete Port: b65ea892-8dcb-476f-8008-7fdc5a999008 2026-07-30 02:06:48.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9996a25b-a545-4202-9dfc-9c07304b7e14 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Tap Mirror: Handle Delete Port: b65ea892-8dcb-476f-8008-7fdc5a999008 [pid: 7|app: 0|req: 925/1925] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:06:48 2026] POST /v2.0/networks => generated 650 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1926] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:48 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1927] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:06:48 2026] DELETE /v2.0/ports/b65ea892-8dcb-476f-8008-7fdc5a999008 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:48.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1325d25-d007-422f-92fe-527070693581 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] TaaS: Handle Delete Port: db9b5c55-81a6-4520-845d-bb21623a6d8f 2026-07-30 02:06:48.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1325d25-d007-422f-92fe-527070693581 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Tap Mirror: Handle Delete Port: db9b5c55-81a6-4520-845d-bb21623a6d8f [pid: 7|app: 0|req: 927/1928] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:48 2026] POST /v2.0/subnets => generated 627 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1929] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:06:48 2026] DELETE /v2.0/ports/db9b5c55-81a6-4520-845d-bb21623a6d8f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:48.819 7 INFO neutron.db.segments_db [None req-65e1d425-9952-44ed-8627-2a0898ebd453 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Added segment 50533232-1235-4b24-93ad-872356336229 of type vxlan for network f8c7a053-29f7-4660-a8f8-f3503f2ce04d 2026-07-30 02:06:48.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef5c16b2-7b49-4c0e-8eed-b652a321f471 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] TaaS: Handle Delete Port: d85df421-b979-4688-a932-410cc6f995f7 2026-07-30 02:06:48.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef5c16b2-7b49-4c0e-8eed-b652a321f471 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Tap Mirror: Handle Delete Port: d85df421-b979-4688-a932-410cc6f995f7 [pid: 8|app: 0|req: 1003/1930] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:06:48 2026] DELETE /v2.0/ports/d85df421-b979-4688-a932-410cc6f995f7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:49.039 7 INFO neutron.db.l3_hamode_db [None req-65e1d425-9952-44ed-8627-2a0898ebd453 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:06:49.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-148b8e51-9b70-4eee-ba29-ad446a981ff2 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] TaaS: Handle Delete Port: 8a779af5-de67-42ff-94ff-bc43cfa99ef7 2026-07-30 02:06:49.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-148b8e51-9b70-4eee-ba29-ad446a981ff2 6bf502d72897449288ce1ce2cd623d7c 2445478ffef041f2b9f18bfc5e2b1828 - - default default] Tap Mirror: Handle Delete Port: 8a779af5-de67-42ff-94ff-bc43cfa99ef7 [pid: 8|app: 0|req: 1004/1931] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:06:48 2026] DELETE /v2.0/ports/8a779af5-de67-42ff-94ff-bc43cfa99ef7 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:49.242 8 INFO neutron.services.segments.plugin [-] Segment 4e7b2c5e-afff-4b1b-b725-2a81192872f3 resource provider aggregate not found 2026-07-30 02:06:49.249 8 INFO neutron.services.segments.plugin [-] Segment 4e7b2c5e-afff-4b1b-b725-2a81192872f3 resource provider aggregate not found 2026-07-30 02:06:49.268 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4e7b2c5e-afff-4b1b-b725-2a81192872f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e7b2c5e-afff-4b1b-b725-2a81192872f3 found for delete ", "request_id": "req-11acb128-9d6d-4520-a333-0de1782608b1"}]} 2026-07-30 02:06:49.269 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4e7b2c5e-afff-4b1b-b725-2a81192872f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e7b2c5e-afff-4b1b-b725-2a81192872f3 found for delete ", "request_id": "req-bb7bdcf6-2a9f-499b-9770-9180725a00e4"}]} [pid: 8|app: 0|req: 1005/1932] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:49 2026] DELETE /v2.0/networks/889cc071-144c-4f40-81b3-e4bbb106284c => 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: 1006/1933] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:49 2026] DELETE /v2.0/networks/dd61d9db-b933-42ed-b93a-38822af5ac12 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1934] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:49 2026] DELETE /v2.0/networks/67c82398-beca-4a72-881a-346c8acfae0b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1935] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:49 2026] DELETE /v2.0/networks/f45d358b-3592-450d-9fc9-e2e48ba3eca4 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1936] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:49 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:49.817 7 INFO neutron.db.l3_hamode_db [None req-65e1d425-9952-44ed-8627-2a0898ebd453 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1010/1937] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:06:49 2026] DELETE /v2.0/networks/92e2bc38-04b8-4206-af84-a1c2fae12622 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1938] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:49 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1939] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:06:48 2026] POST /v2.0/routers => generated 693 bytes in 1833 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1940] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:50 2026] GET /v2.0/security-groups?tenant_id=75a1f05eaf64419cae1a1aa908007f4b&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1941] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:50 2026] DELETE /v2.0/security-groups/8c4bf7d1-447c-445c-9cb2-4a8e0bd021b9 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1942] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:51 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1943] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:51 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1944] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:51 2026] GET /v2.0/security-groups?tenant_id=771ae5835272492fa8b6c742b2257a68&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:51.297 8 INFO neutron.services.segments.plugin [-] Segment e2aafc5e-5890-4c44-b60a-3b78b72d9a02 resource provider aggregate not found [pid: 7|app: 0|req: 934/1945] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:51 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1010 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:06:51.306 8 INFO neutron.services.segments.plugin [-] Segment e2aafc5e-5890-4c44-b60a-3b78b72d9a02 resource provider aggregate not found 2026-07-30 02:06:51.320 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2aafc5e-5890-4c44-b60a-3b78b72d9a02 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2aafc5e-5890-4c44-b60a-3b78b72d9a02 found for delete ", "request_id": "req-ad50ba57-8668-46c5-b881-5dc6d682c8e5"}]} 2026-07-30 02:06:51.326 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e2aafc5e-5890-4c44-b60a-3b78b72d9a02 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2aafc5e-5890-4c44-b60a-3b78b72d9a02 found for delete ", "request_id": "req-714959a7-9ca7-4482-abf3-88943ed2374f"}]} 2026-07-30 02:06:51.336 8 INFO neutron.services.segments.plugin [-] Segment 1ff4edba-6261-4036-bb33-e3ddf665e96b resource provider aggregate not found 2026-07-30 02:06:51.349 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ff4edba-6261-4036-bb33-e3ddf665e96b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff4edba-6261-4036-bb33-e3ddf665e96b found for delete ", "request_id": "req-59c7640c-eafd-4ee5-801a-5d8529755833"}]} 2026-07-30 02:06:51.355 8 INFO neutron.services.segments.plugin [-] Segment 1ff4edba-6261-4036-bb33-e3ddf665e96b resource provider aggregate not found 2026-07-30 02:06:51.362 8 INFO neutron.services.segments.plugin [-] Segment e3fac03e-e383-4a29-8e64-9441df1e09f3 resource provider aggregate not found 2026-07-30 02:06:51.382 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e3fac03e-e383-4a29-8e64-9441df1e09f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fac03e-e383-4a29-8e64-9441df1e09f3 found for delete ", "request_id": "req-b4550d74-b23a-4483-bf8d-49557ec23c27"}]} 2026-07-30 02:06:51.384 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ff4edba-6261-4036-bb33-e3ddf665e96b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff4edba-6261-4036-bb33-e3ddf665e96b found for delete ", "request_id": "req-4ccfe0dd-1264-4ce7-afb2-ee5415712081"}]} [pid: 7|app: 0|req: 935/1946] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:51 2026] DELETE /v2.0/security-groups/1cf3320e-68f2-4cbd-b803-21c3920d4170 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:51.403 8 INFO neutron.services.segments.plugin [-] Segment e3fac03e-e383-4a29-8e64-9441df1e09f3 resource provider aggregate not found 2026-07-30 02:06:51.411 8 INFO neutron.services.segments.plugin [-] Segment 99a5b9b2-60ed-4c01-ad8e-f3e75e5cb20a resource provider aggregate not found 2026-07-30 02:06:51.427 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e3fac03e-e383-4a29-8e64-9441df1e09f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fac03e-e383-4a29-8e64-9441df1e09f3 found for delete ", "request_id": "req-49409de7-263b-4ecf-8146-6e2278bce3ec"}]} 2026-07-30 02:06:51.435 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 99a5b9b2-60ed-4c01-ad8e-f3e75e5cb20a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99a5b9b2-60ed-4c01-ad8e-f3e75e5cb20a found for delete ", "request_id": "req-1990d983-e072-4a5e-9925-c8131ba062e2"}]} 2026-07-30 02:06:51.450 8 INFO neutron.services.segments.plugin [-] Segment 99a5b9b2-60ed-4c01-ad8e-f3e75e5cb20a resource provider aggregate not found 2026-07-30 02:06:51.469 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 99a5b9b2-60ed-4c01-ad8e-f3e75e5cb20a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99a5b9b2-60ed-4c01-ad8e-f3e75e5cb20a found for delete ", "request_id": "req-46776782-cffe-4fda-ab6f-49879401677b"}]} 2026-07-30 02:06:51.688 7 INFO neutron.db.l3_db [None req-fd0f22ad-07a8-4332-b094-ea832c37018c 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] Floating IP 7347e579-48ed-45b0-a6c4-9e296956a6b8 associated. External IP: 10.96.250.208, port: 48207fc6-14ed-46e3-af3d-41174816bb78. [pid: 7|app: 0|req: 936/1947] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:51 2026] PUT /v2.0/floatingips/7347e579-48ed-45b0-a6c4-9e296956a6b8 => generated 855 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1948] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:06:50 2026] PUT /v2.0/routers/92da6b0c-ae05-4386-8d9d-1268f28bf80e/add_router_interface => generated 309 bytes in 1408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:52.049 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f688109-925b-4e28-8d32-79200773741f'] response: {'name': 'network-changed', 'server_uuid': '2379eb54-ad1d-4f04-ac66-89dbe999d8e8', 'tag': '48207fc6-14ed-46e3-af3d-41174816bb78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 937/1949] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/security-groups?tenant_id=2445478ffef041f2b9f18bfc5e2b1828&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1950] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:52 2026] DELETE /v2.0/security-groups/bc91ca58-2e00-45f4-9a6e-734912f335e8 => 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: 1013/1951] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:06:52 2026] POST /v2.0/ports => generated 959 bytes in 462 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: 1014/1952] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/ports?tenant_id=6b133573eb914eb3a974027541c42fa5&device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1953] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/networks?id=aaac1336-2085-45b2-be41-d0d4fd3eb93b => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1954] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=48207fc6-14ed-46e3-af3d-41174816bb78 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1955] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/subnets?id=c4f9a3ee-c67f-4971-ba39-7e520ebb4041 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1956] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/ports?network_id=aaac1336-2085-45b2-be41-d0d4fd3eb93b&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1957] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/networks/aaac1336-2085-45b2-be41-d0d4fd3eb93b?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: 939/1958] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:06:52 2026] POST /v2.0/ports => generated 953 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1959] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:06:52 2026] GET /v2.0/networks/aaac1336-2085-45b2-be41-d0d4fd3eb93b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-30 02:06:54.372 7 INFO neutron.db.l3_db [None req-b7cb84fa-96c9-4fb8-971e-c0c18914ce4a 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Floating IP 2a6e1786-cd95-4e35-8e0d-d51c5137111b associated. External IP: 10.96.250.220, port: 1c9a56c6-e408-4ebd-9697-d96f7f253e5d. [pid: 7|app: 0|req: 940/1960] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 30 02:06:52 2026] POST /v2.0/floatingips => generated 840 bytes in 1752 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:06:54.777 8 INFO neutron.db.l3_db [None req-d15ef77e-8208-4a89-bd4e-87f44e645a96 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Floating IP 2a6e1786-cd95-4e35-8e0d-d51c5137111b disassociated. External IP: 10.96.250.220, port: 1c9a56c6-e408-4ebd-9697-d96f7f253e5d. [pid: 8|app: 0|req: 1021/1961] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:54 2026] PUT /v2.0/floatingips/2a6e1786-cd95-4e35-8e0d-d51c5137111b => generated 552 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:55.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-2fd19420-96fc-4a38-b8c5-16585cf5d433 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] TaaS: Handle Delete Port: f0c17fc0-5c19-4539-a042-844d7ab96c6f 2026-07-30 02:06:55.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fd19420-96fc-4a38-b8c5-16585cf5d433 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Tap Mirror: Handle Delete Port: f0c17fc0-5c19-4539-a042-844d7ab96c6f [pid: 7|app: 0|req: 941/1962] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:55 2026] DELETE /v2.0/floatingips/2a6e1786-cd95-4e35-8e0d-d51c5137111b => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1963] 10.0.0.197 () {34 vars in 677 bytes} [Thu Jul 30 02:06:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1964] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:06:55 2026] PUT /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1965] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:55 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1966] 10.0.0.197 () {34 vars in 763 bytes} [Thu Jul 30 02:06:55 2026] PUT /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1967] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:55 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1968] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 30 02:06:55 2026] PUT /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1969] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:55 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1970] 10.0.0.197 () {34 vars in 781 bytes} [Thu Jul 30 02:06:55 2026] PUT /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1971] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:55 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1972] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:06:55 2026] PUT /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1973] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:55 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1974] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 30 02:06:55 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:56.033 7 INFO neutron.api.v2.resource [None req-c0abe042-f493-406c-8ea2-7f37925aabcf e67ec15cd0e5455aa2786cf061fc1b2b a2ef792836d242e18872633016334df6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/1975] 10.0.0.197 () {32 vars in 744 bytes} [Thu Jul 30 02:06:56 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-30 02:06:56.043 8 INFO neutron.db.l3_db [None req-839813b1-bcde-4787-bc63-0cf4917a8227 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Floating IP 6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 associated. External IP: 10.96.250.213, port: 4c612be7-ed48-4f4b-81dd-460ba8558436. [pid: 7|app: 0|req: 955/1976] 10.0.0.197 () {32 vars in 743 bytes} [Thu Jul 30 02:06:56 2026] DELETE /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1977] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:56 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:06:56.165 7 INFO neutron.api.v2.resource [None req-f11c81d3-2dea-4263-9898-e1fed5b9714f e67ec15cd0e5455aa2786cf061fc1b2b a2ef792836d242e18872633016334df6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1978] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 30 02:06:56 2026] DELETE /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1979] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:56 2026] DELETE /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1980] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:06:56 2026] GET /v2.0/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4/tags => 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: 960/1981] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:06:56 2026] DELETE /v2.0/qos/policies/3819d0e7-bedd-4ef9-b3e6-054ff6a4f3c4 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1982] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 30 02:06:55 2026] POST /v2.0/floatingips => generated 843 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1983] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:06:56 2026] GET /v2.0/floatingips/6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 => generated 843 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1984] 10.0.0.197 () {32 vars in 654 bytes} [Thu Jul 30 02:06:56 2026] GET /v2.0/floatingips => generated 846 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:56.915 7 INFO neutron.db.l3_db [None req-12f1f03d-5df4-4fac-a325-1e0adac8757b 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Floating IP 6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 associated. External IP: 10.96.250.213, port: 4c612be7-ed48-4f4b-81dd-460ba8558436. [pid: 8|app: 0|req: 1024/1985] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:57 2026] GET /v2.0/security-groups?tenant_id=14b982dc2af8498d9338f16d34c2728b&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1988] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:57 2026] DELETE /v2.0/security-groups/79a90b43-c424-45e5-8b91-e52c2f3fe932 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1989] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:06:57 2026] GET /v2.0/security-groups?tenant_id=a2ef792836d242e18872633016334df6&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1990] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:56 2026] PUT /v2.0/floatingips/6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 => generated 840 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1991] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:06:57 2026] DELETE /v2.0/security-groups/52b4bd1a-4294-4f68-b1e6-40d79e9d0a99 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:57.719 7 INFO neutron.db.l3_db [None req-5fdfb143-4f61-4fab-bca7-e3f21727013c 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Floating IP 6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 disassociated. External IP: 10.96.250.213, port: 1c9a56c6-e408-4ebd-9697-d96f7f253e5d. [pid: 7|app: 0|req: 963/1992] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:06:57 2026] PUT /v2.0/floatingips/6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 => generated 552 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:58.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f8e073f-62d7-47e2-8158-4132be530f23 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] TaaS: Handle Delete Port: ef6f7833-3831-4bf4-b284-c5f688923876 2026-07-30 02:06:58.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f8e073f-62d7-47e2-8158-4132be530f23 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Tap Mirror: Handle Delete Port: ef6f7833-3831-4bf4-b284-c5f688923876 [pid: 8|app: 0|req: 1030/1993] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:58 2026] DELETE /v2.0/floatingips/6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:06:58.342 7 INFO neutron.api.v2.resource [None req-946814aa-e23e-4ddf-a34d-095c7a3f628d 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 964/1994] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:06:58 2026] DELETE /v2.0/floatingips/6e9eff7c-274c-4ab7-bb54-780a5d3a8e48 => generated 144 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:06:58.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-34f38bb5-383b-4643-a8c4-c85fc0f24c3a 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] TaaS: Handle Delete Port: 1c9a56c6-e408-4ebd-9697-d96f7f253e5d 2026-07-30 02:06:58.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34f38bb5-383b-4643-a8c4-c85fc0f24c3a 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Tap Mirror: Handle Delete Port: 1c9a56c6-e408-4ebd-9697-d96f7f253e5d [pid: 8|app: 0|req: 1031/1995] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:06:58 2026] DELETE /v2.0/ports/1c9a56c6-e408-4ebd-9697-d96f7f253e5d => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:06:58.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-18728e74-f3af-4f43-9d4e-a07f94834bc7 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] TaaS: Handle Delete Port: 4c612be7-ed48-4f4b-81dd-460ba8558436 2026-07-30 02:06:58.808 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18728e74-f3af-4f43-9d4e-a07f94834bc7 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Tap Mirror: Handle Delete Port: 4c612be7-ed48-4f4b-81dd-460ba8558436 [pid: 7|app: 0|req: 965/1996] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:06:58 2026] DELETE /v2.0/ports/4c612be7-ed48-4f4b-81dd-460ba8558436 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1997] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:58 2026] GET /v2.0/ports?device_id=92da6b0c-ae05-4386-8d9d-1268f28bf80e => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:06:59.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c21942b-d2da-4c18-9c69-d801bd9b24f1 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] TaaS: Handle Delete Port: 8898d547-ec7e-4f32-8260-94212fe8f145 2026-07-30 02:06:59.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c21942b-d2da-4c18-9c69-d801bd9b24f1 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Tap Mirror: Handle Delete Port: 8898d547-ec7e-4f32-8260-94212fe8f145 [pid: 8|app: 0|req: 1033/1998] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:06:59 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1999] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:06:59 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2000] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:06:59 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1279 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2001] 10.0.0.197 () {32 vars in 857 bytes} [Thu Jul 30 02:06:59 2026] GET /v2.0/floatingips?floating_network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37&port_id=48207fc6-14ed-46e3-af3d-41174816bb78 => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2002] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:06:58 2026] PUT /v2.0/routers/92da6b0c-ae05-4386-8d9d-1268f28bf80e/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:07:00.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-92264ffa-e4f2-467b-b86b-e63af852f624 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] TaaS: Handle Delete Port: 71dc09d6-26cb-41aa-8593-74df1a0688cb 2026-07-30 02:07:00.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92264ffa-e4f2-467b-b86b-e63af852f624 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Tap Mirror: Handle Delete Port: 71dc09d6-26cb-41aa-8593-74df1a0688cb 2026-07-30 02:07:00.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-92264ffa-e4f2-467b-b86b-e63af852f624 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] TaaS: Handle Delete Port: 59632104-81b8-4af9-8a5f-9beb4389be63 2026-07-30 02:07:00.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92264ffa-e4f2-467b-b86b-e63af852f624 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] Tap Mirror: Handle Delete Port: 59632104-81b8-4af9-8a5f-9beb4389be63 2026-07-30 02:07:00.751 8 INFO neutron.services.segments.plugin [-] Segment 50533232-1235-4b24-93ad-872356336229 resource provider aggregate not found 2026-07-30 02:07:00.760 8 INFO neutron.services.segments.plugin [-] Segment 50533232-1235-4b24-93ad-872356336229 resource provider aggregate not found 2026-07-30 02:07:00.775 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50533232-1235-4b24-93ad-872356336229 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50533232-1235-4b24-93ad-872356336229 found for delete ", "request_id": "req-827bc34f-bb88-4824-9309-3d6e470f448b"}]} 2026-07-30 02:07:00.777 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50533232-1235-4b24-93ad-872356336229 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50533232-1235-4b24-93ad-872356336229 found for delete ", "request_id": "req-85b175ff-0b7e-4de4-9509-4cfd8180ed2b"}]} 2026-07-30 02:07:00.785 8 INFO neutron.db.l3_hamode_db [None req-92264ffa-e4f2-467b-b86b-e63af852f624 8ca65d94cbed487ab24140e07c6a9ccc 1b36173e36b242bb8fd529c9143158fa - - default default] HA network f8c7a053-29f7-4660-a8f8-f3503f2ce04d was deleted as no HA routers are present in tenant 1b36173e36b242bb8fd529c9143158fa. [pid: 8|app: 0|req: 1037/2003] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:06:59 2026] DELETE /v2.0/routers/92da6b0c-ae05-4386-8d9d-1268f28bf80e => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2004] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:00 2026] DELETE /v2.0/subnets/0dc88492-6487-4922-a2b7-f69fd1e0860d => 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: 1038/2005] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:00 2026] DELETE /v2.0/networks/cd810e23-0269-41b3-a431-e071e6e97029 => 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: 968/2006] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:07:01 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1279 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2007] 10.0.0.83 () {34 vars in 1118 bytes} [Thu Jul 30 02:07:01 2026] GET /v2.0/security-groups?id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2008] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:01 2026] GET /v2.0/security-groups?tenant_id=1b36173e36b242bb8fd529c9143158fa&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2009] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:01 2026] DELETE /v2.0/security-groups/a834f549-31fe-4def-bc94-ff054582dc78 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:02.797 8 INFO neutron.services.segments.plugin [-] Segment 69ff96a6-5aa7-4709-8567-b050e8bd30e3 resource provider aggregate not found 2026-07-30 02:07:02.804 8 INFO neutron.services.segments.plugin [-] Segment 69ff96a6-5aa7-4709-8567-b050e8bd30e3 resource provider aggregate not found 2026-07-30 02:07:02.842 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69ff96a6-5aa7-4709-8567-b050e8bd30e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69ff96a6-5aa7-4709-8567-b050e8bd30e3 found for delete ", "request_id": "req-3e573e88-ed4f-40ef-ba57-29b355b19824"}]} 2026-07-30 02:07:02.844 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 69ff96a6-5aa7-4709-8567-b050e8bd30e3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69ff96a6-5aa7-4709-8567-b050e8bd30e3 found for delete ", "request_id": "req-5807c4d7-1ce3-43f7-9f4a-0eb5fd1e22ec"}]} 2026-07-30 02:07:03.839 7 INFO neutron.db.segments_db [None req-fd655ab2-5cfe-4d0f-8b45-69d20f2c1e1e 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Added segment a2567e29-43f6-46c5-80ca-2fa1a1e81ee6 of type vxlan for network 96c89c6e-ae81-4394-8fd0-460490c173d1 2026-07-30 02:07:03.899 7 INFO neutron.db.segments_db [None req-fd655ab2-5cfe-4d0f-8b45-69d20f2c1e1e 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Added segment 0d73e117-f0bb-4896-9276-2c321f6020b0 of type vxlan for network 1711cf4f-ff5a-4962-8e11-e5c18ba825d6 [pid: 7|app: 0|req: 970/2010] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:03 2026] POST /v2.0/networks => generated 1244 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2011] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:07:04 2026] GET /v2.0/networks => generated 1843 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2012] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:04 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2013] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:07:04 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2014] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:04 2026] DELETE /v2.0/networks/96c89c6e-ae81-4394-8fd0-460490c173d1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:04.328 7 INFO neutron.services.segments.plugin [-] Segment 0d73e117-f0bb-4896-9276-2c321f6020b0 resource provider aggregate not found 2026-07-30 02:07:04.332 7 INFO neutron.services.segments.plugin [-] Segment 0d73e117-f0bb-4896-9276-2c321f6020b0 resource provider aggregate not found 2026-07-30 02:07:04.344 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0d73e117-f0bb-4896-9276-2c321f6020b0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d73e117-f0bb-4896-9276-2c321f6020b0 found for delete ", "request_id": "req-782d9043-6574-4c14-b353-a78b7a0471a9"}]} 2026-07-30 02:07:04.350 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0d73e117-f0bb-4896-9276-2c321f6020b0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d73e117-f0bb-4896-9276-2c321f6020b0 found for delete ", "request_id": "req-74347e2e-a1a1-407a-bd94-a237167daf43"}]} [pid: 7|app: 0|req: 973/2015] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:04 2026] DELETE /v2.0/networks/1711cf4f-ff5a-4962-8e11-e5c18ba825d6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2016] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:07:04 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:07:04.453 7 INFO neutron.db.segments_db [None req-c4bb3de4-39ae-4f94-ad69-f629f6cc3623 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Added segment 279749a5-24af-405c-b187-db741c9bb6be of type vxlan for network cdb26765-5a1c-4e4e-b04a-fd047608f39b [pid: 7|app: 0|req: 974/2017] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:04 2026] POST /v2.0/networks => generated 653 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:04.583 8 INFO neutron.db.segments_db [None req-02dbca87-f8b9-4ea0-b55e-0bd672ea1ba2 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Added segment e28a219f-3183-4bbe-adf4-f793865c9a61 of type vxlan for network 4b7efb78-f1a0-4cec-8747-672bf311a3ac [pid: 8|app: 0|req: 1044/2018] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:04 2026] POST /v2.0/networks => generated 653 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:04.861 8 INFO neutron.services.segments.plugin [-] Segment a2567e29-43f6-46c5-80ca-2fa1a1e81ee6 resource provider aggregate not found 2026-07-30 02:07:04.866 8 INFO neutron.services.segments.plugin [-] Segment a2567e29-43f6-46c5-80ca-2fa1a1e81ee6 resource provider aggregate not found 2026-07-30 02:07:04.880 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2567e29-43f6-46c5-80ca-2fa1a1e81ee6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2567e29-43f6-46c5-80ca-2fa1a1e81ee6 found for delete ", "request_id": "req-9334a9de-0b26-4b61-b2d0-f94dca6adc2d"}]} 2026-07-30 02:07:04.883 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2567e29-43f6-46c5-80ca-2fa1a1e81ee6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2567e29-43f6-46c5-80ca-2fa1a1e81ee6 found for delete ", "request_id": "req-08cde62b-18e7-4d5c-a8fa-cb0ff27988d9"}]} [pid: 8|app: 0|req: 1045/2019] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:05 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2020] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:07:04 2026] POST /v2.0/ports => generated 1505 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1046/2021] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:07:05 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2022] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:07:05 2026] GET /v2.0/ports => generated 1505 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:07:05.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-aeb8b0d1-7cbc-4f04-a044-be7b379acf05 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] TaaS: Handle Delete Port: c7b600c7-dc67-4d55-b7d7-54df296cc1de 2026-07-30 02:07:05.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aeb8b0d1-7cbc-4f04-a044-be7b379acf05 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Tap Mirror: Handle Delete Port: c7b600c7-dc67-4d55-b7d7-54df296cc1de [pid: 8|app: 0|req: 1047/2023] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:07:05 2026] DELETE /v2.0/ports/c7b600c7-dc67-4d55-b7d7-54df296cc1de => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:05.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-09446d04-8a79-4d84-996f-4ea0faaf4a00 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] TaaS: Handle Delete Port: 00a35ed2-ee79-4b0b-bec0-77e51b24a2da 2026-07-30 02:07:05.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09446d04-8a79-4d84-996f-4ea0faaf4a00 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Tap Mirror: Handle Delete Port: 00a35ed2-ee79-4b0b-bec0-77e51b24a2da [pid: 7|app: 0|req: 977/2024] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:07:05 2026] DELETE /v2.0/ports/00a35ed2-ee79-4b0b-bec0-77e51b24a2da => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2025] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:07:05 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:05.917 7 INFO neutron.db.segments_db [None req-68f9de33-3bdc-443c-9ace-785bca1a0c17 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Added segment c64dde4e-8e99-44c3-83c9-7ad9b1a80075 of type vxlan for network b6124cd5-caa6-4ab7-b849-1aee20e11603 [pid: 7|app: 0|req: 978/2026] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:05 2026] POST /v2.0/networks => generated 653 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:06.109 8 INFO neutron.db.segments_db [None req-5fc33d9e-72cc-4ca4-a600-76b9c46ef286 063844349d7842aeb95050aa0ec9ed56 bd2a464f21e14184a8a03f169b27819e - - default default] Added segment 9e094bd7-2ecb-46bc-a37d-44e0ea51baa3 of type vxlan for network a13d3f50-0ba0-453d-bdfd-bf9d31ef17ae [pid: 8|app: 0|req: 1049/2027] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:06 2026] POST /v2.0/networks => generated 654 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2028] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:06 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => 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: 1050/2029] 10.0.0.187 () {34 vars in 1119 bytes} [Thu Jul 30 02:07:06 2026] GET /v2.0/security-groups?id=cb0bb018-eb6a-4c0d-90b6-514dd0017c69&id=ae63cf7b-503f-4498-afb8-60f7d4e21a52&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2030] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:07:06 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:07:06.646 8 INFO neutron_taas.services.taas.taas_plugin [req-f8504182-f20f-44b0-8abd-ea767a435e2c req-64c178a2-bd73-446f-9dbf-75adb86d884e 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] TaaS: Handle Delete Port: 48207fc6-14ed-46e3-af3d-41174816bb78 2026-07-30 02:07:06.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f8504182-f20f-44b0-8abd-ea767a435e2c req-64c178a2-bd73-446f-9dbf-75adb86d884e 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] Tap Mirror: Handle Delete Port: 48207fc6-14ed-46e3-af3d-41174816bb78 2026-07-30 02:07:06.789 8 INFO neutron.db.l3_db [req-f8504182-f20f-44b0-8abd-ea767a435e2c req-64c178a2-bd73-446f-9dbf-75adb86d884e 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] Floating IP 7347e579-48ed-45b0-a6c4-9e296956a6b8 disassociated. External IP: 10.96.250.208, port: 48207fc6-14ed-46e3-af3d-41174816bb78. [pid: 7|app: 0|req: 981/2031] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:06 2026] POST /v2.0/subnets => generated 1323 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2032] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:07:07 2026] GET /v2.0/subnets => generated 1959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2033] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:07:06 2026] DELETE /v2.0/ports/48207fc6-14ed-46e3-af3d-41174816bb78 => generated 0 bytes in 643 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:07.225 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-585f19ba-cf32-4839-96a2-58202aa28459'] response: {'server_uuid': '2379eb54-ad1d-4f04-ac66-89dbe999d8e8', 'name': 'network-vif-deleted', 'tag': '48207fc6-14ed-46e3-af3d-41174816bb78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 983/2034] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:07 2026] DELETE /v2.0/subnets/4482233f-6ac8-486d-9830-a9366d72d8a3 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2035] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:07 2026] DELETE /v2.0/subnets/7654cdd2-7e68-4075-ba08-efb1a2602af5 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2036] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:07:07 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: 8|app: 0|req: 1053/2037] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:07 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:07.683 7 INFO neutron.services.segments.plugin [-] Segment 9e094bd7-2ecb-46bc-a37d-44e0ea51baa3 resource provider aggregate not found 2026-07-30 02:07:07.690 7 INFO neutron.services.segments.plugin [-] Segment 9e094bd7-2ecb-46bc-a37d-44e0ea51baa3 resource provider aggregate not found 2026-07-30 02:07:07.713 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9e094bd7-2ecb-46bc-a37d-44e0ea51baa3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e094bd7-2ecb-46bc-a37d-44e0ea51baa3 found for delete ", "request_id": "req-02f84f13-f2ef-4811-a5ad-c1411808f9e8"}]} 2026-07-30 02:07:07.719 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9e094bd7-2ecb-46bc-a37d-44e0ea51baa3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e094bd7-2ecb-46bc-a37d-44e0ea51baa3 found for delete ", "request_id": "req-0c8b7d0f-0d1f-416f-9777-bcea060fda28"}]} [pid: 7|app: 0|req: 985/2038] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:07 2026] DELETE /v2.0/networks/a13d3f50-0ba0-453d-bdfd-bf9d31ef17ae => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:07.869 8 INFO neutron.services.segments.plugin [-] Segment c64dde4e-8e99-44c3-83c9-7ad9b1a80075 resource provider aggregate not found 2026-07-30 02:07:07.874 8 INFO neutron.services.segments.plugin [-] Segment c64dde4e-8e99-44c3-83c9-7ad9b1a80075 resource provider aggregate not found 2026-07-30 02:07:07.890 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c64dde4e-8e99-44c3-83c9-7ad9b1a80075 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c64dde4e-8e99-44c3-83c9-7ad9b1a80075 found for delete ", "request_id": "req-77623c8a-da96-4b05-9970-327a60480665"}]} 2026-07-30 02:07:07.894 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c64dde4e-8e99-44c3-83c9-7ad9b1a80075 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c64dde4e-8e99-44c3-83c9-7ad9b1a80075 found for delete ", "request_id": "req-120a4ebf-1119-43d9-8ca8-778af4c446f0"}]} [pid: 8|app: 0|req: 1054/2039] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:07 2026] DELETE /v2.0/networks/b6124cd5-caa6-4ab7-b849-1aee20e11603 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2040] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:07 2026] DELETE /v2.0/networks/4b7efb78-f1a0-4cec-8747-672bf311a3ac => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2041] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:08 2026] DELETE /v2.0/networks/cdb26765-5a1c-4e4e-b04a-fd047608f39b => 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: 987/2042] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:08 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => 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: 1056/2043] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:08 2026] GET /v2.0/security-groups?tenant_id=bd2a464f21e14184a8a03f169b27819e&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2044] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:08 2026] DELETE /v2.0/security-groups/fcca20ae-80d7-456c-91cd-de59cf2135c8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:09.729 7 INFO neutron.services.segments.plugin [-] Segment e28a219f-3183-4bbe-adf4-f793865c9a61 resource provider aggregate not found 2026-07-30 02:07:09.739 7 INFO neutron.services.segments.plugin [-] Segment e28a219f-3183-4bbe-adf4-f793865c9a61 resource provider aggregate not found [pid: 8|app: 0|req: 1057/2045] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:09 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:09.742 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e28a219f-3183-4bbe-adf4-f793865c9a61 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28a219f-3183-4bbe-adf4-f793865c9a61 found for delete ", "request_id": "req-b88655ec-86b8-4fc9-860d-769129c59a47"}]} 2026-07-30 02:07:09.750 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e28a219f-3183-4bbe-adf4-f793865c9a61 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28a219f-3183-4bbe-adf4-f793865c9a61 found for delete ", "request_id": "req-67d0d038-3ed9-4419-a566-8450a89e7e7f"}]} 2026-07-30 02:07:09.924 8 INFO neutron.services.segments.plugin [-] Segment 279749a5-24af-405c-b187-db741c9bb6be resource provider aggregate not found 2026-07-30 02:07:09.932 8 INFO neutron.services.segments.plugin [-] Segment 279749a5-24af-405c-b187-db741c9bb6be resource provider aggregate not found 2026-07-30 02:07:09.946 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 279749a5-24af-405c-b187-db741c9bb6be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279749a5-24af-405c-b187-db741c9bb6be found for delete ", "request_id": "req-680a720a-98eb-43ba-a8fa-d26483917d41"}]} 2026-07-30 02:07:09.952 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 279749a5-24af-405c-b187-db741c9bb6be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279749a5-24af-405c-b187-db741c9bb6be found for delete ", "request_id": "req-15e92636-f429-49ce-bb73-2f1bbb598f0d"}]} [pid: 8|app: 0|req: 1058/2046] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:10 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:10.918 7 INFO neutron.db.segments_db [None req-76f8b268-b802-4b89-a255-162ae0ec7957 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment 1a8c1f2e-63b9-4e3b-bb9d-eca4c3201eaa of type vxlan for network efd86742-5e79-4961-928b-ae458346fcb1 [pid: 7|app: 0|req: 989/2047] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:10 2026] POST /v2.0/networks => generated 633 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:11.070 8 INFO neutron.db.segments_db [None req-2c2938e6-1afa-4818-a293-6256e5b25064 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment a0cf1743-8259-4086-96f7-81357d51c022 of type vxlan for network 238cc182-83e0-45f2-a2f5-aaa89ea568e4 [pid: 8|app: 0|req: 1059/2048] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:11 2026] POST /v2.0/networks => generated 633 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2049] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:11 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2050] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:11 2026] POST /v2.0/subnets => generated 655 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:11.708 7 INFO neutron.db.segments_db [None req-25085b18-67d1-4bcb-bb11-05b7bb3979a5 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment db083e73-c969-4bd3-8bc0-3401a71e8c5b of type vxlan for network 9b8efb06-d6a2-42f2-9ab2-945b63148a73 2026-07-30 02:07:11.914 7 INFO neutron.db.l3_hamode_db [None req-25085b18-67d1-4bcb-bb11-05b7bb3979a5 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1061/2051] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:07:11 2026] GET /v2.0/ports?device_id=2379eb54-ad1d-4f04-ac66-89dbe999d8e8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:12.006 7 INFO neutron.db.l3_hamode_db [None req-25085b18-67d1-4bcb-bb11-05b7bb3979a5 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 991/2054] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:11 2026] POST /v2.0/routers => generated 511 bytes in 967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2055] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:13 2026] DELETE /v2.0/security-groups/ae63cf7b-503f-4498-afb8-60f7d4e21a52 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:13.212 7 INFO neutron.api.v2.resource [None req-b3e9f39b-9d36-4cc8-ab26-4d946ec6fc54 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/2056] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:07:13 2026] GET /v2.0/security-groups/ae63cf7b-503f-4498-afb8-60f7d4e21a52 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:07:13.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-33478d26-d35a-4367-aee2-efc492f69434 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] TaaS: Handle Delete Port: fb517d8c-402b-4203-b672-bcc15c1abf91 2026-07-30 02:07:13.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33478d26-d35a-4367-aee2-efc492f69434 4e0924a8cb844ec7a5ee6faf6e4bed5c 6b133573eb914eb3a974027541c42fa5 - - default default] Tap Mirror: Handle Delete Port: fb517d8c-402b-4203-b672-bcc15c1abf91 [pid: 7|app: 0|req: 994/2057] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:13 2026] DELETE /v2.0/floatingips/7347e579-48ed-45b0-a6c4-9e296956a6b8 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2058] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:13 2026] DELETE /v2.0/security-groups/cb0bb018-eb6a-4c0d-90b6-514dd0017c69 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:14.043 7 INFO neutron_taas.services.taas.taas_plugin [None req-572b08b1-3b8c-4757-8458-d32aeb3a6a42 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 79b54bfe-7362-4f58-814e-0ff92348ccab 2026-07-30 02:07:14.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-572b08b1-3b8c-4757-8458-d32aeb3a6a42 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 79b54bfe-7362-4f58-814e-0ff92348ccab [pid: 8|app: 0|req: 1064/2059] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:07:12 2026] PUT /v2.0/routers/5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785/add_router_interface => generated 309 bytes in 1755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2060] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:07:14 2026] GET /v2.0/ports/6e4a12bb-90c8-4c2d-a462-a7a888898f96 => generated 959 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2061] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:07:13 2026] PUT /v2.0/routers/f9ae4295-049d-48b7-9730-99ac7423ea87/remove_router_interface => generated 309 bytes in 1005 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:07:14.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-f38d01a8-8fe8-4393-8267-0a473035fed7 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 18be742e-8022-483b-8d22-6ded705565ec 2026-07-30 02:07:14.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f38d01a8-8fe8-4393-8267-0a473035fed7 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 18be742e-8022-483b-8d22-6ded705565ec 2026-07-30 02:07:15.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-f38d01a8-8fe8-4393-8267-0a473035fed7 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 85c2d57c-24ef-48f9-9967-793431cc274f 2026-07-30 02:07:15.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f38d01a8-8fe8-4393-8267-0a473035fed7 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 85c2d57c-24ef-48f9-9967-793431cc274f 2026-07-30 02:07:15.513 7 INFO neutron.services.segments.plugin [-] Segment be247f7d-26a0-438c-8a2b-4ad20f2b5789 resource provider aggregate not found 2026-07-30 02:07:15.521 7 INFO neutron.services.segments.plugin [-] Segment be247f7d-26a0-438c-8a2b-4ad20f2b5789 resource provider aggregate not found 2026-07-30 02:07:15.539 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment be247f7d-26a0-438c-8a2b-4ad20f2b5789 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be247f7d-26a0-438c-8a2b-4ad20f2b5789 found for delete ", "request_id": "req-3d5e42ba-b69e-44bf-9949-d512af3a812e"}]} 2026-07-30 02:07:15.540 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment be247f7d-26a0-438c-8a2b-4ad20f2b5789 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be247f7d-26a0-438c-8a2b-4ad20f2b5789 found for delete ", "request_id": "req-7ebf0959-b003-43b2-a8ae-9a83299a3106"}]} 2026-07-30 02:07:15.552 7 INFO neutron.db.l3_hamode_db [None req-f38d01a8-8fe8-4393-8267-0a473035fed7 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 0d806083-32ba-4bb2-a5fb-bad30743e2d4 was deleted as no HA routers are present in tenant 6b133573eb914eb3a974027541c42fa5. [pid: 7|app: 0|req: 997/2062] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:14 2026] DELETE /v2.0/routers/f9ae4295-049d-48b7-9730-99ac7423ea87 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2063] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:07:14 2026] PUT /v2.0/routers/5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2064] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:07:15 2026] GET /v2.0/ports/3f8ef3dc-18b3-404e-9343-1079749a1227 => generated 967 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2065] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:15 2026] DELETE /v2.0/subnets/c4f9a3ee-c67f-4971-ba39-7e520ebb4041 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:15.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-b75e0981-e98c-4386-b682-08d6a2d3e931 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 58940c05-3585-4160-8808-77cf6783db0f 2026-07-30 02:07:15.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75e0981-e98c-4386-b682-08d6a2d3e931 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 58940c05-3585-4160-8808-77cf6783db0f 2026-07-30 02:07:15.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-749fcbd5-284a-4f4b-a4f8-77ef62916102 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 3f8ef3dc-18b3-404e-9343-1079749a1227 2026-07-30 02:07:15.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-749fcbd5-284a-4f4b-a4f8-77ef62916102 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 3f8ef3dc-18b3-404e-9343-1079749a1227 [pid: 7|app: 0|req: 999/2066] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:15 2026] DELETE /v2.0/networks/aaac1336-2085-45b2-be41-d0d4fd3eb93b => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2067] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:07:15 2026] PUT /v2.0/routers/5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:07:16.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef2c34e1-631b-4b93-bed2-c8ec2a96dfed e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 3884efa5-eee3-420c-aef2-05a40490583d 2026-07-30 02:07:16.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef2c34e1-631b-4b93-bed2-c8ec2a96dfed e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 3884efa5-eee3-420c-aef2-05a40490583d 2026-07-30 02:07:16.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-2af5ad44-adfb-4344-be3b-69d2b507e6aa 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 6e4a12bb-90c8-4c2d-a462-a7a888898f96 2026-07-30 02:07:16.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2af5ad44-adfb-4344-be3b-69d2b507e6aa 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 6e4a12bb-90c8-4c2d-a462-a7a888898f96 [pid: 7|app: 0|req: 1000/2068] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:07:16 2026] PUT /v2.0/routers/700515f0-81d9-4664-a086-14fa3a1274c5/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2069] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:07:16 2026] PUT /v2.0/routers/5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785/remove_router_interface => generated 309 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2070] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:17 2026] GET /v2.0/ports?device_id=5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:17.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-cffea7da-73ff-416e-a16d-a6e5631d9a92 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 4c40a34c-f3f5-49f5-95f6-a71d2f1e0bbc 2026-07-30 02:07:17.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cffea7da-73ff-416e-a16d-a6e5631d9a92 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 4c40a34c-f3f5-49f5-95f6-a71d2f1e0bbc 2026-07-30 02:07:17.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4246642-ed28-4c81-bbd6-af7da1381a37 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 138714d4-3aff-4385-b4ed-916113294c3b 2026-07-30 02:07:17.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4246642-ed28-4c81-bbd6-af7da1381a37 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 138714d4-3aff-4385-b4ed-916113294c3b 2026-07-30 02:07:17.566 7 INFO neutron.services.segments.plugin [-] Segment 44549c8c-1b73-45ca-a4e2-a681885a985b resource provider aggregate not found 2026-07-30 02:07:17.575 7 INFO neutron.services.segments.plugin [-] Segment 44549c8c-1b73-45ca-a4e2-a681885a985b resource provider aggregate not found 2026-07-30 02:07:17.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-cffea7da-73ff-416e-a16d-a6e5631d9a92 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: bc3fad72-47ea-453c-a1b1-4e1d450b02d8 2026-07-30 02:07:17.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cffea7da-73ff-416e-a16d-a6e5631d9a92 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: bc3fad72-47ea-453c-a1b1-4e1d450b02d8 2026-07-30 02:07:17.596 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 44549c8c-1b73-45ca-a4e2-a681885a985b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44549c8c-1b73-45ca-a4e2-a681885a985b found for delete ", "request_id": "req-bab8d31b-fdcb-4fa5-b01d-3a4d8e7730f4"}]} 2026-07-30 02:07:17.598 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 44549c8c-1b73-45ca-a4e2-a681885a985b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44549c8c-1b73-45ca-a4e2-a681885a985b found for delete ", "request_id": "req-5f36eba2-d723-41f6-9faf-258f493b3425"}]} 2026-07-30 02:07:17.833 8 INFO neutron.services.segments.plugin [-] Segment db083e73-c969-4bd3-8bc0-3401a71e8c5b resource provider aggregate not found 2026-07-30 02:07:17.838 8 INFO neutron.services.segments.plugin [-] Segment db083e73-c969-4bd3-8bc0-3401a71e8c5b resource provider aggregate not found 2026-07-30 02:07:17.853 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db083e73-c969-4bd3-8bc0-3401a71e8c5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db083e73-c969-4bd3-8bc0-3401a71e8c5b found for delete ", "request_id": "req-eadf5496-acbb-41ed-842a-22468cb9dd35"}]} 2026-07-30 02:07:17.853 8 INFO neutron.db.l3_hamode_db [None req-f4246642-ed28-4c81-bbd6-af7da1381a37 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] HA network 9b8efb06-d6a2-42f2-9ab2-945b63148a73 was deleted as no HA routers are present in tenant 56d9f53d952c4ec8abdc15af66263848. [pid: 8|app: 0|req: 1071/2071] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:17 2026] DELETE /v2.0/routers/5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:17.863 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment db083e73-c969-4bd3-8bc0-3401a71e8c5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db083e73-c969-4bd3-8bc0-3401a71e8c5b found for delete ", "request_id": "req-414d1235-c891-4c70-bdb5-7ecf75f69572"}]} 2026-07-30 02:07:17.927 7 INFO neutron.db.l3_hamode_db [None req-cffea7da-73ff-416e-a16d-a6e5631d9a92 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] HA network 4a4e3977-c9be-47ea-8c05-9035b1ac8966 was deleted as no HA routers are present in tenant 91a911b49be14abcb97de6676eecad3e. [pid: 7|app: 0|req: 1001/2072] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:17 2026] DELETE /v2.0/routers/700515f0-81d9-4664-a086-14fa3a1274c5 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2073] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:17 2026] DELETE /v2.0/subnets/869e5a3e-43d6-4f62-9d7d-9839be498b3f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2074] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:17 2026] DELETE /v2.0/subnets/c2a27a4c-49d3-4af2-9636-bc97d1d30054 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:18.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-605812fb-e976-425a-b1f8-b92e37c39882 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: a585afe0-c45e-4ae5-9a64-79119e3a6709 2026-07-30 02:07:18.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-605812fb-e976-425a-b1f8-b92e37c39882 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: a585afe0-c45e-4ae5-9a64-79119e3a6709 [pid: 8|app: 0|req: 1073/2075] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:18 2026] DELETE /v2.0/subnets/450b1aee-0db2-4e13-89ff-5e30a18b7085 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:18.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ea59ad0-0e1d-4727-bead-8ae52cf75a68 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 43601ee8-a8fd-4763-a7fc-b9e30085a48e 2026-07-30 02:07:18.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ea59ad0-0e1d-4727-bead-8ae52cf75a68 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 43601ee8-a8fd-4763-a7fc-b9e30085a48e [pid: 7|app: 0|req: 1003/2076] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:18 2026] DELETE /v2.0/networks/36f68b25-da63-4e1a-9bfb-64b2052aeaf6 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2077] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:18 2026] DELETE /v2.0/networks/238cc182-83e0-45f2-a2f5-aaa89ea568e4 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:18.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b57f070-e240-465f-a786-5f842f95f9b9 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: f666758b-1deb-4f64-a68b-d5e4ff057ab2 2026-07-30 02:07:18.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b57f070-e240-465f-a786-5f842f95f9b9 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: f666758b-1deb-4f64-a68b-d5e4ff057ab2 [pid: 8|app: 0|req: 1075/2078] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:18 2026] GET /v2.0/security-groups?tenant_id=91a911b49be14abcb97de6676eecad3e&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2079] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:18 2026] DELETE /v2.0/networks/efd86742-5e79-4961-928b-ae458346fcb1 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2080] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:18 2026] DELETE /v2.0/security-groups/d9e46494-b20a-41bf-9be7-7e0cd8e93049 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:18.825 7 INFO neutron.db.segments_db [None req-22eb1ee6-2c3e-4a47-a633-70fda44a8b7b 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment b9908980-8ea7-4fdb-852a-82526de4ea8e of type vxlan for network baac8deb-fa00-4e49-a30f-b8a9d5f0218d [pid: 7|app: 0|req: 1005/2081] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:18 2026] POST /v2.0/networks => generated 633 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2082] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:18 2026] GET /v2.0/security-groups?tenant_id=6b133573eb914eb3a974027541c42fa5&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2083] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:18 2026] DELETE /v2.0/security-groups/46d54e40-6669-4045-89e3-4d85cb988332 => 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: 1077/2084] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:18 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:19.222 7 INFO neutron.db.segments_db [None req-e67408f6-19d5-4809-809f-3e72e274cc9f 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment 4a9b20ab-f0da-4069-b388-5a1e189ce064 of type vxlan for network 57a713e4-12ea-49bb-9317-09cd5f0f3ae2 2026-07-30 02:07:19.475 7 INFO neutron.db.l3_hamode_db [None req-e67408f6-19d5-4809-809f-3e72e274cc9f 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:07:19.577 7 INFO neutron.db.l3_hamode_db [None req-e67408f6-19d5-4809-809f-3e72e274cc9f 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:07:19.635 7 INFO neutron.services.segments.plugin [-] Segment 6918add8-8a4d-412f-b21f-7bb5b04e7447 resource provider aggregate not found 2026-07-30 02:07:19.647 7 INFO neutron.services.segments.plugin [-] Segment 6918add8-8a4d-412f-b21f-7bb5b04e7447 resource provider aggregate not found 2026-07-30 02:07:19.656 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6918add8-8a4d-412f-b21f-7bb5b04e7447 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6918add8-8a4d-412f-b21f-7bb5b04e7447 found for delete ", "request_id": "req-890699da-5e5f-48f2-9739-5acec8a62cf7"}]} 2026-07-30 02:07:19.669 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6918add8-8a4d-412f-b21f-7bb5b04e7447 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6918add8-8a4d-412f-b21f-7bb5b04e7447 found for delete ", "request_id": "req-05bb6b0c-e435-4d48-ab6b-29ee4165394d"}]} 2026-07-30 02:07:19.679 7 INFO neutron.services.segments.plugin [-] Segment e728d83b-b09c-4825-998a-34a37e59a34c resource provider aggregate not found 2026-07-30 02:07:19.690 7 INFO neutron.services.segments.plugin [-] Segment e728d83b-b09c-4825-998a-34a37e59a34c resource provider aggregate not found 2026-07-30 02:07:19.705 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e728d83b-b09c-4825-998a-34a37e59a34c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e728d83b-b09c-4825-998a-34a37e59a34c found for delete ", "request_id": "req-c9f8e2dd-1b22-489d-8436-b33c113c101a"}]} 2026-07-30 02:07:19.712 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e728d83b-b09c-4825-998a-34a37e59a34c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e728d83b-b09c-4825-998a-34a37e59a34c found for delete ", "request_id": "req-c3472f2b-f7d9-4fd4-b94f-458429d8d053"}]} 2026-07-30 02:07:19.730 7 INFO neutron.services.segments.plugin [-] Segment 1a8c1f2e-63b9-4e3b-bb9d-eca4c3201eaa resource provider aggregate not found 2026-07-30 02:07:19.733 7 INFO neutron.services.segments.plugin [-] Segment 1a8c1f2e-63b9-4e3b-bb9d-eca4c3201eaa resource provider aggregate not found 2026-07-30 02:07:19.747 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1a8c1f2e-63b9-4e3b-bb9d-eca4c3201eaa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a8c1f2e-63b9-4e3b-bb9d-eca4c3201eaa found for delete ", "request_id": "req-8d20c47c-e212-4d28-9cc2-8bc52de52fcd"}]} 2026-07-30 02:07:19.760 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1a8c1f2e-63b9-4e3b-bb9d-eca4c3201eaa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a8c1f2e-63b9-4e3b-bb9d-eca4c3201eaa found for delete ", "request_id": "req-a4cdd628-8ef0-4687-b024-c8bfe376d94d"}]} 2026-07-30 02:07:19.871 8 INFO neutron.services.segments.plugin [-] Segment a0cf1743-8259-4086-96f7-81357d51c022 resource provider aggregate not found 2026-07-30 02:07:19.882 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0cf1743-8259-4086-96f7-81357d51c022 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0cf1743-8259-4086-96f7-81357d51c022 found for delete ", "request_id": "req-d399d5f9-94c1-4755-8e85-7535578f9742"}]} 2026-07-30 02:07:19.886 8 INFO neutron.services.segments.plugin [-] Segment a0cf1743-8259-4086-96f7-81357d51c022 resource provider aggregate not found 2026-07-30 02:07:19.904 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a0cf1743-8259-4086-96f7-81357d51c022 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0cf1743-8259-4086-96f7-81357d51c022 found for delete ", "request_id": "req-bc1be98d-0524-4318-b628-ea1dd1b3ace3"}]} [pid: 7|app: 0|req: 1008/2085] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:19 2026] POST /v2.0/routers => generated 511 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2086] 10.0.0.197 () {34 vars in 664 bytes} [Thu Jul 30 02:07:20 2026] POST /v2.0/ports => generated 964 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2087] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:07:20 2026] PUT /v2.0/routers/1f94857f-c368-4041-bf75-aa0415acc868/add_router_interface => generated 309 bytes in 983 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: 1079/2088] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:07:21 2026] GET /v2.0/ports/79476ca6-215c-4995-a9d6-7db5e5c8e8c2 => generated 1038 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 02:07:21.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e576455-78c4-4470-b9e4-ad6f7b3009f2 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 79476ca6-215c-4995-a9d6-7db5e5c8e8c2 2026-07-30 02:07:21.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e576455-78c4-4470-b9e4-ad6f7b3009f2 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 79476ca6-215c-4995-a9d6-7db5e5c8e8c2 [pid: 7|app: 0|req: 1010/2089] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:07:21 2026] PUT /v2.0/routers/1f94857f-c368-4041-bf75-aa0415acc868/remove_router_interface => generated 309 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:07:22.546 8 INFO neutron.api.v2.resource [None req-f8e65dac-57c4-4c43-b750-98913a515ef5 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1080/2090] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:07:22 2026] PUT /v2.0/routers/1f94857f-c368-4041-bf75-aa0415acc868/remove_router_interface => generated 197 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1011/2091] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:22 2026] GET /v2.0/ports?device_id=1f94857f-c368-4041-bf75-aa0415acc868 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:22.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-9beb0bfe-47f3-4d94-b165-1374b89fce0e 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 326a1da3-9ab6-4897-8ad8-0aa7a5c04a65 2026-07-30 02:07:22.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9beb0bfe-47f3-4d94-b165-1374b89fce0e 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 326a1da3-9ab6-4897-8ad8-0aa7a5c04a65 2026-07-30 02:07:23.064 8 INFO neutron.services.segments.plugin [-] Segment 4a9b20ab-f0da-4069-b388-5a1e189ce064 resource provider aggregate not found 2026-07-30 02:07:23.072 8 INFO neutron.services.segments.plugin [-] Segment 4a9b20ab-f0da-4069-b388-5a1e189ce064 resource provider aggregate not found 2026-07-30 02:07:23.087 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a9b20ab-f0da-4069-b388-5a1e189ce064 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9b20ab-f0da-4069-b388-5a1e189ce064 found for delete ", "request_id": "req-baa35361-2e4b-4e7a-89be-846561e0871b"}]} 2026-07-30 02:07:23.088 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a9b20ab-f0da-4069-b388-5a1e189ce064 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9b20ab-f0da-4069-b388-5a1e189ce064 found for delete ", "request_id": "req-b1962eb2-9b38-46fe-9064-e7060c135f64"}]} 2026-07-30 02:07:23.094 8 INFO neutron.db.l3_hamode_db [None req-9beb0bfe-47f3-4d94-b165-1374b89fce0e 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] HA network 57a713e4-12ea-49bb-9317-09cd5f0f3ae2 was deleted as no HA routers are present in tenant 56d9f53d952c4ec8abdc15af66263848. [pid: 8|app: 0|req: 1081/2092] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:22 2026] DELETE /v2.0/routers/1f94857f-c368-4041-bf75-aa0415acc868 => generated 0 bytes in 521 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2093] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:23 2026] DELETE /v2.0/subnets/49133ad4-ac2a-4c7e-9131-e428cd2bba1d => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2094] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:23 2026] DELETE /v2.0/networks/baac8deb-fa00-4e49-a30f-b8a9d5f0218d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:23.475 8 INFO neutron.db.segments_db [None req-a0a592cb-b574-40b6-96c3-916e97bbfdc9 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment 3ce3cab7-0f4e-4725-9cf6-786cc8307a97 of type vxlan for network 3d6bb784-08d1-4b88-b8a3-d9775ca12d6f [pid: 8|app: 0|req: 1083/2095] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:23 2026] POST /v2.0/networks => generated 633 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2096] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:23 2026] POST /v2.0/subnets => generated 646 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:23.802 8 INFO neutron.db.segments_db [None req-f75e1537-c5ed-48ce-9b9d-8da092858dc5 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment 7858b0d6-bf7a-4b3a-9384-d8082962a9a4 of type vxlan for network 2a3a01c8-2f9c-41e3-a096-0a1073284e43 [pid: 7|app: 0|req: 1013/2097] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:07:23 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:24.064 8 INFO neutron.db.l3_hamode_db [None req-f75e1537-c5ed-48ce-9b9d-8da092858dc5 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:07:24.192 8 INFO neutron.db.l3_hamode_db [None req-f75e1537-c5ed-48ce-9b9d-8da092858dc5 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1014/2098] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:07:23 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2099] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:23 2026] POST /v2.0/routers => generated 511 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2100] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:07:24 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:25.117 8 INFO neutron.services.segments.plugin [-] Segment b9908980-8ea7-4fdb-852a-82526de4ea8e resource provider aggregate not found 2026-07-30 02:07:25.117 8 INFO neutron.services.segments.plugin [-] Segment b9908980-8ea7-4fdb-852a-82526de4ea8e resource provider aggregate not found 2026-07-30 02:07:25.138 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9908980-8ea7-4fdb-852a-82526de4ea8e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9908980-8ea7-4fdb-852a-82526de4ea8e found for delete ", "request_id": "req-dce65313-b472-45c2-b23a-009d5039f06d"}]} 2026-07-30 02:07:25.154 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9908980-8ea7-4fdb-852a-82526de4ea8e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9908980-8ea7-4fdb-852a-82526de4ea8e found for delete ", "request_id": "req-a8327d5d-b3ab-4192-8d90-fcfc94f4e1f4"}]} [pid: 7|app: 0|req: 1016/2101] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:07:24 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2102] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:07:24 2026] PUT /v2.0/routers/76e45c0d-d493-4fde-97f5-170c0b13fab9/add_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2103] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:07:25 2026] GET /v2.0/ports/1e57cfaa-d5dd-4340-bf50-dc6bdab606ff => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2104] 10.0.0.197 () {34 vars in 675 bytes} [Thu Jul 30 02:07:25 2026] POST /v2.0/floatingips => generated 552 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2105] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:07:25 2026] PUT /v2.0/floatingips/5f11481e-15aa-4f23-811e-e2b5197c275c/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2106] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:07:25 2026] PUT /v2.0/floatingips/7069653f-8816-456a-b097-677feea3a229/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:26.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef00ae8f-b1a0-4afa-902c-ecb1988e4bcb 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 1e57cfaa-d5dd-4340-bf50-dc6bdab606ff 2026-07-30 02:07:26.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef00ae8f-b1a0-4afa-902c-ecb1988e4bcb 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 1e57cfaa-d5dd-4340-bf50-dc6bdab606ff [pid: 7|app: 0|req: 1020/2107] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:07:26 2026] PUT /v2.0/floatingips/260a8a9b-31ab-4715-b42b-373bea80096d/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2108] 10.0.0.197 () {34 vars in 758 bytes} [Thu Jul 30 02:07:26 2026] PUT /v2.0/floatingips/37366733-333d-45f1-9f49-6436e616a511/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2109] 10.0.0.197 () {32 vars in 671 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2110] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2111] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2112] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2113] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:07:25 2026] PUT /v2.0/routers/76e45c0d-d493-4fde-97f5-170c0b13fab9/remove_router_interface => generated 309 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2114] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/ports?device_id=76e45c0d-d493-4fde-97f5-170c0b13fab9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:26.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a7f5426-b770-4e4c-ae82-a726eaf7c0b0 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 7838ef88-9fd0-4e7e-8703-9109a1b7f506 2026-07-30 02:07:26.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a7f5426-b770-4e4c-ae82-a726eaf7c0b0 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 7838ef88-9fd0-4e7e-8703-9109a1b7f506 [pid: 7|app: 0|req: 1026/2115] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2116] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:07:26.994 8 INFO neutron.db.l3_hamode_db [None req-0a7f5426-b770-4e4c-ae82-a726eaf7c0b0 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] HA network 2a3a01c8-2f9c-41e3-a096-0a1073284e43 was deleted as no HA routers are present in tenant 56d9f53d952c4ec8abdc15af66263848. [pid: 8|app: 0|req: 1090/2117] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:26 2026] DELETE /v2.0/routers/76e45c0d-d493-4fde-97f5-170c0b13fab9 => generated 0 bytes in 506 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2118] 10.0.0.197 () {32 vars in 689 bytes} [Thu Jul 30 02:07:26 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2119] 10.0.0.197 () {32 vars in 701 bytes} [Thu Jul 30 02:07:27 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2120] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:27 2026] DELETE /v2.0/subnets/f6444826-418e-43ac-93a3-006bfc0d5809 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:27.161 8 INFO neutron.services.segments.plugin [-] Segment 7858b0d6-bf7a-4b3a-9384-d8082962a9a4 resource provider aggregate not found 2026-07-30 02:07:27.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4155f10-99f4-4557-908f-8aa5a50524ea 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] TaaS: Handle Delete Port: 4793a9d1-0e8d-4606-b475-4654cb83d5b9 2026-07-30 02:07:27.175 8 INFO neutron.services.segments.plugin [-] Segment 7858b0d6-bf7a-4b3a-9384-d8082962a9a4 resource provider aggregate not found 2026-07-30 02:07:27.177 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4155f10-99f4-4557-908f-8aa5a50524ea 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] Tap Mirror: Handle Delete Port: 4793a9d1-0e8d-4606-b475-4654cb83d5b9 2026-07-30 02:07:27.182 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7858b0d6-bf7a-4b3a-9384-d8082962a9a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7858b0d6-bf7a-4b3a-9384-d8082962a9a4 found for delete ", "request_id": "req-6cfc0a44-a892-4459-a92e-43be6542f6bf"}]} 2026-07-30 02:07:27.193 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7858b0d6-bf7a-4b3a-9384-d8082962a9a4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7858b0d6-bf7a-4b3a-9384-d8082962a9a4 found for delete ", "request_id": "req-eb54e602-d0c1-4983-b924-57653100edf1"}]} [pid: 8|app: 0|req: 1094/2123] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:27 2026] DELETE /v2.0/networks/3d6bb784-08d1-4b88-b8a3-d9775ca12d6f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2124] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:27 2026] DELETE /v2.0/floatingips/5f11481e-15aa-4f23-811e-e2b5197c275c => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:27.380 8 INFO neutron.db.segments_db [None req-54a0cbf2-7747-4781-b326-965e092866a6 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Added segment 17277a2f-6b06-4b67-9945-eea81d4f42af of type vxlan for network b024e87e-e950-4361-ba74-c633f946e6cb 2026-07-30 02:07:27.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-da85be70-f44e-4b13-9b2f-aac52d4981fb 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] TaaS: Handle Delete Port: f3d1116d-e8b9-4918-baa5-536ef3fd28d6 2026-07-30 02:07:27.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da85be70-f44e-4b13-9b2f-aac52d4981fb 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] Tap Mirror: Handle Delete Port: f3d1116d-e8b9-4918-baa5-536ef3fd28d6 [pid: 7|app: 0|req: 1031/2125] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:27 2026] DELETE /v2.0/floatingips/7069653f-8816-456a-b097-677feea3a229 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:27.612 8 INFO neutron.db.l3_hamode_db [None req-54a0cbf2-7747-4781-b326-965e092866a6 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:07:27.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b028e3b-4ac3-4e97-bcb0-832403c29eb8 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] TaaS: Handle Delete Port: 3d14cbed-7b93-4a8c-bd17-ee9f73b8dee2 2026-07-30 02:07:27.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b028e3b-4ac3-4e97-bcb0-832403c29eb8 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] Tap Mirror: Handle Delete Port: 3d14cbed-7b93-4a8c-bd17-ee9f73b8dee2 [pid: 7|app: 0|req: 1032/2126] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:27 2026] DELETE /v2.0/floatingips/260a8a9b-31ab-4715-b42b-373bea80096d => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:27.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fa0e110-4514-4504-ae24-2664c9110142 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] TaaS: Handle Delete Port: bcf821cc-d492-4026-90fc-01a378ea63f9 2026-07-30 02:07:27.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fa0e110-4514-4504-ae24-2664c9110142 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] Tap Mirror: Handle Delete Port: bcf821cc-d492-4026-90fc-01a378ea63f9 [pid: 7|app: 0|req: 1033/2127] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:27 2026] DELETE /v2.0/floatingips/37366733-333d-45f1-9f49-6436e616a511 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:28.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d487d92-b98a-4a2b-ae30-f3912fa150f9 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] TaaS: Handle Delete Port: 4fd1ea7a-cb12-463f-b0b2-f1edef822982 2026-07-30 02:07:28.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d487d92-b98a-4a2b-ae30-f3912fa150f9 212f646e86504d1d960e9ad81ba2f6c6 5bb8c0d886fd4b6697d5d0a6c3cbd95e - - default default] Tap Mirror: Handle Delete Port: 4fd1ea7a-cb12-463f-b0b2-f1edef822982 [pid: 7|app: 0|req: 1034/2128] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:28 2026] DELETE /v2.0/floatingips/5ef12327-c0c4-406d-bc05-6f2565bed649 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:28.464 8 INFO neutron.db.l3_hamode_db [None req-54a0cbf2-7747-4781-b326-965e092866a6 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:07:29.231 8 INFO neutron.services.segments.plugin [-] Segment 3ce3cab7-0f4e-4725-9cf6-786cc8307a97 resource provider aggregate not found 2026-07-30 02:07:29.242 8 INFO neutron.services.segments.plugin [-] Segment 3ce3cab7-0f4e-4725-9cf6-786cc8307a97 resource provider aggregate not found 2026-07-30 02:07:29.260 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ce3cab7-0f4e-4725-9cf6-786cc8307a97 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce3cab7-0f4e-4725-9cf6-786cc8307a97 found for delete ", "request_id": "req-0129ea36-47f4-44cd-9cd8-4fc7fdac6501"}]} 2026-07-30 02:07:29.261 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3ce3cab7-0f4e-4725-9cf6-786cc8307a97 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce3cab7-0f4e-4725-9cf6-786cc8307a97 found for delete ", "request_id": "req-1aa2634e-97e8-404d-a32a-aacf9febfa01"}]} [pid: 8|app: 0|req: 1095/2129] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:07:27 2026] POST /v2.0/routers => generated 692 bytes in 2105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2130] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:07:29 2026] GET /v2.0/routers/727684be-220c-46ef-a3e0-9a5eed8f61db => generated 698 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2131] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:29 2026] GET /v2.0/security-groups?tenant_id=5bb8c0d886fd4b6697d5d0a6c3cbd95e&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2132] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:07:29 2026] GET /v2.0/routers => generated 701 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2133] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:29 2026] DELETE /v2.0/security-groups/42286a0c-9e1f-48b1-9699-1a8e4c595b33 => 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: 1037/2134] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:29 2026] GET /v2.0/security-groups?tenant_id=30be3d3ef0e54526b15191c58b62674c&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2135] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:29 2026] DELETE /v2.0/security-groups/edc5259a-1a7c-4b25-bd94-2e39d577f66e => 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: 1098/2136] 10.0.0.197 () {34 vars in 740 bytes} [Thu Jul 30 02:07:29 2026] PUT /v2.0/routers/727684be-220c-46ef-a3e0-9a5eed8f61db => generated 705 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2137] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:07:30 2026] GET /v2.0/routers/727684be-220c-46ef-a3e0-9a5eed8f61db => generated 705 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2138] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:30 2026] GET /v2.0/ports?device_id=727684be-220c-46ef-a3e0-9a5eed8f61db => 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: 1100/2139] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:30 2026] GET /v2.0/security-groups?tenant_id=2d9131fefe744565b26df0d3f8cdae6e&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:07:30.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-4299dd0f-95f1-4333-a5f5-decdd9f77741 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: 82387223-41df-4da8-ac23-757e39cc5634 2026-07-30 02:07:30.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4299dd0f-95f1-4333-a5f5-decdd9f77741 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: 82387223-41df-4da8-ac23-757e39cc5634 [pid: 8|app: 0|req: 1101/2140] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:30 2026] DELETE /v2.0/security-groups/e53ae671-0ff8-46e2-b89c-f2b6c1fda753 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:30.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-4299dd0f-95f1-4333-a5f5-decdd9f77741 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] TaaS: Handle Delete Port: b10d38a3-2436-49e9-8412-9db5cad629a9 2026-07-30 02:07:30.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4299dd0f-95f1-4333-a5f5-decdd9f77741 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] Tap Mirror: Handle Delete Port: b10d38a3-2436-49e9-8412-9db5cad629a9 2026-07-30 02:07:30.898 7 INFO neutron.services.segments.plugin [-] Segment 17277a2f-6b06-4b67-9945-eea81d4f42af resource provider aggregate not found 2026-07-30 02:07:30.909 7 INFO neutron.services.segments.plugin [-] Segment 17277a2f-6b06-4b67-9945-eea81d4f42af resource provider aggregate not found 2026-07-30 02:07:30.921 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 17277a2f-6b06-4b67-9945-eea81d4f42af resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17277a2f-6b06-4b67-9945-eea81d4f42af found for delete ", "request_id": "req-dbc259f3-b36e-4d79-a51a-8cf5468285c4"}]} 2026-07-30 02:07:30.926 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 17277a2f-6b06-4b67-9945-eea81d4f42af resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17277a2f-6b06-4b67-9945-eea81d4f42af found for delete ", "request_id": "req-8528d024-8e35-449a-97f9-92e8f677d669"}]} 2026-07-30 02:07:30.931 7 INFO neutron.db.l3_hamode_db [None req-4299dd0f-95f1-4333-a5f5-decdd9f77741 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] HA network b024e87e-e950-4361-ba74-c633f946e6cb was deleted as no HA routers are present in tenant 56d9f53d952c4ec8abdc15af66263848. [pid: 7|app: 0|req: 1040/2141] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:30 2026] DELETE /v2.0/routers/727684be-220c-46ef-a3e0-9a5eed8f61db => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2142] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:30 2026] GET /v2.0/ports?device_id=727684be-220c-46ef-a3e0-9a5eed8f61db => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:30.985 7 INFO neutron.api.v2.resource [None req-aa84988a-ef63-4838-b6bc-f9fc95e609e9 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1041/2143] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:30 2026] DELETE /v2.0/routers/727684be-220c-46ef-a3e0-9a5eed8f61db => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2144] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:30 2026] GET /v2.0/ports?device_id=76e45c0d-d493-4fde-97f5-170c0b13fab9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:31.029 7 INFO neutron.api.v2.resource [None req-0b9bbd81-0322-478d-8e82-a25b134c5f0a 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/2145] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/routers/76e45c0d-d493-4fde-97f5-170c0b13fab9 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:07:31.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7fe44581-0f82-4113-821d-60772ddbfda4 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1104/2146] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/subnets/f6444826-418e-43ac-93a3-006bfc0d5809 => 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: 1043/2147] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:31 2026] GET /v2.0/ports?device_id=1f94857f-c368-4041-bf75-aa0415acc868 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:31.097 8 INFO neutron.api.v2.resource [None req-f038b981-6137-4d45-907a-73ac72a8b94a 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1105/2148] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/routers/1f94857f-c368-4041-bf75-aa0415acc868 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:07:31.116 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9392ba13-c338-4eed-b54a-83420724bbbc 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/2149] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/subnets/49133ad4-ac2a-4c7e-9131-e428cd2bba1d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2150] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:31 2026] GET /v2.0/ports?device_id=5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:31.180 7 INFO neutron.api.v2.resource [None req-8e0d03b4-f4de-4fd3-9343-eb590b8c5814 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/2151] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/routers/5acdfb0e-4b8a-4cf0-b82f-c76e2b66d785 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:07:31.203 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5385f05e-d506-4670-a300-001744cd4c30 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1107/2152] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/subnets/869e5a3e-43d6-4f62-9d7d-9839be498b3f => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:07:31.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b5524dc-65fe-4f11-b5d4-5859196bcee0 0960b8d5cb924f5b96d83a6130fe9f23 56d9f53d952c4ec8abdc15af66263848 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/2153] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/subnets/450b1aee-0db2-4e13-89ff-5e30a18b7085 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2154] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:31 2026] GET /v2.0/security-groups?tenant_id=56d9f53d952c4ec8abdc15af66263848&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2155] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:31 2026] DELETE /v2.0/security-groups/c83a91e6-1022-4f08-90b3-2bee79763c04 => 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: 1048/2156] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 30 02:07:33 2026] POST /v2.0/subnetpools => generated 549 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2157] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:33 2026] GET /v2.0/subnetpools/6f43e016-d9ea-472b-82df-91651f14acb8 => generated 549 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:07:33.961 8 INFO neutron.db.segments_db [None req-50fc24cf-7564-4ce5-be01-91303a55d443 0780b4ce7368435594597e9cae0bbcb7 c640821cc8384e92bf5c5b61dc907e0c - - default default] Added segment b329cf41-bd87-48a1-9bc6-eda33200af38 of type vxlan for network 5626582e-1531-4cb5-8bee-778d63d7bf6a [pid: 7|app: 0|req: 1050/2158] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:07:33 2026] PUT /v2.0/subnetpools/6f43e016-d9ea-472b-82df-91651f14acb8 => generated 500 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2159] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:33 2026] DELETE /v2.0/subnetpools/6f43e016-d9ea-472b-82df-91651f14acb8 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2160] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:33 2026] POST /v2.0/networks => generated 631 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:07:34.053 7 INFO neutron.api.v2.resource [None req-452cff3d-ca07-42cc-a26c-32163847aecd 670b95d46ee44f43844956138b5743bd 4ff298e919e049678c91e4b55fc56301 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/2161] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/subnetpools/6f43e016-d9ea-472b-82df-91651f14acb8 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:07:34.071 7 INFO neutron.api.v2.resource [None req-d7034d48-f9f8-41d6-aaad-63138cd800aa 670b95d46ee44f43844956138b5743bd 4ff298e919e049678c91e4b55fc56301 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1053/2162] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:34 2026] DELETE /v2.0/subnetpools/6f43e016-d9ea-472b-82df-91651f14acb8 => 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: 1110/2163] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:07:34 2026] PUT /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2164] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2165] 10.0.0.197 () {34 vars in 763 bytes} [Thu Jul 30 02:07:34 2026] PUT /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags/green => generated 4 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2166] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2167] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 30 02:07:34 2026] PUT /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2168] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2169] 10.0.0.197 () {34 vars in 781 bytes} [Thu Jul 30 02:07:34 2026] PUT /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2170] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2171] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:07:34 2026] PUT /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2172] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2173] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:34.811 8 INFO neutron.api.v2.resource [None req-c5806920-796a-43df-85c6-b0585ba5b792 0780b4ce7368435594597e9cae0bbcb7 c640821cc8384e92bf5c5b61dc907e0c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1117/2174] 10.0.0.197 () {32 vars in 744 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2175] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/security-groups?tenant_id=4ff298e919e049678c91e4b55fc56301&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2176] 10.0.0.197 () {32 vars in 743 bytes} [Thu Jul 30 02:07:34 2026] DELETE /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2177] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:07:34 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2178] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:34 2026] DELETE /v2.0/security-groups/9ca22347-2757-4a14-9aa3-5477980685f8 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:34.976 8 INFO neutron.api.v2.resource [None req-ac47cc36-8ac2-4481-911f-34d7a954451f 0780b4ce7368435594597e9cae0bbcb7 c640821cc8384e92bf5c5b61dc907e0c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1120/2179] 10.0.0.197 () {32 vars in 747 bytes} [Thu Jul 30 02:07:34 2026] DELETE /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2180] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:07:34 2026] DELETE /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/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: 1121/2181] 10.0.0.197 () {32 vars in 732 bytes} [Thu Jul 30 02:07:35 2026] GET /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:35.240 7 INFO neutron.services.segments.plugin [-] Segment b329cf41-bd87-48a1-9bc6-eda33200af38 resource provider aggregate not found 2026-07-30 02:07:35.250 7 INFO neutron.services.segments.plugin [-] Segment b329cf41-bd87-48a1-9bc6-eda33200af38 resource provider aggregate not found 2026-07-30 02:07:35.269 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b329cf41-bd87-48a1-9bc6-eda33200af38 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b329cf41-bd87-48a1-9bc6-eda33200af38 found for delete ", "request_id": "req-7f14b39c-cdf4-4afe-bdb9-804b7d9c3754"}]} 2026-07-30 02:07:35.272 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b329cf41-bd87-48a1-9bc6-eda33200af38 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b329cf41-bd87-48a1-9bc6-eda33200af38 found for delete ", "request_id": "req-78d9e3f6-b891-4efa-82c7-61d1ec59d798"}]} [pid: 7|app: 0|req: 1061/2182] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:35 2026] DELETE /v2.0/networks/5626582e-1531-4cb5-8bee-778d63d7bf6a => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2183] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:35 2026] GET /v2.0/security-groups?tenant_id=1544a159fad3402c830fedd11d2cb192&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: 1062/2184] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:36 2026] DELETE /v2.0/security-groups/d6c455bc-9d8e-42d8-88e9-decad42fed43 => 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: 1123/2185] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:36 2026] GET /v2.0/security-groups?tenant_id=c640821cc8384e92bf5c5b61dc907e0c&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2186] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:36 2026] DELETE /v2.0/security-groups/c785e8f0-4aa3-48bd-83f5-e8bc67026d15 => 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: 1124/2187] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:07:39 2026] POST /v2.0/security-groups => generated 1602 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2188] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 30 02:07:40 2026] PUT /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2189] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2190] 10.0.0.197 () {34 vars in 777 bytes} [Thu Jul 30 02:07:40 2026] PUT /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2191] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2192] 10.0.0.197 () {34 vars in 773 bytes} [Thu Jul 30 02:07:40 2026] PUT /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2193] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2194] 10.0.0.197 () {34 vars in 795 bytes} [Thu Jul 30 02:07:40 2026] PUT /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2195] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2196] 10.0.0.197 () {34 vars in 766 bytes} [Thu Jul 30 02:07:40 2026] PUT /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/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: 1129/2197] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2198] 10.0.0.197 () {32 vars in 754 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:40.738 8 INFO neutron.api.v2.resource [None req-f03356ae-1f2e-413d-9019-63c55c43fb78 116b9200c6cd40c5945dd68780eb0290 cdc1670905db4a4fa5e472601330a351 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1130/2199] 10.0.0.197 () {32 vars in 758 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2200] 10.0.0.197 () {32 vars in 757 bytes} [Thu Jul 30 02:07:40 2026] DELETE /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2201] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:40.878 7 INFO neutron.api.v2.resource [None req-33332cbb-1300-469f-8a38-e0efa4258150 116b9200c6cd40c5945dd68780eb0290 cdc1670905db4a4fa5e472601330a351 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1071/2202] 10.0.0.197 () {32 vars in 761 bytes} [Thu Jul 30 02:07:40 2026] DELETE /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2203] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:07:40 2026] DELETE /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2204] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:07:40 2026] GET /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2205] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:40 2026] DELETE /v2.0/security-groups/170f3b86-e00c-47f7-95bd-5edde21787c1 => 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: 1073/2206] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:41 2026] GET /v2.0/security-groups?tenant_id=cdc1670905db4a4fa5e472601330a351&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2207] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:41 2026] DELETE /v2.0/security-groups/6e824934-0967-4512-9989-778f8982f932 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2210] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:42 2026] GET /v2.0/security-groups?tenant_id=b618d4dbfcfb44f5b122501f21e8e207&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2211] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:42 2026] DELETE /v2.0/security-groups/7ea4ff7f-26b6-4bee-a073-652f75894ef6 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:45.968 7 INFO neutron.db.segments_db [None req-204463f8-f39c-4246-8808-0f9ca0eb0310 4ade946388504073a14f398db7d4ecac a6160657b0ed4fa7ba1d324beb07a647 - - default default] Added segment 1654b6f2-2fbf-4618-8ba8-5d41478341b1 of type vxlan for network 995a652b-e246-4bb6-9bb6-7527e38fc5b7 [pid: 7|app: 0|req: 1075/2212] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:07:45 2026] POST /v2.0/networks => generated 632 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2213] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:07:46 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2214] 10.0.0.197 () {34 vars in 665 bytes} [Thu Jul 30 02:07:46 2026] POST /v2.0/trunks => generated 407 bytes in 139 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: 1139/2215] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:07:46 2026] PUT /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2216] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2217] 10.0.0.197 () {34 vars in 759 bytes} [Thu Jul 30 02:07:46 2026] PUT /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2218] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2219] 10.0.0.197 () {34 vars in 755 bytes} [Thu Jul 30 02:07:46 2026] PUT /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags/red => generated 4 bytes in 20 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2220] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2221] 10.0.0.197 () {34 vars in 777 bytes} [Thu Jul 30 02:07:46 2026] PUT /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags/black.or.white => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2222] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2223] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:07:46 2026] PUT /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2224] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2225] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:46.928 7 INFO neutron.api.v2.resource [None req-4f9da9b8-a571-43cc-aadc-2a773e13a8f7 4ade946388504073a14f398db7d4ecac a6160657b0ed4fa7ba1d324beb07a647 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1082/2226] 10.0.0.197 () {32 vars in 740 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/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: 1145/2227] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:46 2026] DELETE /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2228] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:46 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:07:47.018 8 INFO neutron.api.v2.resource [None req-b13eb4f7-68fe-45e8-b6c1-582ffa926358 4ade946388504073a14f398db7d4ecac a6160657b0ed4fa7ba1d324beb07a647 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1146/2229] 10.0.0.197 () {32 vars in 743 bytes} [Thu Jul 30 02:07:46 2026] DELETE /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2230] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:07:47 2026] DELETE /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2231] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:07:47 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de/tags => 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: 1085/2232] 10.0.0.197 () {32 vars in 718 bytes} [Thu Jul 30 02:07:47 2026] GET /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2233] 10.0.0.197 () {32 vars in 716 bytes} [Thu Jul 30 02:07:47 2026] GET /v2.0/ports/5e6befa1-00a6-4a17-b5bd-6339ac621831 => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2234] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 30 02:07:47 2026] DELETE /v2.0/trunks/b6b8caeb-5570-4d17-9284-abc4b227d7de => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:07:47.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a01e8fc-0b1d-41a2-8f10-ef62c5ad41df 4ade946388504073a14f398db7d4ecac a6160657b0ed4fa7ba1d324beb07a647 - - default default] TaaS: Handle Delete Port: 5e6befa1-00a6-4a17-b5bd-6339ac621831 2026-07-30 02:07:47.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a01e8fc-0b1d-41a2-8f10-ef62c5ad41df 4ade946388504073a14f398db7d4ecac a6160657b0ed4fa7ba1d324beb07a647 - - default default] Tap Mirror: Handle Delete Port: 5e6befa1-00a6-4a17-b5bd-6339ac621831 [pid: 8|app: 0|req: 1149/2235] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:07:47 2026] DELETE /v2.0/ports/5e6befa1-00a6-4a17-b5bd-6339ac621831 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:07:47.661 7 INFO neutron.services.segments.plugin [-] Segment 1654b6f2-2fbf-4618-8ba8-5d41478341b1 resource provider aggregate not found 2026-07-30 02:07:47.691 7 INFO neutron.services.segments.plugin [-] Segment 1654b6f2-2fbf-4618-8ba8-5d41478341b1 resource provider aggregate not found 2026-07-30 02:07:47.714 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1654b6f2-2fbf-4618-8ba8-5d41478341b1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1654b6f2-2fbf-4618-8ba8-5d41478341b1 found for delete ", "request_id": "req-42761fdc-805f-4431-9378-bea723bc8dd0"}]} 2026-07-30 02:07:47.716 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1654b6f2-2fbf-4618-8ba8-5d41478341b1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1654b6f2-2fbf-4618-8ba8-5d41478341b1 found for delete ", "request_id": "req-23e09d0f-20db-4a13-9f34-bdf678eca35d"}]} [pid: 7|app: 0|req: 1087/2236] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:07:47 2026] DELETE /v2.0/networks/995a652b-e246-4bb6-9bb6-7527e38fc5b7 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2237] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:47 2026] GET /v2.0/security-groups?tenant_id=cb905f0f416e4a78afaf045c6aea50f9&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2238] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:48 2026] DELETE /v2.0/security-groups/3999b3a9-059e-4a41-9d10-253d66133276 => 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: 1151/2239] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:48 2026] GET /v2.0/security-groups?tenant_id=a6160657b0ed4fa7ba1d324beb07a647&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2240] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:48 2026] DELETE /v2.0/security-groups/aad8c6e1-fc78-4aac-a9ce-2ca6e7a9ae59 => 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: 1152/2241] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:48 2026] GET /v2.0/security-groups?tenant_id=a267d0cf3598407899a01126ad21a31d&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2242] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:48 2026] DELETE /v2.0/security-groups/d7b9f7b6-498f-4201-85fc-3c1d8c45afdf => 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: 1153/2243] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:52 2026] GET /v2.0/security-groups?tenant_id=b726fb863a6e421cb934e3bf158510f0&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2244] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:52 2026] DELETE /v2.0/security-groups/f3adc82a-e861-40ca-8596-febd1edc29f4 => 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: 1154/2245] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:52 2026] GET /v2.0/security-groups?tenant_id=be54986330ef435f8d98fabe00424554&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2246] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:53 2026] DELETE /v2.0/security-groups/09b8b328-3894-4615-b312-a99e29fd4e78 => 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: 1156/2249] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:07:58 2026] GET /v2.0/security-groups?tenant_id=8e5e2a6ab12f4249995cfb460f30f97c&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2250] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:07:58 2026] DELETE /v2.0/security-groups/fffb1da3-7f58-4fca-ade5-a3e3b1348c2d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:08:02.127 8 INFO neutron.db.segments_db [None req-9140c0e2-6c5b-408b-b141-4aa3bcf0deca 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Added segment 342608e6-a0f7-4c36-8773-4cdde6649dd7 of type vxlan for network a1ead3f3-352f-4262-ad77-af3e56aabb1a [pid: 8|app: 0|req: 1157/2251] 10.0.0.197 () {34 vars in 670 bytes} [Thu Jul 30 02:08:01 2026] POST /v2.0/networks => generated 630 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:02.308 8 INFO neutron.db.segments_db [None req-32f8808a-a442-46d5-bae7-240c312d6cf1 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Added segment b2122e2c-74e9-44fc-a4d4-2128e9ee342e of type vxlan for network c0f07fe2-5fcf-4b47-840f-a04686777fb0 2026-07-30 02:08:02.448 7 INFO neutron.db.segments_db [None req-fad33757-5fff-4eb9-bd94-dbce7a7ab8c3 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Added segment 7fd6debf-c584-4f39-9011-ab10db83c90b of type vxlan for network a0abe27d-ba37-4e49-904d-0433110b2250 [pid: 7|app: 0|req: 1095/2252] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:08:02 2026] POST /v2.0/networks => generated 640 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:02.569 8 INFO neutron.db.l3_hamode_db [None req-32f8808a-a442-46d5-bae7-240c312d6cf1 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1096/2253] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:02 2026] POST /v2.0/subnets => generated 658 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2254] 10.0.0.197 () {32 vars in 721 bytes} [Thu Jul 30 02:08:02 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2255] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:02 2026] POST /v2.0/subnets => generated 732 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:03.064 7 INFO neutron.db.segments_db [None req-494ce753-db47-46ec-9d10-0be94358e990 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Added segment 383ecf9d-14c1-4447-b89e-2edd416ed41a of type vxlan for network 5e3580db-3901-430f-a9cb-6bf69e07c338 [pid: 7|app: 0|req: 1099/2256] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:08:03 2026] POST /v2.0/networks => generated 637 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:03.405 8 INFO neutron.db.l3_hamode_db [None req-32f8808a-a442-46d5-bae7-240c312d6cf1 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1100/2257] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:03 2026] POST /v2.0/subnets => generated 656 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2258] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:03 2026] POST /v2.0/subnets => generated 725 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:03.690 7 INFO neutron.db.segments_db [None req-da0bd48d-5156-49d6-918f-0b043fac265f 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Added segment 905b52a7-69cc-4e1d-b865-0a6ea44fee57 of type vxlan for network 1b43b916-595c-4794-aaca-567b498ae337 [pid: 7|app: 0|req: 1102/2259] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:08:03 2026] POST /v2.0/networks => generated 638 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2260] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:03 2026] POST /v2.0/subnets => generated 656 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2261] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:04 2026] POST /v2.0/subnets => generated 730 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2262] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:02 2026] POST /v2.0/routers => generated 694 bytes in 2102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:04.369 7 INFO neutron.db.segments_db [None req-13c16e30-054f-4c6f-95a2-42bc60c9c39f 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Added segment acca8401-79f8-436d-99a4-4189ad780f00 of type vxlan for network 12afe39e-8920-4447-84b7-15c924449701 [pid: 8|app: 0|req: 1159/2263] 10.0.0.197 () {32 vars in 775 bytes} [Thu Jul 30 02:08:04 2026] GET /v2.0/subnets?project_id=dbc33f66824e408c9e98fb5fe7c96a15&cidr=10.100.0.0%2F28 => 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: 1160/2264] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:08:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2265] 10.0.0.197 () {32 vars in 783 bytes} [Thu Jul 30 02:08:04 2026] GET /v2.0/subnets?network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:08:04.602 7 INFO neutron.db.l3_hamode_db [None req-13c16e30-054f-4c6f-95a2-42bc60c9c39f 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1162/2266] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:04 2026] POST /v2.0/subnets => generated 656 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:05.419 7 INFO neutron.db.l3_hamode_db [None req-13c16e30-054f-4c6f-95a2-42bc60c9c39f 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1163/2267] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:08:04 2026] PUT /v2.0/routers/835f76c3-2267-4cd2-8d8c-752c4b846952/add_router_interface => generated 309 bytes in 1400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2268] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:08:06 2026] GET /v2.0/networks => generated 6660 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2269] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:08:06 2026] GET /v2.0/subnets => generated 7421 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2270] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:08:04 2026] POST /v2.0/routers => generated 684 bytes in 2084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2271] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:08:06 2026] GET /v2.0/routers => generated 1451 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2272] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:08:06 2026] POST /v2.0/security-groups => generated 1673 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2273] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2274] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2275] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2276] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:08:06 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2277] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:07.886 8 INFO neutron.db.securitygroups_db [None req-b370308f-4208-47f9-9115-945df6a0353a 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Project dbc33f66824e408c9e98fb5fe7c96a15 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: 1172/2278] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:08.025 8 INFO neutron.db.securitygroups_db [None req-ba9fa4e1-498a-430b-894d-a3e7bbd37169 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Project dbc33f66824e408c9e98fb5fe7c96a15 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: 1173/2279] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2280] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:08:08 2026] GET /v2.0/networks => generated 1295 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2281] 10.0.0.187 () {34 vars in 1095 bytes} [Thu Jul 30 02:08:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-41082680&fields=id&tenant_id=dbc33f66824e408c9e98fb5fe7c96a15 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2282] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:08:08 2026] GET /v2.0/networks?id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 658 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2283] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:08:08 2026] GET /v2.0/quotas/dbc33f66824e408c9e98fb5fe7c96a15 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2284] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:08:08 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&fields=id => generated 57 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2285] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:08:08 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1180/2286] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:08:08 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1107/2287] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:08:07 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2288] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:09 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1109/2289] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:10 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1181/2290] 10.0.0.197 () {34 vars in 782 bytes} [Thu Jul 30 02:08:08 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/add_router_interface => generated 309 bytes in 1526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2291] 10.0.0.197 () {34 vars in 683 bytes} [Thu Jul 30 02:08:10 2026] POST /v2.0/security-groups => generated 1628 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2292] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2293] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2294] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2295] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2296] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:11 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1184/2297] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2298] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2299] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2300] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2301] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2304] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2305] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2306] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:12 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1190/2307] 10.0.0.187 () {34 vars in 1091 bytes} [Thu Jul 30 02:08:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-78491733&fields=id&tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2308] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:08:12 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2309] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:08:12 2026] GET /v2.0/quotas/cd2f86ce72fc4003b3dc4eddf90d327f => 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: 1119/2310] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:08:12 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&fields=id => generated 241 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2311] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:08:12 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1120/2312] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:08:12 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1193/2313] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:13 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2314] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:13 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1194/2315] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:13 2026] GET /v2.0/networks?id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 658 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2316] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:08:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dbc33f66824e408c9e98fb5fe7c96a15 => generated 179 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2317] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:08:13 2026] POST /v2.0/ports => generated 954 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1196/2318] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:14 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2319] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:14 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&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: 1123/2320] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:08:14 2026] PUT /v2.0/ports/aea36889-38b3-4e71-813b-5ee5acdd2738 => generated 1235 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:08:14.720 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-784b1051-5589-442e-b877-84c49d3eae2b'] response: {'name': 'network-changed', 'server_uuid': '50412c1a-0c64-42d3-8a18-113f7e1dd6e9', 'tag': 'aea36889-38b3-4e71-813b-5ee5acdd2738', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1198/2321] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:15 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1124/2322] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:08:15 2026] GET /v2.0/networks?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&shared=False => generated 754 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2323] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:08:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2324] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:15 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2325] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:15 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&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: 1126/2326] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:16 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2327] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:08:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=aea36889-38b3-4e71-813b-5ee5acdd2738 => 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: 1127/2328] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:08:16 2026] GET /v2.0/subnets?id=493d4fb2-dba5-4087-9200-057eeeb191d1 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2329] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:16 2026] GET /v2.0/ports?network_id=a1ead3f3-352f-4262-ad77-af3e56aabb1a&device_owner=network%3Adhcp => 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: 1128/2330] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:16 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1203/2331] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:16 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1129/2332] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:16 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2333] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:17 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&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: 1130/2334] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:17 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2335] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:08:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f => generated 177 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2336] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:08:17 2026] POST /v2.0/ports => generated 1179 bytes in 446 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: 1132/2337] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:18 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2338] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:18 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2339] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:18 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1194 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2340] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:18 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2341] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:08:17 2026] PUT /v2.0/ports/5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => generated 1460 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:08:18.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6dbb9aad-279a-47da-b0f9-456e82f71edc'] response: {'name': 'network-changed', 'server_uuid': '821839b3-ef16-4a89-b9ed-3a51f831df63', 'tag': '5bc7ea0f-a7fd-4ba4-b456-2d96b337c040', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1136/2342] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:19 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1207/2343] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:08:19 2026] GET /v2.0/networks?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&shared=False => generated 2375 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2344] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:08:19 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: 8|app: 0|req: 1208/2345] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:19 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2346] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:19 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2347] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2348] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => 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: 1210/2349] 162.253.55.222 () {34 vars in 1101 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af5&port_id=5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => 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: 1140/2350] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/subnets?id=935ddff6-5c8f-48fc-954b-6c41ca2a13ec&id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2351] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2352] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2353] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2354] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2355] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2356] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:20 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&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: 7|app: 0|req: 1144/2357] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:21 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2358] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:21 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2359] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:21 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2360] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:21 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&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: 1146/2361] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:08:22 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:08:22.861 8 INFO neutron.db.l3_db [None req-ddcba002-8f7b-4321-9421-8ff4b235924d 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Floating IP 8dad40c0-aca2-4523-920d-a38d21b026cf associated. External IP: 10.96.250.212, port: aea36889-38b3-4e71-813b-5ee5acdd2738. [pid: 8|app: 0|req: 1216/2362] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 30 02:08:22 2026] POST /v2.0/floatingips => generated 855 bytes in 1118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:23.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2fc4a9a-dc91-4c4c-8e43-a52b763d3a76'] response: {'name': 'network-changed', 'server_uuid': '50412c1a-0c64-42d3-8a18-113f7e1dd6e9', 'tag': 'aea36889-38b3-4e71-813b-5ee5acdd2738', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1147/2363] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2364] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1194 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2365] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2366] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 1240 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2367] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/networks?id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 754 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2368] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=aea36889-38b3-4e71-813b-5ee5acdd2738 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2369] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/subnets?id=493d4fb2-dba5-4087-9200-057eeeb191d1 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2370] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/ports?network_id=a1ead3f3-352f-4262-ad77-af3e56aabb1a&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2371] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:23 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1221/2372] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:24 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1152/2373] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:08:24 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2374] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:08:25 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2377] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:28 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1196 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2378] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:28 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2379] 10.0.0.197 () {32 vars in 817 bytes} [Thu Jul 30 02:08:28 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&mac_address=fa%3A16%3A3e%3Ae4%3A32%3Abc => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:08:29.594 8 INFO neutron.db.l3_db [None req-3c8a7690-4d15-4f37-9064-9bd0da6703b1 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Floating IP c82654f6-f128-49f1-87d2-e2e4b7dd52e1 associated. External IP: 10.96.250.208, port: 5bc7ea0f-a7fd-4ba4-b456-2d96b337c040. [pid: 8|app: 0|req: 1225/2380] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 30 02:08:28 2026] POST /v2.0/floatingips => generated 855 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:29.925 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1316c2a7-260a-40a6-a958-19a3493c741a'] response: {'name': 'network-changed', 'server_uuid': '821839b3-ef16-4a89-b9ed-3a51f831df63', 'tag': '5bc7ea0f-a7fd-4ba4-b456-2d96b337c040', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1156/2381] 10.0.0.187 () {34 vars in 1091 bytes} [Thu Jul 30 02:08:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-78491733&fields=id&tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2382] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2383] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/quotas/cd2f86ce72fc4003b3dc4eddf90d327f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2384] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&fields=id => generated 333 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2385] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2386] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2387] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2388] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => 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: 1160/2389] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => 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: 1230/2390] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2391] 162.253.55.222 () {34 vars in 1101 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af5&port_id=5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => 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: 1231/2392] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/subnets?id=935ddff6-5c8f-48fc-954b-6c41ca2a13ec&id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2393] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2394] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&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: 1163/2395] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2396] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:30 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1164/2397] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:08:33 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2398] 10.0.0.83 () {34 vars in 1038 bytes} [Thu Jul 30 02:08:33 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&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: 1165/2399] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:34 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2400] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:08:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f => generated 177 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2401] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:08:34 2026] POST /v2.0/ports => generated 1187 bytes in 447 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: 1167/2402] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:35 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1202 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2403] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:35 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2404] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:08:35 2026] PUT /v2.0/ports/eb22ae60-a50d-43c9-a918-6c33fbc4649d => generated 1468 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:08:35.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f6b6115-149a-47bf-bf7a-3abe4ae4ba3f'] response: {'name': 'network-changed', 'server_uuid': 'f58a649c-f360-40af-91ed-af916351e4a1', 'tag': 'eb22ae60-a50d-43c9-a918-6c33fbc4649d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1169/2405] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:36 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1237/2406] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:08:36 2026] GET /v2.0/networks?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&shared=False => generated 2375 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2407] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:08:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2408] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2409] 10.0.0.83 () {34 vars in 1038 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2410] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1471 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2411] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.196&port_id=eb22ae60-a50d-43c9-a918-6c33fbc4649d => 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: 1240/2412] 162.253.55.222 () {34 vars in 1105 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A151&port_id=eb22ae60-a50d-43c9-a918-6c33fbc4649d => 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: 1173/2413] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/subnets?id=b2edda6b-6f37-487e-be53-2c1286883be8&id=a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2414] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2415] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2416] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2417] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:37 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2418] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:40 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2419] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:40 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2422] 10.0.0.197 () {32 vars in 825 bytes} [Thu Jul 30 02:08:42 2026] GET /v2.0/ports?project_id=dbc33f66824e408c9e98fb5fe7c96a15&network_id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 3691 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2423] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:08:42 2026] GET /v2.0/subnets?network_id=e2d7542a-5bb7-4498-a636-259f7cda5c37 => generated 667 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:08:42.918 7 INFO neutron.db.l3_db [None req-1c2f90f9-a6db-4149-9db4-5a290f57751d 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Floating IP 8dad40c0-aca2-4523-920d-a38d21b026cf disassociated. External IP: 10.96.250.212, port: aea36889-38b3-4e71-813b-5ee5acdd2738. [pid: 7|app: 0|req: 1179/2424] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:08:42 2026] PUT /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 554 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2425] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:08:43 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:08:43.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e7ef5cf-74ff-4a2a-83cd-6ad5ee7c9147'] response: {'name': 'network-changed', 'server_uuid': '50412c1a-0c64-42d3-8a18-113f7e1dd6e9', 'tag': 'aea36889-38b3-4e71-813b-5ee5acdd2738', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1180/2426] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:43 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2427] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:44 2026] GET /v2.0/networks?id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 754 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2428] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=aea36889-38b3-4e71-813b-5ee5acdd2738 => 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: 1248/2429] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:08:44 2026] GET /v2.0/subnets?id=493d4fb2-dba5-4087-9200-057eeeb191d1 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2430] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:44 2026] GET /v2.0/ports?network_id=a1ead3f3-352f-4262-ad77-af3e56aabb1a&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2431] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:44 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2432] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:44 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2433] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:08:44 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2434] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:08:45 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 552 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2435] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:45 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1204 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2436] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:46 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2437] 10.0.0.197 () {32 vars in 817 bytes} [Thu Jul 30 02:08:46 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&mac_address=fa%3A16%3A3e%3A65%3A36%3A86 => generated 1204 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2438] 10.0.0.197 () {34 vars in 684 bytes} [Thu Jul 30 02:08:46 2026] POST /v2.0/security-groups => generated 1677 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2439] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2440] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:47.071 7 INFO neutron.db.l3_db [None req-0a3a6be6-8cd0-4f64-98ed-5f13f693d533 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Floating IP 0d18b519-ecc8-4d04-86a7-b2f3a1c69453 associated. External IP: 10.96.250.210, port: eb22ae60-a50d-43c9-a918-6c33fbc4649d. [pid: 8|app: 0|req: 1256/2441] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2442] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:47 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) 2026-07-30 02:08:47.294 8 INFO neutron.db.securitygroups_db [None req-dbf8e45f-8b5d-4ab5-a98a-ea74a1d0c4f8 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Project dbc33f66824e408c9e98fb5fe7c96a15 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: 1258/2443] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:47.425 8 INFO neutron.db.securitygroups_db [None req-a1d6aea0-7294-4935-af42-87c3902cf982 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Project dbc33f66824e408c9e98fb5fe7c96a15 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: 1186/2444] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 30 02:08:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:08:47.500 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c726498-ab26-45e3-b619-5ea5bcf3984c'] response: {'name': 'network-changed', 'server_uuid': 'f58a649c-f360-40af-91ed-af916351e4a1', 'tag': 'eb22ae60-a50d-43c9-a918-6c33fbc4649d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1259/2445] 10.0.0.197 () {34 vars in 694 bytes} [Thu Jul 30 02:08:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2446] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:08:47 2026] GET /v2.0/networks => generated 1295 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2447] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2448] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2449] 10.0.0.187 () {34 vars in 1099 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1291449148&fields=id&tenant_id=dbc33f66824e408c9e98fb5fe7c96a15 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2450] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.196&port_id=eb22ae60-a50d-43c9-a918-6c33fbc4649d => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2451] 162.253.55.222 () {34 vars in 1105 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A151&port_id=eb22ae60-a50d-43c9-a918-6c33fbc4649d => 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: 1262/2452] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/networks?id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 658 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2453] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/quotas/dbc33f66824e408c9e98fb5fe7c96a15 => 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: 1191/2454] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/subnets?id=b2edda6b-6f37-487e-be53-2c1286883be8&id=a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2455] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&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: 7|app: 0|req: 1193/2456] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&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: 1264/2457] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&fields=id => generated 149 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2458] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2459] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1195/2460] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2461] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1196/2462] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:48 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1267/2463] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:49 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1197/2464] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:50 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1268/2465] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:51 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1269/2466] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:52 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1198/2467] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:08:52 2026] GET /v2.0/networks?id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 658 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2468] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:08:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dbc33f66824e408c9e98fb5fe7c96a15 => generated 272 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2469] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:08:52 2026] POST /v2.0/ports => generated 958 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2470] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:08:53 2026] PUT /v2.0/ports/f2fae536-d919-450f-8226-958e408e2c10 => generated 1239 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:08:53.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a5ff9c9-d88f-48de-9027-eda2f8934915'] response: {'name': 'network-changed', 'server_uuid': '62630ad1-ec16-4a6e-b2c8-6e72aca66b2c', 'tag': 'f2fae536-d919-450f-8226-958e408e2c10', '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: 1200/2471] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:53 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1272/2472] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:53 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&fields=id&fields=name => generated 114 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2473] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:54 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1273/2474] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:08:54 2026] GET /v2.0/networks?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&shared=False => generated 754 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2475] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:08:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2476] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2477] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2478] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2479] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f2fae536-d919-450f-8226-958e408e2c10 => 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: 1276/2480] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/subnets?id=493d4fb2-dba5-4087-9200-057eeeb191d1 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2481] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/ports?network_id=a1ead3f3-352f-4262-ad77-af3e56aabb1a&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: 1277/2482] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2483] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2484] 10.0.0.83 () {34 vars in 1038 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2485] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:08:55 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2486] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:56 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2487] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:56 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&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: 1281/2490] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:57 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2491] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:57 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&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: 1282/2492] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:58 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2493] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:58 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&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: 1283/2494] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:08:59 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1212/2495] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:08:59 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&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: 1284/2496] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:01 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2497] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:01 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2498] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:01 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1214/2499] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:01 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2500] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:09:01 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:09:01.793 7 INFO neutron.db.l3_db [None req-aadcf4e9-1003-4c2f-b1e1-8ab45d4f83b3 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Floating IP 8dad40c0-aca2-4523-920d-a38d21b026cf associated. External IP: 10.96.250.212, port: f2fae536-d919-450f-8226-958e408e2c10. [pid: 7|app: 0|req: 1215/2501] 10.0.0.197 () {34 vars in 748 bytes} [Thu Jul 30 02:09:01 2026] PUT /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 856 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:09:02.111 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cc958d0-f4bb-42e1-bfc3-c67b83c191fa'] response: {'name': 'network-changed', 'server_uuid': '62630ad1-ec16-4a6e-b2c8-6e72aca66b2c', 'tag': 'f2fae536-d919-450f-8226-958e408e2c10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1287/2502] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2503] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/ports?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 1244 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2504] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/networks?id=a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 754 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2505] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f2fae536-d919-450f-8226-958e408e2c10 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2506] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/subnets?id=493d4fb2-dba5-4087-9200-057eeeb191d1 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2507] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/ports?network_id=a1ead3f3-352f-4262-ad77-af3e56aabb1a&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: 1290/2508] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?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: 1219/2509] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:09:02 2026] GET /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2510] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:09:03 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2511] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:09:04 2026] GET /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2512] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:09:09 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2513] 10.0.0.13 () {30 vars in 688 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2514] 10.0.0.13 () {30 vars in 690 bytes} [Thu Jul 30 02:09:11 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: 1222/2515] 10.0.0.13 () {30 vars in 666 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2516] 10.0.0.13 () {30 vars in 702 bytes} [Thu Jul 30 02:09:11 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: 1223/2517] 10.0.0.13 () {28 vars in 437 bytes} [Thu Jul 30 02:09:11 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2518] 10.0.0.13 () {30 vars in 726 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2519] 10.0.0.13 () {30 vars in 688 bytes} [Thu Jul 30 02:09:11 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: 1296/2520] 10.0.0.13 () {30 vars in 690 bytes} [Thu Jul 30 02:09:11 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: 1225/2521] 10.0.0.13 () {30 vars in 666 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2522] 10.0.0.13 () {30 vars in 702 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2523] 10.0.0.83 () {34 vars in 988 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1227/2524] 10.0.0.13 () {30 vars in 726 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2525] 10.0.0.83 () {34 vars in 1038 bytes} [Thu Jul 30 02:09:11 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2526] 10.0.0.13 () {30 vars in 688 bytes} [Thu Jul 30 02:09:11 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: 1299/2527] 10.0.0.13 () {30 vars in 690 bytes} [Thu Jul 30 02:09:11 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: 1229/2528] 10.0.0.13 () {30 vars in 666 bytes} [Thu Jul 30 02:09:11 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: 1300/2529] 10.0.0.13 () {30 vars in 702 bytes} [Thu Jul 30 02:09:12 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: 1230/2530] 10.0.0.13 () {30 vars in 728 bytes} [Thu Jul 30 02:09:12 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2531] 10.0.0.13 () {30 vars in 680 bytes} [Thu Jul 30 02:09:12 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2534] 10.0.0.13 () {34 vars in 702 bytes} [Thu Jul 30 02:09:12 2026] POST /v2.0/ports => generated 1132 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2535] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:09:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 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: 1232/2536] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:09:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2537] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:09:15 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: 1233/2538] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:09:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2539] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:09:15 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2540] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:09:15 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: 1307/2541] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:09:15 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: 1235/2542] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:09:15 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: 1308/2543] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:09: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) 2026-07-30 02:09:15.877 7 INFO neutron.api.v2.resource [None req-6142248f-4dfa-4e7d-a6f7-533cbd302980 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1236/2544] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 02:09:15 2026] GET /v2.0/security-groups/lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => 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: 1309/2545] 162.253.55.222 () {30 vars in 784 bytes} [Thu Jul 30 02:09:15 2026] GET /v2.0/security-groups?name=lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => 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: 1237/2546] 162.253.55.222 () {34 vars in 735 bytes} [Thu Jul 30 02:09:15 2026] POST /v2.0/security-groups => generated 1638 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2547] 162.253.55.222 () {30 vars in 814 bytes} [Thu Jul 30 02:09:16 2026] GET /v2.0/security-group-rules?security_group_id=90a79733-4e39-48f1-9365-7b5b3fa49b8e => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2548] 162.253.55.222 () {34 vars in 788 bytes} [Thu Jul 30 02:09:16 2026] PUT /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2549] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:09:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1239/2550] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:09:16 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: 1312/2551] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:09:16 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: 1240/2552] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:09:16 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: 1313/2553] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:09:16 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2554] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:21 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2555] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:21 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&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: 1242/2556] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:22 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1315/2557] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:22 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&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: 1243/2558] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:23 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1316/2559] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:23 2026] GET /v2.0/security-groups?id=3db36e4c-364d-42a5-a07f-629a3d0dfbaf&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: 1244/2560] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:09:23 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2561] 10.0.0.187 () {34 vars in 1015 bytes} [Thu Jul 30 02:09:24 2026] GET /v2.0/security-groups?id=ac5d83ca-3dcf-4707-a07e-b51cb4a176ec&fields=id => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:09:24.196 8 INFO neutron_taas.services.taas.taas_plugin [req-68e25a30-b450-4dbb-8448-ebfa51b5ec04 req-ffa9c059-a06a-4f4a-83cc-2325cb81f548 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] TaaS: Handle Delete Port: f2fae536-d919-450f-8226-958e408e2c10 2026-07-30 02:09:24.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68e25a30-b450-4dbb-8448-ebfa51b5ec04 req-ffa9c059-a06a-4f4a-83cc-2325cb81f548 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Tap Mirror: Handle Delete Port: f2fae536-d919-450f-8226-958e408e2c10 [pid: 7|app: 0|req: 1246/2562] 10.0.0.187 () {34 vars in 981 bytes} [Thu Jul 30 02:09:24 2026] GET /v2.0/networks?id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2563] 10.0.0.187 () {34 vars in 964 bytes} [Thu Jul 30 02:09:24 2026] GET /v2.0/quotas/c511b3b44fce45dcbdd16db77ed1b01c => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2564] 10.0.0.187 () {34 vars in 1001 bytes} [Thu Jul 30 02:09:24 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:09:24.349 8 INFO neutron.db.l3_db [req-68e25a30-b450-4dbb-8448-ebfa51b5ec04 req-ffa9c059-a06a-4f4a-83cc-2325cb81f548 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Floating IP 8dad40c0-aca2-4523-920d-a38d21b026cf disassociated. External IP: 10.96.250.212, port: f2fae536-d919-450f-8226-958e408e2c10. [pid: 7|app: 0|req: 1249/2565] 10.0.0.187 () {34 vars in 1007 bytes} [Thu Jul 30 02:09:24 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2566] 10.0.0.187 () {34 vars in 1107 bytes} [Thu Jul 30 02:09:24 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1317/2567] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:09:24 2026] DELETE /v2.0/ports/f2fae536-d919-450f-8226-958e408e2c10 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:09:24.764 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-412456b1-b055-4611-9d80-8df1410b914b'] response: {'server_uuid': '62630ad1-ec16-4a6e-b2c8-6e72aca66b2c', 'name': 'network-vif-deleted', 'tag': 'f2fae536-d919-450f-8226-958e408e2c10', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1251/2568] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:25 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2569] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:25 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => 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: 1252/2570] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:25 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => 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: 1319/2571] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:26 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1321/2574] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:27 2026] GET /v2.0/ports?device_id=62630ad1-ec16-4a6e-b2c8-6e72aca66b2c => 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: 1254/2575] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:27 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => 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: 1322/2576] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:27 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => 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: 1255/2577] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:28 2026] DELETE /v2.0/security-groups/3db36e4c-364d-42a5-a07f-629a3d0dfbaf => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:09:28.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a46f9e4-fff1-4735-9e29-08849ef9508e 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] TaaS: Handle Delete Port: bae40a44-c816-4080-a597-1a7bb4eb52c5 2026-07-30 02:09:28.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a46f9e4-fff1-4735-9e29-08849ef9508e 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Tap Mirror: Handle Delete Port: bae40a44-c816-4080-a597-1a7bb4eb52c5 [pid: 8|app: 0|req: 1323/2578] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:09:28 2026] DELETE /v2.0/floatingips/8dad40c0-aca2-4523-920d-a38d21b026cf => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2579] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:28 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2580] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:29 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&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: 1257/2581] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:09:30 2026] GET /v2.0/networks?id=1d60842f-1144-47cb-bab4-cf8157839c51 => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2582] 162.253.55.222 () {34 vars in 1049 bytes} [Thu Jul 30 02:09:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c511b3b44fce45dcbdd16db77ed1b01c => generated 343 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2583] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:30 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1259/2584] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:30 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2585] 162.253.55.222 () {38 vars in 954 bytes} [Thu Jul 30 02:09:30 2026] POST /v2.0/ports => generated 1082 bytes in 311 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: 1327/2586] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:30 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1105 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2587] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:09:30 2026] PUT /v2.0/ports/af0fb633-547f-4cfc-92e5-acf2e754afa5 => generated 1243 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2588] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:30 2026] GET /v2.0/security-groups?id=ac5d83ca-3dcf-4707-a07e-b51cb4a176ec&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 02:09:31.019 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdabe9b1-26b8-4e1c-a993-71b241bb0fb2'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': 'af0fb633-547f-4cfc-92e5-acf2e754afa5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1261/2589] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:30 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2590] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:31 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2591] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:09:31 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1330/2592] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:31 2026] GET /v2.0/security-groups?id=a492ab24-c02a-4954-8bb7-78c09d25f762&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:09:31.538 7 INFO neutron_taas.services.taas.taas_plugin [req-fbeabd6a-1818-4b60-a120-dbeaf138cd86 req-5df44480-99c2-4dbd-a26c-0befeb8284db 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] TaaS: Handle Delete Port: aea36889-38b3-4e71-813b-5ee5acdd2738 2026-07-30 02:09:31.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fbeabd6a-1818-4b60-a120-dbeaf138cd86 req-5df44480-99c2-4dbd-a26c-0befeb8284db 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Tap Mirror: Handle Delete Port: aea36889-38b3-4e71-813b-5ee5acdd2738 [pid: 8|app: 0|req: 1331/2593] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:09:31 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2594] 162.253.55.222 () {34 vars in 1017 bytes} [Thu Jul 30 02:09:31 2026] GET /v2.0/networks?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&shared=False => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2595] 162.253.55.222 () {34 vars in 929 bytes} [Thu Jul 30 02:09:31 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) [pid: 7|app: 0|req: 1263/2596] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:09:31 2026] DELETE /v2.0/ports/aea36889-38b3-4e71-813b-5ee5acdd2738 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2597] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:32 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2598] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:09:32 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2599] 162.253.55.222 () {34 vars in 1061 bytes} [Thu Jul 30 02:09:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.223&port_id=af0fb633-547f-4cfc-92e5-acf2e754afa5 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2600] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:09:32 2026] GET /v2.0/subnets?id=a511f5d8-4601-498b-8797-d05e1be2b99d => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2601] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:09:32 2026] GET /v2.0/ports?network_id=1d60842f-1144-47cb-bab4-cf8157839c51&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2602] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:09:32 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1337/2603] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:09:32 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:09:33.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a7e0136-f430-42c4-92a1-81156e6e01e6'] response: {'server_uuid': '50412c1a-0c64-42d3-8a18-113f7e1dd6e9', 'name': 'network-vif-deleted', 'tag': 'aea36889-38b3-4e71-813b-5ee5acdd2738', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1267/2604] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:33 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1338/2605] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:33 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2606] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:33 2026] GET /v2.0/security-groups?id=ac5d83ca-3dcf-4707-a07e-b51cb4a176ec&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2607] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:33 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2608] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:34 2026] GET /v2.0/ports?device_id=50412c1a-0c64-42d3-8a18-113f7e1dd6e9 => 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: 1340/2609] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:35 2026] DELETE /v2.0/security-groups/a492ab24-c02a-4954-8bb7-78c09d25f762 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:09:36.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6e26a31-385d-4e04-af78-9bf5e30d27c0 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] TaaS: Handle Delete Port: be732603-ad98-4905-be92-1a1c6d5c8f74 2026-07-30 02:09:36.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6e26a31-385d-4e04-af78-9bf5e30d27c0 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Tap Mirror: Handle Delete Port: be732603-ad98-4905-be92-1a1c6d5c8f74 [pid: 8|app: 0|req: 1341/2610] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:36 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2611] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:36 2026] GET /v2.0/security-groups?id=ac5d83ca-3dcf-4707-a07e-b51cb4a176ec&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2612] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:09:36 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2613] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:37 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2614] 162.253.55.222 () {34 vars in 1043 bytes} [Thu Jul 30 02:09:37 2026] GET /v2.0/security-groups?id=ac5d83ca-3dcf-4707-a07e-b51cb4a176ec&fields=id&fields=name => generated 96 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2615] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:09:35 2026] PUT /v2.0/routers/835f76c3-2267-4cd2-8d8c-752c4b846952/remove_router_interface => generated 309 bytes in 1445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2616] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:09:37 2026] DELETE /v2.0/subnets/493d4fb2-dba5-4087-9200-057eeeb191d1 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:09:37.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-b328afd8-fc78-49fa-b2af-30f3bc99b157 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] TaaS: Handle Delete Port: 7860fb98-151d-46d4-8418-4740bfff4ae8 2026-07-30 02:09:37.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b328afd8-fc78-49fa-b2af-30f3bc99b157 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Tap Mirror: Handle Delete Port: 7860fb98-151d-46d4-8418-4740bfff4ae8 2026-07-30 02:09:38.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-b328afd8-fc78-49fa-b2af-30f3bc99b157 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] TaaS: Handle Delete Port: bf65a87c-d2e5-4e9b-9d0a-8ac495de3097 2026-07-30 02:09:38.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b328afd8-fc78-49fa-b2af-30f3bc99b157 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Tap Mirror: Handle Delete Port: bf65a87c-d2e5-4e9b-9d0a-8ac495de3097 2026-07-30 02:09:38.528 7 INFO neutron.db.l3_hamode_db [None req-b328afd8-fc78-49fa-b2af-30f3bc99b157 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] HA network c0f07fe2-5fcf-4b47-840f-a04686777fb0 was deleted as no HA routers are present in tenant dbc33f66824e408c9e98fb5fe7c96a15. [pid: 7|app: 0|req: 1271/2617] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:09:37 2026] DELETE /v2.0/routers/835f76c3-2267-4cd2-8d8c-752c4b846952 => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:09:38.536 7 INFO neutron.services.segments.plugin [-] Segment b2122e2c-74e9-44fc-a4d4-2128e9ee342e resource provider aggregate not found 2026-07-30 02:09:38.552 7 INFO neutron.services.segments.plugin [-] Segment b2122e2c-74e9-44fc-a4d4-2128e9ee342e resource provider aggregate not found 2026-07-30 02:09:38.558 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2122e2c-74e9-44fc-a4d4-2128e9ee342e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2122e2c-74e9-44fc-a4d4-2128e9ee342e found for delete ", "request_id": "req-c657ec58-62e7-4f47-9084-bf17fcb708d8"}]} 2026-07-30 02:09:38.568 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b2122e2c-74e9-44fc-a4d4-2128e9ee342e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2122e2c-74e9-44fc-a4d4-2128e9ee342e found for delete ", "request_id": "req-41aec87c-206b-41f9-97b2-d510aaf0403f"}]} 2026-07-30 02:09:38.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-9406601a-7ee8-4834-abca-4fc81d696675 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] TaaS: Handle Delete Port: 10ff1157-c26d-4ef6-9a71-ee35781bbb71 2026-07-30 02:09:38.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9406601a-7ee8-4834-abca-4fc81d696675 73197134e6ef42079afc82e7e2f4dec8 dbc33f66824e408c9e98fb5fe7c96a15 - - default default] Tap Mirror: Handle Delete Port: 10ff1157-c26d-4ef6-9a71-ee35781bbb71 [pid: 8|app: 0|req: 1347/2618] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:38 2026] DELETE /v2.0/networks/a1ead3f3-352f-4262-ad77-af3e56aabb1a => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:09:38.884 8 INFO neutron.services.segments.plugin [-] Segment 342608e6-a0f7-4c36-8773-4cdde6649dd7 resource provider aggregate not found 2026-07-30 02:09:38.889 8 INFO neutron.services.segments.plugin [-] Segment 342608e6-a0f7-4c36-8773-4cdde6649dd7 resource provider aggregate not found 2026-07-30 02:09:38.908 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 342608e6-a0f7-4c36-8773-4cdde6649dd7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 342608e6-a0f7-4c36-8773-4cdde6649dd7 found for delete ", "request_id": "req-961d23ea-0c9b-4923-8491-c0f112d40046"}]} 2026-07-30 02:09:38.909 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 342608e6-a0f7-4c36-8773-4cdde6649dd7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 342608e6-a0f7-4c36-8773-4cdde6649dd7 found for delete ", "request_id": "req-7c23ed01-7c52-40a1-b9fc-9003e085a3ac"}]} [pid: 7|app: 0|req: 1272/2619] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:39 2026] GET /v2.0/security-groups?tenant_id=dbc33f66824e408c9e98fb5fe7c96a15&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2620] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:39 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2621] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:09:39 2026] GET /v2.0/security-groups?id=ac5d83ca-3dcf-4707-a07e-b51cb4a176ec&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2622] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:39 2026] DELETE /v2.0/security-groups/d1cee994-8967-4202-8867-186f2915cd0c => 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: 1275/2623] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:09:39 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2624] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:39 2026] GET /v2.0/security-groups?tenant_id=e40868381d484438863882ef606a872e&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2625] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:40 2026] DELETE /v2.0/security-groups/6ad779e0-4557-4314-b7bb-22ff22de2a12 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:09:44.757 8 INFO neutron.db.segments_db [None req-65433d92-70c9-4105-b75e-315a77efb421 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] Added segment b68fef7e-3e1c-48d1-a6a2-562277fec643 of type vxlan for network 2723316a-552f-4b50-97a1-41b83e0133fc [pid: 8|app: 0|req: 1351/2628] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:44 2026] POST /v2.0/networks => generated 726 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2629] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:09:44 2026] POST /v2.0/subnets => generated 644 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:09:45.155 8 WARNING neutron.api.v2.base [None req-d0eb7fbf-7eab-4948-9e48-482d505482dd 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - 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-30 02:09:45.156 8 INFO neutron.api.v2.resource [None req-d0eb7fbf-7eab-4948-9e48-482d505482dd 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1352/2630] 10.0.0.197 () {34 vars in 680 bytes} [Thu Jul 30 02:09:45 2026] POST /v2.0/rbac-policies => generated 143 bytes in 14 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-30 02:09:45.384 7 INFO neutron.services.segments.plugin [-] Segment b68fef7e-3e1c-48d1-a6a2-562277fec643 resource provider aggregate not found 2026-07-30 02:09:45.384 7 INFO neutron.services.segments.plugin [-] Segment b68fef7e-3e1c-48d1-a6a2-562277fec643 resource provider aggregate not found 2026-07-30 02:09:45.409 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b68fef7e-3e1c-48d1-a6a2-562277fec643 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68fef7e-3e1c-48d1-a6a2-562277fec643 found for delete ", "request_id": "req-025de386-27dd-4fc3-8afd-3b6d440170fc"}]} 2026-07-30 02:09:45.410 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b68fef7e-3e1c-48d1-a6a2-562277fec643 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68fef7e-3e1c-48d1-a6a2-562277fec643 found for delete ", "request_id": "req-96cb9c61-ea19-492f-b036-3cbb5cf2d04e"}]} [pid: 7|app: 0|req: 1279/2631] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:45 2026] DELETE /v2.0/networks/2723316a-552f-4b50-97a1-41b83e0133fc => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:09:45.523 8 INFO neutron.db.segments_db [None req-4907be49-d8d3-4afa-ba96-377da2a710e2 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] Added segment f1416652-e7fd-4c58-b168-ee2c2eb6822e of type vxlan for network 731f6237-27da-4a61-a114-fd49c8158cbf [pid: 8|app: 0|req: 1353/2632] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:45 2026] POST /v2.0/networks => generated 727 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2633] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:09:45 2026] POST /v2.0/subnets => generated 647 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:09:45.824 8 WARNING neutron.api.v2.base [None req-f6689ff6-cccd-4b6c-a724-faa1b3a811de 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - 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-30 02:09:45.825 8 INFO neutron.api.v2.resource [None req-f6689ff6-cccd-4b6c-a724-faa1b3a811de 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1354/2634] 10.0.0.197 () {34 vars in 680 bytes} [Thu Jul 30 02:09:45 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2635] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:45 2026] DELETE /v2.0/networks/731f6237-27da-4a61-a114-fd49c8158cbf => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:09:46.056 8 INFO neutron.db.segments_db [None req-b06f9eb1-a2f8-46f4-86fa-3296d5a386ef 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] Added segment 6186ab00-36f8-4575-b140-17a055e25516 of type vxlan for network db15a5f1-8211-4acf-a931-f014713410d0 [pid: 8|app: 0|req: 1355/2636] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:45 2026] POST /v2.0/networks => generated 726 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2637] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:09:46 2026] POST /v2.0/subnets => generated 647 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2638] 10.0.0.197 () {34 vars in 680 bytes} [Thu Jul 30 02:09:46 2026] POST /v2.0/rbac-policies => generated 324 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2639] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:09:46 2026] GET /v2.0/networks/db15a5f1-8211-4acf-a931-f014713410d0 => generated 655 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:09:47.402 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdc4e471-93c1-4218-a5f2-f72edff6c4c8 d07e11aa2f394188aed55888f585ae65 627806c390db4f66a75c961ac29b54e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1357/2640] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:09:47 2026] GET /v2.0/networks/db15a5f1-8211-4acf-a931-f014713410d0 => generated 138 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:09:47.438 7 INFO neutron.services.segments.plugin [-] Segment f1416652-e7fd-4c58-b168-ee2c2eb6822e resource provider aggregate not found 2026-07-30 02:09:47.447 7 INFO neutron.services.segments.plugin [-] Segment f1416652-e7fd-4c58-b168-ee2c2eb6822e resource provider aggregate not found 2026-07-30 02:09:47.458 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1416652-e7fd-4c58-b168-ee2c2eb6822e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1416652-e7fd-4c58-b168-ee2c2eb6822e found for delete ", "request_id": "req-04d0bef6-ae72-4096-95d8-ebc8b80263e8"}]} 2026-07-30 02:09:47.471 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1416652-e7fd-4c58-b168-ee2c2eb6822e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1416652-e7fd-4c58-b168-ee2c2eb6822e found for delete ", "request_id": "req-43ce54e2-86f8-47bb-8cbf-7641291cb989"}]} 2026-07-30 02:09:47.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-235f72cd-8ec7-4daf-896f-3e60171ada38 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] TaaS: Handle Delete Port: eb4251e8-b2f8-4bf9-8dd2-f9bfd1ee44a1 2026-07-30 02:09:47.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-235f72cd-8ec7-4daf-896f-3e60171ada38 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] Tap Mirror: Handle Delete Port: eb4251e8-b2f8-4bf9-8dd2-f9bfd1ee44a1 [pid: 7|app: 0|req: 1284/2641] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:47 2026] DELETE /v2.0/networks/db15a5f1-8211-4acf-a931-f014713410d0 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:09:47.965 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f8e3490-9e9f-4d6a-bd3f-6bdd2234cc9f 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1358/2642] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:09:47 2026] DELETE /v2.0/subnets/a0b1dd2d-e661-4b37-9b85-7103c376e37d => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:09:47.987 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eebb7b22-ac25-461d-ad78-1859ebd21913 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1285/2643] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:09:47 2026] DELETE /v2.0/subnets/eb9266c4-a25a-4a48-8550-8ddfedf0a5e1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:09:48.008 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4343e5d5-04b4-4ab6-98be-7b5132b935ee 164a03e7d56649438719609f5f09415e 3855aec125534e3fae43c06b7f344200 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1359/2644] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:09:47 2026] DELETE /v2.0/subnets/89a12878-8e4c-434d-8cb8-7c228a57f2cd => 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: 1286/2645] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:48 2026] GET /v2.0/security-groups?tenant_id=3855aec125534e3fae43c06b7f344200&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2646] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:49 2026] DELETE /v2.0/security-groups/161c45ef-78e5-432c-b476-49e1b94df5c5 => 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: 1287/2647] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:49 2026] GET /v2.0/security-groups?tenant_id=fd27521958524961abf2c1f4f0cd6985&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:09:49.489 7 INFO neutron.services.segments.plugin [-] Segment 6186ab00-36f8-4575-b140-17a055e25516 resource provider aggregate not found 2026-07-30 02:09:49.498 7 INFO neutron.services.segments.plugin [-] Segment 6186ab00-36f8-4575-b140-17a055e25516 resource provider aggregate not found 2026-07-30 02:09:49.508 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6186ab00-36f8-4575-b140-17a055e25516 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6186ab00-36f8-4575-b140-17a055e25516 found for delete ", "request_id": "req-19316150-447c-4cad-9570-89cfa2e5ebe3"}]} 2026-07-30 02:09:49.510 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6186ab00-36f8-4575-b140-17a055e25516 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6186ab00-36f8-4575-b140-17a055e25516 found for delete ", "request_id": "req-fbf9b1be-c65c-4818-9ccd-b0f13795e5ab"}]} [pid: 8|app: 0|req: 1361/2648] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:49 2026] DELETE /v2.0/security-groups/2a25523f-5354-4950-9402-f612dd77172b => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2649] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:49 2026] GET /v2.0/security-groups?tenant_id=627806c390db4f66a75c961ac29b54e4&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2650] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:49 2026] DELETE /v2.0/security-groups/f9cdf034-a477-489e-b9ba-d91380eb1fbe => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:09:54.410 7 INFO neutron.db.segments_db [None req-137c126d-61ca-43e2-bcc0-f72038618436 98774c5abd3c4c45ba3d7e5053133fdd c4e8258026e2425397204772f8c78b99 - - default default] Added segment d5b41a5a-b0c9-4ec9-8afb-f57946627ce4 of type vxlan for network 8965560e-1a9c-4136-b6dd-25730ca957e5 [pid: 7|app: 0|req: 1289/2651] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:54 2026] POST /v2.0/networks => generated 632 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:09:54.597 8 INFO neutron.db.segments_db [None req-0dc05580-2384-4318-a23b-a4b7099fc91c 98774c5abd3c4c45ba3d7e5053133fdd c4e8258026e2425397204772f8c78b99 - - default default] Added segment 54f70212-7e94-459e-a020-7ce1709a28b3 of type vxlan for network ba91daed-2064-4a61-8d1b-1f024cfad4c0 [pid: 8|app: 0|req: 1363/2652] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:54 2026] POST /v2.0/networks => generated 632 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:09:54.756 7 INFO neutron.db.segments_db [None req-c79162c5-a617-4fb5-bf8c-b3d3540944bd 98774c5abd3c4c45ba3d7e5053133fdd c4e8258026e2425397204772f8c78b99 - - default default] Added segment 0f91cca0-384e-4a72-bcc0-f105fafc4000 of type vxlan for network 8803a571-21ad-4ea4-a394-7d17ef2db67b [pid: 7|app: 0|req: 1290/2653] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:54 2026] POST /v2.0/networks => generated 632 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:09:54.890 8 INFO neutron.db.segments_db [None req-ee9e8518-46a9-41ab-928d-be90be811818 98774c5abd3c4c45ba3d7e5053133fdd c4e8258026e2425397204772f8c78b99 - - default default] Added segment 21f7fac8-0517-456f-ae74-5b759d362bc5 of type vxlan for network f219d3cb-49c9-4cfb-962a-effbdacd50cb [pid: 8|app: 0|req: 1364/2654] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:54 2026] POST /v2.0/networks => generated 630 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:09:55.037 7 INFO neutron.db.segments_db [None req-9a0144c8-1278-4c1c-a1a6-e8b7cbb59f7e 98774c5abd3c4c45ba3d7e5053133fdd c4e8258026e2425397204772f8c78b99 - - default default] Added segment bc66b6db-6d9f-442f-a5e4-7ecdcc55eb59 of type vxlan for network 30d19a68-5a5d-4006-b5df-bf3ed11ca6fc [pid: 7|app: 0|req: 1291/2655] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:09:54 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2656] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:09:55 2026] PUT /v2.0/networks/8965560e-1a9c-4136-b6dd-25730ca957e5/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: 1292/2657] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:09:55 2026] PUT /v2.0/networks/ba91daed-2064-4a61-8d1b-1f024cfad4c0/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2658] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:09:55 2026] PUT /v2.0/networks/8803a571-21ad-4ea4-a394-7d17ef2db67b/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2659] 10.0.0.197 () {34 vars in 752 bytes} [Thu Jul 30 02:09:55 2026] PUT /v2.0/networks/f219d3cb-49c9-4cfb-962a-effbdacd50cb/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2660] 10.0.0.197 () {32 vars in 665 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2661] 10.0.0.197 () {32 vars in 679 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2662] 10.0.0.197 () {32 vars in 675 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2663] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2664] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2665] 10.0.0.197 () {32 vars in 687 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2666] 10.0.0.197 () {32 vars in 683 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2667] 10.0.0.197 () {32 vars in 695 bytes} [Thu Jul 30 02:09:55 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:09:56.113 8 INFO neutron.services.segments.plugin [-] Segment d5b41a5a-b0c9-4ec9-8afb-f57946627ce4 resource provider aggregate not found 2026-07-30 02:09:56.118 8 INFO neutron.services.segments.plugin [-] Segment d5b41a5a-b0c9-4ec9-8afb-f57946627ce4 resource provider aggregate not found 2026-07-30 02:09:56.142 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d5b41a5a-b0c9-4ec9-8afb-f57946627ce4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b41a5a-b0c9-4ec9-8afb-f57946627ce4 found for delete ", "request_id": "req-ad4af0d3-4234-4c73-8928-0dac01961dd1"}]} 2026-07-30 02:09:56.151 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d5b41a5a-b0c9-4ec9-8afb-f57946627ce4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b41a5a-b0c9-4ec9-8afb-f57946627ce4 found for delete ", "request_id": "req-de640837-7a35-4486-a8d1-7e1efc7cc335"}]} [pid: 8|app: 0|req: 1371/2668] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:55 2026] DELETE /v2.0/networks/8965560e-1a9c-4136-b6dd-25730ca957e5 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:09:56.318 7 INFO neutron.services.segments.plugin [-] Segment 54f70212-7e94-459e-a020-7ce1709a28b3 resource provider aggregate not found 2026-07-30 02:09:56.318 7 INFO neutron.services.segments.plugin [-] Segment 54f70212-7e94-459e-a020-7ce1709a28b3 resource provider aggregate not found 2026-07-30 02:09:56.338 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 54f70212-7e94-459e-a020-7ce1709a28b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f70212-7e94-459e-a020-7ce1709a28b3 found for delete ", "request_id": "req-cbec1c3c-3f3e-4fec-97d5-a6e145cc68ec"}]} 2026-07-30 02:09:56.342 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 54f70212-7e94-459e-a020-7ce1709a28b3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f70212-7e94-459e-a020-7ce1709a28b3 found for delete ", "request_id": "req-560bcee0-c0bd-47e8-9f82-b5ecc4ccbbd3"}]} [pid: 7|app: 0|req: 1298/2669] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:56 2026] DELETE /v2.0/networks/ba91daed-2064-4a61-8d1b-1f024cfad4c0 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2670] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:56 2026] DELETE /v2.0/networks/8803a571-21ad-4ea4-a394-7d17ef2db67b => 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: 1299/2671] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:56 2026] DELETE /v2.0/networks/f219d3cb-49c9-4cfb-962a-effbdacd50cb => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2672] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:09:56 2026] DELETE /v2.0/networks/30d19a68-5a5d-4006-b5df-bf3ed11ca6fc => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2675] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:57 2026] GET /v2.0/security-groups?tenant_id=c4e8258026e2425397204772f8c78b99&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2676] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:57 2026] DELETE /v2.0/security-groups/c12fef84-4a5c-4901-8f65-1e80fde3965b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:09:58.176 8 INFO neutron.services.segments.plugin [-] Segment 0f91cca0-384e-4a72-bcc0-f105fafc4000 resource provider aggregate not found 2026-07-30 02:09:58.183 8 INFO neutron.services.segments.plugin [-] Segment 0f91cca0-384e-4a72-bcc0-f105fafc4000 resource provider aggregate not found 2026-07-30 02:09:58.195 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f91cca0-384e-4a72-bcc0-f105fafc4000 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f91cca0-384e-4a72-bcc0-f105fafc4000 found for delete ", "request_id": "req-cbf20d71-aaa0-4b07-ae06-3f53a96e2844"}]} 2026-07-30 02:09:58.201 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f91cca0-384e-4a72-bcc0-f105fafc4000 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f91cca0-384e-4a72-bcc0-f105fafc4000 found for delete ", "request_id": "req-4d566c48-52a1-448d-b28b-87baf30b4006"}]} 2026-07-30 02:09:58.222 8 INFO neutron.services.segments.plugin [-] Segment bc66b6db-6d9f-442f-a5e4-7ecdcc55eb59 resource provider aggregate not found 2026-07-30 02:09:58.227 8 INFO neutron.services.segments.plugin [-] Segment bc66b6db-6d9f-442f-a5e4-7ecdcc55eb59 resource provider aggregate not found 2026-07-30 02:09:58.239 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc66b6db-6d9f-442f-a5e4-7ecdcc55eb59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc66b6db-6d9f-442f-a5e4-7ecdcc55eb59 found for delete ", "request_id": "req-f5b246ed-0831-4c74-9cd2-0e1952522d92"}]} 2026-07-30 02:09:58.242 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bc66b6db-6d9f-442f-a5e4-7ecdcc55eb59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc66b6db-6d9f-442f-a5e4-7ecdcc55eb59 found for delete ", "request_id": "req-458b8bb7-df6a-43e3-ae3a-5db903beeece"}]} [pid: 7|app: 0|req: 1302/2677] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:58 2026] GET /v2.0/security-groups?tenant_id=598af5f8a8c84b7f8abf3f223bb894f0&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:09:58.360 7 INFO neutron.services.segments.plugin [-] Segment 21f7fac8-0517-456f-ae74-5b759d362bc5 resource provider aggregate not found 2026-07-30 02:09:58.364 7 INFO neutron.services.segments.plugin [-] Segment 21f7fac8-0517-456f-ae74-5b759d362bc5 resource provider aggregate not found 2026-07-30 02:09:58.380 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 21f7fac8-0517-456f-ae74-5b759d362bc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f7fac8-0517-456f-ae74-5b759d362bc5 found for delete ", "request_id": "req-26602d42-f742-4f50-8888-b451de2ad36d"}]} [pid: 8|app: 0|req: 1376/2678] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:58 2026] DELETE /v2.0/security-groups/db8a09b3-a40c-4bf9-9093-9aa324c5d3ca => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:09:58.384 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 21f7fac8-0517-456f-ae74-5b759d362bc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f7fac8-0517-456f-ae74-5b759d362bc5 found for delete ", "request_id": "req-91f406b6-1a68-4b4b-a68d-8e6ce5593e61"}]} [pid: 7|app: 0|req: 1303/2679] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:09:58 2026] GET /v2.0/security-groups?tenant_id=eebab8c642fa46faac341a34ce6ca283&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2680] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:09:58 2026] DELETE /v2.0/security-groups/78cc8608-8628-4bf9-bb79-71543f2c7f66 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:10:03.411 7 INFO neutron.db.segments_db [None req-fa149e96-75bc-451e-8424-e2624b595c7f 11aae0f39222455591131821252dfdd1 de7c767a353140399e28f51af64f49d3 - - default default] Added segment 50532aee-c001-42c9-bd61-d38db77b90b9 of type vxlan for network b3d4c6b0-0698-4f0b-8982-2d8492cf3bd8 [pid: 7|app: 0|req: 1304/2681] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:10:03 2026] POST /v2.0/networks => generated 632 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2682] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:10:03 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:10:03.838 7 INFO neutron.db.segments_db [None req-15dab745-c67b-4e14-8d85-c0031a9cf5dc 11aae0f39222455591131821252dfdd1 de7c767a353140399e28f51af64f49d3 - - default default] Added segment 2af0d262-2ec4-4543-b8f7-ff2a80763abb of type vxlan for network 49bad4fc-cec0-44b2-81cc-6e9db439525e [pid: 7|app: 0|req: 1305/2683] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:10:03 2026] POST /v2.0/networks => generated 632 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2684] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:10:03 2026] POST /v2.0/subnets => generated 629 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:10:04.270 7 INFO neutron.db.segments_db [None req-299f7542-4445-4d2a-88b3-8c032066e3b3 11aae0f39222455591131821252dfdd1 de7c767a353140399e28f51af64f49d3 - - default default] Added segment 6d9ef078-e055-4b25-9e7e-61a9945135aa of type vxlan for network 6676babb-45f2-4791-abe3-e573dfecafce [pid: 7|app: 0|req: 1306/2685] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:10:04 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2686] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:10:04 2026] POST /v2.0/subnets => generated 629 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:10:04.694 7 INFO neutron.db.segments_db [None req-82746d16-89c4-4080-aa1b-ab18be3c0d28 11aae0f39222455591131821252dfdd1 de7c767a353140399e28f51af64f49d3 - - default default] Added segment c779a0e7-dd5f-433a-9e10-d0bdfb4e89ee of type vxlan for network dcfd6c91-1421-48b1-84bf-d0cab396cf0e [pid: 7|app: 0|req: 1307/2687] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:10:04 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2688] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:10:04 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-30 02:10:05.147 7 INFO neutron.db.segments_db [None req-b0bbaa49-542b-4079-b302-545dcd7beb3f 11aae0f39222455591131821252dfdd1 de7c767a353140399e28f51af64f49d3 - - default default] Added segment 2133ab04-99a4-468c-9da7-b137e842b849 of type vxlan for network 12196ade-a2a8-4b2b-8268-ee360ab8e80e [pid: 7|app: 0|req: 1308/2689] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:10:05 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2690] 10.0.0.197 () {34 vars in 668 bytes} [Thu Jul 30 02:10:05 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2691] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:10:05 2026] PUT /v2.0/subnets/1263e7cb-8be2-4491-bec5-01ced1edf67e/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2692] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:10:05 2026] PUT /v2.0/subnets/1a7ead06-6dec-450c-9ed0-2978f794ff40/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2693] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:10:05 2026] PUT /v2.0/subnets/a25827c6-3199-49ea-a269-7acc99729ea6/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2694] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:10:05 2026] PUT /v2.0/subnets/538ab235-eaa2-410e-85e3-050a7e1a6a89/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2695] 10.0.0.197 () {32 vars in 663 bytes} [Thu Jul 30 02:10:05 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2696] 10.0.0.197 () {32 vars in 677 bytes} [Thu Jul 30 02:10:05 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2697] 10.0.0.197 () {32 vars in 673 bytes} [Thu Jul 30 02:10:05 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2698] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 30 02:10:05 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2699] 10.0.0.197 () {32 vars in 671 bytes} [Thu Jul 30 02:10:06 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: 1387/2700] 10.0.0.197 () {32 vars in 685 bytes} [Thu Jul 30 02:10:06 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2701] 10.0.0.197 () {32 vars in 681 bytes} [Thu Jul 30 02:10:06 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2702] 10.0.0.197 () {32 vars in 693 bytes} [Thu Jul 30 02:10:06 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: 7|app: 0|req: 1315/2703] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:10:06 2026] DELETE /v2.0/subnets/1263e7cb-8be2-4491-bec5-01ced1edf67e => 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: 1389/2704] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:10:06 2026] DELETE /v2.0/subnets/1a7ead06-6dec-450c-9ed0-2978f794ff40 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2705] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:10:06 2026] DELETE /v2.0/subnets/a25827c6-3199-49ea-a269-7acc99729ea6 => 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: 1390/2706] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:10:06 2026] DELETE /v2.0/subnets/538ab235-eaa2-410e-85e3-050a7e1a6a89 => 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: 1317/2707] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:10:06 2026] DELETE /v2.0/subnets/347bf9ea-fa18-4686-a822-20f8d2ad5857 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:10:07.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-7978582a-62c9-4286-ac85-08b2119b7cea 11aae0f39222455591131821252dfdd1 de7c767a353140399e28f51af64f49d3 - - default default] TaaS: Handle Delete Port: 78b782a3-35f0-4619-b81c-d269fe1c775f 2026-07-30 02:10:07.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7978582a-62c9-4286-ac85-08b2119b7cea 11aae0f39222455591131821252dfdd1 de7c767a353140399e28f51af64f49d3 - - default default] Tap Mirror: Handle Delete Port: 78b782a3-35f0-4619-b81c-d269fe1c775f 2026-07-30 02:10:07.318 8 INFO neutron.services.segments.plugin [-] Segment 50532aee-c001-42c9-bd61-d38db77b90b9 resource provider aggregate not found 2026-07-30 02:10:07.323 8 INFO neutron.services.segments.plugin [-] Segment 50532aee-c001-42c9-bd61-d38db77b90b9 resource provider aggregate not found 2026-07-30 02:10:07.341 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50532aee-c001-42c9-bd61-d38db77b90b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50532aee-c001-42c9-bd61-d38db77b90b9 found for delete ", "request_id": "req-b3f3e39d-6dbf-45c7-91b5-764bd13939d5"}]} 2026-07-30 02:10:07.342 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50532aee-c001-42c9-bd61-d38db77b90b9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50532aee-c001-42c9-bd61-d38db77b90b9 found for delete ", "request_id": "req-6edcf755-8f5d-4a7e-9f04-0b0171000802"}]} [pid: 8|app: 0|req: 1391/2708] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:10:07 2026] DELETE /v2.0/networks/b3d4c6b0-0698-4f0b-8982-2d8492cf3bd8 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:10:07.487 7 INFO neutron.services.segments.plugin [-] Segment 2af0d262-2ec4-4543-b8f7-ff2a80763abb resource provider aggregate not found 2026-07-30 02:10:07.488 7 INFO neutron.services.segments.plugin [-] Segment 2af0d262-2ec4-4543-b8f7-ff2a80763abb resource provider aggregate not found 2026-07-30 02:10:07.508 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2af0d262-2ec4-4543-b8f7-ff2a80763abb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af0d262-2ec4-4543-b8f7-ff2a80763abb found for delete ", "request_id": "req-c7bb35d2-6c98-4827-8365-5fbc70050390"}]} 2026-07-30 02:10:07.510 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2af0d262-2ec4-4543-b8f7-ff2a80763abb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af0d262-2ec4-4543-b8f7-ff2a80763abb found for delete ", "request_id": "req-20698234-b58b-4327-af04-125282439eab"}]} [pid: 7|app: 0|req: 1318/2709] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:10:07 2026] DELETE /v2.0/networks/49bad4fc-cec0-44b2-81cc-6e9db439525e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2710] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:10:07 2026] DELETE /v2.0/networks/6676babb-45f2-4791-abe3-e573dfecafce => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2711] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:10:07 2026] DELETE /v2.0/networks/dcfd6c91-1421-48b1-84bf-d0cab396cf0e => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2712] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:10:07 2026] DELETE /v2.0/networks/12196ade-a2a8-4b2b-8268-ee360ab8e80e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2713] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:10:08 2026] GET /v2.0/security-groups?tenant_id=fa7e10c7d8654ac4b2851f9c68a3e375&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2714] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:10:09 2026] DELETE /v2.0/security-groups/512f42ea-b264-4fea-b1cd-a92e079165e1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:10:09.361 8 INFO neutron.services.segments.plugin [-] Segment 6d9ef078-e055-4b25-9e7e-61a9945135aa resource provider aggregate not found 2026-07-30 02:10:09.366 8 INFO neutron.services.segments.plugin [-] Segment 6d9ef078-e055-4b25-9e7e-61a9945135aa resource provider aggregate not found 2026-07-30 02:10:09.385 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d9ef078-e055-4b25-9e7e-61a9945135aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d9ef078-e055-4b25-9e7e-61a9945135aa found for delete ", "request_id": "req-6e067f81-23a7-47b6-9af0-30f83996086a"}]} 2026-07-30 02:10:09.389 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d9ef078-e055-4b25-9e7e-61a9945135aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d9ef078-e055-4b25-9e7e-61a9945135aa found for delete ", "request_id": "req-1ba1042c-ca92-49e0-aee7-e55c475fe178"}]} 2026-07-30 02:10:09.403 8 INFO neutron.services.segments.plugin [-] Segment 2133ab04-99a4-468c-9da7-b137e842b849 resource provider aggregate not found 2026-07-30 02:10:09.409 8 INFO neutron.services.segments.plugin [-] Segment 2133ab04-99a4-468c-9da7-b137e842b849 resource provider aggregate not found 2026-07-30 02:10:09.420 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2133ab04-99a4-468c-9da7-b137e842b849 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2133ab04-99a4-468c-9da7-b137e842b849 found for delete ", "request_id": "req-e5b9767a-48c7-4949-838c-abaf9e350477"}]} [pid: 7|app: 0|req: 1321/2715] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:10:09 2026] GET /v2.0/security-groups?tenant_id=de7c767a353140399e28f51af64f49d3&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:10:09.422 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2133ab04-99a4-468c-9da7-b137e842b849 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2133ab04-99a4-468c-9da7-b137e842b849 found for delete ", "request_id": "req-4f8243d5-b355-4f17-8852-f6e8194b5792"}]} [pid: 8|app: 0|req: 1395/2716] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:10:09 2026] DELETE /v2.0/security-groups/8173c737-2c08-4911-89f5-b4c3be152dc9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:10:09.532 7 INFO neutron.services.segments.plugin [-] Segment c779a0e7-dd5f-433a-9e10-d0bdfb4e89ee resource provider aggregate not found 2026-07-30 02:10:09.541 7 INFO neutron.services.segments.plugin [-] Segment c779a0e7-dd5f-433a-9e10-d0bdfb4e89ee resource provider aggregate not found 2026-07-30 02:10:09.556 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c779a0e7-dd5f-433a-9e10-d0bdfb4e89ee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c779a0e7-dd5f-433a-9e10-d0bdfb4e89ee found for delete ", "request_id": "req-145fcebe-e5a2-47ce-ad00-0f6d4ac4198d"}]} 2026-07-30 02:10:09.558 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c779a0e7-dd5f-433a-9e10-d0bdfb4e89ee resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c779a0e7-dd5f-433a-9e10-d0bdfb4e89ee found for delete ", "request_id": "req-8ecc0b18-c76f-41d4-a047-e65e017c890b"}]} [pid: 7|app: 0|req: 1322/2717] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:10:09 2026] GET /v2.0/security-groups?tenant_id=de12f8e4209b4812a3f2ae29409c770a&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: 1396/2718] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:10:09 2026] DELETE /v2.0/security-groups/a79b0154-cb75-41ff-8b33-b0eb24a00a46 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:10:13.661 8 INFO neutron.db.segments_db [None req-83fd1ad0-80c0-4882-a054-50929fb01a7b ca3e398eb84344a4957ce22e1693a816 146567f429664acc9682eae44382009b - - default default] Added segment d3b9c59b-ee09-4c80-b6f8-2610329156e9 of type vxlan for network b8cf02f8-fd87-44ec-b3b0-298183deaf86 [pid: 8|app: 0|req: 1398/2721] 10.0.0.197 () {34 vars in 669 bytes} [Thu Jul 30 02:10:13 2026] POST /v2.0/networks => generated 632 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2722] 10.0.0.197 () {34 vars in 663 bytes} [Thu Jul 30 02:10:13 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2723] 10.0.0.197 () {34 vars in 746 bytes} [Thu Jul 30 02:10:14 2026] PUT /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1325/2724] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:10:14 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 25 bytes in 77 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: 1400/2725] 10.0.0.197 () {34 vars in 757 bytes} [Thu Jul 30 02:10:14 2026] PUT /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags/green => generated 4 bytes in 98 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: 1326/2726] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:10:14 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1401/2727] 10.0.0.197 () {34 vars in 753 bytes} [Thu Jul 30 02:10:14 2026] PUT /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags/red => generated 4 bytes in 80 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: 1327/2728] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:10:14 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1402/2729] 10.0.0.197 () {34 vars in 775 bytes} [Thu Jul 30 02:10:14 2026] PUT /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags/black.or.white => generated 4 bytes in 98 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: 1328/2730] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:10:14 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1403/2731] 10.0.0.197 () {34 vars in 746 bytes} [Thu Jul 30 02:10:14 2026] PUT /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1329/2732] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:10:14 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1404/2733] 10.0.0.197 () {32 vars in 734 bytes} [Thu Jul 30 02:10:14 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags/red => generated 0 bytes in 57 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-30 02:10:14.981 7 INFO neutron.api.v2.resource [None req-3b36fd0e-91ad-4cea-846c-bfbea62ed1aa ca3e398eb84344a4957ce22e1693a816 146567f429664acc9682eae44382009b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1330/2734] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:10:14 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1405/2735] 10.0.0.197 () {32 vars in 737 bytes} [Thu Jul 30 02:10:14 2026] DELETE /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags/red => generated 0 bytes in 51 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: 1331/2736] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:10:15 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 02:10:15.145 8 INFO neutron.api.v2.resource [None req-34a1bcd8-35f7-4f19-a7da-e70bef797ff3 ca3e398eb84344a4957ce22e1693a816 146567f429664acc9682eae44382009b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1406/2737] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:10:15 2026] DELETE /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags/green => generated 99 bytes in 49 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: 1332/2738] 10.0.0.197 () {32 vars in 729 bytes} [Thu Jul 30 02:10:15 2026] DELETE /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 0 bytes in 100 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: 1407/2739] 10.0.0.197 () {32 vars in 726 bytes} [Thu Jul 30 02:10:15 2026] GET /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 02:10:15.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-a98bbd57-ca03-4e3c-8a1d-43303cbb28b2 ca3e398eb84344a4957ce22e1693a816 146567f429664acc9682eae44382009b - - default default] TaaS: Handle Delete Port: 5621ea0d-473c-4a1d-9293-cbccb3fa938b 2026-07-30 02:10:15.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a98bbd57-ca03-4e3c-8a1d-43303cbb28b2 ca3e398eb84344a4957ce22e1693a816 146567f429664acc9682eae44382009b - - default default] Tap Mirror: Handle Delete Port: 5621ea0d-473c-4a1d-9293-cbccb3fa938b [pid: 7|app: 0|req: 1333/2740] 10.0.0.197 () {32 vars in 719 bytes} [Thu Jul 30 02:10:15 2026] DELETE /v2.0/ports/5621ea0d-473c-4a1d-9293-cbccb3fa938b => generated 0 bytes in 186 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-30 02:10:15.647 8 INFO neutron.services.segments.plugin [-] Segment d3b9c59b-ee09-4c80-b6f8-2610329156e9 resource provider aggregate not found 2026-07-30 02:10:15.650 8 INFO neutron.services.segments.plugin [-] Segment d3b9c59b-ee09-4c80-b6f8-2610329156e9 resource provider aggregate not found 2026-07-30 02:10:15.666 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3b9c59b-ee09-4c80-b6f8-2610329156e9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3b9c59b-ee09-4c80-b6f8-2610329156e9 found for delete ", "request_id": "req-4c18b09f-5a9d-4de0-8200-1dacc2638578"}]} 2026-07-30 02:10:15.668 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3b9c59b-ee09-4c80-b6f8-2610329156e9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3b9c59b-ee09-4c80-b6f8-2610329156e9 found for delete ", "request_id": "req-710e874b-ba99-4d0a-b3c0-9ee89b151f98"}]} [pid: 8|app: 0|req: 1408/2741] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:10:15 2026] DELETE /v2.0/networks/b8cf02f8-fd87-44ec-b3b0-298183deaf86 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2742] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:10:16 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: 1410/2743] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2744] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2745] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2746] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1414/2747] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2748] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/security-groups?tenant_id=5b0fd2036b794747948ce0ab347ceb05&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2749] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:10:16 2026] DELETE /v2.0/security-groups/ec9bd444-e6bd-4c83-b33e-217443f7914e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2750] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/security-groups?tenant_id=146567f429664acc9682eae44382009b&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2751] 162.253.55.222 () {34 vars in 716 bytes} [Thu Jul 30 02:10:16 2026] POST /v2.0/ports => generated 1059 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2752] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:10:16 2026] DELETE /v2.0/security-groups/cdd26662-86db-4fed-b61d-aea54fc26808 => 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: 1416/2753] 10.0.0.187 () {34 vars in 970 bytes} [Thu Jul 30 02:10:16 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => 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: 1338/2754] 10.0.0.187 () {34 vars in 906 bytes} [Thu Jul 30 02:10:17 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: 1417/2755] 162.253.55.222 () {34 vars in 1261 bytes} [Thu Jul 30 02:10:18 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2756] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:18 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1418/2757] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:18 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1340/2758] 162.253.55.222 () {34 vars in 974 bytes} [Thu Jul 30 02:10:18 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2759] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:10:18 2026] GET /v2.0/networks?id=a0abe27d-ba37-4e49-904d-0433110b2250 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2760] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:10:18 2026] PUT /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1249 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:10:19.361 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6381274-9f86-4163-9966-22859cf6c1ac'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': 'efc1de96-4b35-4e67-8ce4-cd6baea1597c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1420/2761] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:10:19 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2489 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2762] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:10:19 2026] GET /v2.0/networks?id=a0abe27d-ba37-4e49-904d-0433110b2250 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2763] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2764] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:10:20 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2765] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:20 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2766] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:20 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1423/2767] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:20 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:10:20.443 7 INFO neutron.db.segments_db [None req-9dbd89ab-6768-4fcc-b1d9-eb40b1abf86a d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] Added segment d506a5a4-071f-4bb9-9b38-44400e8e3a30 of type vxlan for network de918ca3-5504-47a2-8955-3b5ef7244dc3 2026-07-30 02:10:20.692 7 INFO neutron.db.l3_hamode_db [None req-9dbd89ab-6768-4fcc-b1d9-eb40b1abf86a d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-30 02:10:20.803 7 INFO neutron.db.l3_hamode_db [None req-9dbd89ab-6768-4fcc-b1d9-eb40b1abf86a d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1424/2768] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2489 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2769] 162.253.55.222 () {34 vars in 1061 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.223&port_id=af0fb633-547f-4cfc-92e5-acf2e754afa5 => 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: 1426/2770] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/subnets?id=a511f5d8-4601-498b-8797-d05e1be2b99d => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2771] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/ports?network_id=1d60842f-1144-47cb-bab4-cf8157839c51&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2772] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2773] 10.0.0.197 () {34 vars in 667 bytes} [Thu Jul 30 02:10:20 2026] POST /v2.0/routers => generated 474 bytes in 1234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2774] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2775] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2776] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2777] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:10:21 2026] PUT /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2778] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2779] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1347/2780] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2781] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1348/2782] 10.0.0.197 () {34 vars in 761 bytes} [Thu Jul 30 02:10:21 2026] PUT /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags/green => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2783] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:10:21 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2784] 10.0.0.197 () {34 vars in 757 bytes} [Thu Jul 30 02:10:21 2026] PUT /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags/red => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2785] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:10:22 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2786] 10.0.0.197 () {34 vars in 779 bytes} [Thu Jul 30 02:10:22 2026] PUT /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags/black.or.white => generated 4 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2787] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:10:22 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 52 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2788] 10.0.0.197 () {34 vars in 750 bytes} [Thu Jul 30 02:10:22 2026] PUT /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2789] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:10:22 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2790] 10.0.0.197 () {32 vars in 738 bytes} [Thu Jul 30 02:10:22 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags/red => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:10:22.877 8 INFO neutron.api.v2.resource [None req-2a5d5861-9f71-4ec6-b643-ba0d5a06465f d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1439/2791] 10.0.0.197 () {32 vars in 742 bytes} [Thu Jul 30 02:10:22 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2792] 10.0.0.197 () {32 vars in 741 bytes} [Thu Jul 30 02:10:22 2026] DELETE /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags/red => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2793] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:10:23 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:10:23.238 7 INFO neutron.api.v2.resource [None req-ec0de2ec-993a-4324-b7b0-6667efce6bc8 d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1354/2794] 10.0.0.197 () {32 vars in 745 bytes} [Thu Jul 30 02:10:23 2026] DELETE /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags/green => generated 99 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2795] 10.0.0.197 () {32 vars in 733 bytes} [Thu Jul 30 02:10:23 2026] DELETE /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2796] 10.0.0.197 () {32 vars in 730 bytes} [Thu Jul 30 02:10:23 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007/tags => generated 12 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2797] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:10:23 2026] GET /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007 => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2798] 10.0.0.197 () {34 vars in 741 bytes} [Thu Jul 30 02:10:23 2026] PUT /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007 => generated 480 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2799] 10.0.0.197 () {32 vars in 735 bytes} [Thu Jul 30 02:10:24 2026] GET /v2.0/ports?device_id=d7ae0b31-1175-4ec5-99eb-40d9195ff007 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:10:24.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-91e95a41-6a98-454f-8438-1af0a65a5d2b d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] TaaS: Handle Delete Port: b4b0196c-6db9-40cd-9eb3-54171901e35c 2026-07-30 02:10:24.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e95a41-6a98-454f-8438-1af0a65a5d2b d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] Tap Mirror: Handle Delete Port: b4b0196c-6db9-40cd-9eb3-54171901e35c 2026-07-30 02:10:24.706 7 INFO neutron.services.segments.plugin [-] Segment d506a5a4-071f-4bb9-9b38-44400e8e3a30 resource provider aggregate not found 2026-07-30 02:10:24.711 7 INFO neutron.services.segments.plugin [-] Segment d506a5a4-071f-4bb9-9b38-44400e8e3a30 resource provider aggregate not found 2026-07-30 02:10:24.726 7 INFO neutron.db.l3_hamode_db [None req-91e95a41-6a98-454f-8438-1af0a65a5d2b d57d2b685aa44d048387bc1b68a7a450 01b358a96653488b9ebafbcb46d8c9d3 - - default default] HA network de918ca3-5504-47a2-8955-3b5ef7244dc3 was deleted as no HA routers are present in tenant 01b358a96653488b9ebafbcb46d8c9d3. 2026-07-30 02:10:24.729 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d506a5a4-071f-4bb9-9b38-44400e8e3a30 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d506a5a4-071f-4bb9-9b38-44400e8e3a30 found for delete ", "request_id": "req-f1ca8b57-4ba3-47ce-a45b-30624fd6def7"}]} 2026-07-30 02:10:24.736 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d506a5a4-071f-4bb9-9b38-44400e8e3a30 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d506a5a4-071f-4bb9-9b38-44400e8e3a30 found for delete ", "request_id": "req-6a8beead-f851-467a-bad7-5004cc451731"}]} [pid: 7|app: 0|req: 1357/2800] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:10:24 2026] DELETE /v2.0/routers/d7ae0b31-1175-4ec5-99eb-40d9195ff007 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2801] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:10:25 2026] GET /v2.0/security-groups?tenant_id=01b358a96653488b9ebafbcb46d8c9d3&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2802] 10.0.0.187 () {34 vars in 970 bytes} [Thu Jul 30 02:10:25 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1251 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2803] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:10:25 2026] DELETE /v2.0/security-groups/d8ae2967-18a9-4482-ade9-3e687887c203 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2804] 162.253.55.222 () {34 vars in 788 bytes} [Thu Jul 30 02:10:25 2026] PUT /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1276 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:10:25.947 7 INFO neutron.api.v2.resource [None req-ed149aea-1c2f-4db7-ad28-f22650413b45 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1360/2805] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 02:10:25 2026] GET /v2.0/security-groups/lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:10:25.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ed72636-8d9a-459a-aac5-61319d431066'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': 'efc1de96-4b35-4e67-8ce4-cd6baea1597c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1446/2806] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:10:25 2026] GET /v2.0/security-groups?tenant_id=238e775a6b3f4ca7a079be62edd6ed24&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2807] 162.253.55.222 () {30 vars in 784 bytes} [Thu Jul 30 02:10:25 2026] GET /v2.0/security-groups?name=lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2808] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:10:25 2026] DELETE /v2.0/security-groups/e39f7292-1b63-4912-addb-8216b78d82ca => 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: 1362/2809] 162.253.55.222 () {34 vars in 788 bytes} [Thu Jul 30 02:10:26 2026] PUT /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1314 bytes in 311 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: 1363/2810] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:10:26 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: 1448/2811] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2812] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2813] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:10:26 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: 1366/2814] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2815] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/networks?id=a0abe27d-ba37-4e49-904d-0433110b2250 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2816] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2817] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2818] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2819] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2820] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2821] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2822] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1370/2823] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1454/2824] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1371/2825] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2826] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2827] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:26 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:10:27.996 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eaf01d4-ff8f-436c-af53-c96e92ea062e'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': 'efc1de96-4b35-4e67-8ce4-cd6baea1597c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1457/2830] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:10:28 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2831] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:10:28 2026] GET /v2.0/networks?id=a0abe27d-ba37-4e49-904d-0433110b2250 => generated 802 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2832] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:10:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2833] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:10:28 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2834] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:28 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&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: 1376/2835] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:28 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2836] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:28 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:10:33.666 7 INFO neutron.db.l3_db [None req-a146dcd0-9d78-4f7a-bf2a-e2d7d4213c4b 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Floating IP 8306cfdf-a463-4796-99cc-c92539f2af4d associated. External IP: 10.96.250.214, port: e0b4c385-29f0-4968-80d0-142d972579ac. [pid: 7|app: 0|req: 1377/2837] 10.0.0.197 () {34 vars in 676 bytes} [Thu Jul 30 02:10:32 2026] POST /v2.0/floatingips => generated 899 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2838] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:10:37 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: 1378/2839] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:10:37 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: 1462/2840] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:10:37 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: 1379/2841] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:10:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:10:37.386 8 INFO neutron.api.v2.resource [None req-28c9fa58-b173-4f71-9a2e-7cddd96405dc e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/2842] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 02:10:37 2026] GET /v2.0/security-groups/lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => 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: 1380/2843] 162.253.55.222 () {30 vars in 784 bytes} [Thu Jul 30 02:10:37 2026] GET /v2.0/security-groups?name=lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2844] 162.253.55.222 () {30 vars in 814 bytes} [Thu Jul 30 02:10:37 2026] GET /v2.0/security-group-rules?security_group_id=90a79733-4e39-48f1-9365-7b5b3fa49b8e => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2845] 162.253.55.222 () {34 vars in 746 bytes} [Thu Jul 30 02:10:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2846] 162.253.55.222 () {34 vars in 746 bytes} [Thu Jul 30 02:10:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2849] 10.0.0.13 () {30 vars in 688 bytes} [Thu Jul 30 02:10:44 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: 1383/2850] 10.0.0.13 () {30 vars in 690 bytes} [Thu Jul 30 02:10:44 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: 1468/2851] 10.0.0.13 () {30 vars in 666 bytes} [Thu Jul 30 02:10:44 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: 1384/2852] 10.0.0.13 () {30 vars in 702 bytes} [Thu Jul 30 02:10:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2853] 10.0.0.13 () {28 vars in 437 bytes} [Thu Jul 30 02:10:45 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2854] 10.0.0.13 () {30 vars in 726 bytes} [Thu Jul 30 02:10:45 2026] GET /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2855] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:10:46 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: 1386/2856] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:10:46 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: 1471/2857] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:10:46 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: 1387/2858] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:10:46 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: 1472/2859] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:46 2026] GET /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2860] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:10:46 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2861] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:10:46 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: 1389/2862] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:10:46 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: 1474/2863] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:10:46 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: 1390/2864] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:10:46 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: 1475/2865] 162.253.55.222 () {34 vars in 716 bytes} [Thu Jul 30 02:10:46 2026] POST /v2.0/ports => generated 1328 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2866] 10.0.0.187 () {34 vars in 970 bytes} [Thu Jul 30 02:10:47 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1328 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1476/2867] 10.0.0.187 () {34 vars in 906 bytes} [Thu Jul 30 02:10:47 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2868] 162.253.55.222 () {34 vars in 1261 bytes} [Thu Jul 30 02:10:48 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2869] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:48 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2870] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:48 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1478/2871] 162.253.55.222 () {34 vars in 974 bytes} [Thu Jul 30 02:10:49 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1328 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2872] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:10:49 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2873] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:10:49 2026] PUT /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1518 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:10:49.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2fe8b34-b54a-4d1f-a5d2-a839a081d2c8'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': '32f2e8e1-c6cc-4be4-b26c-67ba845bca2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1395/2874] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1480/2875] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2876] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2877] 162.253.55.222 () {34 vars in 1103 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19a&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2878] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/subnets?id=935ddff6-5c8f-48fc-954b-6c41ca2a13ec&id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2879] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&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: 1398/2880] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2881] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2882] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:50 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1484/2883] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:10:51 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4100 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2884] 162.253.55.222 () {34 vars in 1061 bytes} [Thu Jul 30 02:10:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.223&port_id=af0fb633-547f-4cfc-92e5-acf2e754afa5 => 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: 1485/2885] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:10:51 2026] GET /v2.0/subnets?id=a511f5d8-4601-498b-8797-d05e1be2b99d => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2886] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:51 2026] GET /v2.0/ports?network_id=1d60842f-1144-47cb-bab4-cf8157839c51&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2887] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:51 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1402/2888] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:51 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1487/2889] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => 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: 1403/2890] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1488/2891] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2892] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1489/2893] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2894] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => 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: 1490/2895] 162.253.55.222 () {34 vars in 1103 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19a&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => 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: 1406/2896] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/subnets?id=935ddff6-5c8f-48fc-954b-6c41ca2a13ec&id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2897] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2898] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2899] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1408/2900] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:10:52 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1493/2901] 10.0.0.187 () {34 vars in 970 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1520 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2902] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2903] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2904] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/subnets/935ddff6-5c8f-48fc-954b-6c41ca2a13ec => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2905] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:10:56 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: 1411/2906] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:10:56 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: 1496/2907] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2908] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2909] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2910] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2911] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:10:56 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2912] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:57 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2915] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:10:57 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => 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: 1417/2916] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:10:57 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2917] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:10:57 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2918] 10.0.0.13 () {30 vars in 688 bytes} [Thu Jul 30 02:11:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2919] 10.0.0.13 () {30 vars in 690 bytes} [Thu Jul 30 02:11:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2920] 10.0.0.13 () {30 vars in 666 bytes} [Thu Jul 30 02:11:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2921] 10.0.0.13 () {30 vars in 702 bytes} [Thu Jul 30 02:11:02 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: 1420/2922] 10.0.0.13 () {28 vars in 437 bytes} [Thu Jul 30 02:11:02 2026] GET / => generated 151 bytes in 6 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2923] 10.0.0.13 () {30 vars in 726 bytes} [Thu Jul 30 02:11:02 2026] GET /v2.0/subnets/a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 656 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2924] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2925] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:04 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: 1422/2926] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2927] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11: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: 7|app: 0|req: 1423/2928] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:04 2026] GET /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2929] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:04 2026] GET /v2.0/subnets/a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2930] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:04 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2931] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:05 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: 1425/2932] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:05 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: 1508/2933] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2934] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2935] 162.253.55.222 () {34 vars in 716 bytes} [Thu Jul 30 02:11:05 2026] POST /v2.0/ports => generated 1328 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2936] 10.0.0.187 () {34 vars in 970 bytes} [Thu Jul 30 02:11:05 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1510/2937] 162.253.55.222 () {34 vars in 1261 bytes} [Thu Jul 30 02:11:06 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5?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: 1428/2938] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:07 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2939] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:07 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?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: 1429/2940] 162.253.55.222 () {34 vars in 974 bytes} [Thu Jul 30 02:11:07 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1328 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2941] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:11:07 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2942] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:11:07 2026] PUT /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1518 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:11:08.194 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-902e2f91-4cab-48a0-be77-b1a477254fd1'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': '5bdf4261-3abf-44ec-97f3-c9aa05f002f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1513/2943] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:08 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 5612 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2944] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:11:08 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2945] 162.253.55.222 () {34 vars in 1055 bytes} [Thu Jul 30 02:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.77&port_id=5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => 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: 1432/2946] 162.253.55.222 () {34 vars in 1105 bytes} [Thu Jul 30 02:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f3&port_id=5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => 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: 1515/2947] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:11:08 2026] GET /v2.0/subnets?id=b2edda6b-6f37-487e-be53-2c1286883be8&id=a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2948] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:08 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2949] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:08 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2950] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:09 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?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: 1517/2951] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:09 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?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: 1435/2952] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 5612 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2953] 162.253.55.222 () {34 vars in 1061 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.223&port_id=af0fb633-547f-4cfc-92e5-acf2e754afa5 => 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: 1436/2954] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/subnets?id=a511f5d8-4601-498b-8797-d05e1be2b99d => generated 654 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2955] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/ports?network_id=1d60842f-1144-47cb-bab4-cf8157839c51&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: 1437/2956] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1520/2957] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1438/2958] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => 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: 1521/2959] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2960] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2961] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1440/2962] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2963] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => 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: 1441/2964] 162.253.55.222 () {34 vars in 1103 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19a&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => 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: 1524/2965] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/subnets?id=935ddff6-5c8f-48fc-954b-6c41ca2a13ec&id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => 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: 1442/2966] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2967] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2968] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1526/2969] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1444/2970] 162.253.55.222 () {34 vars in 1055 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.77&port_id=5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => 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: 1527/2971] 162.253.55.222 () {34 vars in 1105 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f3&port_id=5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => 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: 1445/2972] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:11:10 2026] GET /v2.0/subnets?id=b2edda6b-6f37-487e-be53-2c1286883be8&id=a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2973] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:11 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2974] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:11 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2975] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:11 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?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: 1447/2976] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:11 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2979] 10.0.0.187 () {34 vars in 970 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2980] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337 => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2981] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/subnets/a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2982] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/subnets/b2edda6b-6f37-487e-be53-2c1286883be8 => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2983] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => 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: 1451/2984] 162.253.55.222 () {34 vars in 789 bytes} [Thu Jul 30 02:11:15 2026] PUT /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1255 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:11:15.625 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c4c479a-ca17-4bd8-8619-3a4926247e6a'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': '32f2e8e1-c6cc-4be4-b26c-67ba845bca2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1534/2985] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1452/2986] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2987] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2988] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:15 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: 1536/2989] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:15 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: 1454/2990] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2991] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2992] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2993] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:15 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2994] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1539/2995] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2996] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2997] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2998] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 5385 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2999] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3000] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => 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: 1542/3001] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/subnets?id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3002] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&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: 1543/3003] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3004] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:16 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1544/3005] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3006] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:27 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: 1464/3009] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3010] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3011] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3012] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 5385 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3013] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:27 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: 1548/3014] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:27 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: 1467/3015] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:27 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: 1549/3016] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3017] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3018] 162.253.55.222 () {34 vars in 789 bytes} [Thu Jul 30 02:11:27 2026] PUT /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1251 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:11:27.868 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff45682c-2ef2-451b-b90e-2343ac8c842f'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': '5bdf4261-3abf-44ec-97f3-c9aa05f002f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1469/3019] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337 => generated 798 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1551/3020] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/subnets/a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3021] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:27 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1287 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3022] 162.253.55.222 () {34 vars in 788 bytes} [Thu Jul 30 02:11:27 2026] PUT /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1080 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3023] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:28 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337 => generated 798 bytes in 35 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: 1553/3024] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:28 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3025] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:28 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3026] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:11:28 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => 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: 1473/3027] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:28 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4981 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3028] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:28 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3029] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:28 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3030] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:29 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4981 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:11:29.904 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-026ad4a1-b25c-4f11-b795-ea5464b3fbd5'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': '5bdf4261-3abf-44ec-97f3-c9aa05f002f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1475/3031] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3032] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3033] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3034] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?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: 1477/3035] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 4981 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3036] 162.253.55.222 () {34 vars in 974 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3037] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3038] 162.253.55.222 () {34 vars in 1015 bytes} [Thu Jul 30 02:11:30 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3039] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:11:30 2026] PUT /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3040] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:31 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3873 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 02:11:31.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-68351676-9f9c-4c83-887b-56fd17d451c8 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 5bdf4261-3abf-44ec-97f3-c9aa05f002f5 2026-07-30 02:11:31.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68351676-9f9c-4c83-887b-56fd17d451c8 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 5bdf4261-3abf-44ec-97f3-c9aa05f002f5 [pid: 7|app: 0|req: 1480/3041] 162.253.55.222 () {32 vars in 758 bytes} [Thu Jul 30 02:11:31 2026] DELETE /v2.0/ports/5bdf4261-3abf-44ec-97f3-c9aa05f002f5 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3042] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3043] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3044] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3045] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3046] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3047] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3048] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3049] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1566/3050] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => 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: 1485/3051] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3052] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1486/3053] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3873 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3054] 162.253.55.222 () {34 vars in 1225 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/networks?id=1d60842f-1144-47cb-bab4-cf8157839c51&id=a0abe27d-ba37-4e49-904d-0433110b2250&id=5e3580db-3901-430f-a9cb-6bf69e07c338&id=1b43b916-595c-4794-aaca-567b498ae337 => generated 3096 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3055] 162.253.55.222 () {34 vars in 1061 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.223&port_id=af0fb633-547f-4cfc-92e5-acf2e754afa5 => 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: 1569/3056] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/subnets?id=a511f5d8-4601-498b-8797-d05e1be2b99d => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3057] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/ports?network_id=1d60842f-1144-47cb-bab4-cf8157839c51&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3058] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3059] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1571/3060] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:11:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3061] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1572/3062] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&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: 1491/3063] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1573/3064] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3065] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3066] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/subnets?id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3067] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3068] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1494/3069] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:33 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1576/3070] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:37 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: 1495/3071] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3072] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3073] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3074] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:37 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3873 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3075] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:37 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: 1579/3076] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:37 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: 1498/3077] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3078] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:37 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: 1499/3079] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:37 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3080] 162.253.55.222 () {34 vars in 788 bytes} [Thu Jul 30 02:11:37 2026] PUT /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1080 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:11:38.304 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-caf6ba07-8c3b-4904-a791-f844c2343594'] response: {'name': 'network-changed', 'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'tag': '32f2e8e1-c6cc-4be4-b26c-67ba845bca2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1500/3081] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:38 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1582/3082] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:38 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3083] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:38 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3084] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:38 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3085] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:11:38 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => 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: 1584/3086] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:38 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1503/3087] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:38 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?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: 1585/3088] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:39 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3089] 162.253.55.222 () {34 vars in 974 bytes} [Thu Jul 30 02:11:40 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 1116 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3090] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:11:40 2026] GET /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3091] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:40 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 3698 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3092] 162.253.55.222 () {34 vars in 1015 bytes} [Thu Jul 30 02:11:40 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3093] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:11:40 2026] PUT /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 917 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3094] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:41 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-30 02:11:41.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-697b4192-70a1-4b99-ae04-8c2281bb452b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: 32f2e8e1-c6cc-4be4-b26c-67ba845bca2a 2026-07-30 02:11:41.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-697b4192-70a1-4b99-ae04-8c2281bb452b e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: 32f2e8e1-c6cc-4be4-b26c-67ba845bca2a [pid: 7|app: 0|req: 1507/3095] 162.253.55.222 () {32 vars in 758 bytes} [Thu Jul 30 02:11:41 2026] DELETE /v2.0/ports/32f2e8e1-c6cc-4be4-b26c-67ba845bca2a => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3096] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:42 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: 1508/3097] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:42 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: 1590/3098] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:42 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: 1509/3099] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:42 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: 1591/3100] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1593/3103] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3104] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1350 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3105] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3106] 162.253.55.222 () {30 vars in 742 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3107] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3108] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3109] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3110] 162.253.55.222 () {34 vars in 1145 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/networks?id=1d60842f-1144-47cb-bab4-cf8157839c51&id=a0abe27d-ba37-4e49-904d-0433110b2250&id=5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 2309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3111] 162.253.55.222 () {34 vars in 1061 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.223&port_id=af0fb633-547f-4cfc-92e5-acf2e754afa5 => 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: 1515/3112] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/subnets?id=a511f5d8-4601-498b-8797-d05e1be2b99d => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3113] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/ports?network_id=1d60842f-1144-47cb-bab4-cf8157839c51&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3114] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1599/3115] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3116] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.121&port_id=efc1de96-4b35-4e67-8ce4-cd6baea1597c => 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: 1600/3117] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/subnets?id=f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3118] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/ports?network_id=a0abe27d-ba37-4e49-904d-0433110b2250&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: 1601/3119] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3120] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:11:42 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?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: 1602/3121] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:54 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: 1520/3122] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:54 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: 1603/3123] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:54 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: 1521/3124] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:11:54.841 8 INFO neutron.api.v2.resource [None req-b82a24e4-9434-4700-aa75-a89099aee7dc e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3125] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 02:11:54 2026] GET /v2.0/security-groups/lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3126] 162.253.55.222 () {30 vars in 784 bytes} [Thu Jul 30 02:11:54 2026] GET /v2.0/security-groups?name=lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3127] 162.253.55.222 () {30 vars in 814 bytes} [Thu Jul 30 02:11:54 2026] GET /v2.0/security-group-rules?security_group_id=90a79733-4e39-48f1-9365-7b5b3fa49b8e => generated 2334 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3128] 162.253.55.222 () {32 vars in 788 bytes} [Thu Jul 30 02:11:54 2026] DELETE /v2.0/security-group-rules/2f21724b-bfc7-4e4b-91fe-3b26641dec30 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3129] 162.253.55.222 () {32 vars in 788 bytes} [Thu Jul 30 02:11:55 2026] DELETE /v2.0/security-group-rules/d03356fa-1e15-4f96-8816-d8d9bbd4a3fe => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:11:57.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-59a2ec8e-0ae8-4194-8856-f6be4afb0a76 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: a6e9917c-85f4-4384-83d2-17376a8c77ea 2026-07-30 02:11:57.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59a2ec8e-0ae8-4194-8856-f6be4afb0a76 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: a6e9917c-85f4-4384-83d2-17376a8c77ea 2026-07-30 02:11:58.103 8 INFO neutron.db.l3_db [None req-59a2ec8e-0ae8-4194-8856-f6be4afb0a76 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Floating IP 8306cfdf-a463-4796-99cc-c92539f2af4d disassociated (deleted). External IP: 10.96.250.214, port: e0b4c385-29f0-4968-80d0-142d972579ac. [pid: 8|app: 0|req: 1608/3132] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:11:57 2026] DELETE /v2.0/floatingips/8306cfdf-a463-4796-99cc-c92539f2af4d => generated 0 bytes in 683 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:11:58.487 7 INFO neutron.api.v2.resource [None req-99cc97f3-0ef3-4290-964b-f74b79ac158a 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3133] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:11:58 2026] GET /v2.0/floatingips/8306cfdf-a463-4796-99cc-c92539f2af4d => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3134] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:59 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: 1526/3135] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:59 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: 1610/3136] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:59 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: 1527/3137] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:59 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-30 02:11:59.193 8 INFO neutron.api.v2.resource [None req-1df98e05-261a-4f19-aa7f-0bd5949d3f0c e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3138] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 02:11:59 2026] GET /v2.0/security-groups/lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3139] 162.253.55.222 () {30 vars in 784 bytes} [Thu Jul 30 02:11:59 2026] GET /v2.0/security-groups?name=lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3140] 162.253.55.222 () {30 vars in 814 bytes} [Thu Jul 30 02:11:59 2026] GET /v2.0/security-group-rules?security_group_id=90a79733-4e39-48f1-9365-7b5b3fa49b8e => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3141] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:11:59 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: 1613/3142] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:11:59 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: 1530/3143] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:11:59 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: 1614/3144] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:11:59 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: 1531/3145] 162.253.55.222 () {30 vars in 740 bytes} [Thu Jul 30 02:11:59 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => 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: 1615/3146] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:59 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3147] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:59 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3148] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:11:59 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3149] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:12:00 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3150] 162.253.55.222 () {34 vars in 974 bytes} [Thu Jul 30 02:12:01 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3151] 162.253.55.222 () {34 vars in 1059 bytes} [Thu Jul 30 02:12:01 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3152] 162.253.55.222 () {34 vars in 1015 bytes} [Thu Jul 30 02:12:01 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3153] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:12:01 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3154] 162.253.55.222 () {38 vars in 1027 bytes} [Thu Jul 30 02:12:01 2026] PUT /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1151 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3155] 162.253.55.222 () {30 vars in 768 bytes} [Thu Jul 30 02:12:02 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1537/3156] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/ports?tenant_id=c511b3b44fce45dcbdd16db77ed1b01c&device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3157] 162.253.55.222 () {34 vars in 788 bytes} [Thu Jul 30 02:12:02 2026] PUT /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1090 bytes in 831 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3158] 162.253.55.222 () {34 vars in 1065 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/networks?id=1d60842f-1144-47cb-bab4-cf8157839c51&id=a0abe27d-ba37-4e49-904d-0433110b2250 => generated 1523 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1539/3159] 162.253.55.222 () {34 vars in 1061 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.223&port_id=af0fb633-547f-4cfc-92e5-acf2e754afa5 => 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: 1621/3160] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 1090 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3161] 162.253.55.222 () {34 vars in 983 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/subnets?id=a511f5d8-4601-498b-8797-d05e1be2b99d => 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: 1541/3162] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/ports?network_id=1d60842f-1144-47cb-bab4-cf8157839c51&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:12:03.843 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebac0b04-4aa5-4941-9200-c854582cf269 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: efc1de96-4b35-4e67-8ce4-cd6baea1597c 2026-07-30 02:12:03.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebac0b04-4aa5-4941-9200-c854582cf269 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: efc1de96-4b35-4e67-8ce4-cd6baea1597c [pid: 7|app: 0|req: 1542/3163] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?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: 1543/3164] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:12:03 2026] GET /v2.0/networks/1d60842f-1144-47cb-bab4-cf8157839c51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3165] 162.253.55.222 () {32 vars in 758 bytes} [Thu Jul 30 02:12:03 2026] DELETE /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => 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: 1544/3166] 162.253.55.222 () {30 vars in 702 bytes} [Thu Jul 30 02:12: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: 8|app: 0|req: 1623/3167] 162.253.55.222 () {30 vars in 704 bytes} [Thu Jul 30 02:12:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3168] 162.253.55.222 () {30 vars in 680 bytes} [Thu Jul 30 02:12:04 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: 1624/3169] 162.253.55.222 () {30 vars in 716 bytes} [Thu Jul 30 02:12: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) 2026-07-30 02:12:04.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cf6f247-8fdb-4936-b04e-7ae69f9c07bb e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3170] 162.253.55.222 () {32 vars in 758 bytes} [Thu Jul 30 02:12:04 2026] DELETE /v2.0/ports/efc1de96-4b35-4e67-8ce4-cd6baea1597c => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3171] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:12:04 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:12:04.242 7 INFO neutron.api.v2.resource [None req-1ed6c841-1cd6-489b-9295-214da952ca18 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3172] 162.253.55.222 () {30 vars in 762 bytes} [Thu Jul 30 02:12:04 2026] GET /v2.0/security-groups/lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3173] 162.253.55.222 () {30 vars in 784 bytes} [Thu Jul 30 02:12:04 2026] GET /v2.0/security-groups?name=lb-c86bcf5a-3d8e-425f-a475-7600904f6eb1 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3174] 162.253.55.222 () {30 vars in 736 bytes} [Thu Jul 30 02:12:04 2026] GET /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3175] 162.253.55.222 () {34 vars in 788 bytes} [Thu Jul 30 02:12:04 2026] PUT /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 1094 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3176] 162.253.55.222 () {32 vars in 778 bytes} [Thu Jul 30 02:12:04 2026] DELETE /v2.0/security-groups/90a79733-4e39-48f1-9365-7b5b3fa49b8e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:04.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3854e66-68c3-4a35-bbf5-02149fa1c390 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: e0b4c385-29f0-4968-80d0-142d972579ac 2026-07-30 02:12:04.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3854e66-68c3-4a35-bbf5-02149fa1c390 e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: e0b4c385-29f0-4968-80d0-142d972579ac [pid: 8|app: 0|req: 1628/3177] 162.253.55.222 () {32 vars in 758 bytes} [Thu Jul 30 02:12:04 2026] DELETE /v2.0/ports/e0b4c385-29f0-4968-80d0-142d972579ac => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3178] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:12:07 2026] GET /v2.0/ports?device_id=52af0aab-91a1-47d5-8147-126238eb05ee => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:12:07.674 8 INFO neutron_taas.services.taas.taas_plugin [req-2af67dee-908b-4ad1-8a38-4b8eef1ab6bd req-d88d1032-1c7a-408a-a2dd-10ab48232d3f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] TaaS: Handle Delete Port: af0fb633-547f-4cfc-92e5-acf2e754afa5 2026-07-30 02:12:07.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2af67dee-908b-4ad1-8a38-4b8eef1ab6bd req-d88d1032-1c7a-408a-a2dd-10ab48232d3f e406fd9dd69947a9a3553390186a69a4 c511b3b44fce45dcbdd16db77ed1b01c - - default default] Tap Mirror: Handle Delete Port: af0fb633-547f-4cfc-92e5-acf2e754afa5 [pid: 8|app: 0|req: 1629/3179] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:12:07 2026] DELETE /v2.0/ports/af0fb633-547f-4cfc-92e5-acf2e754afa5 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:07.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-080792e3-5d16-4a4e-b4a8-5f4f5cad46f0'] response: {'server_uuid': '52af0aab-91a1-47d5-8147-126238eb05ee', 'name': 'network-vif-deleted', 'tag': 'af0fb633-547f-4cfc-92e5-acf2e754afa5', 'status': 'completed', 'code': 200} 2026-07-30 02:12:08.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-852539bc-8d4f-4349-afc5-244935d8ad69 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: a6fe6a89-5b4a-4b18-81ff-1ac591ceeb40 2026-07-30 02:12:08.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-852539bc-8d4f-4349-afc5-244935d8ad69 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: a6fe6a89-5b4a-4b18-81ff-1ac591ceeb40 2026-07-30 02:12:09.084 7 INFO neutron.db.l3_db [None req-852539bc-8d4f-4349-afc5-244935d8ad69 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Floating IP 0d18b519-ecc8-4d04-86a7-b2f3a1c69453 disassociated (deleted). External IP: 10.96.250.210, port: eb22ae60-a50d-43c9-a918-6c33fbc4649d. [pid: 7|app: 0|req: 1551/3180] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:12:08 2026] DELETE /v2.0/floatingips/0d18b519-ecc8-4d04-86a7-b2f3a1c69453 => generated 0 bytes in 694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:09.485 8 INFO neutron.api.v2.resource [None req-3eebbccc-54cb-4f21-bea3-6810d2266b8d 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3181] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:12:09 2026] GET /v2.0/floatingips/0d18b519-ecc8-4d04-86a7-b2f3a1c69453 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:09.497 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e98a5d1-c36c-4408-a6a5-a1bd5e263c55'] response: {'name': 'network-changed', 'server_uuid': 'f58a649c-f360-40af-91ed-af916351e4a1', 'tag': 'eb22ae60-a50d-43c9-a918-6c33fbc4649d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1552/3182] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:12:09 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3183] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:12:09 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3184] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3185] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/networks?id=1b43b916-595c-4794-aaca-567b498ae337 => 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: 1554/3186] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.196&port_id=eb22ae60-a50d-43c9-a918-6c33fbc4649d => 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: 1633/3187] 162.253.55.222 () {34 vars in 1105 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A151&port_id=eb22ae60-a50d-43c9-a918-6c33fbc4649d => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3188] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/subnets?id=b2edda6b-6f37-487e-be53-2c1286883be8&id=a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3189] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&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: 1556/3190] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/ports?network_id=1b43b916-595c-4794-aaca-567b498ae337&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3191] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?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: 1557/3192] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:12:10 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3195] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:12:12 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 1204 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:12:12.312 7 INFO neutron_taas.services.taas.taas_plugin [req-3ec6819a-d0e4-48b3-90f9-ef4666390102 req-46005dd1-c741-495e-97b1-8073daf48799 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: eb22ae60-a50d-43c9-a918-6c33fbc4649d 2026-07-30 02:12:12.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3ec6819a-d0e4-48b3-90f9-ef4666390102 req-46005dd1-c741-495e-97b1-8073daf48799 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: eb22ae60-a50d-43c9-a918-6c33fbc4649d [pid: 7|app: 0|req: 1560/3196] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:12:12 2026] DELETE /v2.0/ports/eb22ae60-a50d-43c9-a918-6c33fbc4649d => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:12.537 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38de465b-83dd-42f2-8dd5-417ce1b8494d'] response: {'server_uuid': 'f58a649c-f360-40af-91ed-af916351e4a1', 'name': 'network-vif-deleted', 'tag': 'eb22ae60-a50d-43c9-a918-6c33fbc4649d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1637/3197] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:12:14 2026] GET /v2.0/ports?device_id=f58a649c-f360-40af-91ed-af916351e4a1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-30 02:12:20.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c22f627-5258-4123-97a1-73e15cec9912 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: 18c2331e-4049-4f92-a6fa-30c5f1465d30 2026-07-30 02:12:20.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c22f627-5258-4123-97a1-73e15cec9912 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: 18c2331e-4049-4f92-a6fa-30c5f1465d30 2026-07-30 02:12:20.307 7 INFO neutron.db.l3_db [None req-8c22f627-5258-4123-97a1-73e15cec9912 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Floating IP c82654f6-f128-49f1-87d2-e2e4b7dd52e1 disassociated (deleted). External IP: 10.96.250.208, port: 5bc7ea0f-a7fd-4ba4-b456-2d96b337c040. [pid: 7|app: 0|req: 1561/3198] 10.0.0.197 () {32 vars in 731 bytes} [Thu Jul 30 02:12:19 2026] DELETE /v2.0/floatingips/c82654f6-f128-49f1-87d2-e2e4b7dd52e1 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:20.640 8 INFO neutron.api.v2.resource [None req-983c9952-3315-4dcb-a3ba-607d147566c3 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3199] 10.0.0.197 () {32 vars in 728 bytes} [Thu Jul 30 02:12:20 2026] GET /v2.0/floatingips/c82654f6-f128-49f1-87d2-e2e4b7dd52e1 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:20.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-036d3757-a23e-4574-a17c-f0dd5f05fd51'] response: {'name': 'network-changed', 'server_uuid': '821839b3-ef16-4a89-b9ed-3a51f831df63', 'tag': '5bc7ea0f-a7fd-4ba4-b456-2d96b337c040', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1562/3200] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:12:20 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3201] 10.0.0.187 () {34 vars in 1039 bytes} [Thu Jul 30 02:12:20 2026] GET /v2.0/security-groups?id=7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10&fields=id&fields=name => generated 110 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3202] 162.253.55.222 () {34 vars in 1079 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/ports?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => 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: 1640/3203] 162.253.55.222 () {34 vars in 985 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/networks?id=5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3204] 162.253.55.222 () {34 vars in 1057 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.185&port_id=5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => 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: 1641/3205] 162.253.55.222 () {34 vars in 1101 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af5&port_id=5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => 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: 1565/3206] 162.253.55.222 () {34 vars in 1063 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/subnets?id=935ddff6-5c8f-48fc-954b-6c41ca2a13ec&id=5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3207] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3208] 162.253.55.222 () {34 vars in 1051 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/ports?network_id=5e3580db-3901-430f-a9cb-6bf69e07c338&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3209] 162.253.55.222 () {34 vars in 1011 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3210] 162.253.55.222 () {34 vars in 1111 bytes} [Thu Jul 30 02:12:21 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3211] 162.253.55.222 () {34 vars in 993 bytes} [Thu Jul 30 02:12:23 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-30 02:12:23.368 7 INFO neutron_taas.services.taas.taas_plugin [req-d8481f24-7486-4af1-a9d6-b77832fc0310 req-3fb6225e-7944-4026-98eb-a6acecfb1576 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: 5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 2026-07-30 02:12:23.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d8481f24-7486-4af1-a9d6-b77832fc0310 req-3fb6225e-7944-4026-98eb-a6acecfb1576 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: 5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 [pid: 7|app: 0|req: 1568/3212] 162.253.55.222 () {36 vars in 996 bytes} [Thu Jul 30 02:12:23 2026] DELETE /v2.0/ports/5bc7ea0f-a7fd-4ba4-b456-2d96b337c040 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:23.568 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec1f9c4b-6802-4b62-9cad-a5df4b9ebb1f'] response: {'server_uuid': '821839b3-ef16-4a89-b9ed-3a51f831df63', 'name': 'network-vif-deleted', 'tag': '5bc7ea0f-a7fd-4ba4-b456-2d96b337c040', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1645/3213] 10.0.0.187 () {34 vars in 989 bytes} [Thu Jul 30 02:12:25 2026] GET /v2.0/ports?device_id=821839b3-ef16-4a89-b9ed-3a51f831df63 => 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: 1570/3216] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/32850ae0-06d4-4e4e-a14c-a928f567a232 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.150 8 INFO neutron.api.v2.resource [None req-1af3bde8-af66-4bd5-a3d6-bcf9f88eed00 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3217] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/32850ae0-06d4-4e4e-a14c-a928f567a232 => 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: 1571/3218] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/215d2961-518e-47c4-8604-7c61cdb6099a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.262 8 INFO neutron.api.v2.resource [None req-692cae8b-0085-4c25-9b39-064fca242bc5 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1648/3219] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/215d2961-518e-47c4-8604-7c61cdb6099a => 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: 1572/3220] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/8d508c82-9772-4493-a483-8d50bda9eb57 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.361 8 INFO neutron.api.v2.resource [None req-3aa3d70b-d7c1-47c0-8c8d-a42cdeeac33e 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1649/3221] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/8d508c82-9772-4493-a483-8d50bda9eb57 => 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: 1573/3222] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/4ce62525-7127-43a2-8de6-ebc4b97b45f5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.444 8 INFO neutron.api.v2.resource [None req-4a0629c3-67dc-4755-858f-902226ceb770 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1650/3223] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/4ce62525-7127-43a2-8de6-ebc4b97b45f5 => 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: 1574/3224] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/63b85b0a-8b01-4958-88ab-76fb9a2c45dd => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.526 8 INFO neutron.api.v2.resource [None req-865b4fb8-f532-4a2f-810d-12187d7f7399 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3225] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/63b85b0a-8b01-4958-88ab-76fb9a2c45dd => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3226] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/bce4e657-b814-4191-a734-8ae05c6230ec => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.606 8 INFO neutron.api.v2.resource [None req-0cbcaeb4-d90a-49d2-84ac-25995b2274ba 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3227] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/bce4e657-b814-4191-a734-8ae05c6230ec => 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: 1576/3228] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/6619727a-fdc4-4bec-b93c-6d1e1134be23 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.690 8 INFO neutron.api.v2.resource [None req-fee82458-527f-4476-b39d-92b67075e770 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1653/3229] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/6619727a-fdc4-4bec-b93c-6d1e1134be23 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3230] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/deb7a8ae-66a8-4134-b344-d0822be1c90d => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.777 8 INFO neutron.api.v2.resource [None req-c7f49300-60dd-4ab2-9ee0-185c0c28951e 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3231] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/deb7a8ae-66a8-4134-b344-d0822be1c90d => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3232] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/3c0ff446-ce8b-4c9d-b0b9-b45ecb6bf772 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.875 8 INFO neutron.api.v2.resource [None req-7f7be554-0d65-4076-83ff-51c1f75dbba7 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1655/3233] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/3c0ff446-ce8b-4c9d-b0b9-b45ecb6bf772 => 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: 1579/3234] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/d381d7d5-3005-4c72-97f1-b8ee6d2f923e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:31.968 8 INFO neutron.api.v2.resource [None req-1cbf77aa-ba38-42e6-ae0b-a2904de6f6a6 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3235] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:31 2026] GET /v2.0/security-group-rules/d381d7d5-3005-4c72-97f1-b8ee6d2f923e => 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: 1580/3236] 10.0.0.197 () {32 vars in 749 bytes} [Thu Jul 30 02:12:31 2026] DELETE /v2.0/security-group-rules/373f2cea-e60f-4161-b4ad-e15d01555e97 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:32.036 8 INFO neutron.api.v2.resource [None req-5021ca46-eab8-4ee8-84fc-b405c14bb0f0 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3237] 10.0.0.197 () {32 vars in 746 bytes} [Thu Jul 30 02:12:32 2026] GET /v2.0/security-group-rules/373f2cea-e60f-4161-b4ad-e15d01555e97 => 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: 1581/3238] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:32 2026] DELETE /v2.0/security-groups/7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:32.131 8 INFO neutron.api.v2.resource [None req-9ab6c90e-8547-47e3-bc99-4c27baadc025 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3239] 10.0.0.197 () {32 vars in 736 bytes} [Thu Jul 30 02:12:32 2026] GET /v2.0/security-groups/7e8f10f2-9b6b-4329-b81b-e1dd2bce1e10 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:32.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3ad2a5d-455c-4cc8-8d61-ab954c729b66 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: ad94edb7-07de-440f-9d90-03a27036dee4 2026-07-30 02:12:32.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ad2a5d-455c-4cc8-8d61-ab954c729b66 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: ad94edb7-07de-440f-9d90-03a27036dee4 [pid: 7|app: 0|req: 1582/3240] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:12:32 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:12:33.268 8 INFO neutron.api.v2.resource [None req-2c83f5fd-c8dc-4445-b060-bfe5b1d80845 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1659/3241] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:12:33 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/remove_router_interface => generated 198 bytes in 187 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:33.604 7 INFO neutron_taas.services.taas.taas_plugin [None req-82194a06-1de6-4287-ad6b-c425548c0992 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: bab4f489-810f-46e7-9275-dc85c678ead3 2026-07-30 02:12:33.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82194a06-1de6-4287-ad6b-c425548c0992 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: bab4f489-810f-46e7-9275-dc85c678ead3 [pid: 7|app: 0|req: 1583/3242] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:12:33 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:12:34.408 8 INFO neutron.api.v2.resource [None req-6c75c4f5-7e93-4e6d-83d6-fb16d18a54ad 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1660/3243] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:12:34 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/remove_router_interface => generated 198 bytes in 197 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:35.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2bc81cd-9026-40e3-8cb4-c3486d02519b 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: e5df5126-23d0-4265-bec3-0b11b9a50235 2026-07-30 02:12:35.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2bc81cd-9026-40e3-8cb4-c3486d02519b 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: e5df5126-23d0-4265-bec3-0b11b9a50235 [pid: 7|app: 0|req: 1584/3244] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:12:34 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/remove_router_interface => generated 309 bytes in 1556 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-30 02:12:36.132 8 INFO neutron.api.v2.resource [None req-63a778ea-665b-4da7-874e-ab5c1851d4d5 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3245] 10.0.0.197 () {34 vars in 788 bytes} [Thu Jul 30 02:12:35 2026] PUT /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:36.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-ced3a058-2ed8-4c4b-9e0a-5c963d56183d 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: da640594-1fb5-434e-9fe8-1feba13f7ead 2026-07-30 02:12:36.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ced3a058-2ed8-4c4b-9e0a-5c963d56183d 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: da640594-1fb5-434e-9fe8-1feba13f7ead 2026-07-30 02:12:36.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-ced3a058-2ed8-4c4b-9e0a-5c963d56183d 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: 3e3ebbcf-e524-4896-a0ec-0a644a7bee65 2026-07-30 02:12:36.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ced3a058-2ed8-4c4b-9e0a-5c963d56183d 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: 3e3ebbcf-e524-4896-a0ec-0a644a7bee65 2026-07-30 02:12:36.940 7 INFO neutron.services.segments.plugin [-] Segment acca8401-79f8-436d-99a4-4189ad780f00 resource provider aggregate not found 2026-07-30 02:12:36.946 7 INFO neutron.services.segments.plugin [-] Segment acca8401-79f8-436d-99a4-4189ad780f00 resource provider aggregate not found 2026-07-30 02:12:36.957 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acca8401-79f8-436d-99a4-4189ad780f00 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acca8401-79f8-436d-99a4-4189ad780f00 found for delete ", "request_id": "req-4b565d68-e21f-4e52-ac13-5b1cac8631de"}]} 2026-07-30 02:12:36.964 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acca8401-79f8-436d-99a4-4189ad780f00 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acca8401-79f8-436d-99a4-4189ad780f00 found for delete ", "request_id": "req-c16a6408-ef23-41f6-86b4-d8e3dd321def"}]} 2026-07-30 02:12:36.976 7 INFO neutron.db.l3_hamode_db [None req-ced3a058-2ed8-4c4b-9e0a-5c963d56183d 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] HA network 12afe39e-8920-4447-84b7-15c924449701 was deleted as no HA routers are present in tenant cd2f86ce72fc4003b3dc4eddf90d327f. [pid: 7|app: 0|req: 1585/3246] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:12:36 2026] DELETE /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-30 02:12:37.008 8 INFO neutron.api.v2.resource [None req-7b587258-05a8-4539-a843-ace8168b34b6 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1662/3247] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:12:36 2026] GET /v2.0/routers/c1fe48dc-90a2-4603-a664-b434ca06bec9 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3248] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:12:37 2026] DELETE /v2.0/subnets/b2edda6b-6f37-487e-be53-2c1286883be8 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:37.216 8 INFO neutron.pecan_wsgi.hooks.translation [None req-431267c4-20d6-4198-9eee-124c922832f3 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3249] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:12:37 2026] GET /v2.0/subnets/b2edda6b-6f37-487e-be53-2c1286883be8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3250] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:12:37 2026] DELETE /v2.0/subnets/a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:37.420 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61663e09-0377-4765-b48c-e827dfbd94ad 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1664/3251] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:12:37 2026] GET /v2.0/subnets/a9c230ac-0dd3-4bc0-a2e9-49a44cb20096 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:37.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-8473e23e-b34c-47cb-a415-44ca664e8c37 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: 59ce51a9-f3d6-452f-a745-92535e2b564f 2026-07-30 02:12:37.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8473e23e-b34c-47cb-a415-44ca664e8c37 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: 59ce51a9-f3d6-452f-a745-92535e2b564f [pid: 7|app: 0|req: 1588/3252] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:12:37 2026] DELETE /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:37.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f470360-0270-405f-a820-e6493bf74fcb 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1665/3253] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:12:37 2026] GET /v2.0/networks/1b43b916-595c-4794-aaca-567b498ae337 => 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: 1589/3254] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:12:37 2026] DELETE /v2.0/subnets/935ddff6-5c8f-48fc-954b-6c41ca2a13ec => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:37.830 8 INFO neutron.pecan_wsgi.hooks.translation [None req-135c4646-4be2-47c9-8769-209539749ce9 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1666/3255] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:12:37 2026] GET /v2.0/subnets/935ddff6-5c8f-48fc-954b-6c41ca2a13ec => 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: 1590/3256] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:12:37 2026] DELETE /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:38.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58a65899-58e9-4bd1-91a2-bf46c2c8c2a4 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1667/3257] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:12:37 2026] GET /v2.0/subnets/5da40b1e-d35c-4fb0-8492-fafa6b895f23 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:38.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-84aaad8a-f00a-4087-aaa8-72a5531103b0 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: aed9d5e9-515e-4bd0-8498-0108c8c1f3c9 2026-07-30 02:12:38.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84aaad8a-f00a-4087-aaa8-72a5531103b0 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: aed9d5e9-515e-4bd0-8498-0108c8c1f3c9 [pid: 7|app: 0|req: 1591/3258] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:12:38 2026] DELETE /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:38.324 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34146329-8787-4e2d-8940-8dc01021fe25 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3259] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:12:38 2026] GET /v2.0/networks/5e3580db-3901-430f-a9cb-6bf69e07c338 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3260] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:12:38 2026] DELETE /v2.0/subnets/a6a38c9e-ceb1-4267-aa99-e3e208185301 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:38.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0a19bcc-83ef-4786-83f0-6730412eb056 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3261] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:12:38 2026] GET /v2.0/subnets/a6a38c9e-ceb1-4267-aa99-e3e208185301 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3262] 10.0.0.197 () {32 vars in 723 bytes} [Thu Jul 30 02:12:38 2026] DELETE /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:38.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c5beb18-4db2-45f0-95e4-fd2f4244aa73 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3263] 10.0.0.197 () {32 vars in 720 bytes} [Thu Jul 30 02:12:38 2026] GET /v2.0/subnets/f24aad55-1ea6-4fa1-a53d-2b648ada90ce => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:38.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-66468153-66f5-4423-a907-70a60cc2bda0 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] TaaS: Handle Delete Port: 322d8595-a231-4639-9423-8e874ae2d187 2026-07-30 02:12:38.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66468153-66f5-4423-a907-70a60cc2bda0 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] Tap Mirror: Handle Delete Port: 322d8595-a231-4639-9423-8e874ae2d187 [pid: 7|app: 0|req: 1594/3264] 10.0.0.197 () {32 vars in 725 bytes} [Thu Jul 30 02:12:38 2026] DELETE /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-30 02:12:38.982 7 INFO neutron.services.segments.plugin [-] Segment 905b52a7-69cc-4e1d-b865-0a6ea44fee57 resource provider aggregate not found 2026-07-30 02:12:38.987 7 INFO neutron.services.segments.plugin [-] Segment 905b52a7-69cc-4e1d-b865-0a6ea44fee57 resource provider aggregate not found 2026-07-30 02:12:38.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f76530a4-d327-4458-bf8f-a220274e11a2 68b01cb2ee404097b38f2821606ab398 cd2f86ce72fc4003b3dc4eddf90d327f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3265] 10.0.0.197 () {32 vars in 722 bytes} [Thu Jul 30 02:12:38 2026] GET /v2.0/networks/a0abe27d-ba37-4e49-904d-0433110b2250 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-30 02:12:39.003 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 905b52a7-69cc-4e1d-b865-0a6ea44fee57 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 905b52a7-69cc-4e1d-b865-0a6ea44fee57 found for delete ", "request_id": "req-7fe842a5-e527-42af-8f42-77efe310e676"}]} 2026-07-30 02:12:39.006 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 905b52a7-69cc-4e1d-b865-0a6ea44fee57 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 905b52a7-69cc-4e1d-b865-0a6ea44fee57 found for delete ", "request_id": "req-8d0d0967-ff68-445d-942e-2a53d011aa01"}]} 2026-07-30 02:12:39.021 7 INFO neutron.services.segments.plugin [-] Segment 383ecf9d-14c1-4447-b89e-2edd416ed41a resource provider aggregate not found 2026-07-30 02:12:39.025 7 INFO neutron.services.segments.plugin [-] Segment 383ecf9d-14c1-4447-b89e-2edd416ed41a resource provider aggregate not found 2026-07-30 02:12:39.037 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 383ecf9d-14c1-4447-b89e-2edd416ed41a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383ecf9d-14c1-4447-b89e-2edd416ed41a found for delete ", "request_id": "req-36a074a6-ebdc-4927-868f-9ae8a320cde2"}]} 2026-07-30 02:12:39.040 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 383ecf9d-14c1-4447-b89e-2edd416ed41a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383ecf9d-14c1-4447-b89e-2edd416ed41a found for delete ", "request_id": "req-3d4b5408-5c86-4b15-ab53-d57e9f2fa203"}]} 2026-07-30 02:12:39.054 7 INFO neutron.services.segments.plugin [-] Segment 7fd6debf-c584-4f39-9011-ab10db83c90b resource provider aggregate not found 2026-07-30 02:12:39.059 7 INFO neutron.services.segments.plugin [-] Segment 7fd6debf-c584-4f39-9011-ab10db83c90b resource provider aggregate not found 2026-07-30 02:12:39.074 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7fd6debf-c584-4f39-9011-ab10db83c90b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fd6debf-c584-4f39-9011-ab10db83c90b found for delete ", "request_id": "req-7b495470-e08b-41f9-b498-1d6dc2aaf835"}]} 2026-07-30 02:12:39.078 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7fd6debf-c584-4f39-9011-ab10db83c90b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fd6debf-c584-4f39-9011-ab10db83c90b found for delete ", "request_id": "req-7d455044-1d4a-4ec5-80e0-97226c1b4450"}]} [pid: 7|app: 0|req: 1595/3266] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:12:40 2026] GET /v2.0/security-groups?tenant_id=ca4df70ebf664312b55a6a1d30ef9522&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: 1672/3267] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:41 2026] DELETE /v2.0/security-groups/ea1c29dd-5079-4b19-b612-9b0efc3cf816 => 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: 1596/3268] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:12:41 2026] GET /v2.0/security-groups?tenant_id=49f6505d3b5e4d3ca80072fc337b19bb&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3269] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:41 2026] DELETE /v2.0/security-groups/454ea8d6-a4b5-4600-9544-2a27fb224789 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3270] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:12:41 2026] GET /v2.0/security-groups?tenant_id=130b4322c63e4e1183e40c56c7e81120&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: 1674/3271] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:41 2026] DELETE /v2.0/security-groups/643b105d-47f9-4d1a-9ee4-9c33c91f6e3f => 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: 1598/3274] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:12:42 2026] GET /v2.0/security-groups?tenant_id=cd2f86ce72fc4003b3dc4eddf90d327f&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3275] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:42 2026] DELETE /v2.0/security-groups/d4ede0e0-869f-4e5d-9413-5cd74ea8b4cd => 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: 1599/3276] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:12:42 2026] GET /v2.0/security-groups?tenant_id=02c74b6ac5f9429db27ddb82bc7735d5&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3277] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:42 2026] DELETE /v2.0/security-groups/93171b63-1e1f-4616-9b5e-d08c6d74ef9f => 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: 1600/3278] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:12:42 2026] GET /v2.0/security-groups?tenant_id=efe4ec4453c74d7ca0c49f9dd0befe3f&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3279] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:42 2026] DELETE /v2.0/security-groups/dec08e23-1ec0-43c3-99f9-11c76c3d90e4 => 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: 1601/3280] 10.0.0.197 () {32 vars in 773 bytes} [Thu Jul 30 02:12:43 2026] GET /v2.0/security-groups?tenant_id=85cbcaeb805444bf8cbfb8f9dc282223&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3281] 10.0.0.197 () {32 vars in 739 bytes} [Thu Jul 30 02:12:43 2026] DELETE /v2.0/security-groups/9b026cad-94f0-4b9f-be70-aa2de7370ec8 => 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: 1602/3282] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:12:45 2026] GET /v2.0/networks => generated 2168 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3283] 10.0.0.197 () {32 vars in 654 bytes} [Thu Jul 30 02:12:47 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3284] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:12:47 2026] GET /v2.0/routers => generated 15 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3285] 10.0.0.197 () {32 vars in 642 bytes} [Thu Jul 30 02:12:47 2026] GET /v2.0/ports => generated 4721 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3286] 10.0.0.197 () {32 vars in 646 bytes} [Thu Jul 30 02:12:47 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3287] 10.0.0.197 () {32 vars in 648 bytes} [Thu Jul 30 02:12:47 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3288] 10.0.0.197 () {32 vars in 662 bytes} [Thu Jul 30 02:12:47 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3289] 10.0.0.197 () {32 vars in 654 bytes} [Thu Jul 30 02:12:47 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)